RecommendedRule
Properties
string
action
Optional
Not available
Possible values are: ALLOW, DROP
array of
string
protocols
Optional
Not available
JSON Example
{
"action": "string",
"destinations": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"port_ranges": [
{
"end": 0,
"start": 0
}
],
"protocols": [
"string"
],
"sources": [
{
"entity_id": "string",
"entity_type": "enum"
}
]
}