Queries the basic information about a deployment task. After you create a deployment task, you can call this operation to obtain the basic information about the deployment task, including the instance ID, type, and name of the certificate.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
JobId | long | Yes | The ID of the deployment task. You can call the CreateDeploymentJob operation to obtain the ID of a deployment task from the JobId parameter. You can also call the ListDeploymentJob operation to obtain the ID of a deployment task. | 8888 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Data": [
{
"CertId": 11174100,
"OrderId": 6127067,
"CertInstanceId": "cas-ivauto-2crxzi",
"CertName": "edkog.shop",
"CommonName": "vaultwebhook.vault-webhook.svc",
"Sans": [
"aliyundoc.com"
],
"Algorithm": "RSA",
"NotBeforeTime": 1683625266108,
"NotAfterTime": 1683625266108,
"Month": 12,
"StatusCode": "issued",
"CertType": "DV",
"CertOrderType": "buy",
"IsTrustee": true
}
],
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}
Error codes
For a list of error codes, visit the Service error codes.