Skip to main content

Export System Preset (v2)

Retrieves a preset of the entire device, including route configurations.

Active for Version: 4.2+

Authorizations: Administrator

Requests

CODE
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.

JSON
{
    "preset_version": "2.0",
    "product_version": "4.2.0.3236",
    "routes": [<Route object list>],
    "sources": [<Source object list>],
    "destinations": [<Destination object list>]
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.