Spot Group
Package : spaceone.api.spot_automation.v1
SpotGroup
SpotGroup Methods:
NO
Method
Request Type
Response Type
Description
create
POST /spot-automation/v1/spot-groups
update
PUT /spot-automation/v1/spot-group/{spot_group_id}
delete
DELETE /spot-automation/v1/spot-group/{spot_group_id}
get
GET /spot-automation/v1/spot-group/{spot_group_id}
list
GET /spot-automation/v1/spot-groups
POST /spot-automation/v1/spot-groups/search
get_candidates
GET /spot-automation/v1/spot-group/candidates
stat
POST /spot-automation/v1/spot-groups/stat
Message
CandidateInfo
CandidatesInfo
CreateSpotGroupRequest
No
Field
Type
Required
Description
1
name
string
✅
2
resource_id
string
✅
3
resource_type
string
✅
6
user_id
string
✅
7
domain_id
string
✅
GetCandidatesRequest
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
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
11
project_id
string
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
SpotGroupsInfo
UpdateSpotGroupRequest
No
Field
Type
Required
Description
1
spot_group_id
string
✅
2
name
string
❌
5
domain_id
string
✅
Last updated