Properties
| Name | Type | Description |
|---|---|---|
| automatic_advertisement | object | |
| bandwidth_threshold | object | |
| duration | object | |
| id | object | |
| name | object | |
| packet_threshold | object | |
| prefixes | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/magic-visibility_mnm_rule",
"title": "magic-visibility_mnm_rule",
"nullable": true,
"properties": {
"automatic_advertisement": {
"$ref": "#/components/schemas/magic-visibility_mnm_rule_automatic_advertisement"
},
"bandwidth_threshold": {
"$ref": "#/components/schemas/magic-visibility_mnm_rule_bandwidth_threshold"
},
"duration": {
"$ref": "#/components/schemas/magic-visibility_mnm_rule_duration"
},
"id": {
"$ref": "#/components/schemas/magic-visibility_rule_identifier"
},
"name": {
"$ref": "#/components/schemas/magic-visibility_mnm_rule_name"
},
"packet_threshold": {
"$ref": "#/components/schemas/magic-visibility_mnm_rule_packet_threshold"
},
"prefixes": {
"$ref": "#/components/schemas/magic-visibility_mnm_rule_ip_prefixes"
}
},
"required": [
"name",
"prefixes",
"automatic_advertisement",
"duration"
],
"type": "object"
}