GetAvailabilityZoneDetail
VCS-az-0046 Get availability zone details
Path Parameters
- az_id integer required
availability zones 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
- id int64
- name string
- desc string
- is_public boolean
- is_default boolean
projects object[]
id int64name stringhosts object[]
hostname stringhost_ip string- create_time date-time
- platform string
- owner int64
- is_preemptive boolean
{
"id": 0,
"name": "string",
"desc": "string",
"is_public": true,
"is_default": true,
"projects": [
{
"id": 0,
"name": "string"
}
],
"hosts": [
{
"hostname": "string",
"host_ip": "string"
}
],
"create_time": "2024-08-19",
"platform": "string",
"owner": 0,
"is_preemptive": true
}
Loading...