Returns the OpenStack networks
GET/v1/clouds/openstack/networks
Returns the OpenStack networks
Request
Query Parameters
cloudAccountUid string
Uid for the specific OpenStack cloud account
project string
project for which OpenStack networks are requested
region string
region for which OpenStack networks are requested
domain string
domain for which OpenStack networks are requested
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
items
object[]
required
descriptionstring
Description of OpenStack network
idstring
Id of OpenStack network
namestring
Name of OpenStack network
subnets
object[]
Subnets associated with OpenStack network
descriptionstring
Description for the network
idstring
UUID for the network
namestring
Human-readable name for the network. Might not be unique
{
"items": [
{
"description": "string",
"id": "string",
"name": "string",
"subnets": [
{
"description": "string",
"id": "string",
"name": "string"
}
]
}
]
}
Loading...