From 1e535e3fcf01189ab5e9a50cf72f8e7f7faae254 Mon Sep 17 00:00:00 2001 From: Lee Van Ginkel <65776483+lvangink@users.noreply.github.com> Date: Wed, 27 Sep 2023 14:31:13 -0700 Subject: [PATCH] Update show-flow-exporter.yml.j2 --- schemas/pyats/show-flow-exporter.yml.j2 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/schemas/pyats/show-flow-exporter.yml.j2 b/schemas/pyats/show-flow-exporter.yml.j2 index a29f9b1..7fc416d 100644 --- a/schemas/pyats/show-flow-exporter.yml.j2 +++ b/schemas/pyats/show-flow-exporter.yml.j2 @@ -17,16 +17,7 @@ properties: type: object required: - destination_ip_address - - destination_port - - transport_protocol properties: destination_ip_address: type: string const: {{ check_vars.destination_address }} - destination_port: - type: integer - const: {{ check_vars.destination_port }} - transport_protocol: - type: string - const: {{ check_vars.transport_protocol }} -