Authenticating a Created Data Uploading Job (Discarded)
Function
This API is used to check whether a created data uploading job is valid and, if valid, authorize the job to upload data to DLI.
URI
| Parameter | Mandatory | Description |
|---|---|---|
| project_id | Yes | Project ID, which is used for resource isolation. For details about how to obtain its value, see Obtaining a Project ID. |
Request
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| job_id | Yes | String | Job ID, which is used to identify a data uploading job. |
Response
| Parameter | Type | Description |
|---|---|---|
| is_success | Boolean | Indicates whether the request is successfully executed. Value true indicates that the request is successfully executed. |
| message | String | System prompt. If execution succeeds, the parameter setting may be left blank. |
| mask | Array of strings | Authorization mask information. |
Example
- Example request
{ "job_id":"6b29eb77-4c16-4e74-838a-2cf7959e9203" } - Example response (successful request)
{ "is_success":"true", "message": "check upload id success", "mask":[ "mask_str_01", "mask_str_02" ] }
If an error occurs when this API is invoked, the system does not return the result similar to the preceding example, but returns the error code and error information. For details, see Error Code.
Last Article: APIs Related to Data Upload (Discarded)
Next Article: Session-related APIs (Discarded)
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.