Querying Regions
Function Description
When submitting a service ticket, users can select the region.
URI
GET /v1.0/servicerequest/case/region
Request
Request Parameters
None
Request Example
None
Response Message
Response Parameters
Parameter |
Type |
Description |
---|---|---|
totalCount |
Integer |
Specifies the total number of regions. |
regionList |
List<Region> |
Specifies the region information list. For details, see Table 2. |
Parameter |
Type |
Description |
---|---|---|
regionId |
String |
Specifies the region ID. |
regionName |
String |
Specifies the region name. |
Example Response
{ "totalCount": 16, "regionList": [ { "regionId": "cn-north-1", "regionName": "CN North-Beijng1" }, { "regionId": "ap-southeast-1", "regionName": "CN-Hong Kong" }, ... ] }
Status Code
For details about status codes, see Status Codes.
Error Code
For details about error codes, see Historical Error Codes.
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