Retrieves the list of servers associated with tamper-proofing.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListFileProtectBindMachine |
list |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageSize |
integer |
No |
The maximum number of entries per page for a paged query. |
10 |
| CurrentPage |
integer |
No |
The page number of the current page for a paged query. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
1EE7B150-D67E-53FD-A52D-3E8E669A**** |
| List |
array |
The list of servers. The UUID of each server is returned. |
|
|
string |
The list of servers. The UUID of each server is returned. |
4fe8e1cd-3c37-4851-b9de-124da32c**** |
|
| PageInfo |
object |
The paging information for the paged query. |
|
| TotalCount |
integer |
The total number of entries. |
69 |
| Count |
integer |
The number of entries on the current page for a paged query. |
10 |
Examples
Success response
JSON format
{
"RequestId": "1EE7B150-D67E-53FD-A52D-3E8E669A****",
"List": [
"4fe8e1cd-3c37-4851-b9de-124da32c****"
],
"PageInfo": {
"TotalCount": 69,
"Count": 10
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.