GET /api/v1/boarding/managementSettings
Use this method to return the UDS Portal credentials.
Note
This REST API requires Lenovo XClarity Orchestrator v2.0 or later.
Authentication
Authentication with username and password is required.
Resource URI
GET https://{orchestrator_server_IP}/api/v1/boarding/managementSettings
Query parameters
None
Request body
None
Response codes
Code | Description | Comments |
---|---|---|
200 | OK | The request completed successfully. |
Response body
When the request is successful, the following attributes are returned. If the request fails, standard message attributes are returned (see Status messages).
Attributes | Type | Description | ||
---|---|---|---|---|
udsClientId | String | Client ID If the client ID is not saved, this value is null. | ||
udsClientSecret | Boolean | Indicates whether the secret exists. This can be one of the following values.
|
The following example is returned if the request is successful.
{
udsClientId: "EDGE-ISG-BridgeAccount",
udsClientSecret: "true"
}
Give documentation feedback