info

This command displays information about a Grid object.

Syntax

zos info objectName --type= [--detail] [--xml] [--python]

Arguments

objectName

The user must enter the Grid object ID or the Grid object display name that he or she is interested in.

Options

-t, --type=<value>

The user must specify one of the following Grid object types:

  • user

  • resource

  • job

  • jobinstance

  • vmhost

  • grid

  • XXXgroup

-e, --detail

Displays detailed information for each Grid object, rather than just its ID.

-x, --xml

Displays information in formatted XML document instead of in human readable form.

-P, --python

Displays fact information as parseable python dictionary.

-C, --cols=<value>

Specifies the terminal width for formatting. The user must enter a value with this option.

-h, --help

Displays a help message for this operation.

-d, --debug

Turns on debug output during this operation.

-v, --verbose

Turns on verbose output during this operation.

-z, --tls=<value>

Force TLS/SSL encryption [on|off]. The user must enter a value with this option.

-Z, --tlsPort=<value>

Port number for TLS/SSL connections. The user must enter a value with this option.

-y, --tlsYesNew

Force acceptance of new TLS server certificates.

-Y, --tlsYesAll

Force acceptance of all TLS server certificates.

Examples

Example 1

To get detailed information on user paul, use the following command:

zos info paul -t user

Example 2

To get detailed information in XML format on resource vmh1, use the following command:

zos info vmh1 -t resource -e -x

Example 3

If the display name of vmh1 is somethingelse, you can also use the following command to give you the same results:

zos info somethingelse -t resource -e -x