Previous page

Next page

Locate page in Contents

Print this page

get

Summary:

Retrieves a list of processes running on a server.

Request specification:

Name

Min/Max

Type

Description

get

1..1

 

 

{

 

 

 

key

0..1

string

Parameter to order the resulting list of processes by. The list of the parameters can be retrieved from the Agent vocabulary; the category name is ps. See the start_monitor call for an example of how to get the list of the parameters.

limit

0..1

int

Maximum number of processes to include in the list.

descending

0..1

none

If present, the resulting list will be sorted in descending order.

}

 

 

 

Returns:

Name

Min/Max

Type

Description

ps_info

0..1

ps_infoType

The list of processes.

Please send us your feedback on this help page