Server Status Endpoint #
Check that the Update Server is online and responding. No authentication required.
Endpoint #
GET /wp-json/dmsilm/v1/updates/status
No request body or parameters needed.
Response #
{
"status": "ok",
"version": "1.0.0",
"api": "dmsilm/v1",
"timestamp": 1710000000
}
| Field | Description |
|---|---|
status | "ok" when the server is functioning |
version | Update Server plugin version |
api | API namespace |
timestamp | Current server Unix timestamp |
Use Cases #
- Health check in your client software startup sequence
- Monitoring service (ping this endpoint to alert on downtime)
- Confirming that the correct site URL is configured in your SDK
