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/endpoints.{format}",
12 "description": "Asterisk endpoints",
16 "summary": "List all endpoints.",
18 "responseClass": "List[Endpoint]"
23 "path": "/endpoints/{tech}",
24 "description": "Asterisk endpoints",
28 "summary": "List available endoints for a given endpoint technology.",
29 "nickname": "listByTech",
30 "responseClass": "List[Endpoint]",
34 "description": "Technology of the endpoints (sip,iax2,...)",
42 "reason": "Endpoints not found"
49 "path": "/endpoints/{tech}/{resource}",
50 "description": "Single endpoint",
54 "summary": "Details for an endpoint.",
56 "responseClass": "Endpoint",
60 "description": "Technology of the endpoint",
66 "description": "ID of the endpoint",
74 "reason": "Endpoints not found"
84 "description": "An external device that may offer/accept calls to/from Asterisk.\n\nUnlike most resources, which have a single unique identifier, an endpoint is uniquely identified by the technology/resource pair.",
88 "description": "Technology of the endpoint",
93 "description": "Identifier of the endpoint, specific to the given technology.",
98 "description": "Endpoint's state",
110 "type": "List[string]",
111 "description": "Id's of channels associated with this endpoint",