View This SNMP Agent Runtime

get

/management/weblogic/{version}/domainRuntime/SNMPAgentRuntime

View this SNMP agent runtime.

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 'excludeLinks' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links whose relationship name is not on the list will be returned. If not present, all links are returned (unless the 'links' query parameter is specified). Note: 'links' must not be specified if 'excludeLinks' 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.
  • The 'links' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links with matching relationship names are returned. If not present, all links are returned (unless the 'excludeLinks' query parameter is specified). Note: 'excludeLinks' must not be specified if 'links' is specified.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this SNMP agent runtime.

This method can return the following links:

  • rel=action title=invalidateLocalizedKeyCache uri=/management/weblogic/{version}/domainRuntime/SNMPAgentRuntime/invalidateLocalizedKeyCache

    This resource's invalidateLocalizedKeyCache action resource.

  • rel=action title=outputCustomMBeansMIBModule uri=/management/weblogic/{version}/domainRuntime/SNMPAgentRuntime/outputCustomMBeansMIBModule

    This resource's outputCustomMBeansMIBModule action resource.

Body ()
Root Schema : SNMP Agent Runtime
Type: object
Show Source
  • Read Only: true

    The number of attribute change notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

  • Read Only: true

    The number of counter monitor notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

  • Read Only: true

    The number of requests that this agent has rejected because of incorrect user credentials.

  • Read Only: true

    The number of requests that this agent has rejected because an authenticated user does not have sufficient privileges to view the requested information. You use the WebLogic Server security realm to assign privileges to users.

  • Read Only: true

    The number of requests that this agent has rejected because of incorrect privacy (encryption) credentials

  • Read Only: true

    The number of gauge monitor notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

  • Read Only: true

    The number of log message notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

  • Read Only: true

    The port that this SNMP agent uses to communicate with subagents.

    The agent uses subagents to provide access to custom MBeans (MBeans that you create and register) and to other Oracle software components. WebLogic Server SNMP agents do not enable users to register their own subagents.

  • Read Only: true

    The total number of all notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

  • Read Only: true

    The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

    Constraints

    • unharvestable
  • Read Only: true

    Indicates whether this SNMP agent is running.

  • Read Only: true

    The number of serverStart notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

  • Read Only: true

    The number of serverShutdown notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

  • Read Only: true

    Gets the name of the SNMPAgent MBean configuration that is currently active. Returns null if no SNMPAgent configuration is currently active on this Server.

  • Read Only: true

    The number of string monitor notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
  • Read Only: true

    The UDP port on which this SNMP agent is listening for incoming requests from SNMP managers.

    SNMP agents can also communicate through the host server's TCP listen port (7001 by default) or through a TCP port that is configured by a custom network channel.

Back to Top