ModeChangeRestriction
Mode Change Restriction
Represents a reason why connectivity mode cannot be changed. Each restriction identifies the vertical/feature that is restricting the change, provides a reason for the restriction, and suggests a resolution.
JSON Example
{
"vertical": "string",
"reason": "IDPS site configuration exists",
"resolution": "Remove all IDPS site configurations via DELETE /security-content/feature-config/idps/{site-id} API before switching mode"
}
vertical
Optional
Vertical or feature that can restrict connectivity mode changes.
- MPS: Malware Prevention Service
- NDR: Network Detection and Response
- CEIP: Customer Experience Improvement Program
- IA: Intelligent Assist
- IPF: In-product Feedback
- CYPRESS: Intelligent Assist for Threat Defense
- SENSOR: Sensor
- IDPS: Intrusion Detection and Prevention System
- URL_DB: URL Database
Enumeration:
MPS,
NDR,
CEIP,
IA,
IPF,
CYPRESS,
SENSOR,
IDPS,
URL_DB
string
reason
Optional
Human-readable description of why this vertical is restricting the mode change.
string
resolution
Optional
Suggested action to resolve the restriction and allow the mode change.