Method 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
Parameter | Description |
---|---|
registryId | Required. ID of the registry to list certificates for. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"certificates": [
{
"registryId": "string",
"fingerprint": "string",
"certificateData": "string",
"createdAt": "string"
}
]
}
Field | Description |
---|---|
certificates[] | object A registry certificate. For more information, see Managing registry certificates. |
certificates[]. registryId |
string ID of the registry that the certificate belongs to. |
certificates[]. fingerprint |
string SHA256 hash of the certificates. |
certificates[]. certificateData |
string Public part of the certificate. |
certificates[]. createdAt |
string (date-time) Creation timestamp. String in RFC3339 text format. |