Supervisor registration

API for Supervisor registration.

Endpoints for Supervisor registration.

Json structure

POST/PUT request payload

{
    "host": "10.10.11.38",
    "registration_token": "token"
}

GET response body

{
    "host": "10.10.11.38"
}

Back to X2-SERIES API Home