Querying Cloud Service Types (Old)
Function
This API is used to query cloud service types on the customer self-built platform.
This API will be brought offline soon. For details about the new API for querying cloud service types, see Querying Cloud Service Types.
Constraints
This API can be invoked using the customer AK/SK or token.
KooGallery services are not included.
URI
GET /v2/bases/service-types
Parameter |
Mandatory |
Maximum Length of Characters |
Description |
---|---|---|---|
X-Language |
No |
A maximum of 8 characters |
Language.
Default value: zh_CN |
Parameter |
Mandatory |
Type |
Maximum Length of Characters |
Description |
---|---|---|---|---|
service_type_code |
No |
String |
A maximum of 64 characters |
Cloud service type code. For example, the cloud service type code of OBS is hws.service.type.obs. If this parameter is not included in the request parameters or is left empty, it cannot be used as a filter criterion. If this parameter is set to "" or null, it can be used as a filter criterion. |
Request
Request Parameters
None
Example Request
GET https://bss-intl.myhuaweicloud.com/v2/bases/service-types?service_type_code=hws.service.type.workplace HTTP/1.1
Content-Type: application/json
X-Auth-Token: MIIPAgYJKoZIhvcNAQcCo...ggg1BBIINPXsidG9rZ
X-Language: zh_CN
Response
Response Parameters
Parameter |
Type |
Maximum Length of Characters |
Description |
---|---|---|---|
error_code |
String |
A maximum of 20 characters |
Error code. For details, see Status Codes. This parameter is returned only when the query failed. |
error_msg |
String |
A maximum of 1000 characters |
Error description. This parameter is returned only when the query failed. |
service_types |
List<ServiceType> |
- |
Returned cloud service type. For details, see Table 3. |
Parameter |
Type |
Maximum Length of Characters |
Description |
---|---|---|---|
service_type_name |
String |
A maximum of 200 characters |
Cloud service type name. |
service_type_code |
String |
A maximum of 64 characters |
Cloud service type code. |
abbreviation |
String |
A maximum of 200 characters |
Abbreviation of the cloud service type. |
Example Response
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: length Date: response time { "service_types": [ { "service_type_name": "HUAWEI CLOUD WeLink", "service_type_code": "hws.service.type.workplace", "abbreviation": "WeLink" } ] }
Status Codes
- 4xx: This class of HTTP status code is intended for situations in which the error seems to have been caused by the client, for example, the request contains bad syntax or incorrect parameters. You must ensure the request is correct.
- 5xx: This class of HTTP status code is intended for cases in which the Huawei Cloud server is aware that it has encountered an error or is otherwise incapable of performing the request. In this case, contact Huawei Cloud customer service.
HTTP Status Code |
Error Code |
Description |
---|---|---|
400 |
CBC.0100 |
Invalid parameter. |
403 |
CBC.0151 |
Access denied. |
500 |
CBC.0999 |
Other errors. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot