Export System Preset (v2)
Requests
GET /api/system/preset
cookie: sessionID: [Session ID]
Parameters
N/A
Response
Response type is a downloadable file with Content-Disposition: attachment where the contents of the file are of type application/json. This file can be POSTed back to the Media Gateway/SRT Gateway using the Import System Preset command to return the system to the state captured by the preset at the moment of export.
{
"preset_version": "2.0",
"product_version": "4.2.0.3236",
"routes": [<Route object list>],
"sources": [<Source object list>],
"destinations": [<Destination object list>]
}