Registry
A set of methods for managing registry.
JSON Representation
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "object",
"status": "string",
"logGroupId": "string"
}
Field | Description |
---|---|
id | string ID of the registry. |
folderId | string ID of the folder that the registry belongs to. |
createdAt | string (date-time) Creation timestamp. String in RFC3339 text format. |
name | string Name of the registry. The name is unique within the folder. |
description | string Description of the registry. 0-256 characters long. |
labels | object Resource labels as |
status | string Status of the registry.
|
logGroupId | string ID of the logs group for the specified registry. |
Methods
Method | Description |
---|---|
addCertificate | Adds a certificate. |
addPassword | Adds password for the specified registry. |
create | Creates a registry in the specified folder. |
delete | Deletes the specified registry. |
deleteCertificate | Deletes the specified registry certificate. |
deletePassword | Deletes the specified password. |
get | Returns the specified registry. |
list | Retrieves the list of registries in the specified folder. |
listCertificates | Retrieves the list of registry certificates for the specified registry. |
listDeviceTopicAliases | Retrieves the list of device topic aliases for the specified registry. |
listOperations | Lists operations for the specified registry. |
listPasswords | Retrieves the list of passwords for the specified registry. |
update | Updates the specified registry. |