diff options
author | Tibor Frank <tifrank@cisco.com> | 2016-04-14 12:46:22 +0200 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2016-04-25 07:29:32 +0000 |
commit | a3b8b5de76dd8b5737b03233f97e1508a03f6e67 (patch) | |
tree | a335eca89e879b27660a2f1fc167ac713b8a41b8 /resources/templates | |
parent | 8c12ff59f1a5e750151f5eb0e806dcc80e91c3c2 (diff) |
Honeycomb API keywords
- add keywords to get, put post and delete configuration data using Honeycomb
REST API
- add keywords to get operational data using Honeycomb REST API
Change-Id: If75221777e0e83a809c834addf82e95bbd540e21
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/templates')
7 files changed, 7 insertions, 0 deletions
diff --git a/resources/templates/honeycomb/config_bridge_domain.url b/resources/templates/honeycomb/config_bridge_domain.url new file mode 100644 index 0000000000..03d8f241cd --- /dev/null +++ b/resources/templates/honeycomb/config_bridge_domain.url @@ -0,0 +1 @@ +/restconf/config/v3po:vpp/bridge-domains
\ No newline at end of file diff --git a/resources/templates/honeycomb/config_network_topology.url b/resources/templates/honeycomb/config_network_topology.url new file mode 100644 index 0000000000..fe1b9310c2 --- /dev/null +++ b/resources/templates/honeycomb/config_network_topology.url @@ -0,0 +1 @@ +/restconf/config/network-topology:network-topology
\ No newline at end of file diff --git a/resources/templates/honeycomb/config_vpp_interfaces.url b/resources/templates/honeycomb/config_vpp_interfaces.url new file mode 100644 index 0000000000..3789f5e535 --- /dev/null +++ b/resources/templates/honeycomb/config_vpp_interfaces.url @@ -0,0 +1 @@ +/restconf/config/ietf-interfaces:interfaces
\ No newline at end of file diff --git a/resources/templates/honeycomb/oper_bridge_domains.url b/resources/templates/honeycomb/oper_bridge_domains.url new file mode 100644 index 0000000000..7c8584326c --- /dev/null +++ b/resources/templates/honeycomb/oper_bridge_domains.url @@ -0,0 +1 @@ +/restconf/operational/v3po:vpp-state/bridge-domains
\ No newline at end of file diff --git a/resources/templates/honeycomb/oper_network_topology.url b/resources/templates/honeycomb/oper_network_topology.url new file mode 100644 index 0000000000..e165d3f259 --- /dev/null +++ b/resources/templates/honeycomb/oper_network_topology.url @@ -0,0 +1 @@ +/restconf/operational/network-topology:network-topology
\ No newline at end of file diff --git a/resources/templates/honeycomb/oper_vpp_interfaces.url b/resources/templates/honeycomb/oper_vpp_interfaces.url new file mode 100644 index 0000000000..de6f950c0d --- /dev/null +++ b/resources/templates/honeycomb/oper_vpp_interfaces.url @@ -0,0 +1 @@ +/restconf/operational/ietf-interfaces:interfaces-state
\ No newline at end of file diff --git a/resources/templates/honeycomb/poll_oper_data.url b/resources/templates/honeycomb/poll_oper_data.url new file mode 100644 index 0000000000..2fe04386f3 --- /dev/null +++ b/resources/templates/honeycomb/poll_oper_data.url @@ -0,0 +1 @@ +/restconf/operations/v3po:vpp-poll-oper-data
\ No newline at end of file |