Cloud CDN API, gRPC: ProviderService.ListActivated
Written by
Updated at October 17, 2024
List activated providers for specified client.
gRPC request
rpc ListActivated (ListActivatedProvidersRequest) returns (ListActivatedProvidersResponse)
ListActivatedProvidersRequest
{
"folderId": "string"
}
Field |
Description |
folderId |
string Required field. ID of the folder that the activate provider belongs to. |
ListActivatedProvidersResponse
{
"providers": [
"string"
]
}
Field |
Description |
providers[] |
string Creates a list of providers. |