Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Property

UI Field Name

Description

Specifications

Required

Anchor
description - SNMP
description - SNMP
description

Description

Description of this record.


N

Anchor
exportReleaseLevel - SNMP
exportReleaseLevel - SNMP
exportReleaseLevel

n/a

Universal Controller release that the record was exported from.

read onlyN

Anchor
exportTable - SNMP
exportTable - SNMP
exportTable

n/aRecord table information.read onlyN

Anchor
managerAddress - SNMP
managerAddress - SNMP
managerAddress

Manager Address

Name or IP address of the SNMP Manager.


Y

Anchor
managerPort - SNMP
managerPort - SNMP
managerPort

Manager Port

Port used by the SNMP Manager.


Y

Anchor
name - SNMP
name - SNMP
name

Manager Name                               

Name used within the Controller to identify this SNMP Manager.


Y

Anchor
opswiseGroups - SNMP
opswiseGroups - SNMP
opswiseGroups

Member of Business Services

Business Services that this record belongs to.
 
XML

Panel



Html bobswift
<pre>
&lt;opswiseGroups&gt;
      &lt;opswiseGroup&gt;group1&lt;/opswiseGroup&gt;
      &lt;opswiseGroup&gt;group2&lt;/opswiseGroup&gt;
&lt;/opswiseGroups&gt;
</pre>



 
JSON

Panel



Html bobswift
<pre>
"opswiseGroups": ["group1","group2"]
</pre>




N

Anchor
retainSysIds - SNMP
retainSysIds - SNMP
retainSysIds

n/a

Specification for whether or not the Create an SNMP Manager web service will persist the sysId property.


Html bobswift
<ul>
<li> If <b>retainSysIds</b>="true" and <code>sysId</code> is included in the request/response, <code>sysId</code> will be persisted to the database.
<li> If <b>retainSysIds</b>="false" and  <code>sysId</code> is included in the request/response, <code>sysId</code> will be ignored; it will be autogenerated by the Controller. 
</ul>



Note
titleNote

In XML web services, retainSysIds is specified as an attribute in the <snmpManager> element.

Valid values: true/false (default is true).

N

Anchor
sysId - SNMP
sysId - SNMP
sysId

n/a

System ID field in the database for this SNMP Manager record.

Persisted only if retainSysIds is set to true.

N

Anchor
trapCommunity - SNMP
trapCommunity - SNMP
trapCommunity

Trap Community String

Used by the trap receiver to determine which traps to process.

Default is public.

N

...