Get scan template details
Path parameters
UUID of the scan template to retrieve
Response
scan template
Example response
{
"id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"client_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"organization_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"agent_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"site_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"cruncher_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"created_at": 1576300370,
"created_by": "user@example.com",
"created_by_user_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"updated_at": 1576300370,
"type": "scan",
"status": "processed",
"error": "agent unavailable",
"parent_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"recur_frequency": "hour",
"start_time": 1576300370,
"recur_last": 1576300370,
"recur_next": 1576300370,
"recur_last_task_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"name": "My Scan Template",
"description": "My Scan Template",
"grace_period": "4",
"source_id": "1",
"template_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"hosted_zone_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"linked_task_count": 1,
"acl": {
"e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8": "user"
}
}Changes
Changed in 2 of the 50 revisions of this API.136
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
added the optional property
agent_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
client_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
created_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
created_byto the response with the200statusresponse-optional-property-added
- ○
added the optional property
created_by_user_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
cruncher_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
errorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
grace_periodto the response with the200statusresponse-optional-property-added
- ○
added the optional property
hiddento the response with the200statusresponse-optional-property-added
- ○
added the optional property
hosted_zone_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
linked_task_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
organization_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
paramsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
parent_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
recurto the response with the200statusresponse-optional-property-added
- ○
added the optional property
recur_frequencyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
recur_lastto the response with the200statusresponse-optional-property-added
- ○
added the optional property
recur_last_task_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
recur_nextto the response with the200statusresponse-optional-property-added
- ○
added the optional property
site_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
size_datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
size_resultsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
size_siteto the response with the200statusresponse-optional-property-added
- ○
added the optional property
source_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
start_timeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
statsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
template_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
updated_atto the response with the200statusresponse-optional-property-added
- ○
added the required property
aclto the response with the200statusresponse-required-property-added
- ○
added the required property
globalto the response with the200statusresponse-required-property-added
- ○
added the required property
idto the response with the200statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○