Events API
Number of APIs: 6
API for the Events Service. Use this API to manage rules and actions that create automation in your tenancy. For more information, see Overview of Events.
-
rules - Lists rules for this compartment. GET {{baseUrl}}/rules?compartmentId={{compartment_ocid}}&limit=5&lifecycleState=ACTIVE&sortBy=ID&sortOrder=ASC
-
rules-{rule Id} - Retrieves a rule GET {{baseUrl}}/rules/:ruleId
-
rules-{rule Id} - Updates a rule PUT {{baseUrl}}/rules/:ruleId
-
rules-{rule Id} - Deletes a rule DELETE {{baseUrl}}/rules/:ruleId
-
rules-{rule Id} - Moves a rule into a different compartment. When provided, If-Match is checked against ETag values of the resource. POST {{baseUrl}}/rules/:ruleId/actions/changeCompartment
-
rules - Creates a new rule POST {{baseUrl}}/rules