Files
vpp/src/plugins/builtinurl/FEATURE.yaml
John DeNisco 7c9fe920ce docs: Edit FEATURE.yaml files so they can be published
Type: docs
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Change-Id: I7280e5c5ad10a66c0787a5282291a2ef000bff5f
2020-01-10 17:20:21 +00:00

14 lines
647 B
YAML

---
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]