{ "opencollection": "1.0.0", "info": { "name": "OS Management Hub Event API", "version": "20220901" }, "items": [ { "info": { "name": "event", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of events.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220901/events", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "eventSummary", "value": "", "type": "query", "description": "A filter to return only events whose summary matches the given value." }, { "name": "eventSummaryContains", "value": "", "type": "query", "description": "A filter to return only events with a summary that contains the value provided." }, { "name": "id", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the event." }, { "name": "eventFingerprint", "value": "", "type": "query", "description": "The eventFingerprint of the KernelEventData." }, { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only events that match the state provided. The state value is case-insensitive.\n" }, { "name": "resourceId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the resource. This filter returns resources associated with the specified resource." }, { "name": "type", "value": "", "type": "query", "description": "A filter to return only resources whose type matches the given value." }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.\nFor important details about how pagination works, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n\nExample: `50`\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\nExample: `3`\n" }, { "name": "timeCreatedLessThan", "value": "", "type": "query", "description": "A filter that returns events that occurred on or before the date provided. \nExample: `2016-08-25T21:10:29.600Z`\n" }, { "name": "timeCreatedGreaterThanOrEqualTo", "value": "", "type": "query", "description": "A filter that returns events that occurred on or after the date provided. \nExample: `2016-08-25T21:10:29.600Z`\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeCreated, timeOccurredAt and timeUpdated is descending. Default order for eventSummary is ascending.\n" }, { "name": "isManagedByAutonomousLinux", "value": "", "type": "query", "description": "Indicates whether to list only resources managed by the Autonomous Linux service.\n" } ] }, "docs": "Lists events that match the specified criteria, such as compartment, state, and event type.\n" }, { "info": { "name": "Returns an event.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220901/events/:eventId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "eventId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the event." } ] }, "docs": "Returns information about the specified event." }, { "info": { "name": "Updates event tags.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220901/events/:eventId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "eventId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the event." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the tags for an event." }, { "info": { "name": "Deletes an event.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220901/events/:eventId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "eventId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the event." } ] }, "docs": "Deletes the specified event." }, { "info": { "name": "Moves an event into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220901/events/:eventId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "eventId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the event." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves an event into a different compartment within the same tenancy. For information about moving resources between \ncompartments, see [Moving Resources to a Different Compartment](/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).\n" }, { "info": { "name": "Uploads event content from an instance to the service.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220901/events/:eventId/actions/importContent", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "eventId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the event." } ] }, "docs": "Uploads an event content ZIP archive from an instance to the service.\n" }, { "info": { "name": "Gets additional event information.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220901/events/:eventId/content", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "eventId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the event." } ] }, "docs": "Returns a ZIP archive with additional information about an event. The archive content depends on the event type.\n" }, { "info": { "name": "Deletes event content from the service.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220901/events/:eventId/content", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "eventId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the event." } ] }, "docs": "Deletes an event content ZIP archive from the service.\n" } ] } ], "bundled": true }