Authorization: Bearer ********************
curl --location --request GET '/gcs/hps/serverPage?departmentCode=11370800004230559Q&projectId=71499f4866d44fa59f8983b63f933685&cloudArea=1' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "string",
"total": 0,
"rows": [
{
"departmentCode": "string",
"departmentName": "string",
"serverId": "string",
"projectId": "string",
"cloudArea": 0,
"cpu": 0,
"mem": "string",
"sysDisk": "string",
"dataDisk": "string",
"internalNetworkIp": "string"
}
]
}