Cloud Server Actions - Get server status
https://api.absam.io/v1/cloud-server/status
REQUEST HEADERS
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%"
}
}
}