v5.0_Outputs Control
POST outputs/command/stream/enable
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Start a encoder on the desired MCM device from MCS.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/outputs/command/stream/enable
Example Request
POST
Body
{
"device": "2102d188-f7b1-4d6a-a8b4-1bd10653c31b",
"output": "abc99ad4-3a86-492d-bf88-4dce1345e04e"
}
Response
{
"data": {
"uuid": "94c1bebb-18b2-4158-9085-0c555c89168b",
"created": 1644386041787,
"type": "Start Output",
"state": "Running",
"progress": 0,
"attributes": {
"device": "2102d188-f7b1-4d6a-a8b4-1bd10653c31b",
"output": "abc99ad4-3a86-492d-bf88-4dce1345e04e",
"type": "Start Output",
"silent": false
},
"result": null
},
"metadata": {}
}
POST outputs/command/stream/disable
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Stop an encoder on the desired MCM device from EMS.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/outputs/command/stream/disable
Example Request
POST
Body
{
"output": "abc99ad4-3a86-492d-bf88-4dce1345e04e"
}
Response