Technical data
B WebLogic Server Command-Line Interface Reference
B-40 Administration Guide
GET
Displays run-time Mbean attributes. You can request a list of attributes for multiple
objects of the same type by requesting attributes for the following:
n All Mbeans that belong to the same Mbean type:
GET {-pretty} -type mbean_type
n A specific Mbean:
GET {-pretty} -mbean mbean_name
The name of each of the specified Mbeans is included in the output. If -pretty is
specified, each attribute name-value pair is displayed on a new line.
The
GET command can only call run-time Mbeans.
The name-value pair for each attribute is specified within curly brackets. This format
facilitates scripting by simplifying the parsing of the output.
The name of the Mbean is included in the output as follows:
{mbeanname mbean_name {property1 value} {property2 value}. . .}
{mbeanname mbean_name {property1 value} {property2 value} . . .}
. . .
If -pretty is specified, each attribute name-value pair is displayed on a new line. The
name of each of the specified Mbeans is also included in the output, which is displayed
as follows:
mbeanname: mbean_name
property1: value
property2: value
.
.
.
mbeanname: mbean_name
property1: value
property2: value
Syntax
java weblogic.Admin [Connection and User Credentials Arguments] GET
{-pretty} {–type mbean_type|–mbean mbean_name}
[–property property1] [–property property2]...