Fetch plan rule execution settings
API to fetch plan rule execution settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
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.
{
"executionMode": "OFF",
"executionInterval": 0,
"enableAlertNotification": true
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...