This command displays information about a grid object.
zos info objectName --type= [--detail] [--xml] [--python]
The user must enter the name of the grid object that he or she is interested in.
The user must specify one of the following grid object types:
user
resource
group
job
jobinstance
vmhost
grid
XXXgroup
Displays detailed job information for each job.
Displays information in formatted XML document instead of in human readable form.
Displays fact information as parseable python dictionary.
Specifies the terminal width for formatting. The user must enter a value with this option.
Displays a help message for this operation.
Turns on debug output during this operation.
Turns on verbose output during this operation.
Force TLS/SSL encryption [on|off]. The user must enter a value with this option.
Port number for TLS/SSL connections. The user must enter a value with this option.
Force acceptance of new TLS server certificates.
Force acceptance of all TLS server certificates.
To get detailed information on user paul, use the following command:
zos info paul -t user
To get detailed information in XML format on resource vmh1, use the following command:
zos info vmh1 -t resource -e -x