Consulte les informations de la liste des certificats.
Description de l'opération
Actuellement, l'adresse du service est prise en charge uniquement dans la région Chine (Shanghai).
Testez maintenant
Testez cette API dans OpenAPI Explorer, sans signature manuelle. Les appels réussis génèrent automatiquement du code SDK correspondant à vos paramètres. Téléchargez-le avec une sécurité intégrée des identifiants pour une utilisation locale. Testez cette API dans OpenAPI Explorer, sans signature manuelle. Les appels réussis génèrent automatiquement du code SDK correspondant à vos paramètres. Téléchargez-le avec une sécurité intégrée des identifiants pour une utilisation locale.
Test
Autorisation RAM
|
vod:DescribeVodCertificateList |
get |
*All Resource
|
Aucune | Aucune |
Paramètres de requête
|
Paramètre |
Type |
Requis |
Description |
Exemple |
| DomainName |
string |
Non |
Le nom de domaine accéléré pour ApsaraVideo VOD. |
example.com |
Éléments de réponse
|
Élément |
Type |
Description |
Exemple |
|
object |
|||
| RequestId |
string |
L'identifiant de la requête. |
FC0E34AC-0239-44A7-****-800DE522C8DA |
| CertificateListModel |
object |
Les informations de la liste des certificats. |
|
| Count |
integer |
Le nombre de certificats. |
2 |
| CertList |
object |
||
| Cert |
array<object> |
The certificate list. |
|
|
object |
|||
| LastTime |
integer |
The certificate issuance time. Unit: seconds. |
1512388610 |
| Fingerprint |
string |
The certificate fingerprint. |
**** |
| CertName |
string |
The certificate name. |
Certificate |
| Issuer |
string |
The certificate issuer. |
**** |
| CertId |
integer |
The certificate ID. |
235437 |
| Common |
string |
The common name of the certificate. |
test |
| CreateTime |
integer |
The creation time. |
1725206400000 |
| EndTime |
integer |
The end time. |
1725207200000 |
| Algorithm |
string |
The algorithm name. |
RSA |
| CertIdentifier |
string |
The certificate ID. |
14173772-cn-hangzhou |
| DomainMatchCert |
boolean |
The domain name match. |
false |
| InstanceId |
string |
The instance ID. |
cert-cn-cd806ae0fdfbfa60 |
| SignAlgorithm |
string |
The signature algorithm. |
sha256withrsa |
Exemples
JSON format
{
"RequestId": "FC0E34AC-0239-44A7-****-800DE522C8DA",
"CertificateListModel": {
"Count": 2,
"CertList": {
"Cert": [
{
"LastTime": 1512388610,
"Fingerprint": "****",
"CertName": "Certificate",
"Issuer": "****",
"CertId": 235437,
"Common": "test",
"CreateTime": 1725206400000,
"EndTime": 1725207200000,
"Algorithm": "RSA",
"CertIdentifier": "14173772-cn-hangzhou",
"DomainMatchCert": false,
"InstanceId": "cert-cn-cd806ae0fdfbfa60",
"SignAlgorithm": "sha256withrsa"
}
]
}
}
}
Codes d'erreur
Consultez Codes d'erreur pour la liste complète.
Notes de version
Consultez Notes de version pour la liste complète.