Get cloud scan activity
POST https://daas.digicert.com/apicontroller/v1/scan/getCloudScanActivity
Use this endpoint to get information about the activities enabled for an existing cloud scan template.
Example requests and responses
URL query parameters
| Name | Req/Opt | Type | Description | 
|---|---|---|---|
| accountId | required | string | Account ID. | 
| divisionId | required | integer | Division ID. | 
| searchCriteriaList | optional | array | Filter results by specified values. The array includes key, operation, and value. Example: searchCriteriaList:[
  {
    "key":"domain",
    "operation":"EQUALS",
    "value":["digicert.com"]
  }
] | 
| startIndex | optional | integer | Start at the specified index. Default: | 
| pageSize | optional | integer | Number of records per page. Allowed values:  | 
| sortedColumn | optional | string | Sort results by specified parameter. | 
| sortOrder | optional | string | Sort direction. Allowed values:  Default: | 
Response parameters
| Name | Type | Description | 
|---|---|---|
| error | object | Includes the error code, if any. | 
| data | object | Object container for response. | 
| .. percentage | integer | Completion percentage of the cloud scan. | 
| .. status | string | Status of the cloud scan. Possible values:  | 
| .. totalCount | integer | Total number of domains present in the cloud scan. | 
| .. cloudscanActivity | array | List of objects with details about the activities found for the cloud scan template. | 
| .. .. id | integer | Domain ID. | 
| .. .. type | string | IP/Domains to be included or excluded. Possible values:  | 
| .. .. domain | string | Scanned domain. | 
| .. .. status | string | Status of scanned domain. Possible values:  | 
| .. .. updatedDate | integer | Date when the domain was last updated (epoch in milliseconds). | 
| .. .. lastCompletedDate | integer | Date when the domain was last scanned via cloud scanner (epoch in milliseconds). |