All Products
Search
Document Center

Security Center:DescribeHybridProxyLinkedClientList

Last Updated:Dec 13, 2024

Queries the servers that are connected to a proxy in a hybrid cloud by page.

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:
    • The required resource types are displayed in bold characters.
    • 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:DescribeHybridProxyLinkedClientListget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ProxyUuidstringNo

The UUID of the proxy node. You can call the DescribeHybridProxyList operation to query the UUID of the proxy node.

inet-proxy-3bb11fad-37d6-4aee-9c37-b0ad1612XXXX
ClusterNamestringNo

The name of the proxy cluster. You can query the name of the proxy cluster in the Security Center console.

office-proxy
UuidstringNo

The UUID of the server on which the Security Center agent is installed. You can query the UUID by querying asset information.

80d2f7d6-31a9-4d7f-8ff4-7ecc42f89ca****
CurrentPageintegerNo

The page number.

1
PageSizeintegerNo

The number of entries per page.

20
RemarkstringNo

The description of the proxy cluster.

test

Response parameters

ParameterTypeDescriptionExample
object

PageResult

Listarray<object>

The returned data.

Listobject

The returned data.

InstanceIdstring

The instance ID of the server.

i-bp1a69mvjujbakxu****
InstanceNamestring

The name of the server.

sql-test-0****
InternetIpstring

The public IP address of the server.

8.210.XX.XX
IntranetIpstring

The private IP address.

172.25.XX.XX
Statusstring

The status of the Security Center agent.

online
Uuidstring

The UUID of the server.

49e25e0f-bb51-4a5a-a1b3-13a4ddaa****
RegionIdstring

The ID of the region in which the server resides.

cn-hangzhou
RegionNamestring

The name of the region in which the server resides.

cn-qingdao
GroupNamestring

The name of the server group.

default
Tagstring

The name of the tag added to the server.

latest
VendorNamestring

The name of the service provider.

ALIYUN
Osstring

The name of the operating system.

centos-xxx
OsNamestring

The name of the operating system for your asset.

centos
PageInfoobject

The pagination information.

CurrentPageinteger

The page number.

1
PageSizeinteger

The number of entries per page.

20
TotalCountinteger

The total number of entries returned.

149
Countinteger

The number of entries on the current page.

10
RequestIdstring

The request ID.

B01B804F-947C-5623-B050-1C8FDFA796CF

Examples

Sample success responses

JSONformat

{
  "List": [
    {
      "InstanceId": "i-bp1a69mvjujbakxu****",
      "InstanceName": "sql-test-0****",
      "InternetIp": "8.210.XX.XX",
      "IntranetIp": "172.25.XX.XX",
      "Status": "online",
      "Uuid": "49e25e0f-bb51-4a5a-a1b3-13a4ddaa****",
      "RegionId": "cn-hangzhou",
      "RegionName": "cn-qingdao",
      "GroupName": "default",
      "Tag": "latest",
      "VendorName": "ALIYUN",
      "Os": "centos-xxx",
      "OsName": "centos"
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 149,
    "Count": 10
  },
  "RequestId": "B01B804F-947C-5623-B050-1C8FDFA796CF"
}

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.