Indica se o IP está vinculado: verdadeiro = vinculado, falso = não vinculado
Example:false
Palavras-chave para filtrar: informações do proxy, nome do grupo, nome da tag, nome do ambiente
Example:"CP-424"
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/page \
-H 'Content-Type: application/json' \
-d '{
"bindIp": false,
"keyword": "CP-424",
"pageNo": 1,
"pageSize": 100,
"sort": [
{
"sortDirection": "asc",
"sortField": "envName"
}
]
}'Response
{ "code": 0, "msg": "string", "data": { "current": 0, "dataList": [ … ], "pages": 0, "total": 0 }, "requestId": "string" }