public class BoardingOperationsClient
extends MindsphereAPIClient
Modifier and Type | Class and Description |
---|---|
static class |
BoardingOperationsClient.ClientBuilder |
Constructor and Description |
---|
BoardingOperationsClient(BoardingOperationsClient.ClientBuilder builder) |
Modifier and Type | Method and Description |
---|---|
ModelConfiguration |
agentsIdBoardingConfigurationGet(String agentId)
Get boarding configuration
Boarding configuration holds necessary information of the agent to onboard it.(ex; iat, clientCredentialProfile).
|
OnboardingStatus |
agentsIdBoardingOffboardPost(String agentId)
Offboard agent
Offboards the agent.
|
OnboardingStatus |
agentsIdBoardingStatusGet(String agentId)
Get boarding status
Gets boarding status.
|
static BoardingOperationsClient.ClientBuilder |
builder() |
public BoardingOperationsClient(BoardingOperationsClient.ClientBuilder builder)
public static BoardingOperationsClient.ClientBuilder builder()
public ModelConfiguration agentsIdBoardingConfigurationGet(String agentId) throws MindsphereException
200 - OK
400 - Bad Request
401 - Unauthorized
403 - Forbidden
404 - Not Found
500 - unexpected error
0 - Other error with any status code and response body format.
agentId
- Unique identifier of the agent.MindsphereException
- if an error occurs while attempting to invoke the APIpublic OnboardingStatus agentsIdBoardingOffboardPost(String agentId) throws MindsphereException
200 - OK
400 - Bad Request
401 - Unauthorized
403 - Forbidden
404 - Not Found
409 - Resource in conflicting state.
422 - Not supported.
500 - unexpected error
0 - Other error with any status code and response body format.
agentId
- Unique identifier of the agent.MindsphereException
- if an error occurs while attempting to invoke the APIpublic OnboardingStatus agentsIdBoardingStatusGet(String agentId) throws MindsphereException
200 - OK
400 - Bad Request
401 - Unauthorized
403 - Forbidden
404 - Not Found
500 - unexpected error
0 - Other error with any status code and response body format.
agentId
- Unique identifier of the agent.MindsphereException
- if an error occurs while attempting to invoke the API