http_static: add FEATURE.yaml
[vpp.git] / src / plugins / builtinurl / FEATURE.yaml
diff --git a/src/plugins/builtinurl/FEATURE.yaml b/src/plugins/builtinurl/FEATURE.yaml
new file mode 100644 (file)
index 0000000..ff99299
--- /dev/null
@@ -0,0 +1,13 @@
+---
+name: Builtin URL support for the static http/https server (builtinurl)
+maintainer: Dave Barach <dave@barachs.net>
+features:
+  - Builtin URLs for the static http/https server
+description: "Adds a set of URLs to the static http/https server.
+              Current URLs, all of which return data in .json fmt:
+              <root-url>/version.json - vpp version info
+              <root-url>/interface_list.json - list of interfaces
+              <root-url>/interface_stats - single interface via HTTP POST
+              <root-url>/interface_stats - all intfcs via HTTP GET."
+state: development
+properties: [API, CLI, MULTITHREAD]