![]() ![]() ![]() |
Purpose:
To add a new Business View in OpManager.
Prerequisite: Devices should be
already added.
Request URL: http://<opmanager-server:port>/api/xml/discovery/addBusinessView?apiKey=APIKEY&bvName=BUSINESS-VIEW-NAME&deviceName=DEVICE-NAME
Request Parameters:
Parameter |
Description |
apiKey* | API Key to access your
OpManager server. |
bvName* |
Name of the Business View. |
deviceName* |
Name of the device to be
added. |
<form
method="POST"
action="http://opman-vm-win7-2/api/xml/discovery/addBusinessView?apiKey=[APIKEY]"> <input type="hidden" name="bvName" value="[BUSINESS-VIEW-NAME]"> <input type="hidden" name="deviceName" value="[DEVICE-NAME]"> <input type="submit" value="Add Business View" name="submit"> </form> |
![]() ![]() ![]() |