Resource Manager API, REST: Folder.Get
Returns the specified Folder resource.
To get the list of available Folder resources, make a List request.
HTTP request
GET https://resource-manager.api.cloud.yandex.net/resource-manager/v1/folders/{folderId}
Path parameters
Field |
Description |
folderId |
string Required field. ID of the Folder resource to return. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"cloudId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "string",
"status": "string"
}
A Folder resource. For more information, see Folder.
Field |
Description |
id |
string ID of the folder. |
cloudId |
string ID of the cloud that the folder belongs to. |
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
name |
string Name of the folder. |
description |
string Description of the folder. 0-256 characters long. |
labels |
string Resource labels as |
status |
enum (Status) Status of the folder.
|