IBM DataPower Operations Dashboard v1.0.22.x
Installation REST API
- Sara Weisz
In this page:
POST Quick Setup
Description:
This API configures quick setup.
Required Roles:
OpDashAdminRole
URI:
/op/api/v2/installation/quickSetup
Request:
The request should use the POST method with the following fields in its body:
Name | Required/Optional | Description | Type | Available Options |
---|
Name | Required/Optional | Description | Type | Available Options |
---|---|---|---|---|
newLocalAdminPassword | Required | The local admin password | String | Â |
defaultProductView | Required | Determines the default product view, defined by the main type of monitored transactions. | String |
|
defaultTheme | Required | Determines the default theme for all users. | String |
|
webConsoleUrl | Required | The web console URL. | String | Â |
activationKey | Required | The activation key zip file encoded as Base64. | String | Â |
Example:
{
"newLocalAdminPassword": "<password>",
"defaultProductView": "IDG",
"defaultTheme": "dark",
"webConsoleUrl": "https://<DPOD-host>",
"activationKey": "eyJrZXkiOiJxeVgyZFY3eUQ3UjJkMko5NFgwVkdiYTRPN1FqZG5Ve..."
}
Successful Response:
The response includes the following fields in its body:
Name | Description | Type | Available Options |
---|
Name | Description | Type | Available Options |
---|---|---|---|
defaultProductView | The default product view. | String | Â |
Example:
{
"resultCode": "SUCCESS",
"resultMessage": "Quick setup finished successfully",
"result": {
"defaultProductView": "IDG"
}
}
Copyright © 2015 MonTier Software (2015) Ltd.