Cloud Service Type
Package : spaceone.api.inventory.v1
CloudServiceType
CloudServiceType Methods:
NO
Method
Request Type
Response Type
Description
1
2
3
4
5
6
7
create
POST /inventory/v1/cloud-service-types
Type
Message
Request
Response
update
PUT /inventory/v1/cloud-service-type/{cloud_service_type_id}
Type
Message
Request
Response
pin_data
PUT /inventory/v1/cloud-service-type/{cloud_service_type_id}/pin-data
Type
Message
Request
Response
delete
DELETE /inventory/v1/cloud-service-type/{cloud_service_type_id}
Type
Message
Request
Response
get
GET /inventory/v1/cloud-service-type/{cloud_service_type_id}
Type
Message
Request
Response
list
GET /inventory/v1/cloud-service-types
POST /inventory/v1/cloud-service-types/search
Type
Message
Request
Response
stat
POST /inventory/v1/cloud-service-types/stat
Type
Message
Request
Response
Message
CloudServiceTypeInfo
No
Field
Type
Description
1
cloud_service_type_id
string
2
name
string
3
provider
string
4
group
string
5
service_code
string
6
is_primary
bool
7
is_major
bool
8
resource_type
string
9
metadata
10
tags
11
labels
12
collection_info
13
domain_id
string
14
created_at
string
15
updated_at
string
CloudServiceTypeQuery
No
Field
Type
Required
Description
1
query
❌
2
cloud_service_type_id
string
❌
3
name
string
❌
4
provider
string
❌
5
group
string
❌
6
service_code
string
❌
7
is_primary
bool
❌
8
is_major
bool
❌
9
resource_type
string
❌
10
domain_id
string
✅
CloudServiceTypeRequest
No
Field
Type
Required
Description
1
cloud_service_type_id
string
✅
2
domain_id
string
✅
CloudServiceTypeStatQuery
No
Field
Type
Required
Description
1
query
✅
2
domain_id
string
✅
CloudServiceTypesInfo
No
Field
Type
Description
1
results
2
total_count
CreateCloudServiceTypeRequest
No
Field
Type
Required
Description
1
name
string
✅
2
provider
string
✅
3
group
string
✅
4
service_code
string
❌
5
is_primary
bool
❌
6
is_major
bool
❌
7
resource_type
string
❌
8
metadata
❌
9
labels
❌
10
tags
❌
11
domain_id
string
✅
GetCloudServiceTypeRequest
No
Field
Type
Required
Description
1
cloud_service_type_id
string
✅
2
domain_id
string
✅
3
only
list of string
❌
PinCloudServiceTypeDataRequest
No
Field
Type
Required
Description
1
cloud_service_type_id
string
✅
2
keys
list of string
✅
3
domain_id
string
✅
UpdateCloudServiceTypeRequest
No
Field
Type
Required
Description
1
cloud_service_type_id
string
✅
2
service_code
string
❌
3
is_primary
bool
❌
4
is_major
bool
❌
5
resource_type
string
❌
6
metadata
❌
7
labels
❌
8
tags
❌
9
domain_id
string
✅
Last updated