Cloud Servers - List all servers
https://api.absam.io/v1/cloud-server/listall
REQUEST HEADERS
Generate the access token and secret access token on the dashboard.
REQUEST BODY
Response parameters (JSON)
{
"servers": [
{
"id": 18410,
"name": "teste1",
"product_status": "Active",
"datacenter": "BR",
"billingcycle": "Hourly",
"nextduedate": "0000-00-00",
"price": "90.00",
"plan": "8GB",
"ip": "1.2.3.4",
"disk": 50
},
{
"id": 18490,
"name": "teste2",
"product_status": "Active",
"datacenter": "EUA",
"billingcycle": "Monthly",
"nextduedate": "2019-10-13",
"price": "105.00",
"plan": "2GB",
"ip": "4.3.2.1",
"disk": 50
}
]
}