Enqueue a new site scan
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
Body
topicstringRequired
The site topic ID to scan.
Responses
202
Site scan has been enqueued
application/json
objectstring · enumRequiredPossible values:
idstringRequired
The ID of the scan
statusstring · enumRequiredPossible values:
Status of a persisted site scan.
topicstring · nullableRequired
The site topic ID associated with the scan. It is null for scans that are not associated with a current topic in the site.
createdAtstring · date-timeRequired
startedAtstring · date-timeOptional
finishedAtstring · date-timeOptional
failureMessagestringOptional
Failure message for failed scans
post/orgs/{organizationId}/sites/{siteId}/scans
202
Site scan has been enqueued
Last updated
Was this helpful?