Viewing Details of an Azure Bulk Job
Use the get /v1/cckm/azure/bulkjobs/{id}
API to view the details of an Azure bulk job with a specific id.
Syntax
Here, {id}
represents the bulk job ID.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output shows the details corresponding to the bulk job (with ID ee4482eb-0b97-4702-8ef6-7e86df66eaa5
).
To know more about response parameters, refer to Response Parameters of Key Life Cycle Management APIs.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.