Properties
| Name | Type | Description |
|---|---|---|
| action | object | |
| description | object | |
| id | object | |
| paused | object | |
| priority | object | |
| products | object | |
| ref | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/firewall_filter-rule-base",
"title": "firewall_filter-rule-base",
"properties": {
"action": {
"$ref": "#/components/schemas/firewall_schemas-action"
},
"description": {
"$ref": "#/components/schemas/firewall_firewall-rules_components-schemas-description"
},
"id": {
"$ref": "#/components/schemas/firewall_firewall-rules_components-schemas-id"
},
"paused": {
"$ref": "#/components/schemas/firewall_components-schemas-paused"
},
"priority": {
"$ref": "#/components/schemas/firewall_components-schemas-priority"
},
"products": {
"$ref": "#/components/schemas/firewall_products"
},
"ref": {
"$ref": "#/components/schemas/firewall_ref"
}
},
"type": "object"
}