Manage Alert Prediction Policy

Update, gets and deletes an alert prediction policy of the client by policyId .

Path Parameters

  • policyIdstringrequired

    Policy unique identifier

  • clientIdstringrequired

    Describes the clientId of the tenant

Responses

  • idstring

  • namestring

  • enabledModestring

  • createdTimestring

  • updatedTimestring

  • filterCriteriaobject

  • createdByobject

Loading Examples...

Path Parameters

  • policyIdstringrequired

    Policy unique identifier

  • clientIdstringrequired

    Describes the clientId of the tenant

Request Body

application/json

  • namestringrequired

    The name of the alert prediction policy.

  • enabledModestring

    To enable an alert prediction policy, set "enabledMode": "ON". To disable an alert prediction policy, set "enabledMode: "OFF".

    Enum:
    ONOFF
  • filterCriteriaobject

    Filter for resources whose alerts will match this policy.

  • seasonalityTimeFramestring

    Predict based on the data for last N days.

Loading Examples...

Responses

  • idstring

  • namestring

  • enabledModestring

  • createdTimestring

  • updatedTimestring

  • filterCriteriaobject

  • createdByobject

Loading Examples...

Path Parameters

  • policyIdstringrequired

    Policy unique identifier

  • clientIdstringrequired

    Describes the clientId of the tenant

Responses

200OK