2013-04-22 14:58:53 +00:00
|
|
|
{
|
|
|
|
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
|
|
|
|
"_author": "David M. Lee, II <dlee@digium.com>",
|
|
|
|
"_svn_revision": "$Revision$",
|
|
|
|
"apiVersion": "0.0.1",
|
|
|
|
"swaggerVersion": "1.1",
|
|
|
|
"basePath": "http://localhost:8088/stasis",
|
|
|
|
"resourcePath": "/api-docs/playback.{format}",
|
|
|
|
"apis": [
|
|
|
|
{
|
|
|
|
"path": "/playback/{playbackId}",
|
|
|
|
"description": "Control object for a playback operation.",
|
|
|
|
"operations": [
|
|
|
|
{
|
|
|
|
"httpMethod": "GET",
|
|
|
|
"summary": "Get a playback's details.",
|
|
|
|
"nickname": "getPlayback",
|
|
|
|
"responseClass": "Playback",
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "playbackId",
|
|
|
|
"description": "Playback's id",
|
|
|
|
"paramType": "path",
|
|
|
|
"required": true,
|
|
|
|
"allowMultiple": false,
|
|
|
|
"dataType": "string"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"httpMethod": "DELETE",
|
|
|
|
"summary": "Stop a playback.",
|
|
|
|
"nickname": "stopPlayback",
|
|
|
|
"responseClass": "Playback",
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "playbackId",
|
|
|
|
"description": "Playback's id",
|
|
|
|
"paramType": "path",
|
|
|
|
"required": true,
|
|
|
|
"allowMultiple": false,
|
|
|
|
"dataType": "string"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/playback/{playbackId}/control",
|
|
|
|
"description": "Control object for a playback operation.",
|
|
|
|
"operations": [
|
|
|
|
{
|
|
|
|
"httpMethod": "POST",
|
|
|
|
"summary": "Get a playback's details.",
|
|
|
|
"nickname": "controlPlayback",
|
|
|
|
"responseClass": "Playback",
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "playbackId",
|
|
|
|
"description": "Playback's id",
|
|
|
|
"paramType": "path",
|
|
|
|
"required": true,
|
|
|
|
"allowMultiple": false,
|
|
|
|
"dataType": "string"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "operation",
|
|
|
|
"description": "Operation to perform on the playback.",
|
|
|
|
"paramType": "query",
|
|
|
|
"required": true,
|
|
|
|
"allowMultiple": false,
|
|
|
|
"dataType": "string",
|
|
|
|
"allowableValues": {
|
|
|
|
"valueType": "LIST",
|
|
|
|
"values": [
|
2013-05-23 20:21:16 +00:00
|
|
|
"restart",
|
2013-04-22 14:58:53 +00:00
|
|
|
"pause",
|
2013-05-23 20:21:16 +00:00
|
|
|
"unpause",
|
|
|
|
"reverse",
|
|
|
|
"forward"
|
2013-04-22 14:58:53 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2013-05-23 20:21:16 +00:00
|
|
|
],
|
|
|
|
"errorResponses": [
|
|
|
|
{
|
|
|
|
"code": 400,
|
|
|
|
"reason": "The provided operation parameter was invalid"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": 404,
|
|
|
|
"reason": "The playback cannot be found"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": 409,
|
|
|
|
"reason": "The operation cannot be performed in the playback's current state"
|
|
|
|
}
|
|
|
|
]
|
2013-04-22 14:58:53 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"models": {
|
|
|
|
"Playback": {
|
|
|
|
"id": "Playback",
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"required": true,
|
|
|
|
"description": "Playback's identifier.",
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|