IoT Core Broker Service, REST: Broker.ListCertificates
Retrieves the list of broker certificates for the specified broker.
HTTP request
GET https://iot-broker.api.cloud.yandex.net/iot-broker/v1/brokers/{brokerId}/certificates
Path parameters
Field |
Description |
brokerId |
string Required field. ID of the broker to list certificates for. |
Response
HTTP Code: 200 - OK
{
"certificates": [
{
"brokerId": "string",
"fingerprint": "string",
"certificateData": "string",
"createdAt": "string"
}
]
}
Field |
Description |
certificates[] |
List of certificates for the specified broker. |
BrokerCertificate
A broker certificate.
Field |
Description |
brokerId |
string ID of the broker that the certificate belongs to. |
fingerprint |
string SHA256 hash of the certificates. |
certificateData |
string Public part of the certificate. |
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |