{ "opencollection": "1.0.0", "info": { "name": "Audit API", "version": "20190901" }, "items": [ { "info": { "name": "Audit", "type": "folder" }, "items": [ { "info": { "name": "ListEvents", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:1980/20190901/auditEvents", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the compartment." }, { "name": "startTime", "value": "", "type": "query", "description": "Returns events that were processed at or after this start date and time, expressed in\n[RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.\n\nFor example, a start value of `2017-01-15T11:30:00Z` will retrieve a list of all events processed\nsince 30 minutes after the 11th hour of January 15, 2017, in Coordinated Universal Time (UTC).\nYou can specify a value with granularity to the minute. Seconds (and milliseconds, if included) must\nbe set to `0`.\n" }, { "name": "endTime", "value": "", "type": "query", "description": "Returns events that were processed before this end date and time, expressed in\n[RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.\n\nFor example, a start value of `2017-01-01T00:00:00Z` and an end value of `2017-01-02T00:00:00Z`\nwill retrieve a list of all events processed on January 1, 2017. Similarly, a start value of\n`2017-01-01T00:00:00Z` and an end value of `2017-02-01T00:00:00Z` will result in a list of all\nevents processed between January 1, 2017 and January 31, 2017. You can specify a value with\ngranularity to the minute. Seconds (and milliseconds, if included) must be set to `0`.\n" }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.\nFor important details about how pagination works, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" } ] }, "docs": "Returns all the audit events processed for the specified compartment within the specified\ntime range.\n" }, { "info": { "name": "GetConfiguration", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:1980/20190901/configuration", "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "ID of the root compartment (tenancy)" } ] }, "docs": "Get the configuration" }, { "info": { "name": "UpdateConfiguration", "type": "http" }, "http": { "method": "PUT", "url": "https://localhost:1980/20190901/configuration", "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "ID of the root compartment (tenancy)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the configuration" } ] } ], "bundled": true }