Register a worker with a fleet
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_token
Token that was provided by the API during worker creation.
Response
certificate
Certificate in PEM format.
private_key
Private key in PEM format.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error