resources.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
  3. "_author": "David M. Lee, II <dlee@digium.com>",
  4. "_svn_revision": "$Revision$",
  5. "apiVersion": "1.7.0",
  6. "swaggerVersion": "1.1",
  7. "basePath": "http://localhost:8088/ari",
  8. "apis": [
  9. {
  10. "path": "/api-docs/asterisk.{format}",
  11. "description": "Asterisk resources"
  12. },
  13. {
  14. "path": "/api-docs/endpoints.{format}",
  15. "description": "Endpoint resources"
  16. },
  17. {
  18. "path": "/api-docs/channels.{format}",
  19. "description": "Channel resources"
  20. },
  21. {
  22. "path": "/api-docs/bridges.{format}",
  23. "description": "Bridge resources"
  24. },
  25. {
  26. "path": "/api-docs/recordings.{format}",
  27. "description": "Recording resources"
  28. },
  29. {
  30. "path": "/api-docs/sounds.{format}",
  31. "description": "Sound resources"
  32. },
  33. {
  34. "path": "/api-docs/playbacks.{format}",
  35. "description": "Playback control resources"
  36. },
  37. {
  38. "path": "/api-docs/deviceStates.{format}",
  39. "description": "Device state resources"
  40. },
  41. {
  42. "path": "/api-docs/mailboxes.{format}",
  43. "description": "Mailboxes resources"
  44. },
  45. {
  46. "path": "/api-docs/events.{format}",
  47. "description": "WebSocket resource"
  48. },
  49. {
  50. "path": "/api-docs/applications.{format}",
  51. "description": "Stasis application resources"
  52. }
  53. ]
  54. }