Connectors
...
Actions
Get Endpoints
5 min
description the following query retrieves known endpoints from tanium endpoint url /plugin/products/gateway/graphql method post inputs json body (object) – required variables (object) – required count (number) time (number) output example \[ { "status code" 200, "response headers" { "x frame options" "sameorigin", "x content type options" "nosniff", "x xss protection" "1", "referrer policy" "no referrer", "server" "restify", "x request id" "31dd35f5 42a5 4d04 845a 6a3ea7c4304f", "tanium gateway version" "1 9 72 0000", "content encoding" "gzip", "cache control" "no store", "pragma" "no cache", "expires" "0", "content type" "application/json; charset=utf 8", "date" "thu, 16 nov 2023 16 02 59 gmt", "transfer encoding" "chunked" }, "reason" "ok", "json body" { "data" { "endpoints" { "edges" \[ { "node" { "computerid" "2682372884", "name" "wintantest", "serialnumber" "vmware 42 10 1f f4 04 1b c4 48 8c 77 eb 57 6c 88 69 17", "ipaddress" "10 32 28 55" } } ] } } } } ] output parameters status code (number) reason (string) json body (object) data (object) endpoints (object) edges (array) node (object) computerid (string) name (string) serialnumber (string) ipaddress (string) response headers header type x frame options string x content type options string x xss protection string referrer policy string server string x request id string tanium gateway version string content encoding string cache control string pragma string expires string content type string date string transfer encoding string