InlineFirewallStatus1
InlineFirewallStatus1
JSON Example
{
"context": "string",
"global_status": "string",
"target_statuses": [
{
"target_id": "string",
"target_status": "string"
}
]
}
string
context
Required
Types of firewall contexts.
Possible values are :
transport_nodes,
logical_routers,
bridge_ports,
string
global_status
Required
Firewall status for a fabric entity or in global context where firewall is supported.
Possible values are :
DISABLED,
ENABLED,
array of
TargetResourceStatus
target_statuses
Optional
List of firewall status on various target logical resources. This will override the global status of corresponding firewall context (e.g it will override the gloabal status of logical_routers).