Queries the certificates associated with a deployment task, such as the certificate instance ID, type, and name.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:ListDeploymentJobCert |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
integer |
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 elements
|
Element |
Type |
Description |
Example |
|
object |
OpenApiDefaultResponse<List>. |
||
| Data |
array<object> |
The response parameters. |
|
|
object |
The information about the certificate. |
||
| CertId |
integer |
The ID of the certificate. |
11174100 |
| OrderId |
integer |
The ID of the certificate order. Note
If CertId is returned, this parameter is not returned. |
6127067 |
| CertInstanceId |
string |
The instance ID of the certificate. |
cas-ivauto-2crxzi |
| CertName |
string |
The name of the certificate. |
cert-11488855 |
| CommonName |
string |
The common name of the certificate. |
example.com |
| Sans |
array |
The subject alternative name (SAN) extensions of the certificate. |
|
|
string |
The extended domain name of the certificate. |
aliyundoc.com |
|
| Algorithm |
string |
The algorithm of the certificate public key. |
RSA |
| NotBeforeTime |
integer |
The start time of the validity period of the certificate. The value is a timestamp in seconds. |
1683625266108 |
| NotAfterTime |
integer |
The end time of the validity period of the certificate. The value is a timestamp in seconds. |
1683625266108 |
| Month |
integer |
The month in which the certificate is applied for. |
12 |
| StatusCode |
string |
The status code of the certificate. Valid values:
|
issued |
| CertType |
string |
The type of the certificate. |
DV |
| CertOrderType |
string |
The type of the certificate order. Valid values:
|
buy |
| IsTrustee |
boolean |
Indicates whether the certificate is hosted. Valid values:
|
true |
| RequestId |
string |
The request ID. |
15C66C7B-671A-4297-9187-2C4477247A74 |
Examples
Success response
JSON format
{
"Data": [
{
"CertId": 11174100,
"OrderId": 6127067,
"CertInstanceId": "cas-ivauto-2crxzi",
"CertName": "cert-11488855",
"CommonName": "example.com",
"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
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.