Get the openstack networks for a given account and scope
GET/v1/cloudaccounts/openstack/:uid/properties/networks
Get the openstack networks for a given account and scope
Request
Path Parameters
uid stringrequired
Query Parameters
project string
region string
domain string
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...