Modify This Node Manager

post

/management/weblogic/{version}/edit/machines/{name}/nodeManager

Modify this node manager.

Request

Supported Media Types
Path Parameters
Header Parameters
  • The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Body ()

Must contain the modified node manager model.

Root Schema : Node Manager
Type: object
Show Source
  • Gets the node manager client adapter name_version when using a VMM adapter to connect to OVM or other VMM adapter providers

  • Gets the node manager client adapter name when using a VMM adapter to connect to OVM or other VMM adapters providers

  • Gets the node manager client adapter version when using a VMM adapter to connect to OVM or other VMM adapters providers

  • Default Value: false

    Specifies whether communication with this Node Manager needs to be debugged. When enabled, connections to the NodeManager from the server or clients on the server will result in more information sent to the server log.

  • 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

  • Default Value: localhost

    The host name or IP address of the NodeManager for the server or clients on the server to use when connecting to the NodeManager instance.

    Constraints

    • doc only secure default : "127.0.0.1 or ::1"
  • Minimum Value: 1
    Maximum Value: 65534
    Default Value: 5556

    The port number of the NodeManager for the server or clients on the server to use when connecting to the NodeManager instance.

  • 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
  • Minimum Value: 0
    Default Value: 180000

    Returns the timeout value to be used by NodeManagerRuntime when creating a a socket connection to the agent. Default set high as SSH agent may require a high connection establishment time.

  • Default Value: SSL
    Allowed Values: [ "SSH", "RSH", "Plain", "SSL", "ssh", "rsh", "ssl", "plain" ]

    Returns the node manager type for the server or clients on the server to use when connecting to the NodeManager instance.

  • Returns the node manager home directory that will be used to substitute for the shell command template

  • 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 password used by a Node Manager client to connect to the underlying service to which the Node Manager client delegates operations.

    When you get the value of this attribute, WebLogic Server does the following:

    1. Retrieves the value of the PasswordEncrypted attribute.

    2. Decrypts the value and returns the unencrypted password as a String.

    When you set the value of this attribute, WebLogic Server does the following:

    1. Encrypts the value.

    2. Sets the value of the PasswordEncrypted attribute to the encrypted value.

    Caution: Using the (Password) attribute is a potential security risk because the String object (which contains the unencrypted password), remains in the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory. Therefore, you should use the PasswordEncrypted() attribute instead.

  • Returns the local command line to use when invoking SSH or RSH node manager functions.

  • Items
    Title: Items

    Return all tags on this Configuration MBean

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
  • The Node Manager client user name used to connect to the underlying service to which the client delegates operations.

Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Show Source
Security
  • Type: basic
    Description: A user in the Admin security role.
Back to Top

Response

200 Response

Back to Top