{ "opencollection": "1.0.0", "info": { "name": "Solaris Zones Oracle Solaris Kernel Zones Archive Creation API", "version": "1.6" }, "request": { "auth": { "type": "apikey", "key": "_rad_session", "value": "{{_rad_session}}", "placement": "query" } }, "items": [ { "info": { "name": "Archive Creation", "type": "folder" }, "items": [ { "info": { "name": "Solaris Zones Export Zone Configuration for Archival", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/exportConfig", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Zone name" } ] }, "docs": "Export the zone configuration as a string suitable for inclusion in a Unified Archive or for recreating the zone on another system." }, { "info": { "name": "Solaris Zones Detach Zone for Archival", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/detach", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Zone name" } ] }, "docs": "Detach a zone in preparation for archiving or moving. The zone transitions to the configured state with its data preserved." } ] } ], "bundled": true }