Jobs
List remediation jobs
GET/accounts/{account_id}/data-security/posture/remediations/jobs
Creates remediation jobs
POST/accounts/{account_id}/data-security/posture/remediations/jobs
Create a remediation jobs export
POST/accounts/{account_id}/data-security/posture/remediations/jobs/export
ModelsExpand Collapse
JobListResponse object { id, asset, created_at, 11 more } Information about a remediation job.
JobListResponse object { id, asset, created_at, 11 more }
Information about a remediation job.
asset: object { id, category, external_id, 3 more } Asset information for a remediation job.
asset: object { id, category, external_id, 3 more }
Asset information for a remediation job.
triggered_by_user: string
Email of the user who triggered the remediation. For account-token actors this is the literal “Account API Token”; for policy actors this is empty.
JobCreateResponse object { created, failed }
JobCreateResponse object { created, failed }
created: array of object { id, asset, created_at, 11 more } Successfully created remediation jobs.
created: array of object { id, asset, created_at, 11 more }
Successfully created remediation jobs.
asset: object { id, category, external_id, 3 more } Asset information for a remediation job.
asset: object { id, category, external_id, 3 more }
Asset information for a remediation job.
triggered_by_user: string
Email of the user who triggered the remediation. For account-token actors this is the literal “Account API Token”; for policy actors this is empty.
JobExportResponse object { id, status, type, 5 more } Information about an export job.
JobExportResponse object { id, status, type, 5 more }
Information about an export job.
download_url: optional string
The URL by which the successfully created export can be downloaded by the end users.
formaturi
maxLength1024
errors: optional string
Contains information on errors which may have occurred during export creation.