List Subnets
GET/projects/:projectId/providers/Aruba.Network/vpcs/:vpcId/subnets
List Subnets
Request
Path Parameters
unique identifier of the project CMP
unique identifier of the vpc in which the subnets have been created
Query Parameters
The requested API version
1.0
Responses
- 200
- 400
- 500
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
]
values
object[]
nullable
metadata
object
nullable
location
object
nullable
project
object
nullable
category
object
nullable
typology
object
nullable
status
object
nullable
disableStatusInfo
object
nullable
previousStatus
object
nullable
properties
object
nullable
linkedResources
object[]
nullable
vpc
object
nullable
the vpc where the subnet belongs
type of the subnet
Possible values: [Basic
, Advanced
]
Indicates if the security group is the default one within the vpc
network
object
nullable
Details of the network
Address of the network in CIDR Notation
IP address of the gateway
dhcp
object
nullable
Details of the dhcp
True if dhcp is enables
range
object
nullable
Range values for ip addresses
First ip address
Number of available ip addresses
Last ip address
routes
object[]
nullable
List of routes
Ip address of the route
Gateway
List of dns
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{}
]
}
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
]
values
object[]
nullable
metadata
object
nullable
location
object
nullable
project
object
nullable
category
object
nullable
typology
object
nullable
status
object
nullable
disableStatusInfo
object
nullable
previousStatus
object
nullable
properties
object
nullable
linkedResources
object[]
nullable
vpc
object
nullable
the vpc where the subnet belongs
type of the subnet
Possible values: [Basic
, Advanced
]
Indicates if the security group is the default one within the vpc
network
object
nullable
Details of the network
Address of the network in CIDR Notation
IP address of the gateway
dhcp
object
nullable
Details of the dhcp
True if dhcp is enables
range
object
nullable
Range values for ip addresses
First ip address
Number of available ip addresses
Last ip address
routes
object[]
nullable
List of routes
Ip address of the route
Gateway
List of dns
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{}
]
}
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
]
values
object[]
nullable
metadata
object
nullable
location
object
nullable
project
object
nullable
category
object
nullable
typology
object
nullable
status
object
nullable
disableStatusInfo
object
nullable
previousStatus
object
nullable
properties
object
nullable
linkedResources
object[]
nullable
vpc
object
nullable
the vpc where the subnet belongs
type of the subnet
Possible values: [Basic
, Advanced
]
Indicates if the security group is the default one within the vpc
network
object
nullable
Details of the network
Address of the network in CIDR Notation
IP address of the gateway
dhcp
object
nullable
Details of the dhcp
True if dhcp is enables
range
object
nullable
Range values for ip addresses
First ip address
Number of available ip addresses
Last ip address
routes
object[]
nullable
List of routes
Ip address of the route
Gateway
List of dns
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{}
]
}
Bad Request
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Server Error