Cloud Service Type
Package : spaceone.api.inventory.v1
CloudServiceType
CloudServiceType Methods:
Method | Request | Response |
---|---|---|
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 |
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
Field | Type | Description |
---|---|---|
cloud_service_type_id | string | |
name | string | |
provider | string | |
group | string | |
cloud_service_type_key | string | |
service_code | string | |
is_primary | bool | |
is_major | bool | |
resource_type | string | |
metadata | ||
tags | ||
labels | ||
domain_id | string | |
created_at | string | |
updated_at | string |
CloudServiceTypeQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
cloud_service_type_id | string | ✘ | |
name | string | ✘ | |
provider | string | ✘ | |
group | string | ✘ | |
cloud_service_type_key | string | ✘ | |
service_code | string | ✘ | |
is_primary | bool | ✘ | |
is_major | bool | ✘ | |
resource_type | string | ✘ | |
domain_id | string | ✔ |
CloudServiceTypeRequest
Field | Type | Required | Description |
---|---|---|---|
cloud_service_type_id | string | ✔ | |
domain_id | string | ✔ |
CloudServiceTypeStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ |
CloudServiceTypesInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
CreateCloudServiceTypeRequest
Field | Type | Required | Description |
---|---|---|---|
name | string | ✔ | |
provider | string | ✔ | |
group | string | ✔ | |
service_code | string | ✘ | |
is_primary | bool | ✘ | |
is_major | bool | ✘ | |
resource_type | string | ✘ | |
metadata | ✘ | ||
labels | ✘ | ||
tags | ✘ | ||
domain_id | string | ✔ |
GetCloudServiceTypeRequest
Field | Type | Required | Description |
---|---|---|---|
cloud_service_type_id | string | ✔ | |
domain_id | string | ✔ | |
only | list of string | ✘ |
UpdateCloudServiceTypeRequest
Field | Type | Required | Description |
---|---|---|---|
cloud_service_type_id | string | ✔ | |
service_code | string | ✘ | |
is_primary | bool | ✘ | |
is_major | bool | ✘ | |
resource_type | string | ✘ | |
metadata | ✘ | ||
labels | ✘ | ||
tags | ✘ | ||
domain_id | string | ✔ |
Last updated