search_logs
Search Oracle Cloud Infrastructure logs within specified time ranges using the Logging Search API to find specific log entries based on query criteria.
Instructions
Search logs using the Logging Search API.
Args:
time_start: Start time in ISO format (YYYY-MM-DDTHH:MM:SSZ)
time_end: End time in ISO format (YYYY-MM-DDTHH:MM:SSZ)
search_query: Search query string
Returns:
List of log entries matching the search criteria
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_start | Yes | ||
| time_end | Yes | ||
| search_query | Yes |