Refresh Client Information (QZCAREFC, QzcaRefreshClientInfo) API


  Required Parameter Group:


  Service Program: QZCACLT

  Default Public Authority: *EXCLUDE

  Threadsafe: No

Start of changeThe client management support APIs have been deprecated. It is recommended that applications use the QIBM_QZCA_SNMPTRAP exit point to detect new clients and the snmpGet_v3(), snmpGetbulk_v3(), and snmpGetnext_v3() APIs to retrieve client information.End of change

The Refresh Client Information (OPM, QZCAREFC; ILE, QzcaRefreshClientInfo) API allows applications to refresh hardware, software, or all information stored on the server with the information stored on the client.


Authorities and Locks

API Public Authority
*EXCLUDE

Required Parameter Group

Client handle
INPUT; CHAR(12)

A unique key to identify this managed node. This parameter was returned in the client handle assigned parameter on the Add Client API.

Information type
INPUT; CHAR(10)

The information that should be refreshed on the server.


Time out
INPUT; BINARY(4)

The amount of time to wait for a client response. The value specified is in units of seconds. Valid values are 1 through 100.

Note: This is not a time-out value for this API. It is a time-out for each SNMP call that this API makes to the client.

Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


Error Messages



API introduced: V3R6

[ Back to top | Client Management Support APIs | APIs by category ]