Update Agent Insights job

Partially updates the Agent Insights job for a project (e.g. status; never deletes). Returns the updated job, or 404 if none exists.

Path parameters

projectIdstringRequiredformat: "uuid"

Request

This endpoint expects an object.
statusenumRequired
New status for the job

Response

Job updated
project_idstringRead-onlyformat: "uuid"
idstringOptionalRead-onlyformat: "uuid"
statusenumOptionalRead-only
last_scan_atdatetimeOptionalRead-only
last_failure_reasonstringOptionalRead-only
last_failure_detailstringOptionalRead-only
last_failed_atdatetimeOptionalRead-only
created_atdatetimeOptionalRead-only
created_bystringOptionalRead-only
last_updated_atdatetimeOptionalRead-only
last_updated_bystringOptionalRead-only

Errors

404
Not Found Error