"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "0.0.1",
+ "apiVersion": "1.0.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/asterisk.{format}",
{
"httpMethod": "GET",
"summary": "Gets Asterisk system information.",
- "nickname": "getAsteriskInfo",
+ "nickname": "getInfo",
"responseClass": "AsteriskInfo",
"parameters": [
{
"allowableValues": {
"valueType": "LIST",
"values": [
- "version",
- "modules",
- "uptime"
+ "build",
+ "system",
+ "config",
+ "status"
]
}
}