APIs.io Engineering Platform · Schema
firewall_create_update_rule
A rule object.
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| action | object | |
| action_parameters | object | |
| description | object | |
| enabled | object | |
| expression | object | |
| logging | object | |
| ref | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/firewall_create_update_rule",
"title": "firewall_create_update_rule",
"description": "A rule object.",
"properties": {
"action": {
"$ref": "#/components/schemas/firewall_components-schemas-action"
},
"action_parameters": {
"$ref": "#/components/schemas/firewall_schemas-action_parameters"
},
"description": {
"$ref": "#/components/schemas/firewall_rules_components-schemas-description"
},
"enabled": {
"$ref": "#/components/schemas/firewall_enabled"
},
"expression": {
"$ref": "#/components/schemas/firewall_schemas-expression"
},
"logging": {
"$ref": "#/components/schemas/firewall_logging"
},
"ref": {
"$ref": "#/components/schemas/firewall_components-schemas-ref"
}
},
"required": [
"expression",
"action"
],
"type": "object"
}