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}}/logs' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": [
{
"kind": "High Priority Info",
"content": "Configured server automatic update",
"created_at": "2024-07-16T06:38:12.000000Z"
},
{
"kind": "High Priority Info",
"content": "Configured server automatic update",
"created_at": "2024-07-16T06:38:07.000000Z"
},
{
"kind": "High Priority Info",
"content": "Updated SSHD Config",
"created_at": "2024-07-16T06:34:50.000000Z"
},
{
"kind": "High Priority Info",
"content": "Updated SSHD Config",
"created_at": "2024-07-16T06:34:45.000000Z"
},
{
"kind": "Info",
"content": "Updated server's details",
"created_at": "2024-07-16T06:29:21.000000Z"
},
{
"kind": "High Priority Info",
"content": "Updated PHP-CLI to PHP 8.3",
"created_at": "2024-07-16T04:15:39.000000Z"
},
{
"kind": "High Priority Info",
"content": "Updated PHP-CLI to PHP 8.3",
"created_at": "2024-07-16T04:15:37.000000Z"
},
{
"kind": "Warning",
"content": "Server transfer was rejected by [email protected]",
"created_at": "2024-07-11T02:55:48.000000Z"
},
{
"kind": "Warning",
"content": "Initiating server transfer to [email protected]",
"created_at": "2024-07-11T02:50:11.000000Z"
},
{
"kind": "Warning",
"content": "Server now owned by Seirin High's workspace",
"created_at": "2024-07-10T08:49:13.000000Z"
},
{
"kind": "Warning",
"content": "Initiating server transfer to [email protected]",
"created_at": "2024-07-10T08:48:19.000000Z"
},
{
"kind": "Info",
"content": "Grant user appSchimmel_1720508533 to database appSchimmel_1720508533",
"created_at": "2024-07-09T07:02:22.000000Z"
},
{
"kind": "Info",
"content": "Added database user appSchimmel_1720508533",
"created_at": "2024-07-09T07:02:20.000000Z"
},
{
"kind": "Info",
"content": "Added Web Application app-schimmel",
"created_at": "2024-07-09T07:02:20.000000Z"
},
{
"kind": "Info",
"content": "Added new database appSchimmel_1720508533",
"created_at": "2024-07-09T07:02:20.000000Z"
}
],
"meta": {
"pagination": {
"total": 18,
"count": 15,
"per_page": 15,
"current_page": 1,
"total_pages": 2,
"links": {
"next": "https://agency-27032023.runcloud.dev/api/v3/servers/756/logs?page=2"
}
}
}
}