EntityMonitoringService


Click here for a complete list of operations.

GetHistoryEvents

Returns entries from events' history in scope of Entity restriced by AND filter

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /WebApi/AccountManagementService/EntityMonitoringService.asmx HTTP/1.1
Host: secure-sandbox.sosonlinebackup.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "sosonlinebackup.com/GetHistoryEvents"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <AuthHeader xmlns="sosonlinebackup.com">
      <UserName>string</UserName>
      <Password>string</Password>
    </AuthHeader>
  </soap:Header>
  <soap:Body>
    <GetHistoryEvents xmlns="sosonlinebackup.com">
      <request>
        <EntityId>int</EntityId>
        <Filter>
          <PageIndex>int</PageIndex>
          <PageSize>int</PageSize>
          <IndicatorFilterDefined>boolean</IndicatorFilterDefined>
          <IndicatorFilterValue>Ok or Warning or Error</IndicatorFilterValue>
          <StatusFilterDefined>boolean</StatusFilterDefined>
          <StatusFilterValue>Uploading or Canceled or Failed or Completed or Info or Configured</StatusFilterValue>
          <EventTypeFilterDefined>boolean</EventTypeFilterDefined>
          <EventTypeFilterValue>BackupStarted or BackupCompleted or BackupProgress or BackupCancelled or NoProgressEvent1 or NoProgressEvent2 or NoBackupEvent1 or NoBackupEvent2 or BackupFailed or NotAvaliable or BackupConfigured or AbnormalBackupScope or OverQuotaWarning or OverQuotaError or OverQuotaFixed or TooLongBackup or ReplicationCompleted or ReplicationCancelled or ReplicationFailed or BackupCheckCompleted or BackupCheckCancelled or BackupCheckFailed or BackupCheckExecuted</EventTypeFilterValue>
          <EventBackupTypeFilterDefined>boolean</EventBackupTypeFilterDefined>
          <EventBackupTypeFilterValue>Online or ImageStream or Exchange or LiveProtect or MSSQL or ShadowProtectBackup or GeneralNotification or ApplianceHyperVBackup or ApplianceVmWareBackup or ApplianceFileFolderBackup or ApplianceExchangeBackup or ApplianceSQLBackup or ApplianceDRBackup or IcabMsOffice or IcabSharepoint or IcabOneDrive or IcabGoogleApps or IcabMsOfficeGroups or IcabSalesforce or IcabBox or IcabDropBox or IcabGTeamDrive</EventBackupTypeFilterValue>
          <AccountNameFilterDefined>boolean</AccountNameFilterDefined>
          <AccountNameFilterValue>string</AccountNameFilterValue>
          <AccountTypeFilterIsNotDefined>boolean</AccountTypeFilterIsNotDefined>
          <AccountTypeFilterValue>BackupAccount or ApplicationUser or SoapUser or IcabEmail</AccountTypeFilterValue>
          <SystemNameFilterDefined>boolean</SystemNameFilterDefined>
          <SystemNameFilterValue>string</SystemNameFilterValue>
          <FromDateFilterDefined>boolean</FromDateFilterDefined>
          <FromDateFilterValue>dateTime</FromDateFilterValue>
          <ToDateFilterDefined>boolean</ToDateFilterDefined>
          <ToDateFilterValue>dateTime</ToDateFilterValue>
          <Version>int</Version>
        </Filter>
      </request>
    </GetHistoryEvents>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetHistoryEventsResponse xmlns="sosonlinebackup.com">
      <GetHistoryEventsResult>
        <Result />
        <HistoryEventsData>
          <HistoryEvent>
            <Indicator>Ok or Warning or Error</Indicator>
            <EventType>BackupStarted or BackupCompleted or BackupProgress or BackupCancelled or NoProgressEvent1 or NoProgressEvent2 or NoBackupEvent1 or NoBackupEvent2 or BackupFailed or NotAvaliable or BackupConfigured or AbnormalBackupScope or OverQuotaWarning or OverQuotaError or OverQuotaFixed or TooLongBackup or ReplicationCompleted or ReplicationCancelled or ReplicationFailed or BackupCheckCompleted or BackupCheckCancelled or BackupCheckFailed or BackupCheckExecuted</EventType>
            <AccountName>string</AccountName>
            <AccountType>BackupAccount or ApplicationUser or SoapUser or IcabEmail</AccountType>
            <SystemName>string</SystemName>
            <ClientDate>dateTime</ClientDate>
            <IsScheduled>boolean</IsScheduled>
            <TotalFilesCount>long</TotalFilesCount>
            <TotalFilesSize>long</TotalFilesSize>
            <ErrorFilesCount>long</ErrorFilesCount>
            <ErrorFilesSize>long</ErrorFilesSize>
            <UploadedFilesCount>long</UploadedFilesCount>
            <UploadedFilesSize>long</UploadedFilesSize>
            <UnchangedFilesCount>long</UnchangedFilesCount>
            <UnchangedFilesSize>long</UnchangedFilesSize>
            <BackupDuration>long</BackupDuration>
            <EventBackupType>Online or ImageStream or Exchange or LiveProtect or MSSQL or ShadowProtectBackup or GeneralNotification or ApplianceHyperVBackup or ApplianceVmWareBackup or ApplianceFileFolderBackup or ApplianceExchangeBackup or ApplianceSQLBackup or ApplianceDRBackup or IcabMsOffice or IcabSharepoint or IcabOneDrive or IcabGoogleApps or IcabMsOfficeGroups or IcabSalesforce or IcabBox or IcabDropBox or IcabGTeamDrive</EventBackupType>
            <JobName>string</JobName>
            <EntityId>int</EntityId>
            <BackupSummary>string</BackupSummary>
            <Description>string</Description>
          </HistoryEvent>
          <HistoryEvent>
            <Indicator>Ok or Warning or Error</Indicator>
            <EventType>BackupStarted or BackupCompleted or BackupProgress or BackupCancelled or NoProgressEvent1 or NoProgressEvent2 or NoBackupEvent1 or NoBackupEvent2 or BackupFailed or NotAvaliable or BackupConfigured or AbnormalBackupScope or OverQuotaWarning or OverQuotaError or OverQuotaFixed or TooLongBackup or ReplicationCompleted or ReplicationCancelled or ReplicationFailed or BackupCheckCompleted or BackupCheckCancelled or BackupCheckFailed or BackupCheckExecuted</EventType>
            <AccountName>string</AccountName>
            <AccountType>BackupAccount or ApplicationUser or SoapUser or IcabEmail</AccountType>
            <SystemName>string</SystemName>
            <ClientDate>dateTime</ClientDate>
            <IsScheduled>boolean</IsScheduled>
            <TotalFilesCount>long</TotalFilesCount>
            <TotalFilesSize>long</TotalFilesSize>
            <ErrorFilesCount>long</ErrorFilesCount>
            <ErrorFilesSize>long</ErrorFilesSize>
            <UploadedFilesCount>long</UploadedFilesCount>
            <UploadedFilesSize>long</UploadedFilesSize>
            <UnchangedFilesCount>long</UnchangedFilesCount>
            <UnchangedFilesSize>long</UnchangedFilesSize>
            <BackupDuration>long</BackupDuration>
            <EventBackupType>Online or ImageStream or Exchange or LiveProtect or MSSQL or ShadowProtectBackup or GeneralNotification or ApplianceHyperVBackup or ApplianceVmWareBackup or ApplianceFileFolderBackup or ApplianceExchangeBackup or ApplianceSQLBackup or ApplianceDRBackup or IcabMsOffice or IcabSharepoint or IcabOneDrive or IcabGoogleApps or IcabMsOfficeGroups or IcabSalesforce or IcabBox or IcabDropBox or IcabGTeamDrive</EventBackupType>
            <JobName>string</JobName>
            <EntityId>int</EntityId>
            <BackupSummary>string</BackupSummary>
            <Description>string</Description>
          </HistoryEvent>
        </HistoryEventsData>
        <TotalRecords>int</TotalRecords>
      </GetHistoryEventsResult>
    </GetHistoryEventsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /WebApi/AccountManagementService/EntityMonitoringService.asmx HTTP/1.1
