Connectors
...
Actions
Get Process from Endpoint
4 min
description get process from an endpoint endpoint url /plugin/products/gateway/graphql method post inputs json body (object) – required variables (object) – required id (string) – required output example \[ { "status code" 200, "response headers" {}, "reason" "ok", "json body" { "data" { "directconnectendpoint" { "processes" { "all" \[ { "pid" 2092, "ppid" 496, "name" "taniumreceiver exe", "commandline" "\\"c \\\program files\\\tanium\\\taniumserver\\\taniumreceiver exe\\" service", "username" "admin", "groupname" "test group", "memoryresidentbytes" 59842560 }, { "pid" 5760, "ppid" 1112, "name" "taniumclient exe", "commandline" "\\"c \\\program files (x86)\\\tanium\\\taniumclient\\\taniumclient exe\\" c", "username" "system", "groupname" "nt authority", "memoryresidentbytes" 17965056 }, { "pid" 1036, "ppid" 496, "name" "taniumblobservice exe", "commandline" "\\"c \\\program files\\\tanium\\\tanium moduleserver\\\services\\\blob service\\\taniumblobservice exe\\"", "username" "system", "groupname" "nt authority", "memoryresidentbytes" 7426048 } ] } } } } } ] output parameters status code (number) reason (string) json body (object) data (object) directconnectendpoint (object) processes (object) all (array) pid (number) ppid (number) name (string) commandline (string) username (string) groupname (string) memoryresidentbytes (number)