2 "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
3 "_author": "David M. Lee, II <dlee@digium.com>",
4 "_svn_revision": "$Revision$",
6 "swaggerVersion": "1.1",
7 "basePath": "http://localhost:8088/stasis",
8 "resourcePath": "/api-docs/asterisk.{format}",
11 "path": "/asterisk/info",
12 "description": "Asterisk system information (similar to core show settings)",
16 "summary": "Gets Asterisk system information.",
17 "nickname": "getAsteriskInfo",
18 "responseClass": "AsteriskInfo",
22 "description": "Filter information returned",
25 "allowMultiple": true,
41 "path": "/asterisk/variable",
42 "description": "Global variables",
46 "summary": "Get the value of a global variable.",
47 "nickname": "getGlobalVar",
48 "responseClass": "Variable",
52 "description": "The variable to get",
55 "allowMultiple": false,
62 "summary": "Set the value of a global variable.",
63 "nickname": "setGlobalVar",
64 "responseClass": "void",
68 "description": "The variable to set",
71 "allowMultiple": false,
76 "description": "The value to set the variable to",
79 "allowMultiple": false,
90 "description": "Asterisk system information",
99 "description": "The value of the variable requested"