Skip to main content

DescribePropertyPortItem

Description

Get the host listening port list.

Request Method

POST

Request Path

/apsara/route/Sas/DescribePropertyPortItem

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. default value: 20
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
regionIdBODYstringYesNo sample value for this parameter.region id
PortBODYstringNoNo sample value for this parameter.port number.
ProcNameBODYstringNoNo sample value for this parameter.process name.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
TotalCountintegerno demo valuetotal number of records returned.
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
Protostringno demo valuenetwork protocols, such as TCP and UDP.
CurrentPageintegerno demo valuecurrently returns page number.
Portstringno demo valueport number.
PropertyPortItemsarrayno demo valuehost listening port list, see the following parameter description for specific sub-items.
Countintegerno demo valuenumber of hosts that open this port.

Example

Successful Response example

{
"TotalCount":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"Proto":"no demo value",
"CurrentPage":"no demo value",
"Port":"no demo value",
"PropertyPortItems":"no demo value",
"Count":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}