API Endpoint:/webapi/dashboard/getFileServerProtect
Request Method:GET
Request Content-Type:application/x-www-form-urlencoded
Response Content-Type:application/json;charset=UTF-8
API Description:
Query total number of file servers.
Request Parameters:
| Parameter Name | Description | Request Type | Required | Data Type | schema |
|---|---|---|---|---|---|
| requestId | Request requestId data | query | true | string |
Response Status:
| Status Code | Description | schema |
|---|---|---|
| 200 | OK | ResponseResultFileServerProtectVo |
Response Parameters:
| Parameter Name | Description | Type | schema |
|---|---|---|---|
| message | Return status message | string | |
| statFlag | Return status | integer(int32) | integer(int32) |
| dataInfo | FileServerProtectVo | FileServerProtectVo | |
| sum | Total count | integer(int64) | |
| unprotect | Unprotected count | integer(int64) | |
| protect | Protected count | integer(int64) | |
| dataCount | Number of data entries returned | integer(int32) | integer(int32) |
Response Example:
{
"message": "Operation successful",
"statFlag": 0,
"dataInfo": {
"sum": 0,
"unprotect": 0,
"protect": 0
},
"dataCount": 10
}