summaryrefslogtreecommitdiffstats
path: root/src/plugins/builtinurl/FEATURE.yaml
blob: ba8e3c7ea7bb73cc9da69a0b11cd8fb04703c202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
name: Builtin URL support for the static http or https server
maintainer: Dave Barach <dave@barachs.net>
features:
  - Builtin URLs for the static http/https server
description: "The (builtinurl) plugin 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]