This API v2 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
curl --location -g --request GET 'https://manage.runcloud.io/api/v2/servers/{{serverId}}/services'
{
"beanstalk": {
"realName": "beanstalkd",
"name": "Beanstalk",
"memory": "Service stopped",
"cpu": "Service stopped",
"running": false,
"version": "1.11-1"
},
"httpd": {
"realName": "apache2-rc",
"name": "HTTPD/Apache",
"memory": "8.5 MB",
"cpu": "0.0058%",
"running": true,
"version": "2.4.61-1+ubuntu20.04+1"
},
"mariadb": {
"realName": "mysql",
"name": "MariaDB",
"memory": "32 MB",
"cpu": "0.0122%",
"running": true,
"version": "1:10.11.8+maria~ubu2004"
},
"memcached": {
"realName": "memcached",
"name": "Memcached",
"memory": "Service stopped",
"cpu": "Service stopped",
"running": false,
"version": "1.5.22-2ubuntu0.3"
},
"nginx": {
"realName": "nginx-rc",
"name": "NGiNX",
"memory": "54 MB",
"cpu": "0.0076%",
"running": true,
"version": "1.25.3-1+ubuntu20.04+3"
},
"redis": {
"realName": "redis-server",
"name": "Redis",
"memory": "1.6 MB",
"cpu": "0.1791%",
"running": true,
"version": "5:5.0.7-2ubuntu0.1"
},
"supervisor": {
"realName": "supervisord",
"name": "Supervisor",
"memory": "19 MB",
"cpu": "0.9288%",
"running": true,
"version": "4.2.5"
}
}