Cloud Service Type
Package : spaceone.api.inventory.v1
CloudServiceType
CloudServiceType Methods:
NO
Method
Request Type
Response Type
Description
create
POST /inventory/v1/cloud-service-types
update
PUT /inventory/v1/cloud-service-type/{cloud_service_type_id}
pin_data
PUT /inventory/v1/cloud-service-type/{cloud_service_type_id}/pin-data
delete
DELETE /inventory/v1/cloud-service-type/{cloud_service_type_id}
get
GET /inventory/v1/cloud-service-type/{cloud_service_type_id}
list
GET /inventory/v1/cloud-service-types
POST /inventory/v1/cloud-service-types/search
stat
POST /inventory/v1/cloud-service-types/stat
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
10
tags
list of spaceone.api.core.v1.Tag
11
labels
list of string
13
domain_id
string
CloudServiceTypeQuery
No
Field
Type
Required
Description
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
CloudServiceTypesInfo
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
❌
10
tags
list of spaceone.api.core.v1.Tag
❌
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
❌
8
tags
list of spaceone.api.core.v1.Tag
❌
9
domain_id
string
✅
Last updated