Region
Package : spaceone.api.inventory.v1
Region
Region Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 |
create
POST /inventory/v1/regions
Type | Message |
Request | |
Response |
update
PUT /inventory/v1/region/{region_id}
Type | Message |
Request | |
Response |
delete
DELETE /inventory/v1/region/{region_id}
Type | Message |
Request | |
Response |
get
GET /inventory/v1/region/{region_id}
Type | Message |
Request | |
Response |
list
GET /inventory/v1/regions
POST /inventory/v1/regions/search
Type | Message |
Request | |
Response |
stat
POST /inventory/v1/regions/stat
Type | Message |
Request | |
Response |
Message
CreateRegionRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | tags | ❌ | ||
3 | domain_id | string | ✅ | |
4 | region_code | string | ✅ | |
5 | region_type | string | ✅ |
GetRegionRequest
No | Field | Type | Required | Description |
1 | region_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
RegionInfo
No | Field | Type | Description |
1 | region_id | string | |
2 | state |
| |
3 | name | string | |
4 | tags | ||
5 | domain_id | string | |
6 | created_at | ||
7 | deleted_at | ||
8 | region_code | string | |
9 | region_type | string | |
10 | collection_info |
RegionQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | region_id | string | ❌ | |
3 | name | string | ❌ | |
4 | domain_id | string | ✅ | |
5 | region_code | string | ❌ | |
6 | region_type | string | ❌ |
RegionRequest
No | Field | Type | Required | Description |
1 | region_id | string | ✅ | |
2 | domain_id | string | ✅ |
RegionStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
RegionsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
UpdateRegionRequest
No | Field | Type | Required | Description |
1 | region_id | string | ✅ | |
2 | name | string | ❌ | |
3 | tags | ❌ | ||
4 | domain_id | string | ✅ |
Last updated