list_running_processes

This API lists long-running processes that are running on the current Guardium system.

In some cases, processes continue to run past the time specified by the Report/Monitor Query Timeout setting (in Manage > Maintenance > General > Running Query Monitor). Use list_running_processes to find the process ID of any processes that run past the timeout. You can then stop the processes with the kill_running_process API.

You can also view or change the value of the Report/Monitor Query Timeout by using the show_maximum_query_duration and store_maximum_query_duration APIs.

The list_running_processes API takes no parameters.

This API is available in Guardium V11.1 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/list_running_processes

GuardAPI syntax

list_running_processes

Examples

grdapi list_running_processes