Manually initiate a monitoring check for a specific service, such as a VPS or server. The endpoint returns a jobId that you use to track the status and results of the check via other API calls.
Accept Example Content-Type Example action string required vmIds array required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/monitoring/status curl -X POST "https://cloud.hostup.se/api/monitoring/status" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action": "string",
"vmIds": [
"string"
]
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"jobId": "string",
"message": "string"
}
} {
"action": "string",
"vmIds": [
"string"
]
}