Skip to content
Termix
Main Navigation
Home
Docs
Appearance
Menu
Return to top
Get server status by ID
GET
/status/{id}
Get server status by ID.
Server: localhost:8085
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id
*
The server identifier
Type
integer
Required
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"status"
:
"string"
,
"lastChecked"
:
"string"
}
GET
/status/{id}
Playground
Server
Select a server...
Authorization
bearerAuth
Variables
Key
Value
id
*
Try it out
Samples
Powered by
VitePress OpenAPI