Cloud Interconnect API, gRPC: PartnerService.Get
Статья создана
Обновлена 8 ноября 2024 г.
Returns the specified Partner resource.
To get the list of available Partner resources, make a List request.
gRPC request
rpc Get (GetPartnerRequest) returns (Partner)
GetPartnerRequest
{
"partnerId": "string"
}
Field |
Description |
partnerId |
string Required field. ID of the Partner resource to return. |
Partner
{
"id": "string",
"regionId": "string",
"status": "Status"
}
A Partner resource.
Field |
Description |
id |
string ID of the routingInstance. |
regionId |
string ID of the region that the partner belongs to. |
status |
enum Status Status of the partner.
|