addedInput schema / properties / body
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
removedInput schema / properties / current_mapping_idx
Removed value: -{
- "description": "current index used in planning to compute filter_state (only relevant when scheduling_mode is planning)",
- "type": "integer"
-}
removedInput schema / properties / desc
Removed value: -{
- "description": "a description for this rule",
- "type": "string"
-}
removedInput schema / properties / filter_state
Removed value: -{
- "description": "Values: `allowed`: access is allowed; `denied`: access is denied; `webonly`: access is granted only for HTTP and HTTPS traffic",
- "enum": [
- "allowed",
- "denied",
- "webonly"
- ],
- "type": "string"
-}
removedInput schema / properties / forced
Removed value: -{
- "description": "is set to true, the rule will not use the planning and will always stay in the forced_mode",
- "type": "boolean"
-}
removedInput schema / properties / forced_mode
Removed value: -{
- "description": "the filter policy to use when forced is set to true (see filter_state for valid states)",
- "type": "string"
-}
removedInput schema / properties / hosts
Removed value: -{
- "description": "the list of hostnames associated with macs",
- "items": {
- "type": "string"
- },
- "type": "array"
-}
removedInput schema / properties / id
Removed value: -{
- "description": "filter id",
- "type": "integer"
-}
removedInput schema / properties / ip
Removed value: -{
- "description": "only filled for old rules, you cannot set a rule with an IP",
- "type": "string"
-}
removedInput schema / properties / macs
Removed value: -{
- "description": "the list of mac addresses the rule should be applied to",
- "items": {
- "type": "string"
- },
- "type": "array"
-}
removedInput schema / properties / next_change
Removed value: -{
- "description": "seconds until next filter_state change 0 means filter_state won’t change",
- "type": "integer"
-}
removedInput schema / properties / scheduling_mode
Removed value: -{
- "description": "Values: `forced`: filter_state is forced to forced_mode; `temporary`: filter_state is temporary set to tmp_mode for the next tmp_mode_expire seconds; `planning`: filter_state is set using the planning",
- "enum": [
- "forced",
- "temporary",
- "planning"
- ],
- "type": "string"
-}
removedInput schema / properties / tmp_mode
Removed value: -{
- "description": "the filter policy to use when tmp_mode_expire is != 0 (see filter_state for valid states)",
- "type": "string"
-}
removedInput schema / properties / tmp_mode_expire
Removed value: -{
- "description": "if != 0 the rule will not use the planning for the next tmp_mode_expire seconds",
- "type": "integer"
-}