ListDriftRunsResponse
Response containing a paginated list of drift detection runs.
Properties
- The list of drift runs
- ↳
idstring requiredThe unique identifier of the drift run. - ↳
driftDetectedboolean requiredWhether drift was detected during the run. - ↳
createdstring requiredThe timestamp when the drift run was created. - ↳
statusenum requiredThe current status of the drift run.Values:not-started— NotStarted- JobStatusNotStarted indicates that a job has not yet started.
accepted— Accepted- JobStatusAccepted indicates that a job has been accepted for execution, but is not yet running.
running— Running- JobStatusRunning indicates that a job is running.
failed— Failed- JobStatusFailed indicates that a job has failed.
succeeded— Succeeded- JobStatusSucceeded indicates that a job has succeeded.
skipped— Skipped- JobStatusSkipped indicates that a job has skipped as there are fresher deployments to execute in the queue.
- ↳
deploymentIdstring optionalThe deployment identifier associated with the drift run. - ↳
deploymentVersioninteger optionalThe deployment version associated with the drift run. - The update that performed drift detection.
- The update that performed drift remediation.
itemsPerPageinteger requiredThe number of items per pagetotalinteger requiredThe total number of drift runs