v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
Event Orchestrations

List Enablements for an Event Orchestration

List all feature enablement settings for an Event Orchestration. Currently, only the aiops enablement is supported.

For any account with the AIOps product addon, every Event Orchestration will have AIOps features enabled by default.

Warning conditions:

  • If the account is not entitled to use AIOps features, a warning will be returned alongside the enablement data.

Scoped OAuth requires: event_orchestrations.read

get/event_orchestrations/{id}/enablements

Path parameters

idstring required

The ID of an Event Orchestration.

Headers

Acceptstring required

The Accept header is used as a versioning header.

Content-Type'application/json' required

Response

The list of feature enablement settings for the Event Orchestation.

Example response

{
  "enablements": [
    {
      "feature": "aiops"
    }
  ]
}