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 | Description |
1 | cloud_service_id | string | |
2 | cloud_service_type | string | |
3 | provider | string | |
4 | cloud_service_group | string | |
5 | state | string | |
6 | data | ||
7 | metadata | ||
8 | reference | ||
9 | tags | ||
10 | collection_info | ||
11 | project_id | string | |
12 | domain_id | string | |
13 | region_code | string | |
14 | region_type | string | |
15 | created_at | ||
16 | updated_at | ||
17 | deleted_at |
CloudServiceQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | cloud_service_id | string | ❌ | |
3 | cloud_service_type | string | ❌ | |
4 | cloud_service_group | string | ❌ | |
5 | provider | string | ❌ | |
6 | state | string | ❌ | |
7 | project_id | string | ❌ | |
8 | domain_id | string | ✅ | |
9 | region_code | string | ❌ | |
10 | region_type | string | ❌ |
CloudServiceReference
No | Field | Type | Description |
1 | resource_id | string | |
2 | external_link | string |
CloudServiceRequest
No | Field | Type | Required | Description |
1 | cloud_service_id | string | ✅ | |
2 | domain_id | string | ✅ |
CloudServiceStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
CloudServicesInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
CreateServiceRequest
No | Field | Type | Required | Description |
1 | cloud_service_type | string | ✅ | |
2 | provider | string | ✅ | |
3 | cloud_service_group | string | ✅ | |
4 | data | ✅ | ||
5 | metadata | ❌ | ||
6 | reference | ❌ | ||
7 | tags | ❌ | ||
8 | project_id | string | ❌ | |
9 | domain_id | string | ✅ | |
10 | region_code | string | ❌ | |
11 | region_type | string | ❌ |
GetCloudServiceRequest
No | Field | Type | Required | Description |
1 | cloud_service_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | string | ❌ |
PinCloudServiceDataRequest
No | Field | Type | Required | Description |
1 | cloud_service_id | string | ✅ | |
2 | keys | string | ✅ | |
3 | domain_id | string | ✅ |
UpdateCloudServiceRequest
No | Field | Type | Required | Description |
1 | cloud_service_id | string | ✅ | |
2 | data | ❌ | ||
3 | metadata | ❌ | ||
4 | reference | ❌ | ||
5 | tags | ❌ | ||
6 | region_code | string | ❌ | |
7 | region_type | string | ❌ | |
8 | project_id | string | ❌ | |
9 | domain_id | string | ✅ | |
10 | release_project | bool | ❌ | |
11 | release_region | bool | ❌ |
Last updated