Managing Global Router: organizing network connectivity between products and services, and between servers in different pools
Represents the core routing devices connecting networks across Services and Zones. Routers are the points where Networks are attached, and where Static Routes are applied to shape traffic between Zones and Services.
Returns a list of routers.
| page | integer The page number of the query results to be shown in the response. Default number is 1. |
| limit | integer Number of elements on one page. Maximum number is 200. Default number is 20. |
| sort_keys | string List of keys to sort results by. If there is more than one key, separate by comma, for example, |
| sort_direction | string Sorting direction. Can be |
| filters | string List of key values to filter results. If there is more than one key, separate by comma. |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
[- {
- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "enabled": true,
- "account_id": "string",
- "project_id": "123e4567e89b12d3a456426655440000",
- "netops_router_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
], - "leak_uuid": "123e4567-e89b-12d3-a456-426655440000",
- "prefix_pool_id": "123e4567-e89b-12d3-a456-426655440000",
- "vpn_id": 1
}
]| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
| name | string |
| tags | Array of strings <= 150 items List of unique tags. |
{- "name": "Name",
- "tags": [
- "resource_tag"
]
}{- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "enabled": true,
- "account_id": "string",
- "project_id": "123e4567e89b12d3a456426655440000",
- "netops_router_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
], - "leak_uuid": "123e4567-e89b-12d3-a456-426655440000",
- "prefix_pool_id": "123e4567-e89b-12d3-a456-426655440000",
- "vpn_id": 1
}| router_id required | string Router identifier. |
| nested | boolean Get information about a router and its nested networks, subnets, and static routes. |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
{- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "enabled": true,
- "account_id": "string",
- "project_id": "123e4567e89b12d3a456426655440000",
- "netops_router_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
], - "leak_uuid": "123e4567-e89b-12d3-a456-426655440000",
- "prefix_pool_id": "123e4567-e89b-12d3-a456-426655440000",
- "vpn_id": 1
}| router_id required | string Router identifier. |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
| name | string |
| tags | Array of strings <= 150 items List of unique tags. |
{- "name": "Name",
- "tags": [
- "resource_tag"
]
}{- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "enabled": true,
- "account_id": "string",
- "project_id": "123e4567e89b12d3a456426655440000",
- "netops_router_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
], - "leak_uuid": "123e4567-e89b-12d3-a456-426655440000",
- "prefix_pool_id": "123e4567-e89b-12d3-a456-426655440000",
- "vpn_id": 1
}| router_id required | string Router identifier. |
| cascade | boolean If |
| disconnect | boolean If |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
{- "error": {
- "code": 400,
- "title": "Bad Request",
- "message": "string",
- "req-id": "123e4567-e89b-12d3-a456-426655440000"
}
}Defines logical networks allocated to products and services, enabling isolation and routing within the infrastructure. If a network is connected to a router, it exists in both Global Router service and its original service, and can be managed separately. For example, you can delete a cloud platform network in Global Router service without deleting it from the cloud platform, it will disconnect the cloud platform network from the router. Each network is created within a zone, can host multiple subnets, and is connected via a router.
| page | integer Number of the page to return. Default number is 1. |
| limit | integer Number of elements on one page. Maximum number is 200. Default number is 20. |
| sort_keys | string List of keys to sort results by. If there is more than one key, separate by comma, for example, |
| sort_direction | string Sorting direction. Can be |
| filters | string List of key values to filter results. If there is more than one key, separate by comma. |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
[- {
- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "vlan": 2,
- "router_id": "123e4567-e89b-12d3-a456-426655440000",
- "zone_id": "123e4567-e89b-12d3-a456-426655440000",
- "project_id": "123e4567e89b12d3a456426655440000",
- "vdc_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "account_id": "string",
- "sv_network_id": "123e4567-e89b-12d3-a456-426655440000",
- "netops_vlan_uuid": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
], - "inner_vlan": 2,
- "os_network_id": "123e4567-e89b-12d3-a456-426655440000"
}
]Creates a network in the Global Router service. If the network belongs to the vpc service but doesn't exist on the cloud platform yet, it will also be created on the cloud platform. Networks from other services must be created in the source service beforehand; otherwise, they cannot be created in the Global Router service.
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
| name | string |
| vlan | integer [ 2 .. 4094 ] |
| router_id required | string Router identifier. |
| zone_id required | string Zone identifier. |
| vdc_name | string VMware virtual data center name. |
| tags | Array of strings <= 150 items List of unique tags. |
| inner_vlan | integer [ 2 .. 4094 ] Q-in-Q tag to create VLAN segment, only available for networks in the |
| os_network_id | string Network identifier in the cloud platform. |
{- "name": "Name",
- "vlan": 2,
- "router_id": "123e4567-e89b-12d3-a456-426655440000",
- "zone_id": "123e4567-e89b-12d3-a456-426655440000",
- "vdc_name": "string",
- "tags": [
- "resource_tag"
], - "inner_vlan": 2,
- "os_network_id": "123e4567-e89b-12d3-a456-426655440000"
}{- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "vlan": 2,
- "router_id": "123e4567-e89b-12d3-a456-426655440000",
- "zone_id": "123e4567-e89b-12d3-a456-426655440000",
- "project_id": "123e4567e89b12d3a456426655440000",
- "vdc_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "account_id": "string",
- "sv_network_id": "123e4567-e89b-12d3-a456-426655440000",
- "netops_vlan_uuid": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
], - "inner_vlan": 2,
- "os_network_id": "123e4567-e89b-12d3-a456-426655440000"
}| network_id required | string |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
{- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "vlan": 2,
- "router_id": "123e4567-e89b-12d3-a456-426655440000",
- "zone_id": "123e4567-e89b-12d3-a456-426655440000",
- "project_id": "123e4567e89b12d3a456426655440000",
- "vdc_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "account_id": "string",
- "sv_network_id": "123e4567-e89b-12d3-a456-426655440000",
- "netops_vlan_uuid": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
], - "inner_vlan": 2,
- "os_network_id": "123e4567-e89b-12d3-a456-426655440000"
}| network_id required | string |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
| name | string |
| tags | Array of strings <= 150 items List of unique tags. |
{- "name": "Name",
- "tags": [
- "resource_tag"
]
}{- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "vlan": 2,
- "router_id": "123e4567-e89b-12d3-a456-426655440000",
- "zone_id": "123e4567-e89b-12d3-a456-426655440000",
- "project_id": "123e4567e89b12d3a456426655440000",
- "vdc_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "account_id": "string",
- "sv_network_id": "123e4567-e89b-12d3-a456-426655440000",
- "netops_vlan_uuid": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
], - "inner_vlan": 2,
- "os_network_id": "123e4567-e89b-12d3-a456-426655440000"
}| network_id required | string |
| cascade | boolean If |
| disconnect | boolean If |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
{- "error": {
- "code": 400,
- "title": "Bad Request",
- "message": "string",
- "req-id": "123e4567-e89b-12d3-a456-426655440000"
}
}Specifies subnetworks within a network — used to segment traffic, allocate IP ranges and manage routing in an L3 VPN context. Same as network, it exists in both Global Router service and its original service, and can be managed separately. Static routes may reference subnets as destinations.
Returns a list of subnets.
| page | integer Number of the page to return. Default number is 1. |
| limit | integer Number of elements on one page. Maximum number is 200. Default number is 20. |
| sort_keys | string List of keys to sort results by. If there is more than one key, separate by comma, for example, |
| sort_direction | string Sorting direction. Can be |
| filters | string List of key values to filter results. If there is more than one key, separate by comma. |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
[- {
- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "gateway": "192.168.0.1",
- "cidr": "192.168.0.0/24",
- "network_id": "123e4567-e89b-12d3-a456-426655440000",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "account_id": "string",
- "project_id": "123e4567e89b12d3a456426655440000",
- "service_addresses": [
- "192.168.0.253",
- "192.168.0.254"
], - "sv_subnet_id": "123e4567-e89b-12d3-a456-426655440000",
- "netops_subnet_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
], - "os_subnet_id": "123e4567-e89b-12d3-a456-426655440000"
}
]Creates a subnet in the Global Router service. If the subnet belongs to the vpc service but doesn't exist on the cloud platform yet, it will also be created on the cloud platform. Subnets from other services must be created in the source service beforehand; otherwise, they cannot be created in the Global Router service.
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
| name | string |
| gateway | string Subnet IP address that will be used as gateway on the router. This IP address must be available. If not specified, the first IP address in subnet range will be used. |
| cidr required | string Subnet IP address range in CIDR notation. |
| network_id required | string Parent network identifier in the Global Router service. |
| service_addresses | Array of strings = 2 items Two of the subnet IP addresses that will be reserved as service ones. These IP addresses must be available. If not specified, the last two IP addresses in subnet range will be reserved. |
| tags | Array of strings <= 150 items List of unique tags. |
| os_subnet_id | string Subnet identifier in the cloud platform. |
{- "name": "Name",
- "gateway": "192.168.0.1",
- "cidr": "192.168.0.0/24",
- "network_id": "123e4567-e89b-12d3-a456-426655440000",
- "service_addresses": [
- "192.168.0.253",
- "192.168.0.254"
], - "tags": [
- "resource_tag"
], - "os_subnet_id": "123e4567-e89b-12d3-a456-426655440000"
}{- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "gateway": "192.168.0.1",
- "cidr": "192.168.0.0/24",
- "network_id": "123e4567-e89b-12d3-a456-426655440000",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "account_id": "string",
- "project_id": "123e4567e89b12d3a456426655440000",
- "service_addresses": [
- "192.168.0.253",
- "192.168.0.254"
], - "sv_subnet_id": "123e4567-e89b-12d3-a456-426655440000",
- "netops_subnet_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
], - "os_subnet_id": "123e4567-e89b-12d3-a456-426655440000"
}| subnet_id required | string |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
{- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "gateway": "192.168.0.1",
- "cidr": "192.168.0.0/24",
- "network_id": "123e4567-e89b-12d3-a456-426655440000",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "account_id": "string",
- "project_id": "123e4567e89b12d3a456426655440000",
- "service_addresses": [
- "192.168.0.253",
- "192.168.0.254"
], - "sv_subnet_id": "123e4567-e89b-12d3-a456-426655440000",
- "netops_subnet_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
], - "os_subnet_id": "123e4567-e89b-12d3-a456-426655440000"
}| subnet_id required | string |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
| name | string |
| tags | Array of strings <= 150 items List of unique tags. |
{- "name": "Name",
- "tags": [
- "resource_tag"
]
}{- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "gateway": "192.168.0.1",
- "cidr": "192.168.0.0/24",
- "network_id": "123e4567-e89b-12d3-a456-426655440000",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "account_id": "string",
- "project_id": "123e4567e89b12d3a456426655440000",
- "service_addresses": [
- "192.168.0.253",
- "192.168.0.254"
], - "sv_subnet_id": "123e4567-e89b-12d3-a456-426655440000",
- "netops_subnet_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
], - "os_subnet_id": "123e4567-e89b-12d3-a456-426655440000"
}| subnet_id required | string |
| cascade | boolean The subnet will be deleted from the Global Router service along with static routes that use subnet IP addresses as next hops. If the subnet is in the |
| disconnect | boolean The subnet will be deleted from the Global Router service along with static routes that use subnet IP addresses as next hops. The subnet will not be deleted from its source service. |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
{- "error": {
- "code": 400,
- "title": "Bad Request",
- "message": "string",
- "req-id": "123e4567-e89b-12d3-a456-426655440000"
}
}Captures manually configured routing entries used to direct traffic between networks and zones via specific addresses.
Returns a list of static routes.
| page | integer Number of the page to return. Default number is 1. |
| limit | integer Number of elements on one page. Maximum number is 200. Default number is 20. |
| sort_keys | string List of keys to sort results by. If there is more than one key, separate by comma, for example, |
| sort_direction | string Sorting direction. Can be |
| filters | string List of key values to filter results. If there is more than one key, separate by comma. |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
[- {
- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "cidr": "192.168.0.0/24",
- "next_hop": "192.168.0.1",
- "router_id": "123e4567-e89b-12d3-a456-426655440000",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "account_id": "string",
- "project_id": "123e4567e89b12d3a456426655440000",
- "subnet_id": "123e4567-e89b-12d3-a456-426655440000",
- "netops_static_route_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
]
}
]| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
| name | string |
| cidr required | string Destination subnet to which you want to direct traffic. Must be subnet IP address range in CIDR notation. |
| next_hop required | string IP address in a subnet through which traffic will be routed to the destination subnet. The IP address must belong to one of the subnets connected to the router. |
| router_id required | string Router identifier. |
| tags | Array of strings <= 150 items List of unique tags. |
{- "name": "Name",
- "cidr": "192.168.0.0/24",
- "next_hop": "192.168.0.1",
- "router_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
]
}{- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "cidr": "192.168.0.0/24",
- "next_hop": "192.168.0.1",
- "router_id": "123e4567-e89b-12d3-a456-426655440000",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "account_id": "string",
- "project_id": "123e4567e89b12d3a456426655440000",
- "subnet_id": "123e4567-e89b-12d3-a456-426655440000",
- "netops_static_route_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
]
}| static_route_id required | string |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
{- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "cidr": "192.168.0.0/24",
- "next_hop": "192.168.0.1",
- "router_id": "123e4567-e89b-12d3-a456-426655440000",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "account_id": "string",
- "project_id": "123e4567e89b12d3a456426655440000",
- "subnet_id": "123e4567-e89b-12d3-a456-426655440000",
- "netops_static_route_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
]
}| static_route_id required | string |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
| name | string |
| tags | Array of strings <= 150 items List of unique tags. |
{- "name": "Name",
- "tags": [
- "resource_tag"
]
}{- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "cidr": "192.168.0.0/24",
- "next_hop": "192.168.0.1",
- "router_id": "123e4567-e89b-12d3-a456-426655440000",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "IMMUTABLE",
- "account_id": "string",
- "project_id": "123e4567e89b12d3a456426655440000",
- "subnet_id": "123e4567-e89b-12d3-a456-426655440000",
- "netops_static_route_id": "123e4567-e89b-12d3-a456-426655440000",
- "tags": [
- "resource_tag"
]
}| static_route_id required | string |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
{- "error": {
- "code": 400,
- "title": "Bad Request",
- "message": "string",
- "req-id": "123e4567-e89b-12d3-a456-426655440000"
}
}Represents a scope of products and services using the same network infrastructure. For example, the vpc service represents cloud servers, load balancers, file storage, Managed Kubernetes and managed databases.
| page | integer Number of the page to return. Default number is 1. |
| limit | integer Number of elements on one page. Maximum number is 200. Default number is 20. |
| sort_keys | string List of keys to sort results by. If there is more than one key, separate by comma, for example, |
| sort_direction | string Sorting direction. Can be |
| filters | string List of key values to filter results. If there is more than one key, separate by comma. |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
[- {
- "id": "123e4567-e89b-12d3-a456-426655440000",
- "created_at": "2019-08-24T14:15:22Z",
- "name": "Name",
- "extension": "string"
}
]Represents a logical grouping of network resources that are used by a service or a product within one pool. For example, cloud platform networks in the pool ru-3 belong to the zone ru-3. Zones are logically aggregated into Zone Groups.
| show_groups | boolean If |
| page | integer Number of the page to return. Default number is 1. |
| limit | integer Number of elements on one page. Maximum number is 200. Default number is 20. |
| sort_keys | string List of keys to sort results by. If there is more than one key, separate by comma, for example, |
| sort_direction | string Sorting direction. Can be |
| filters | string List of key values to filter results. If there is more than one key, separate by comma. |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
[- {
- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "visible_name": "string",
- "service": "Name",
- "enable": true,
- "allow_create": true,
- "allow_update": true,
- "allow_delete": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "options": "string",
- "groups": [
- {
- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "description": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}
]| show_zones | boolean If |
| page | integer Number of the page to return. Default number is 1. |
| limit | integer Number of elements on one page. Maximum number is 200. Default number is 20. |
| sort_keys | string List of keys to sort results by. If there is more than one key, separate by comma, for example, |
| sort_direction | string Sorting direction. Can be |
| filters | string List of key values to filter results. If there is more than one key, separate by comma. |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
[- {
- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "description": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "zones": [
- {
- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "visible_name": "string",
- "service": "Name",
- "enable": true,
- "allow_create": true,
- "allow_update": true,
- "allow_delete": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "options": "string"
}
]
}
]Provides quotas for resources (routers, networks, subnets, static routes) within the Global Router service.
| page | integer Number of the page to return. Default number is 1. |
| limit | integer Number of elements on one page. Maximum number is 200. Default number is 20. |
| sort_keys | string List of keys to sort results by. If there is more than one key, separate by comma, for example, |
| sort_direction | string Sorting direction. Can be |
| filters | string List of key values to filter results. If there is more than one key, separate by comma. |
| Accept-Language | string Sets language for error responses. Can be 'ru' or 'en'. |
| X-Request-ID | string Sets req-id for request. Must be a valid UUID v4 string. If not provided, will be generated automatically. |
[- {
- "id": "123e4567-e89b-12d3-a456-426655440000",
- "name": "Name",
- "scope": "string",
- "scope_value": "string",
- "limit": 1
}
]