DescribeRegionName
Description
Obtain the list of region names of the traffic collection and monitoring network segment.
Request Method
POST
Request Path
/apsara/route/Ddosprivate/DescribeRegionName
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
GmtCreate | string | no demo value | creation time. |
RegionNameList | array | no demo value | area name list information. for specific sub-item descriptions, see the following parameter descriptions. |
Description | string | no demo value | the name of the network segment area. |
CodeName | string | no demo value | identifies the name of the relevant information in combination with the value of the CodeType parameter. |
RequestId | string | no demo value | request ID. |
GmtModified | string | no demo value | last modification time. |
CodeType | string | no demo value | the type of information about this network segment. For example, a distribution can be used to represent information about the region to which it belongs. |
Id | integer | no demo value | area identification ID. |
Code | string | no demo value | identifies the relevant information code in combination with the value of the CodeType parameter. For example, for the distribution information type, enter the DXJF value to indicate that the network segment belongs to the Daxing data center area. |
Seq | integer | no demo value | area record sequence number. |
Example
Successful Response example
{
"GmtCreate":"no demo value",
"RegionNameList":"no demo value",
"Description":"no demo value",
"CodeName":"no demo value",
"RequestId":"no demo value",
"GmtModified":"no demo value",
"CodeType":"no demo value",
"Id":"no demo value",
"Code":"no demo value",
"Seq":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}