Trigger a Scan
POST/code/api/v1/scans/integrations
Trigger asynchronous scan of all resources to refresh the current state at Prisma Cloud Application Security. The scan will update resources configured in cloud providers (AWS/Azure/GCP) and IaC resources in the main branch at each version control system (Github/Gitlab/Bitbucket). Please note: A new scan will not be triggered only if there is another running execution.
Request
Responses
- 201
Scan started
- application/json
- Schema
- Example (from schema)
Schema
isExecuted booleanrequired
message stringrequired
{
"isExecuted": true,
"message": "string"
}
Loading...