All Products
Search
Document Center

Security Center:DescribeWebLockBindList

Last Updated:Feb 20, 2024

Queries the information about the servers that have web tamper proofing enabled.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address of the request.

116.30.XX.XX
LangstringNo

The language of the content within the request and the response. Valid values:

  • zh: Chinese
  • en: English
zh
RemarkstringNo

The string that allows you to search for servers in fuzzy match mode. You can enter a server name or IP address.

192.168.XX.XX
StatusstringNo

The protection status of the server that you want to query. Valid values:

  • on: protected
  • off: unprotected
on
CurrentPageintegerNo

The number of the page to return. Pages start from page 1. Default value: 1.

1
PageSizeintegerNo

The number of entries to return on each page. Default value: 20.

20

Response parameters

ParameterTypeDescriptionExample
object
CurrentPageinteger

The page number of the returned page. Pages start from page 1. Default value: 1.

1
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

D9354C1A-D709-4873-9AAE-41513327B247
PageSizeinteger

The number of entries returned per page. Default value: 20.

20
TotalCountinteger

The total number of servers that have web tamper proofing enabled.

11409
BindListobject []

The information about the servers that have web tamper proofing enabled.

Statusstring

The protection status of the server. Valid values:

  • on: The server is protected.
  • off: The server is not protected.
on
Percentinteger

The percentage of the starting progress of web tamper proofing. Valid values: 0 to 100.

99
InternetIpstring

The public IP address of the server.

54.169.XX.XX
ServiceDetailstring

The exception details of web tamper proofing. Valid values:

  • client offline: The Security Center agent is offline.
  • timeout: The connection timed out.
client offline
Osstring

The operating system that the server runs.

Linux
ServiceStatusstring

The status of web tamper proofing on the server. Valid values:

  • stop: Web tamper proofing is disabled.
  • initializing: Web tamper proofing is being enabled.
  • exception: Web tamper proofing is not running as expected.
  • running: Web tamper proofing is running.
  • closing: Web tamper proofing is being disabled.
stop
IntranetIpstring

The private IP address of the server.

192.168.XX.XX
AuditCountstring

The number of alerts.

2
Uuidstring

The UUID of the server.

inet-12345****
ServiceCodestring

The error code for web tamper proofing. Valid values:

  • 2001: The Security Center agent is offline.
  • 9999: The connection timed out.
2001
InstanceNamestring

The name of the server.

testName
DirCountstring

The number of protected directories.

5
BlockCountstring

The number of blocked tampering events.

10

Examples

Sample success responses

JSONformat

{
  "CurrentPage": 1,
  "RequestId": "D9354C1A-D709-4873-9AAE-41513327B247",
  "PageSize": 20,
  "TotalCount": 11409,
  "BindList": [
    {
      "Status": "on",
      "Percent": 99,
      "InternetIp": "54.169.XX.XX",
      "ServiceDetail": "client offline",
      "Os": "Linux",
      "ServiceStatus": "stop",
      "IntranetIp": "192.168.XX.XX",
      "AuditCount": "2",
      "Uuid": "inet-12345****",
      "ServiceCode": "2001",
      "InstanceName": "testName",
      "DirCount": "5",
      "BlockCount": "10"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400NoPermissionno permission-
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500InternalErrorThe request processing has failed due to some unknown error.-
500ServerErrorServerError-

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

Change history

Change timeSummary of changesOperation
No change history