Virtual Private Cloud API, REST: Network.ListSubnets
Lists subnets from the specified network.
HTTP request
GET https://vpc.api.cloud.yandex.net/vpc/v1/networks/{networkId}/subnets
Path parameters
|
Field |
Description |
|
networkId |
string Required field. ID of the Network resource to list subnets for. |
Query parameters
|
Field |
Description |
|
pageSize |
string (int64) The maximum number of results per page that should be returned. If the number of available |
|
pageToken |
string Page token. Set |
Response
HTTP Code: 200 - OK
{
"subnets": [
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "object",
"networkId": "string",
"zoneId": "string",
"v4CidrBlocks": [
"string"
],
"v6CidrBlocks": [
"string"
],
"routeTableId": "string",
"dhcpOptions": {
"domainNameServers": [
"string"
],
"domainName": "string",
"ntpServers": [
"string"
]
}
}
],
"nextPageToken": "string"
}
|
Field |
Description |
|
subnets[] |
List of subnets that belong to the network which is specified in the request. |
|
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
Subnet
A Subnet resource. For more information, see Subnets.
|
Field |
Description |
|
id |
string ID of the subnet. |
|
folderId |
string ID of the folder that the subnet belongs to. |
|
createdAt |
string (date-time) Creation timestamp in RFC3339 String in RFC3339 To work with values in this field, use the APIs described in the |
|
name |
string Name of the subnet. |
|
description |
string Optional description of the subnet. 0-256 characters long. |
|
labels |
object (map<string, string>) Resource labels, |
|
networkId |
string ID of the network the subnet belongs to. |
|
zoneId |
string ID of the availability zone where the subnet resides. |
|
v4CidrBlocks[] |
string CIDR block. |
|
v6CidrBlocks[] |
string IPv6 not available yet. |
|
routeTableId |
string ID of route table the subnet is linked to. |
|
dhcpOptions |
DHCP options for the subnet. |
DhcpOptions
|
Field |
Description |
|
domainNameServers[] |
string A list of DHCP servers for this subnet. |
|
domainName |
string A domain name to us as a suffix when resolving host names in this subnet. |
|
ntpServers[] |
string List of NTP servers for this subnet. |