High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (QUERY Verbs)
QUERY_DLUR_PU
Chapter 4628
QUERY_DLUR_PU
QUERY_DLUR_PU returns information about PUs that use the DLUR
feature of SNAplus2.
This verb can be used to obtain information about a speciļ¬c PU, or about
multiple PUs, depending on the options used.
VCB Structure
typedef struct query_dlur_pu
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char *buf_ptr; /* pointer to buffer */
AP_UINT32 buf_size; /* buffer size */
AP_UINT32 total_buf_size; /* total buffer size required */
AP_UINT16 num_entries; /* number of entries */
AP_UINT16 total_num_entries; /* total number of entries */
unsigned char list_options; /* listing options */
unsigned char reserv3; /* reserved */
unsigned char pu_name[8]; /* PU name */
unsigned char dlus_name[17]; /* fully-qualified DLUS name */
unsigned char filter; /* local / downstream filter */
} QUERY_DLUR_PU;
typedef struct dlur_pu_summary
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char pu_name[8]; /* PU name */
unsigned char description[32]; /* resource description */
unsigned char reserv1[16]; /* reserved */
} DLUR_PU_SUMMARY;
typedef struct dlur_pu_detail
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char pu_name[8]; /* PU name */
unsigned char description[32]; /* resource description */