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
Header Parameters
ProjectUid string
Scope the request to the specified project uid
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...