InlineFirewallStatus1
InlineFirewallStatus1
JSON Example
{
"global_status": "string",
"context": "string",
"target_statuses": [
{
"target_status": "string",
"target_id": "string"
}
]
}
string
global_status
Required
Firewall status for a fabric entity or in global context where firewall is supported.
Possible values are : DISABLED, ENABLED,
string
context
Required
Types of firewall contexts.
Possible values are : transport_nodes, logical_routers,
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).