Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 732 Bytes

asynchronous-jobs-0a0a6ab.md

File metadata and controls

22 lines (14 loc) · 732 Bytes

Asynchronous Jobs

Describes the asynchronous calls that are supported by some functionality from the SAP Cloud Management service for SAP BTP.

When the API responds with the status code 202, the request can be processed as an asynchronous job.

The status of the request can be fetched using the path provided in the Location header. The response of the API provided in the Location header is normally:

{
  "status": "<IN_PROGRESS/COMPLETED/FAILED>",
  "description": "<meaningful description in case one needed>"
}

Note:

The response includes the status (always) and description (optional) fields.

For example, you can trigger a brand new job.