Cloud Server Actions - Get server status
GET
https://api.absam.io/v1/cloud-server/status
REQUEST HEADERS
access-token: xxxxxxxxxxxxxxxxxxxxxxxxxx
secret-access-token: xxxxxxxxxxxxxx
Generate the access token and secret access token on the dashboard.
REQUEST BODY
Name Type Description Required
id integer Cloud ID true
Response parameters (JSON)
{
  "server": {
      "status": "running",
      "consuming": {
          "cpu": "5.8%",
          "memory": "6.3%",
          "disk": "23%"
      }
  }
}