REST API Enhancements
The following new REST APIs were added in this release:
Resource |
API Name/Endpoint |
Method |
Description |
||||||||||||||||||
Jobs |
Get All Job Details /jobs/all |
GET |
Retrieves details for all jobs, currently running and historical. The details include the current job status and the timestamps indicating when the job was queued, when it was activated, and when it completed. (No time estimates are provided for how long a job will be in queue or when it will complete.) Supported job types include:
|
||||||||||||||||||
Get Job Details Based on Job Id Provided /jobs/{jobId} |
GET |
Provides the status and details for a given job, identified by its ID. (You can obtain the job ID by calling the Get All Jobs REST API.) |