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 | Description |
1 | cloud_service_type_id | string | |
2 | name | string | |
3 | provider | string | |
4 | group | string | |
5 | metadata | ||
6 | tags | ||
7 | labels | list of string | |
8 | collection_info | ||
9 | domain_id | string | |
10 | created_at | ||
11 | updated_at |
CloudServiceTypeQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | cloud_service_type_id | string | ❌ | |
3 | name | string | ❌ | |
4 | provider | string | ❌ | |
5 | group | string | ❌ | |
6 | domain_id | string | ✅ |
CloudServiceTypeRequest
No | Field | Type | Required | Description |
1 | cloud_service_type_id | string | ✅ | |
2 | domain_id | string | ✅ |
CloudServiceTypeStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
CloudServiceTypesInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
CreateServiceTypeRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | provider | string | ✅ | |
3 | group | string | ✅ | |
4 | metadata | ❌ | ||
5 | labels | ❌ | ||
6 | tags | ❌ | ||
7 | domain_id | string | ✅ |
GetCloudServiceTypeRequest
No | Field | Type | Required | Description |
1 | cloud_service_type_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
PinCloudServiceTypeDataRequest
No | Field | Type | Required | Description |
1 | cloud_service_type_id | string | ✅ | |
2 | keys | list of string | ✅ | |
3 | domain_id | string | ✅ |
UpdateCloudServiceTypeRequest
No | Field | Type | Required | Description |
1 | cloud_service_type_id | string | ✅ | |
2 | metadata | ❌ | ||
3 | labels | ❌ | ||
4 | tags | ❌ | ||
5 | domain_id | string | ✅ |
Last updated