...
Universal Controller supports the following RESTful-based web services for SNMP Manager operations, which are listed alphabetically on this page.
- Create an SNMP Manager
- Delete an SNMP Manager
- List SNMP Managers
- Modify an SNMP Manager
- Read an SNMP Manager
Formatting specifications for each web service, including details about property requirements, are provided.
...
Description | |
---|---|
URI | |
HTTP Method | GET |
Description | Retrieves information on all SNMP Managers. |
Example URI | http://localhost:8080/uc/resources/snmpmanager/list |
Authentication | HTTP Basic |
Consumes Content-Type | n/a |
Produces Content-Type | application/xml, application/json |
Example Response | See belowSee List SNMP Managers Example Response, below. |
SNMP Manager Properties |
Anchor | ||||
---|---|---|---|---|
|
...
Description | |
---|---|
URI | http://host_name/uc/resources/snmpmanager |
HTTP Method | PUT |
Description | Modifies the SNMP Manager specified by the |
Example URI | |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
Example Request | See Modify an SNMP Manager Example Request, below. |
SNMP Manager Properties | |
Example Response |
|
...
Description | |
---|---|
URI | |
HTTP Method | GET |
Description | Retrieves information on a specific SNMP Manager. |
URI Parameters | See Read an SNMP Manager URI Parameters, below. |
Example URI | http://localhost:8080/uc/resources/snmpmanager?managername=Test4 |
Consumes Content-Type | n/a |
Produces Content-Type | application/xml, application/json |
Example Response | See Read an SNMP Manager Example Response, below. |
SNMP Manager Properties |
Anchor | ||||
---|---|---|---|---|
|
...