Cloud Service
Package : spaceone.api.inventory.v1
CloudService
CloudService Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 |
create
POST /inventory/v1/cloud-services
Type | Message |
Request | |
Response |
update
PUT /inventory/v1/cloud-service/{cloud_service_id}
Type | Message |
Request | |
Response |
pin_data
PUT /inventory/v1/cloud-service/{cloud_service_id}/pin-data
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
No | Field | Type | Required | Description |
1 | cloud_service_id | string | ||
2 | cloud_service_type | string | ||
3 | provider | string | ||
4 | cloud_service_group | string | ||
5 | data | |||
6 | metadata | |||
7 | reference | |||
8 | tags | |||
9 | collection_info | |||
10 | region_info | |||
11 | project_id | string | ||
12 | domain_id | string | ||
13 | created_at | |||
14 | updated_at |
CloudServiceQuery
No | Field | Type | Required | Description |
1 | query | optional | ||
2 | cloud_service_id | string | optional | |
3 | cloud_service_type | string | optional | |
4 | provider | string | optional | |
5 | cloud_service_group | string | optional | |
6 | region_id | string | optional | |
7 | project_id | string | optional | |
8 | domain_id | string | optional |
CloudServiceReference
No | Field | Type | Required | Description |
1 | resource_id | string | ||
2 | external_link | string |
CloudServiceRequest
No | Field | Type | Required | Description |
1 | cloud_service_id | string | required | |
2 | domain_id | string | required |
CloudServiceStatQuery
No | Field | Type | Required | Description |
1 | query | required | ||
2 | domain_id | string | required |
CloudServicesInfo
No | Field | Type | Required | Description |
1 | results | |||
2 | total_count |
CreateServiceRequest
No | Field | Type | Required | Description |
1 | cloud_service_type | string | required | |
2 | provider | string | required | |
3 | cloud_service_group | string | optional | |
4 | data | required | ||
5 | metadata | optional | ||
6 | reference | optional | ||
7 | tags | optional | ||
8 | region_id | string | optional | |
9 | project_id | string | optional | |
10 | domain_id | string | required |
GetCloudServiceRequest
No | Field | Type | Required | Description |
1 | cloud_service_id | string | required | |
2 | domain_id | string | required | |
3 | only | string | optional |
PinCloudServiceDataRequest
No | Field | Type | Required | Description |
1 | cloud_service_id | string | required | |
2 | keys | string | required | |
3 | domain_id | string | required |
UpdateCloudServiceRequest
No | Field | Type | Required | Description |
1 | cloud_service_id | string | required | |
2 | data | optional | ||
3 | metadata | optional | ||
4 | reference | optional | ||
5 | tags | optional | ||
6 | region_id | string | optional | |
7 | project_id | string | optional | |
8 | domain_id | string | required | |
9 | release_project | bool | optional | |
10 | release_region | bool | optional |
Last updated