All Products
Search
Document Center

Security Center:DescribeHybridProxyPolicy

Last Updated:Dec 13, 2024

Queries the data collection configurations of a proxy cluster.

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:DescribeHybridProxyPolicyget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ClusterNamestringYes

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

test-idc

Response parameters

ParameterTypeDescriptionExample
object

ListResult

PolicyListarray<object>

The data collection configurations of the proxy cluster.

Dataobject
PolicyTypestring

The type of the policy. Valid values:

  • limitFrequency
  • limitBandWidth
limitBandWidth
Infoarray<object>

The information about the policy.

Infoobject
Typestring

The type of the policy that you configured. Valid values:

  • file
  • net
  • process
file
Configstring

The value of the policy configurations.

10
FileNamestring

The name of the file. After you configure a blocking policy, the blocked data is written to the file.

test
Countinteger

The number of entries on the current page.

1
RequestIdstring

The request ID.

F7A1B40A-7EED-55A0-BCBC-2F83A486F0AB

Examples

Sample success responses

JSONformat

{
  "PolicyList": [
    {
      "PolicyType": "limitBandWidth",
      "Info": [
        {
          "Type": "file",
          "Config": "10",
          "FileName": "test"
        }
      ]
    }
  ],
  "Count": 1,
  "RequestId": "F7A1B40A-7EED-55A0-BCBC-2F83A486F0AB"
}

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.