Cloud CDN API, gRPC: ProviderService.ListActivated
Written by
Updated at December 1, 2025
List activated providers for specified client.
gRPC request
rpc ListActivated (ListActivatedProvidersRequest) returns (ListActivatedProvidersResponse)
ListActivatedProvidersRequest
{
"folder_id": "string"
}
|
Field |
Description |
|
folder_id |
string Required field. ID of the folder that the activate provider belongs to. The maximum string length in characters is 50. |
ListActivatedProvidersResponse
{
"providers": [
"string"
]
}
|
Field |
Description |
|
providers[] |
string Creates a list of providers. |