Endpoint
/api/v2/tenants/{tenantId}/policies/discovery/action/scan/{discoveryProfileId}
Path Parameters
tenantId
string

discoveryProfileId
string

The discovery profile Id.

Responses

OK

actualEntity
string

allowedMethods
array

cookies
object

entity
string

headers
object

length
integer

links
array

metadata
object

status
integer

statusInfo
object

statusInfo.family
statusInfo.reasonPhrase
statusInfo.statusCode
stringHeaders
object

{
  "actualEntity": "Request to scan the discoveryprofile has been initiated",
  "allowedMethods": [],
  "cookies": {},
  "entity": "Request to scan the discoveryprofile has been initiated",
  "headers": {},
  "length": -1,
  "links": [],
  "metadata": {},
  "status": 200,
  "statusInfo": {
    "family": "SUCCESSFUL",
    "reasonPhrase": "OK",
    "statusCode": 200
  },
  "stringHeaders": {}
}