Cloud Interconnect API, gRPC: PartnerService.Get
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
{
"partner_id": "string"
}
|
Field |
Description |
|
partner_id |
string Required field. ID of the Partner resource to return. The maximum string length in characters is 50. |
Partner
{
"id": "string",
"name": "string",
"url": "string",
"pop_ids": [
"string"
],
"status": "Status"
}
A Partner resource.
|
Field |
Description |
|
id |
string ID of the partner. |
|
name |
string Name of the partner. |
|
url |
string Link to info about the partner. |
|
pop_ids[] |
string List of pointOfPresence IDs that the partner is connected to. |
|
status |
enum Status Status of the partner.
|