Resource Manager API, REST: Cloud.get
Returns the specified Cloud resource.
To get the list of available Cloud resources, make a list request.
HTTP request
GET https://resource-manager.api.cloud.yandex.net/resource-manager/v1/clouds/{cloudId}
Path parameters
Parameter | Description |
---|---|
cloudId | Required. ID of the Cloud resource to return. To get the cloud ID, use a list request. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"organizationId": "string",
"labels": "object"
}
A Cloud resource. For more information, see Cloud.
Field | Description |
---|---|
id | string ID of the cloud. |
createdAt | string (date-time) Creation timestamp. String in RFC3339 text format. The range of possible values is from To work with values in this field, use the APIs described in the Protocol Buffers reference. In some languages, built-in datetime utilities do not support nanosecond precision (9 digits). |
name | string Name of the cloud. 3-63 characters long. |
description | string Description of the cloud. 0-256 characters long. |
organizationId | string ID of the organization that the cloud belongs to. |
labels | object Resource labels as |