Queries the details of a certificate.
Operation description
Before you call this operation, get the certificate name from the Certificates page in the ApsaraVideo Live console.
QPS limit
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see QPS limits.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
live:DescribeLiveCertificateDetail | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
CertName | string | Yes | The name of the certificate. | Cert-**** |
Response elements
Element | Type | Description | Example |
object | |||
CertName | string | The name of the certificate. | Cert-**** |
Cert | string | The content of the certificate. | -----BEGIN CERTIFICATE-----****-----END CERTIFICATE----- |
RequestId | string | The ID of the request. | C7C69682-7F88-40DD-A198-10D0309E439B |
CertId | integer | The ID of the certificate. | 23451111 |
Examples
Success response
JSON format
{
"CertName": "Cert-****",
"Cert": "-----BEGIN CERTIFICATE-----****-----END CERTIFICATE-----",
"RequestId": "C7C69682-7F88-40DD-A198-10D0309E439B",
"CertId": 23451111
}Error codes
HTTP status code | Error code | Error message | Description |
404 | CertNameNotFound | The cert name is not found. | The certificate name does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.