Register to Helios

POST https://{{cluster}}/v2/helios-registration

This API endpoint is used to submit a registration token for Helios registration. The HTTP POST request should be made to https://{{cluster}}/v2/helios-registration with a JSON payload in the raw request body type. The payload should include a registrationToken field.

This is a sync API. SLA for cluster registration to be successfull is 5-30 seconds

Request Body

  • registrationToken (string, required): The registration token to be submitted.

Response

  • Status: 200
  • Content-Type: text/xml
  • Response Body: The response body is not provided in the request data.

Request Body

{"registrationToken"=>"{{registrationToken}}"}