Skip to content

Commit

Permalink
Update show-flow-exporter.yml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
lvangink authored Sep 14, 2023
1 parent 6afc11b commit 5541547
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion schemas/pyats/show-flow-exporter.yml.j2
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
---
type: object
required:
- flow_exporter_name
properties:
flow_exporter_name:
type: object
required:
- {{ check_vars.exporter_name }}
properties:
{{ check_vars.exporter_name }}:
type: object
required:
- transport_config
properties:
transport_config:
type: object
required:
- destination_ip_address
- destination_port
- transport_protocol
properties:
destination_ip_address:
type: string
enum: {{ check_vars.destination_address }}
const: {{ check_vars.destination_address }}
destination_port:
type: integer
const: {{ check_vars.destination_port }}
transport_protocol:
type: string
const: {{ check_vars.transport_protocol }}

0 comments on commit 5541547

Please sign in to comment.