Skip to main content

Fetch plan rule execution settings

Select

SaaS
Customer Managed

Fetch plan rule execution settings

Responses

OK


Schema
  • executionMode PlanRuleExecutionMode

    Possible values: [OFF, MANUAL, AUTOMATIC]

    Plan rule execution mode

  • executionInterval int32

    Setting to suggest evaluation frequency in case of evaluation mode being Automatic.

  • enableAlertNotification boolean

    Set this to enable/disable notification over email for subclients pending plan associationover 24 hours. By default, notification will be enabled.

GET /v4/plan/rule/settings    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Plan/Rule/Settings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'