Agentless Scanning
Get Azure scan options
Fetches the Agentless scan options for an activated subscription.
get/api/v2/agentless_scanning/accounts/azure/{subscription_id}
Path parameters
subscription_idstring required
Example:12345678-90ab-cdef-1234-567890abcdef
The Azure subscription ID.
Response
OK
Example response
{
"data": {
"attributes": {
"compliance_host": false,
"vuln_containers_os": true,
"vuln_host_os": true
},
"id": "12345678-90ab-cdef-1234-567890abcdef",
"type": "azure_scan_options"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.