Updated on 2022-09-15 GMT+08:00

API Calling

DLI provides RESTful (Representational State Transfer) APIs, allowing you to use HTTPS to call them. For details, see Making an API Request.

Unless otherwise specified, DLI APIs are synchronous. Specifically, is_success, indicating whether a request is successfully executed, is returned.

If the DLI API is asynchronous, run the API related to Querying Job Status according to the value of job_id in the response message to learn whether the API is successfully executed.