Method get
Статья создана
Returns the specified folder budget.
HTTP request
GET https://datasphere.api.cloud.yandex.net/datasphere/v1/folders/{folderId}:budget
Path parameters
Parameter | Description |
---|---|
folderId | Required. ID of the folder to get a budget for. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"unitBalance": "integer",
"maxUnitsPerHour": "integer",
"maxUnitsPerExecution": "integer"
}
Field | Description |
---|---|
unitBalance | integer (int64) The number of units available in the folder. |
maxUnitsPerHour | integer (int64) The number of units that can be spent per hour. |
maxUnitsPerExecution | integer (int64) The number of units that can be spent on one execution. |