Queries protected assets by using the paths to specific web directories.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
WebPath | string | No | The path to the web directory. | /root/www**** |
CurrentPage | integer | Yes | The number of the page to return. | 1 |
PageSize | integer | Yes | The number of entries to return on each page. | 20 |
Type | string | No | The path type of the web directory. Valid values:
| def |
Response parameters
Examples
Sample success responses
JSON
format
{
"List": [
{
"Uuid": "49e25e0f-bb51-4a5a-a1b3-13a4ddaa****",
"InternetIp": "8.210.XX.XX",
"IntranetIp": "172.25.XX.XX",
"MachineName": "test****"
}
],
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 10,
"Count": 10
},
"RequestId": "A3C1240F-9DAC-5EE8-ADF5-2F930A95****"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history