Cloud Backup API, REST: Provider.ListActivated
Written by
Updated at November 26, 2024
List activated providers for specified client.
HTTP request
GET https://backup.api.cloud.yandex.net/backup/v1/providers
Query parameters
Field |
Description |
folderId |
string Required field. ID of the folder to find out the backup provider. |
Response
HTTP Code: 200 - OK
{
"folderId": "string",
"names": [
"string"
]
}
Field |
Description |
folderId |
string Folder ID. |
names[] |
string Name of the backup provider. |