Cloud Service
Package : spaceone.api.inventory.v1
CloudService
CloudService Methods:
Method | Request | Response |
---|---|---|
create
POST /inventory/v1/cloud-services
Type | Message |
---|---|
Request | |
Response |
update
PUT /inventory/v1/cloud-service/{cloud_service_id}
Type | Message |
---|---|
Request | |
Response |
delete
DELETE /inventory/v1/cloud-service/{cloud_service_id}
Type | Message |
---|---|
Request | |
Response |
get
GET /inventory/v1/cloud-service/{cloud_service_id}
Type | Message |
---|---|
Request | |
Response |
list
GET /inventory/v1/cloud-services
POST /inventory/v1/cloud-services/search
Type | Message |
---|---|
Request | |
Response |
stat
POST /inventory/v1/cloud-services/stat
Type | Message |
---|---|
Request | |
Response |
Message
CloudServiceInfo
Field | Type | Description |
---|---|---|
cloud_service_id | string | |
name | string | |
state | string | |
account | string | |
instance_type | string | |
instance_size | float | |
cloud_service_type | string | |
cloud_service_group | string | |
provider | string | |
data | ||
metadata | ||
reference | ||
tags | ||
collection_info | ||
ip_addresses | list of string | |
region_code | string | |
project_id | string | |
domain_id | string | |
created_at | string | |
updated_at | string | |
deleted_at | string |
CloudServiceQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
cloud_service_id | string | ✘ | |
name | string | ✘ | |
state | string | ✘ | |
account | string | ✘ | |
instance_type | string | ✘ | |
cloud_service_type | string | ✘ | |
cloud_service_group | string | ✘ | |
provider | string | ✘ | |
region_code | string | ✘ | |
ip_address | string | ✘ | |
resource_group_id | string | ✘ | |
project_id | string | ✘ | |
project_group_id | string | ✘ | |
domain_id | string | ✔ |
CloudServiceReference
Field | Type | Description |
---|---|---|
resource_id | string | |
external_link | string |
CloudServiceRequest
Field | Type | Required | Description |
---|---|---|---|
cloud_service_id | string | ✔ | |
domain_id | string | ✔ |
CloudServiceStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ | |
resource_group_id | string | ✘ |
CloudServicesInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
CreateServiceRequest
Field | Type | Required | Description |
---|---|---|---|
cloud_service_type | string | ✔ | |
provider | string | ✔ | |
cloud_service_group | string | ✔ | |
name | string | ✘ | |
account | string | ✘ | |
instance_type | string | ✘ | |
instance_size | float | ✘ | |
ip_addresses | list of string | ✘ | |
data | ✔ | ||
metadata | ✘ | ||
reference | ✘ | ||
tags | ✘ | ||
region_code | string | ✘ | |
project_id | string | ✘ | |
domain_id | string | ✔ |
GetCloudServiceRequest
Field | Type | Required | Description |
---|---|---|---|
cloud_service_id | string | ✔ | |
domain_id | string | ✔ | |
only | list of string | ✘ |
PinCloudServiceDataRequest
Field | Type | Required | Description |
---|---|---|---|
cloud_service_id | string | ✔ | |
keys | list of string | ✔ | |
domain_id | string | ✔ |
UpdateCloudServiceRequest
Field | Type | Required | Description |
---|---|---|---|
cloud_service_id | string | ✔ | |
name | string | ✘ | |
account | string | ✘ | |
instance_type | string | ✘ | |
instance_size | float | ✘ | |
ip_addresses | list of string | ✘ | |
data | ✘ | ||
metadata | ✘ | ||
reference | ✘ | ||
tags | ✘ | ||
region_code | string | ✘ | |
project_id | string | ✘ | |
domain_id | string | ✔ | |
release_project | bool | ✘ | |
release_region | bool | ✘ |
Last updated