Skip to main content

Process list of entities against plan rules.​

API to send request to process plan rules against specific set of entities.

Request Body

Request body will consist of entities that are need to be evaluated against plan rules.

  • subclients object[]

    List of subclients against which plan rules need to be executed and evaluated.

  • id int32
  • name string
  • backupsets object[]

    List of backupsets against which plan rules need to be executed and evaluated.

  • id int32
  • name string
  • instances object[]

    List of instances against which plan rules need to be executed and evaluated.

  • id int32
  • name string
  • clients object[]

    List of clients against which plan rules need to be executed and evaluated.

  • id int32
  • name string
  • ignorePreviousPlanAssociation boolean

    Boolean to indicate if we want to evaluate rule for entities associated to plan. Default is false. Only entities with no plan associated will be evaluated.

  • isPreviewOnly boolean

    Boolean to indicate if request is to preview list of subclients that will be associated via plan rules

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
Loading...