View This Node Manager
/management/weblogic/{version}/edit/machines/{name}/nodeManager
View this node manager.
Request
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
excludeFields: string
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.
-
excludeLinks: string
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.
-
fields: string
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.
-
links: string
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.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
-
Monitor: basic
Type:
basic
Description:A user in the Monitor security role.
-
Operator: basic
Type:
basic
Description:A user in the Operator security role.
Response
- application/json
200 Response
Returns this node manager.
object
-
adapter:
string
Gets the node manager client adapter name_version when using a VMM adapter to connect to OVM or other VMM adapter providers
-
adapterName:
string
Gets the node manager client adapter name when using a VMM adapter to connect to OVM or other VMM adapters providers
-
adapterVersion:
string
Gets the node manager client adapter version when using a VMM adapter to connect to OVM or other VMM adapters providers
-
debugEnabled:
boolean
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.
-
dynamicallyCreated:
boolean
Read Only:
true
Default Value:false
Return whether the MBean was created dynamically or is persisted to config.xml
-
id:
integer(int64)
Read Only:
true
Return the unique id of this MBean instance
-
listenAddress:
string
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"
-
listenPort:
integer(int32)
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.
-
name:
string
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
-
NMSocketCreateTimeoutInMillis:
integer(int32)
Minimum Value:
0
Default Value:15000
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.
-
NMType:
string
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.
-
nodeManagerHome:
string
Returns the node manager home directory that will be used to substitute for the shell command template
-
notes:
string
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.
-
password:
string(password)
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:
Retrieves the value of the
PasswordEncrypted
attribute.Decrypts the value and returns the unencrypted password as a String.
When you set the value of this attribute, WebLogic Server does the following:
Encrypts the value.
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 thePasswordEncrypted()
attribute instead. -
shellCommand:
string
Returns the local command line to use when invoking SSH or RSH node manager functions.
-
tags:
array Items
Title:
Items
Return all tags on this Configuration MBean
-
type:
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable
-
userName:
string
The Node Manager client user name used to connect to the underlying service to which the client delegates operations.