Skip to main content

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

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
GmtCreatestringno demo valuecreation time.
RegionNameListarrayno demo valuearea name list information. for specific sub-item descriptions, see the following parameter descriptions.
Descriptionstringno demo valuethe name of the network segment area.
CodeNamestringno demo valueidentifies the name of the relevant information in combination with the value of the CodeType parameter.
RequestIdstringno demo valuerequest ID.
GmtModifiedstringno demo valuelast modification time.
CodeTypestringno demo valuethe type of information about this network segment. For example, a distribution can be used to represent information about the region to which it belongs.
Idintegerno demo valuearea identification ID.
Codestringno demo valueidentifies 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.
Seqintegerno demo valuearea 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
}

}