Technical data

Mbean Management Command Reference
Administration Guide B-41
Example
In the following example, a user requests a display of the Mbean attributes for a server
named
localhost, which is listening on port 7001:
java weblogic.Admin -url localhost:7001 GET -pretty -type Server
Argument Definition
mbean_type
Required. When getting attributes for multiple objects of the same type,
output includes the name of the Mbean.
mbean_name
Fully qualified name of an Mbean, in the following format:
“domain:Type=type,Location=location,Name=name
Type
specifies a type of object grouping, Location specifies the
location of the Mbean, and
Name supplies the Mbean name.
pretty
Optional. Produces well-formatted output.
property
Optional. The name of the Mbean attribute or attributes to be listed.
Note: If an attribute is not specified using this argument, all attributes
are displayed.