Cloud Interconnect API, REST: Partner.List
Retrieves the list of Partner resources in the specified folder.
HTTP request
GET https://cic-api.api.cloud.yandex.net/cic/v1/partners
Query parameters
Field |
Description |
pageSize |
string (int64) The maximum number of results per page to return. If the number of available |
pageToken |
string Page token. To get the next page of results, set |
filter |
string A filter expression that filters resources listed in the response.
|
Response
HTTP Code: 200 - OK
{
"partners": [
{
"id": "string",
"regionId": "string",
"status": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
partners[] |
List of Partner resources. |
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
Partner
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.
|