The schema for the return on a Job Status call
API Endpoints | /resources/v2.1/alert-enrichments-config/{job_id} |
Supported Methods | GET |
Job Status Parameters
Attribute | Description | Type | Example |
---|---|---|---|
status | Current status of the job, includes pending , started , done , and failed . | String | done |
job_id | System-generated unique identifier for the asynchronous enrichment change job. | String | 8ded2313-0ebd-42e5-a36c-120420674863_1494492216_indexcsv |
start_time | Unix epoch time in seconds when the job started. | Integer | 1494492216 |
end_time | Unix epoch time in seconds when the job completed. | Integer | 1494492218 |