GetBusinessNetworkInfo
VCS-proj-0075 Get a business network info in a openstack project. Only tenant admin can use
Path Parameters
- project_id integer required
Project ID
Header Parameters
- x-api-host string required
Default value:
openstack-taichung-default-2
Authentication Required Parameters
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- available_ip int64
- used_ip int64
- business_net string
- ]
[
{
"available_ip": 0,
"used_ip": 0,
"business_net": "string"
}
]
Loading...