Cloud CDN API, gRPC: ResourceService.GetProviderCName
Статья создана
Обновлена 2 сентября 2025 г.
Deprecated: Provider-specific CNAME is now available in the provider_cname field of each Resource message.
gRPC request
rpc GetProviderCName (GetProviderCNameRequest) returns (GetProviderCNameResponse)
GetProviderCNameRequest
{
"folder_id": "string"
}
|
Field |
Description |
|
folder_id |
string Required field. Folder ID to get provider's CNAME. |
GetProviderCNameResponse
{
"cname": "string",
"folder_id": "string"
}
|
Field |
Description |
|
cname |
string Provider's CNAME. |
|
folder_id |
string ID of the folder that the provider belongs to. |