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 |
---|---|---|
status | Current status of the job, includes pending , started , done , and failed . | String |
job_id | System-generated unique identifier for the asynchronous enrichment change job. | String |
start_time | Unix epoch time in seconds when the job started. | Integer |
end_time | Unix epoch time in seconds when the job completed. | Integer |
Sample Object:
{
"status": "done",
"job_id": "c750243a-39dd-4666-bf0c-f8715e19eb96_1662894455_indexcsv",
"start_time": 1662894455,
"end_time": 1662894462
}