![]() ![]() ![]() |
Purpose: To add a device in
OpManager.
Prerequisite: The credentials
of the device should be added in the credential library.
Request URL: http://<opmanager-server:port>/api/xml/discovery/addDevice?apiKey=APIKEY&deviceName=DEVICE-NAME&netmask=NETMASK&credentialName=CREDENTIAL-NAME
Request Parameters:
Parameter |
Description |
apiKey* |
API Key to access your
OpManager server. |
deviceName* |
Name of the device to be
added. |
netmask |
Enter the netmask for
discovering the device. |
credentialName |
Enter the appropriate
credential. |
<form
method="POST"
action="http://opman-vm-win7-2/api/xml/discovery/addDevice?apiKey=[APIKEY]"> <input type="hidden" name="deviceName" value="[DEVICE-NAME]"> <input type="hidden" name="netmask" value="[NETMASK]"> <input type="hidden" name="credentialName" value="[CREDENTIAL-NAME]"> <input type="submit" value="Add Device" name="submit"> </form> |
![]() ![]() ![]() |