v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Agentless Scanning

Update Azure scan options

Update the Agentless scan options for an activated subscription.

patch/api/v2/agentless_scanning/accounts/azure/{subscription_id}

Path parameters

subscription_idstring required
Example:12345678-90ab-cdef-1234-567890abcdef

The Azure subscription ID.

Request body

Example request

{
  "data": {
    "id": "12345678-90ab-cdef-1234-567890abcdef",
    "type": "azure_scan_options"
  }
}

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"
  }
}