get_istap_status
Run this command to check whether the IBM i audit server is running. The output includes additional information (such as the number of messages on the queue, the size of the message queue, and so on) that can be useful for troubleshooting and performance tuning.
This API is available in Guardium V9.5 and later.
REST API syntax
This API is available as a REST service with the
GET
method. Call this API as follows:
GET https://[Guardium hostname or IP address]:8443/restAPI/istap_status
GuardAPI syntax
get_istap_status parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
datasourceName | String | Required. IP or name of the IBM i server. |
Examples
Run this to see the status of the IBM i server with the IP 11.11.11.11:
grdapi get_istap_status datasourceName=11.11.11.11