All Products
Search
Document Center

Security Center:DescribeIdcProbeList

Last Updated:Jan 20, 2026
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Query IDC probe list

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribeIdcProbeListget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageSizeintegerNo

Specifies the maximum number of data entries to display per page in a paginated query. The default number of data entries per page is 20, and if the PageSize parameter is empty, it will default to returning 20 data entries.

Note It is recommended that the PageSize value is not empty.
20
CurrentPageintegerNo

Sets the page number from which to start displaying the query results. The default value is 1, indicating that the display starts from the first page.

1
StatusintegerNo

Probe status. Values:

  • 0: Enabled
  • 1: Disabled
0
IdcNamestringNo

The name of the IDC.

3K IDC

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and problem localization.

0C8487EF-50C2-54BB-8634-10F8C35D****
PageInfoobject

Pagination information.

CurrentPageinteger

The page number in a paginated query.

1
PageSizeinteger

The maximum number of data entries to display per page in a paginated query.

20
TotalCountinteger

Total number of entries.

30
Countinteger

The number of data entries displayed on the current page in a paginated query.

17
IdcProbesarray<object>

IDC probe list.

IdcProbeobject

IDC probe list.

Statusinteger

Probe status. Values:

  • 0: Enabled
  • 1: Disabled
0
LinuxPortstring

Linux port.

22
InternetIpstring

Public IP address.

47.98.*.*
IdcRegionstring

Region.

cn-hangzhou
InstanceIdstring

Instance ID of the asset.

i-xxxxx
IpSegmentsstring

IP segment range.

192.168.1.0/24
IntranetIpstring

Private IP of the instance.

10.68.*.*
Uuidstring

Server UUID.

inet-eae02b9a-1dbd-44a6-844c-69072b27****
IntervalPeriodinteger

Scan period.

16
InstanceNamestring

Instance name.

oraclexxx
PeriodUnitstring

The unit of the scan period, with values:

  • day: day.
  • hour: hour.
day
WinPortstring

Windows port.

3389
IdcNamestring

IDC data center name.

3K IDC
ServiceStatusinteger

Probe service status. Values:

  • 0: Active
  • 1: Inactive
0

Examples

Sample success responses

JSONformat

{
  "RequestId": "0C8487EF-50C2-54BB-8634-10F8C35D****",
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 30,
    "Count": 17
  },
  "IdcProbes": [
    {
      "Status": 0,
      "LinuxPort": 22,
      "InternetIp": "47.98.*.*",
      "IdcRegion": "cn-hangzhou",
      "InstanceId": "i-xxxxx",
      "IpSegments": "192.168.1.0/24",
      "IntranetIp": "10.68.*.*",
      "Uuid": "inet-eae02b9a-1dbd-44a6-844c-69072b27****",
      "IntervalPeriod": 16,
      "InstanceName": "oraclexxx",
      "PeriodUnit": "day",
      "WinPort": 3389,
      "IdcName": "3K IDC",
      "ServiceStatus": 0
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history