Cloud Server Actions - Get server info
GET
https://api.absam.io/v1/cloud-server/info
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": {
        "id": 18490,
        "name": "testeeee",
        "product_status": "Active",
        "os": "debian9",
        "datacenter": "EUA",
        "billingcycle": "Monthly",
        "nextduedate": "2019-10-13",
        "price": "105.00",
        "plan": "2GB",
        "ip": "45.178.180.129",
        "disk": 50
    }
}