tie_request
Make direct HTTP calls to any Tenable Identity Exposure API endpoint using GET, POST, PUT, PATCH, or DELETE methods. Specify the path, optional query parameters, and body to interact with the API.
Instructions
Make a direct HTTP call to any Tenable Identity Exposure API endpoint.
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 |