mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
				synced 2025-10-30 18:27:49 +00:00 
			
		
		
		
	Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
		| @@ -3092,6 +3092,20 @@ static std::string DefaultUCentralSchema = R"foo( | ||||
|                 } | ||||
|             } | ||||
|         }, | ||||
|         "metrics.wifi-scan": { | ||||
|             "type": "object", | ||||
|             "properties": { | ||||
|                 "interval": { | ||||
|                     "type": "integer" | ||||
|                 }, | ||||
|                 "verbose": { | ||||
|                     "type": "boolean" | ||||
|                 }, | ||||
|                 "information-elements": { | ||||
|                     "type": "boolean" | ||||
|                 } | ||||
|             } | ||||
|         }, | ||||
|         "metrics.telemetry": { | ||||
|             "type": "object", | ||||
|             "properties": { | ||||
| @@ -3101,7 +3115,22 @@ static std::string DefaultUCentralSchema = R"foo( | ||||
|                 "types": { | ||||
|                     "type": "array", | ||||
|                     "items": { | ||||
|                         "type": "string" | ||||
|                         "type": "string", | ||||
|                         "enum": [ | ||||
|                             "ssh", | ||||
|                             "health", | ||||
|                             "health.dns", | ||||
|                             "health.dhcp", | ||||
|                             "health.radius", | ||||
|                             "health.memory", | ||||
|                             "client", | ||||
|                             "client.join", | ||||
|                             "client.leave", | ||||
|                             "client.key-mismatch", | ||||
|                             "wifi", | ||||
|                             "wifi.start", | ||||
|                             "wifi.stop" | ||||
|                         ] | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
| @@ -3112,7 +3141,22 @@ static std::string DefaultUCentralSchema = R"foo( | ||||
|                 "types": { | ||||
|                     "type": "array", | ||||
|                     "items": { | ||||
|                         "type": "string" | ||||
|                         "type": "string", | ||||
|                         "enum": [ | ||||
|                             "ssh", | ||||
|                             "health", | ||||
|                             "health.dns", | ||||
|                             "health.dhcp", | ||||
|                             "health.radius", | ||||
|                             "health.memory", | ||||
|                             "client", | ||||
|                             "client.join", | ||||
|                             "client.leave", | ||||
|                             "client.key-mismatch", | ||||
|                             "wifi", | ||||
|                             "wifi.start", | ||||
|                             "wifi.stop" | ||||
|                         ] | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
| @@ -3132,6 +3176,9 @@ static std::string DefaultUCentralSchema = R"foo( | ||||
|                 "dhcp-snooping": { | ||||
|                     "$ref": "#/$defs/metrics.dhcp-snooping" | ||||
|                 }, | ||||
|                 "wifi-scan": { | ||||
|                     "$ref": "#/$defs/metrics.wifi-scan" | ||||
|                 }, | ||||
|                 "telemetry": { | ||||
|                     "$ref": "#/$defs/metrics.telemetry" | ||||
|                 }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959