Administration Commands
query_local_lu
lu_alias | character | 8 | (null | string) |
pu_name | character | 8 | (null | string) |
Supplied parameters are:
num_entries
Maximum number of LUs for which data should be returned. You can specify 1 to return data for a specific LU, a number greater than 1 to return data for multiple LUs, or 0 (zero) to return data for all LUs.
list_options
The level of information required for each entry and the position in the list of LUs from which SNAplus2 begins to return data. The list is in lexicographical order (regardless of the length of each name).
Specify the level of information required with one of the following values:
SUMMARY
Summary information only
DETAIL
Detailed information
Use a + character to combine this value with one of the following values:
FIRST_IN_LIST
Start at the first entry in the list
LIST_INCLUSIVE
Start at the entry specified by the lu_name or lu_alias parameter
LIST_FROM_NEXT
Start at the entry immediately following the entry specified by the lu_name or lu_alias parameter
If FIRST_IN_LIST is specified, you can use a + character to include the following option:
LIST_BY_ALIAS
The list is returned in order of LU alias rather than LU name. This option is only valid if FIRST_IN_LIST is also specified. (For LIST_FROM_NEXT or LIST_INCLUSIVE, the list is in order of either LU alias or LU name, depending on which was specified as the index into the list.)
lu_name
Fully qualified name of the LU for which information is required, or the name to be used as an index into the list of LUs. The name is an
lu_alias
Alias of the LU for which information is required, or the name to be used as an index into the list of LUs. This value is ignored if list_options is set to FIRST_IN_LIST.
To identify the LU by its LU name instead of its alias, do not specify this parameter; specify the name in the lu_name parameter. To identify the default LU, do not specify either parameter.
pu_name
PU name filter. The name is a
399