Resources | Methods |
---|---|
https://localhost:8443/api/rest/snmp-config |
GET
[tags: DMA,RPRM]
Retrieves an object that contains the snmp configuration including enabled or not, SNMP V2 or V3, security users and notification
agents that have been defined.
PUT [tags: DMA,RPRM] sends a new snmp configuraion to the system, validate it, store it and implement it. |
https://localhost:8443/api/rest/snmp-config/mibs |
GET
[tags: DMA]
Retrieves a list of the Polycom MIB filenames.
|
https://localhost:8443/api/rest/snmp-config/mibs/{mib-filename} |
GET
[tags: DMA]
Download a specific Polycom MIB.
|
GET[tags: DMA,RPRM] Retrieves an object that contains the snmp configuration including enabled or not, SNMP V2 or V3, security users and notification agents that have been defined. RequestResponse
PUT[tags: DMA,RPRM] sends a new snmp configuraion to the system, validate it, store it and implement it. Stop and restart snmpd. RequestRepresentations
Response
|
GET[tags: DMA] Retrieves a list of the Polycom MIB filenames. The DMA system MIB is self-documenting, including information about the purpose of specific traps and inform notifications. RequestResponse
|
Name | Type | Description |
---|---|---|
mib-filename | xs:string | The filename of the MIB. |
GET[tags: DMA] Download a specific Polycom MIB. RequestResponse
|