Resource Group
Package : spaceone.api.inventory.v1
ResourceGroup
ResourceGroup Methods:
NO
Method
Request Type
Response Type
Description
1
2
3
4
5
6
create
POST /inventory/v1/resource-groups
Type
Message
Request
Response
update
PUT /inventory/v1/resource-group/{resource_group_id}
Type
Message
Request
Response
delete
DELETE /inventory/v1/resource-group/{resource_group_id}
Type
Message
Request
Response
get
GET /inventory/v1/resource-group/{resource_group_id}
Type
Message
Request
Response
list
GET /inventory/v1/resource-groups
POST /inventory/v1/resource-groups/search
Type
Message
Request
Response
stat
POST /inventory/v1/resource-groups/stat
Type
Message
Request
Response
Message
CreateResourceGroupRequest
No
Field
Type
Required
Description
1
name
string
✅
2
resources
✅
3
options
❌
4
tags
❌
5
project_id
string
✅
6
domain_id
string
✅
GetResourceGroupRequest
No
Field
Type
Required
Description
1
resource_group_id
string
✅
2
domain_id
string
✅
3
only
list of string
❌
Resource
No
Field
Type
Required
Description
1
resource_type
string
✅
2
filter
❌
3
keyword
string
❌
ResourceGroupInfo
No
Field
Type
Description
1
resource_group_id
string
2
name
string
3
resources
4
options
5
tags
6
project_id
string
7
domain_id
string
8
created_at
string
ResourceGroupQuery
No
Field
Type
Required
Description
1
query
❌
2
resource_group_id
string
❌
3
name
string
❌
4
project_id
string
❌
5
domain_id
string
✅
ResourceGroupRequest
No
Field
Type
Required
Description
1
resource_group_id
string
✅
2
domain_id
string
✅
ResourceGroupStatQuery
No
Field
Type
Required
Description
1
query
✅
2
domain_id
string
✅
ResourceGroupsInfo
No
Field
Type
Description
1
results
2
total_count
UpdateResourceGroupRequest
No
Field
Type
Required
Description
1
resource_group_id
string
✅
2
name
string
❌
3
resources
❌
4
options
❌
5
tags
❌
6
release_project
bool
❌
7
project_id
string
❌
8
domain_id
string
✅
Last updated