summaryrefslogtreecommitdiffstats
path: root/src/share/api/build-report.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/api/build-report.json')
-rw-r--r--src/share/api/build-report.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/share/api/build-report.json b/src/share/api/build-report.json
new file mode 100644
index 0000000..bd09c08
--- /dev/null
+++ b/src/share/api/build-report.json
@@ -0,0 +1,28 @@
+{
+ "access": "read",
+ "avail": "1.2.0",
+ "brief": [
+ "This command returns the list of compilation options that this particular binary was built with."
+ ],
+ "cmd-syntax": [
+ "{",
+ " \"command\": \"build-report\"",
+ "}"
+ ],
+ "name": "build-report",
+ "resp-comment": [
+ ""
+ ],
+ "resp-syntax": [
+ "{",
+ " \"result\": 0,",
+ " \"text\": <string with build details>",
+ "}"
+ ],
+ "support": [
+ "kea-dhcp4",
+ "kea-dhcp6",
+ "kea-dhcp-ddns",
+ "kea-ctrl-agent"
+ ]
+}