{ "opencollection": "1.0.0", "info": { "name": "Logging Search Log Search API", "version": "20190909" }, "items": [ { "info": { "name": "logSearch", "type": "folder" }, "items": [ { "info": { "name": "Search logs.", "type": "http" }, "http": { "method": "POST", "url": "https://logging.$region.oraclecloud.com/20190909/search", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a response.\n" }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the opc-next-page response header from the previous \"Search\" call. \nThe input value can be null but an empty string will return an error. \nFor important details about how pagination works, see [List Pagination](/Content/API/Concepts/usingapi.htm#nine).\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit a query to search logs.\n\nSee [Using the API](/Content/Logging/Concepts/using_the_api_searchlogs.htm) for SDK examples.\n" } ] } ], "bundled": true }