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.

In addition, DLI provides SDKs in multiple programming languages for you. For details about how to use SDKs, see the HUAWEI CLOUD SDKs.