GET A Create Form For This SNMP Proxy Collection

get

/management/weblogic/{version}/edit/SNMPAgent/SNMPProxyCreateForm

This resource returns a pre-populated SNMP proxy model that can be customized then posted (using the POST method) to the SNMPProxies collection resource to create a new SNMP proxy.

Request

Path Parameters
Query Parameters
  • The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
  • The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this SNMP proxy.

This method can return the following links:

  • rel=create uri=/management/weblogic/{version}/edit/SNMPAgent/SNMPProxies

    The collection resource for this create form resource.

Body ()
Root Schema : SNMP Proxy
Type: object
Show Source
  • Default Value: public

    The community name to be passed on for all SNMPv1 requests to this proxied SNMP agent.

    If you specify a security name for this proxied agent, the WebLogic SNMP agent ignores this community name. Instead, the agent encodes the security name in an SNMPv3 request and forwards the SNMPv3 request to this proxied agent.

    Constraints

    • secure default : null
  • Read Only: true
    Default Value: false

    Return whether the MBean was created dynamically or is persisted to config.xml

  • Read Only: true

    Return the unique id of this MBean instance

  • The address on which the external SNMP agent for which the WebLogic SNMP Agent is acting as a proxy is listening for incoming requests from SNMP managers that use the UDP protocol.

    If not specified the Server's ListenAddress is used as the ListenAddress of the external SNMPAgent.

  • Read Only: true

    The user-specified name of this MBean instance.

    This name is included as one of the key properties in the MBean's javax.management.ObjectName

    Name=user-specified-name

    Constraints

    • legal null
  • Optional information that you can include to describe this configuration.

    WebLogic Server saves this note in the domain's configuration file (config.xml) as XML PCDATA. All left angle brackets (<) are converted to the xml entity <. Carriage returns/line feeds are preserved.

    Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.

  • The root of the object identifier (OID) tree that this proxied SNMP agent controls.

  • Minimum Value: 0
    Maximum Value: 65535

    The port number on which this proxied SNMP agent is listening.

  • Default Value: noAuthNoPriv
    Allowed Values: [ "noAuthNoPriv", "authNoPriv", "authPriv" ]

    The security level that the proxied SNMP agent expects for the specified security name.

    Constraints

    • production mode default : "authNoPriv"
    • legal null
  • The user name on whose behalf the WebLogic SNMP agent forwards v3 requests. If not specified, the request is forwarded as a v1 request.

    If you specify a security name, you must also specify a security level that is equal to or lower than the security level that is configured for communication between the WebLogic SNMP agent and SNMP managers. For example, if the WebLogic SNMP agent requires incoming SNMPv3 requests to use the authentication protocol but no privacy protocol, the security level for this proxy must be either Authentication Only or None. Note that if you want to use the authorization or privacy protocols, you must configure credential mapping in the WebLogic Server security realm.

    The WebLogic SNMP agent cannot forward or pass through the credentials that are contained in SNMPv3 requests from SNMP managers. Instead, the agent authenticates and performs other security operations on incoming requests, and then constructs a new request to forward to a proxied agent.

    Constraints

    • legal null
  • Items
    Title: Items

    Return all tags on this Configuration MBean

  • Minimum Value: 0
    Default Value: 5000

    The number of milliseconds that the WebLogic Server SNMP agent waits for a response to requests that it forwards to this proxy agent.

    If the interval elapses without a response, the WebLogic SNMP agent sends an error to the requesting manager.

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Show Source
Back to Top