Host: secure-sandbox.sosonlinebackup.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <AuthHeader xmlns="sosonlinebackup.com">
      <UserName>string</UserName>
      <Password>string</Password>
    </AuthHeader>
  </soap12:Header>
  <soap12:Body>
    <GetHistoryEvents xmlns="sosonlinebackup.com">
      <request>
        <EntityId>int</EntityId>
        <Filter>
          <PageIndex>int</PageIndex>
          <PageSize>int</PageSize>
          <IndicatorFilterDefined>boolean</IndicatorFilterDefined>
          <IndicatorFilterValue>Ok or Warning or Error</IndicatorFilterValue>
          <StatusFilterDefined>boolean</StatusFilterDefined>
          <StatusFilterValue>Uploading or Canceled or Failed or Completed or Info or Configured</StatusFilterValue>
          <EventTypeFilterDefined>boolean</EventTypeFilterDefined>
          <EventTypeFilterValue>BackupStarted or BackupCompleted or BackupProgress or BackupCancelled or NoProgressEvent1 or NoProgressEvent2 or NoBackupEvent1 or NoBackupEvent2 or BackupFailed or NotAvaliable or BackupConfigured or AbnormalBackupScope or OverQuotaWarning or OverQuotaError or OverQuotaFixed or TooLongBackup or ReplicationCompleted or ReplicationCancelled or ReplicationFailed or BackupCheckCompleted or BackupCheckCancelled or BackupCheckFailed or BackupCheckExecuted</EventTypeFilterValue>
          <EventBackupTypeFilterDefined>boolean</EventBackupTypeFilterDefined>
          <EventBackupTypeFilterValue>Online or ImageStream or Exchange or LiveProtect or MSSQL or ShadowProtectBackup or GeneralNotification or ApplianceHyperVBackup or ApplianceVmWareBackup or ApplianceFileFolderBackup or ApplianceExchangeBackup or ApplianceSQLBackup or ApplianceDRBackup or IcabMsOffice or IcabSharepoint or IcabOneDrive or IcabGoogleApps or IcabMsOfficeGroups or IcabSalesforce or IcabBox or IcabDropBox or IcabGTeamDrive</EventBackupTypeFilterValue>
          <AccountNameFilterDefined>boolean</AccountNameFilterDefined>
          <AccountNameFilterValue>string</AccountNameFilterValue>
          <AccountTypeFilterIsNotDefined>boolean</AccountTypeFilterIsNotDefined>
          <AccountTypeFilterValue>BackupAccount or ApplicationUser or SoapUser or IcabEmail</AccountTypeFilterValue>
          <SystemNameFilterDefined>boolean</SystemNameFilterDefined>
          <SystemNameFilterValue>string</SystemNameFilterValue>
          <FromDateFilterDefined>boolean</FromDateFilterDefined>
          <FromDateFilterValue>dateTime</FromDateFilterValue>
          <ToDateFilterDefined>boolean</ToDateFilterDefined>
          <ToDateFilterValue>dateTime</ToDateFilterValue>
          <Version>int</Version>
        </Filter>
      </request>
    </GetHistoryEvents>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetHistoryEventsResponse xmlns="sosonlinebackup.com">
      <GetHistoryEventsResult>
        <Result />
        <HistoryEventsData>
          <HistoryEvent>
            <Indicator>Ok or Warning or Error</Indicator>
            <EventType>BackupStarted or BackupCompleted or BackupProgress or BackupCancelled or NoProgressEvent1 or NoProgressEvent2 or NoBackupEvent1 or NoBackupEvent2 or BackupFailed or NotAvaliable or BackupConfigured or AbnormalBackupScope or OverQuotaWarning or OverQuotaError or OverQuotaFixed or TooLongBackup or ReplicationCompleted or ReplicationCancelled or ReplicationFailed or BackupCheckCompleted or BackupCheckCancelled or BackupCheckFailed or BackupCheckExecuted</EventType>
            <AccountName>string</AccountName>
            <AccountType>BackupAccount or ApplicationUser or SoapUser or IcabEmail</AccountType>
            <SystemName>string</SystemName>
            <ClientDate>dateTime</ClientDate>
            <IsScheduled>boolean</IsScheduled>
            <TotalFilesCount>long</TotalFilesCount>
            <TotalFilesSize>long</TotalFilesSize>
            <ErrorFilesCount>long</ErrorFilesCount>
            <ErrorFilesSize>long</ErrorFilesSize>
            <UploadedFilesCount>long</UploadedFilesCount>
            <UploadedFilesSize>long</UploadedFilesSize>
            <UnchangedFilesCount>long</UnchangedFilesCount>
            <UnchangedFilesSize>long</UnchangedFilesSize>
            <BackupDuration>long</BackupDuration>
            <EventBackupType>Online or ImageStream or Exchange or LiveProtect or MSSQL or ShadowProtectBackup or GeneralNotification or ApplianceHyperVBackup or ApplianceVmWareBackup or ApplianceFileFolderBackup or ApplianceExchangeBackup or ApplianceSQLBackup or ApplianceDRBackup or IcabMsOffice or IcabSharepoint or IcabOneDrive or IcabGoogleApps or IcabMsOfficeGroups or IcabSalesforce or IcabBox or IcabDropBox or IcabGTeamDrive</EventBackupType>
            <JobName>string</JobName>
            <EntityId>int</EntityId>
            <BackupSummary>string</BackupSummary>
            <Description>string</Description>
          </HistoryEvent>
          <HistoryEvent>
            <Indicator>Ok or Warning or Error</Indicator>
            <EventType>BackupStarted or BackupCompleted or BackupProgress or BackupCancelled or NoProgressEvent1 or NoProgressEvent2 or NoBackupEvent1 or NoBackupEvent2 or BackupFailed or NotAvaliable or BackupConfigured or AbnormalBackupScope or OverQuotaWarning or OverQuotaError or OverQuotaFixed or TooLongBackup or ReplicationCompleted or ReplicationCancelled or ReplicationFailed or BackupCheckCompleted or BackupCheckCancelled or BackupCheckFailed or BackupCheckExecuted</EventType>
            <AccountName>string</AccountName>
            <AccountType>BackupAccount or ApplicationUser or SoapUser or IcabEmail</AccountType>
            <SystemName>string</SystemName>
            <ClientDate>dateTime</ClientDate>
            <IsScheduled>boolean</IsScheduled>
            <TotalFilesCount>long</TotalFilesCount>
            <TotalFilesSize>long</TotalFilesSize>
            <ErrorFilesCount>long</ErrorFilesCount>
            <ErrorFilesSize>long</ErrorFilesSize>
            <UploadedFilesCount>long</UploadedFilesCount>
            <UploadedFilesSize>long</UploadedFilesSize>
            <UnchangedFilesCount>long</UnchangedFilesCount>
            <UnchangedFilesSize>long</UnchangedFilesSize>
            <BackupDuration>long</BackupDuration>
            <EventBackupType>Online or ImageStream or Exchange or LiveProtect or MSSQL or ShadowProtectBackup or GeneralNotification or ApplianceHyperVBackup or ApplianceVmWareBackup or ApplianceFileFolderBackup or ApplianceExchangeBackup or ApplianceSQLBackup or ApplianceDRBackup or IcabMsOffice or IcabSharepoint or IcabOneDrive or IcabGoogleApps or IcabMsOfficeGroups or IcabSalesforce or IcabBox or IcabDropBox or IcabGTeamDrive</EventBackupType>
            <JobName>string</JobName>
            <EntityId>int</EntityId>
            <BackupSummary>string</BackupSummary>
            <Description>string</Description>
          </HistoryEvent>
        </HistoryEventsData>
        <TotalRecords>int</TotalRecords>
      </GetHistoryEventsResult>
    </GetHistoryEventsResponse>
  </soap12:Body>
</soap12:Envelope>