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.",
17 "nickname": "getEndpoints",
18 "responseClass": "List[Endpoint]"
23 "path": "/endpoints/{tech}",
24 "description": "Asterisk endpoints",
28 "summary": "List available endoints for a given endpoint technology.",
29 "nickname": "getEndpointsByTech",
30 "responseClass": "List[Endpoint]",
34 "description": "Technology of the endpoints (sip,iax2,...)",
43 "path": "/endpoints/{tech}/{resource}",
44 "description": "Single endpoint",
48 "summary": "Details for an endpoint.",
49 "nickname": "getEndpoint",
50 "responseClass": "Endpoint",
54 "description": "Technology of the endpoint",
60 "description": "ID of the endpoint",
72 "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.",
76 "description": "Technology of the endpoint",
81 "description": "Identifier of the endpoint, specific to the given technology.",
86 "description": "Endpoint's state",
98 "type": "List[string]",
99 "description": "Id's of channels associated with this endpoint",