Update cloud scan
POST https://daas.digicert.com/apicontroller/v1/scan/updateCloudScan
Use this endpoint to update or modify the cloud scan settings.
Related topic
For more information on cloud scan, see Discovery cloud scan service.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
cloudScanSurveyConfigDTO | required | object | Object container for cloud scan configuration details. |
.. ipInclusionList | required | string | IPs to include in the cloud scan. This can be a comma-separated list. Supported formats are individual IPs, IP range, CIDR, and FQDNs. Example for IP format: Example for FQDN format: Note: Loopback IP "127.0.0.1" is not allowed to scan. |
.. ipExclusionList | required | string | IPs to exclude in the cloud scan. This can be a comma-separated list. Supported formats are individual IPs, IP range, CIDR, and FQDNs. Example for IP format: Example for FQDN format: Note: Loopback IP "127.0.0.1" is not allowed to scan. |
.. isExtraTlsProtocolsScan | optional | boolean | If Default protocols scan are TLSv1.3, TLSv1.2 and TLSv1. |
.. includedPorts | required | array | Ports to include in the cloud scan. It can be individual ports or port range. |
accountId | required | string | Account ID. |
divisionId | required | integer | Division ID. |
action | optional | string | Action performed to update the cloud scan. |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Includes the error code, if any. |
data | string | Message for cloud scan updated with the next scheduled run. |