User guide
Northbound Interface User Interaction
977
AlliedView NMS Administration Guide
12.3.6 Provision Parameters
Most of the provision operations will use parameters grouped in key/value format (HashMap). Accepted keys are already
specified and will need to be used as expected for the operation to be executed; unknown keys will be ignored. Most of
these keys have values that are also specific but some will accept user specified values.
The table below contains keys and possible values that can be used with it. Keys selected use names that relate to where
they are expected to be used. These parameters are very similar to those that are provisioning windows and used here to
configure same parameters on devices. The order of these parameters as they appear in a map does not affect the execution
of the operation and there are more than these included here.
Mdti/ getDeviceInfo Device IP address (a in
NMS database)
HashMap or device
general information
properties
Returns device general
information from the device.
This retrieves results from the
device (not database).
Mdti/
getMultiDeviceInfo
Device IP addresses
(separated by ‘,’)
List of properties (list of
HashMaps)
Returns a list of device general
information properties
Provision/
getDeviceInterfaces
- Device IP address
- Port number
A map of parameters of
the interface specified
Returns current values from
the device (if ALL is specified
then values returned will be
for all ports)
Provision/
getDeviceVlans
- Device IP address
- VLAN ID
A map of properties of
the specified VLAN
Returns current values from
the device (if ALL is specified
then values returned will be
for all VLANs)
Provision/
getRGDeviceDetails
- MO match criteria
(RGs)
- Components list
Map containing properties
of the RG
Retrieves properties of RG
from the device directly.
Provision/
provisionPort
Provision parameters Status of the operation Status returned can indicate
the operation has started or
completed if time-out is
specified.
Provision/
deprovisionPort
Provision parameters Status of the operation Status returned can indicate
the operation has started or
completed if time-out is
specified.
Provision/
modifyPort
Provision parameters Status of the operation. Status returned can indicate
the operation has started or
completed if time-out is
specified
Provision/
modifyRG
- MO match criteria (RGs)
- Provision parameters
Status of the operation Status returned can indicate
the operation has started or
completed if time-out is
specified.
TABLE 12-2 Operations Table
Module / Operation Parameters Types Return Types Notes