aboutsummaryrefslogtreecommitdiffstats
path: root/src/devtools/idl-monitor.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/devtools/idl-monitor.json')
-rw-r--r--src/devtools/idl-monitor.json56
1 files changed, 27 insertions, 29 deletions
diff --git a/src/devtools/idl-monitor.json b/src/devtools/idl-monitor.json
index 5afc29d0..6fc6c900 100644
--- a/src/devtools/idl-monitor.json
+++ b/src/devtools/idl-monitor.json
@@ -1,11 +1,12 @@
{
"afbidl": "0.1",
"info": {
+ "apiname": "monitor",
"description": "monitoring of bindings and internals",
"title": "monitor",
"version": "1.0"
},
- "generator": {
+ "tools": {
"genskel": {
"version": 2,
"prefix": "f_",
@@ -17,33 +18,30 @@
"private": true
}
},
- "api": {
- "name": "monitor",
- "verbs": {
- "get": {
- "description": "Get monitoring data.",
- "permissions": { "session": "check" },
- "request": { "$ref": "#/schemas/get-request" },
- "reply": { "$ref": "#/schemas/get-reply" }
- },
- "set": {
- "description": "Set monitoring actions.",
- "permissions": { "session": "check" },
- "request": { "$ref": "#/schemas/set-request" },
- "reply": { "$ref": "#/schemas/any" }
- },
- "trace": {
- "description": "Set monitoring actions.",
- "permissions": { "session": "check" },
- "request": { "$ref": "#/schemas/trace-request" },
- "reply": { "$ref": "#/schemas/any" }
- },
- "session": {
- "description": "describes the session.",
- "permissions": { "session": "check" },
- "request": { "$ref": "#/schemas/session-request" },
- "reply": { "$ref": "#/schemas/any" }
- }
+ "verbs": {
+ "get": {
+ "description": "Get monitoring data.",
+ "permissions": { "session": "check" },
+ "request": { "$ref": "#/schemas/get-request" },
+ "reply": { "$ref": "#/schemas/get-reply" }
+ },
+ "set": {
+ "description": "Set monitoring actions.",
+ "permissions": { "session": "check" },
+ "request": { "$ref": "#/schemas/set-request" },
+ "reply": { "$ref": "#/schemas/any" }
+ },
+ "trace": {
+ "description": "Set monitoring actions.",
+ "permissions": { "session": "check" },
+ "request": { "$ref": "#/schemas/trace-request" },
+ "reply": { "$ref": "#/schemas/any" }
+ },
+ "session": {
+ "description": "describes the session.",
+ "permissions": { "session": "check" },
+ "request": { "$ref": "#/schemas/session-request" },
+ "reply": { "$ref": "#/schemas/any" }
}
},
"schemas": {
@@ -162,7 +160,7 @@
"json",
"life",
"ref",
- "reply",
+ "reply",
"result",
"session",
"session_close",