IoT Core Service, REST: Registry.ListCertificates
Retrieves the list of registry certificates for the specified registry.
HTTP request
GET https://iot-devices.api.cloud.yandex.net/iot-devices/v1/registries/{registryId}/certificates
Path parameters
Field |
Description |
registryId |
string Required field. ID of the registry to list certificates for. |
Response
HTTP Code: 200 - OK
{
"certificates": [
{
"registryId": "string",
"fingerprint": "string",
"certificateData": "string",
"createdAt": "string"
}
]
}
Field |
Description |
certificates[] |
List of certificates for the specified registry. |
RegistryCertificate
A registry certificate. For more information, see Managing registry certificates.
Field |
Description |
registryId |
string ID of the registry 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 |