Skip to main content

Fetch plan rules details.

Api to fetch plan rules details.

Path Parameters
  • ruleId int32 required

    Id of the rule to update in Plan

Responses

OK


Schema
  • rule object
  • id int32
  • name string
  • plan object
  • id int32
  • name string
  • workloads object[]

    This will include list of apptypes that should be evaluated against workload for plan association

  • id int32
  • name string
  • regions object[]

    This will include list of regions that should be evaluated against workload region for plan association

  • id int32
  • name string
  • tags object[]

    This will include list of tags that should be evaluated against workload tags (if any) for plan association

  • id int32

    Id for the tag

  • name string

    Name for the plan rule tag which need to be matched against tag of the workload.

  • value string

    Possible value that need to matched against value of tag associated to workload.

  • serverGroups object[]

    This will include list of Server groups that should be evaluated against workload server group for plan association

  • id int32
  • name string
  • rank int32

    This will suggest rank/priority of the plan rule.

  • solutions object[]

    This will include list of solutions that should be evaluated against workload for plan association.

  • id int32
  • name string
  • company object
  • id int32
  • name string
Loading...