High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (QUERY Verbs)
QUERY_EMULATOR_USER_DEF
Chapter 4678
incomplete. Possible values are:
AP_YES
The complete data for the last user was too large to fit
in the data buffer. At least one session structure is
included, but there are further session structures that
are not included in the data buffer. The
num_last_sessions
parameter indicates how many
session structures have been returned; the application
can issue further verbs to obtain the remaining data.
AP_NO
The data for the last user is complete.
Each entry in the data buffer consists of the following:
emulator_user_summary.user_name
The name of the user or group. This is an ASCII string
of 1-32 characters.
emulator_user_detail.user_name
The name of the user or group. This is an ASCII string
of 1-32 characters.
emulator_user_detail.num_filtered_sessions
The total number of sessions for this user of the type(s)
specified by
emulator_type
.If
emulator_type
was set
to AP_NONE, this parameter is zero.
emulator_user_detail.def_data
The details of the user, as defined in the configuration.
This is followed by a number of session structures,
defining the user's sessions and the user's remap list.
The format of this information is the same as for the
DEFINE_EMULATOR_USER verb, except for the
following:
The
sub_overlay_size
def_data parameter in the
structure specifies the size of each returned
session_def_data structure, and therefore the
offset to the start of the next entry in the data
buffer.