Register a worker with a fleet

View as Markdown
Completes worker registration process and allows it to host simulations. Registration token required to complete registration is provided as part of the worker creation response. The response will contain a client certificate and private key that must be used for further authentication by the worker.

Request

This endpoint expects an object.
registration_tokenstringOptional>=1 character
Token that was provided by the API during worker creation.

Response

certificatestringRead-only
Certificate in PEM format.
private_keystringRead-only
Private key in PEM format.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error