Spot Group
Package : spaceone.api.spot_automation.v1
SpotGroup
SpotGroup Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 |
create
POST /spot-automation/v1/spot-groups
Type | Message |
Request | |
Response |
update
PUT /spot-automation/v1/spot-group/{spot_group_id}
Type | Message |
Request | |
Response |
delete
DELETE /spot-automation/v1/spot-group/{spot_group_id}
Type | Message |
Request | |
Response |
get
GET /spot-automation/v1/spot-group/{spot_group_id}
Type | Message |
Request | |
Response |
list
GET /spot-automation/v1/spot-groups
POST /spot-automation/v1/spot-groups/search
Type | Message |
Request | |
Response |
get_candidates
GET /spot-automation/v1/spot-group/candidates
Type | Message |
Request | |
Response |
stat
POST /spot-automation/v1/spot-groups/stat
Type | Message |
Request | |
Response |
Message
CandidateInfo
No | Field | Type | Description |
1 | type | string | |
2 | priority |
CandidatesInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
CreateSpotGroupRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | resource_id | string | ✅ | |
3 | resource_type | string | ✅ | |
4 | options | ✅ | ||
5 | tags | ❌ | ||
6 | user_id | string | ✅ | |
7 | domain_id | string | ✅ |
GetCandidatesRequest
No | Field | Type | Required | Description |
1 | resource_id | string | ✅ | |
2 | resource_type | string | ✅ | |
3 | limit | ✅ | ||
4 | domain_id | string | ✅ |
GetSpotGroupRequest
No | Field | Type | Required | Description |
1 | spot_group_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
QuerySpotGroupRequest
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | spot_group_id | string | ❌ | |
3 | name | string | ❌ | |
4 | resource_id | string | ❌ | |
5 | resource_type | string | ❌ | |
6 | provider | string | ❌ | |
7 | project_id | string | ❌ | |
8 | region_code | string | ❌ | |
9 | domain_id | string | ✅ |
SpotGroupInfo
No | Field | Type | Description |
1 | spot_group_id | string | |
2 | name | string | |
3 | resource_id | string | |
4 | resource_type | string | |
5 | region_code | string | |
6 | provider | string | |
7 | cloud_service_group | string | |
8 | cloud_service_type | string | |
9 | reference | ||
10 | options | ||
11 | project_id | string | |
12 | tags | ||
13 | domain_id | string | |
14 | created_by | string | |
15 | created_at | string |
SpotGroupRequest
No | Field | Type | Required | Description |
1 | spot_group_id | string | ✅ | |
2 | domain_id | string | ✅ |
SpotGroupResourceReference
No | Field | Type | Description |
1 | resource_id | string | |
2 | external_link | string |
SpotGroupStatRequest
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
SpotGroupsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
UpdateSpotGroupRequest
No | Field | Type | Required | Description |
1 | spot_group_id | string | ✅ | |
2 | name | string | ❌ | |
3 | options | ❌ | ||
4 | tags | ❌ | ||
5 | domain_id | string | ✅ |
Last updated