Get boarding configuration
GET {{baseUrl}}/agents/:id/boarding/configuration
Boarding configuration holds necessary information of the agent to onboard it.(ex; iat, clientCredentialProfile). Generating a Boarding Configuration action is an asynchronous operation therefore it may take a few seconds. In case Boarding Configuration is not generated, try to read the configuration again after a couple of seconds.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"content":{"baseUrl":"https://southgate.eu-central.mindsphere.io","iat":"eyJh...","clientCredentialProfile":["RSA_3072","RSA_3072"],"clientId":"5fa51b64-dce2-11e7-9296-cec278b6b50a","tenant":"testtenant"},"expiration":"1964-01-14T00:25:18.402Z"}