Validate​
GET
/servers/{uuid}/validate
Validate server by UUID.
Authorizations​
bearerAuth
Go to Keys & Tokens
/ API tokens
and create a new token. Use the token as the bearer token.
TypeHTTP (bearer)
Parameters​
Path Parameters
uuid*
Server UUID
Typestring
RequiredResponses​
Server validation started.
application/json
JSON
{
"message": "Validation started."
}