Retrieves a list of Tencent regions for the specified account
GET/v1/clouds/tencent/regions
Retrieves a list of Tencent regions for the specified account
Request
Query Parameters
cloudAccountUid stringrequired
Uid for the specific Tencent cloud account
Responses
- 200
 
(empty)
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
]
regions
object[]
required
Tencent regions entity
namestring
Name of tencent region
statestring
State of tencent region
{
  "regions": [
    {
      "name": "string",
      "state": "string"
    }
  ]
}
Loading...