mirror of
				https://github.com/Telecominfraproject/ols-ucentral-schema.git
				synced 2025-10-30 17:47:59 +00:00 
			
		
		
		
	Merge pull request #21 from Telecominfraproject/OLS-228-delta_counters
[OLS-228] Schema -- adding delta_counters
This commit is contained in:
		| @@ -38,6 +38,8 @@ items: | ||||
|       $ref: "https://ucentral.io/state/v1/interface/clients/" | ||||
|     counters: | ||||
|       $ref: "https://ucentral.io/state/v1/interface/counter/" | ||||
|     delta_counters: | ||||
|       $ref: "https://ucentral.io/state/v1/interface/counter/" | ||||
|     mesh-path: | ||||
|       $ref: "https://ucentral.io/state/v1/interface/mesh-path/" | ||||
|     ssids: | ||||
|   | ||||
| @@ -19,6 +19,8 @@ properties: | ||||
|     - half | ||||
|   counters: | ||||
|     $ref: "https://ucentral.io/state/v1/interface/counter/" | ||||
|   delta_counters: | ||||
|     $ref: "https://ucentral.io/state/v1/interface/counter/" | ||||
|   poe: | ||||
|     description: | ||||
|       This section describes the ethernet poe-port link-state object (statistics + PD info). | ||||
|   | ||||
| @@ -759,6 +759,9 @@ | ||||
|                     "counters": { | ||||
|                         "$ref": "#/$defs/interface.counter" | ||||
|                     }, | ||||
|                     "delta_counters": { | ||||
|                         "$ref": "#/$defs/interface.counter" | ||||
|                     }, | ||||
|                     "mesh-path": { | ||||
|                         "$ref": "#/$defs/interface.mesh-path" | ||||
|                     }, | ||||
| @@ -887,6 +890,9 @@ | ||||
|                 "counters": { | ||||
|                     "$ref": "#/$defs/interface.counter" | ||||
|                 }, | ||||
|                 "delta_counters": { | ||||
|                     "$ref": "#/$defs/interface.counter" | ||||
|                 }, | ||||
|                 "poe": { | ||||
|                     "description": "This section describes the ethernet poe-port link-state object (statistics + PD info). Present only in case if port has any Power sourcing capabilities.", | ||||
|                     "type": "object", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mike Hansen
					Mike Hansen