API referenceAssets
Stop Asset Scan
Path Parameters
asset_id*Asset Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Optional body of the stop. reason is recorded in the audit trail and shown
to the customer as the run's reason, so it is bounded rather than free.
Response Body
application/json
application/json
curl -X POST "https://example.com/assets/string/scan/stop" \ -H "Content-Type: application/json" \ -d '{}'{ "asset_id": "string", "workflow_id": "string", "run_id": "string", "status": "string", "stopped_at": "string", "reason": "string", "grace_seconds": 0, "tools_signalled": true}