http_static: add FEATURE.yaml
[vpp.git] / src / plugins / builtinurl / FEATURE.yaml
1 ---
2 name: Builtin URL support for the static http/https server (builtinurl)
3 maintainer: Dave Barach <dave@barachs.net>
4 features:
5   - Builtin URLs for the static http/https server
6 description: "Adds a set of URLs to the static http/https server.
7               Current URLs, all of which return data in .json fmt:
8               <root-url>/version.json - vpp version info
9               <root-url>/interface_list.json - list of interfaces
10               <root-url>/interface_stats - single interface via HTTP POST
11               <root-url>/interface_stats - all intfcs via HTTP GET."
12 state: development
13 properties: [API, CLI, MULTITHREAD]