tie_request
Call any Tenable Identity Exposure API endpoint directly by specifying method and path, with optional params and body. Enables custom security queries while protecting credentials.
Instructions
Make a direct HTTP call to any Tenable Identity Exposure API endpoint.
Only server-relative paths are accepted; absolute URLs are refused so the API key cannot be sent to another host. Non-GET methods require the server to have been started with --allow-writes. Credential endpoints are refused for every method, including GET.
Args: method: HTTP method (GET, POST, PUT, PATCH, DELETE). path: API path, e.g. "/api/directories" or "/api/attacks/123". params: Optional query string parameters as a dict. body: Optional request body as a dict (used with POST/PUT/PATCH).
Returns: Parsed JSON response from the TIE API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | ||
| method | Yes | ||
| params | No |