v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
Services

Get Enablements for a Service

List all feature enablement settings for a service. Currently, only the aiops enablement is supported.

For any account with the AIOps product addon, every service 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: services.read

get/services/{id}/enablements

Path parameters

idstring required

The ID of the resource.

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 service.

Example response

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