Cloud Service Type
Package : spaceone.api.inventory.v1
CloudServiceType
CloudServiceType Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 |
create
POST /inventory/v1/cloud-service-types
Type | Message |
Request | |
Response |
update
PUT /inventory/v1/cloud-service-type/{cloud_service_type_id}
Type | Message |
Request | |
Response |
pin_data
PUT /inventory/v1/cloud-service-type/{cloud_service_type_id}/pin-data
Type | Message |
Request | |
Response |
delete
DELETE /inventory/v1/cloud-service-type/{cloud_service_type_id}
Type | Message |
Request | |
Response |
get
GET /inventory/v1/cloud-service-type/{cloud_service_type_id}
Type | Message |
Request | |
Response |
list
GET /inventory/v1/cloud-service-types
POST /inventory/v1/cloud-service-types/search
Type | Message |
Request | |
Response |
stat
POST /inventory/v1/cloud-service-types/stat
Type | Message |
Request | |
Response |
Message
CloudServiceTypeInfo
No | Field | Type | Required | Description |
1 | cloud_service_type_id | string | ||
2 | name | string | ||
3 | provider | string | ||
4 | group | string | ||
5 | metadata | |||
6 | tags | |||
7 | labels | string | ||
8 | collection_info | |||
9 | cloud_service_count | |||
10 | domain_id | string | ||
11 | created_at | |||
12 | updated_at |
CloudServiceTypeQuery
No | Field | Type | Required | Description |
1 | query | optional | ||
2 | cloud_service_type_id | string | optional | |
3 | name | string | optional | |
4 | provider | string | optional | |
5 | group | string | optional | |
6 | include_cloud_service_count | bool | optional | |
7 | domain_id | string | optional |
CloudServiceTypeRequest
No | Field | Type | Required | Description |
1 | cloud_service_type_id | string | required | |
2 | domain_id | string | required |
CloudServiceTypeStatQuery
No | Field | Type | Required | Description |
1 | query | required | ||
2 | domain_id | string | required |
CloudServiceTypesInfo
No | Field | Type | Required | Description |
1 | results | |||
2 | total_count |
CreateServiceTypeRequest
No | Field | Type | Required | Description |
1 | name | string | optional | |
2 | provider | string | optional | |
3 | group | string | optional | |
4 | metadata | optional | ||
5 | labels | optional | ||
6 | tags | optional | ||
7 | domain_id | string | required |
GetCloudServiceTypeRequest
No | Field | Type | Required | Description |
1 | cloud_service_type_id | string | required | |
2 | domain_id | string | required | |
3 | only | string | optional |
PinCloudServiceTypeDataRequest
No | Field | Type | Required | Description |
1 | cloud_service_type_id | string | required | |
2 | keys | string | required | |
3 | domain_id | string | required |
UpdateCloudServiceTypeRequest
No | Field | Type | Required | Description |
1 | cloud_service_type_id | string | required | |
2 | metadata | optional | ||
3 | labels | optional | ||
4 | tags | optional | ||
5 | domain_id | string | required |
Last updated