Retrieves the overview dashboard of file protection rules.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
69BFFCDE-37D6-5A49-A8BC-BB03AC83**** |
| Data |
object |
The data returned when the API call is successful. |
|
| ProtectedInstancesCount |
integer |
The total number of online web tamper-proofing clients. |
12 |
| ProtectedDirectoriesCount |
integer |
The total number of web tamper-proofing rules. |
3 |
| BindCount |
integer |
The number of bound tamper-proofing licenses. |
4 |
| AuthTotal |
string |
The total number of web tamper-proofing licenses. |
5 |
Examples
Success response
JSON format
{
"RequestId": "69BFFCDE-37D6-5A49-A8BC-BB03AC83****",
"Data": {
"ProtectedInstancesCount": 12,
"ProtectedDirectoriesCount": 3,
"BindCount": 4,
"AuthTotal": "5"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalParameter | Illegal parameter, please check the param. | Parameter error, please check the input parameters. |
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.