InlineScsConfig1
InlineScsConfig1
JSON Example
{
"connectivity_mode": "string",
"connectivity_mode_changeable": true,
"mode_change_restrictions": [
{
"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"
}
]
}
connectivity_mode
Required
Connectivity mode of the security content service to cloud services.
- DISCONNECTED: System operates in disconnected mode
- CONNECTED: System operates in connected mode, can reach cloud services like vTIS and LastLine
Enumeration:
DISCONNECTED,
CONNECTED
boolean
connectivity_mode_changeable
Read-Only
Indicates whether the current connectivity_mode can be modified. When false, any attempt to change connectivity_mode will be rejected. Check mode_change_restrictions for the reasons.
array of
ModeChangeRestriction
mode_change_restrictions
Read-Only
List of reasons why connectivity_mode cannot be changed. Only populated when connectivity_mode_changeable is false. Each entry identifies the vertical/feature restricting the change and provides a human-readable reason with resolution guidance.