This API v2 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{}
curl --location --request GET 'https://manage.runcloud.io/api/v2/servers' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": [
{
"id": 1903,
"name": "server hello",
"provider": "Akamai (Linode)",
"stack": "nginx",
"ipAddress": "139.162.123.253",
"country_iso_code": "JP",
"os": "Ubuntu",
"osVersion": "focal",
"connected": true,
"online": true,
"agentVersion": "2.8.7-1+ubuntu20.04+11",
"phpCLIVersion": "php81rc",
"softwareUpdate": false,
"securityUpdate": true,
"transferStatus": "AVAILABLE",
"created_at": "2024-07-09 06:56:05",
"tags": []
},
{
"id": 11101,
"name": "server hi",
"provider": "Akamai (Linode)",
"stack": "nginx",
"ipAddress": "172.104.88.73",
"country_iso_code": "JP",
"os": "Ubuntu",
"osVersion": "focal",
"connected": true,
"online": true,
"agentVersion": "2.8.7-1+ubuntu20.04+11",
"phpCLIVersion": "php81rc",
"softwareUpdate": false,
"securityUpdate": true,
"transferStatus": "AVAILABLE",
"created_at": "2024-07-09 06:41:52",
"tags": []
},
{
"id": 30303,
"name": "server bello",
"provider": "digitalocean",
"stack": "nginx",
"ipAddress": "12.24.3.232",
"country_iso_code": null,
"os": "Ubuntu",
"osVersion": null,
"connected": false,
"online": false,
"agentVersion": null,
"phpCLIVersion": "php81rc",
"softwareUpdate": false,
"securityUpdate": true,
"transferStatus": "AVAILABLE",
"created_at": "2024-07-16 02:10:42",
"tags": []
},
{
"id": 762,
"name": "uiux improvement test ali",
"provider": "Akamai (Linode)",
"stack": "nginx",
"ipAddress": "172.105.197.220",
"country_iso_code": "JP",
"os": "Ubuntu",
"osVersion": "focal",
"connected": true,
"online": true,
"agentVersion": "2.8.7-1+ubuntu20.04+11",
"phpCLIVersion": "php81rc",
"softwareUpdate": false,
"securityUpdate": true,
"transferStatus": "AVAILABLE",
"created_at": "2024-07-11 02:35:00",
"tags": []
}
],
"meta": {
"pagination": {
"total": 4,
"count": 4,
"per_page": 15,
"current_page": 1,
"total_pages": 1,
"links": {}
}
}
}