{ "opencollection": "1.0.0", "info": { "name": "Solaris Zones Oracle Solaris Kernel Zones Archive Creation Zone Migration API", "version": "1.6" }, "request": { "auth": { "type": "apikey", "key": "_rad_session", "value": "{{_rad_session}}", "placement": "query" } }, "items": [ { "info": { "name": "Zone Migration", "type": "folder" }, "items": [ { "info": { "name": "Solaris Zones Initialize Zone Evacuation", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/ZoneManager/initEvacuate", "body": { "type": "json", "data": "{}" } }, "docs": "Initialize an evacuation session to migrate all eligible zones from this host to a remote system. Added in version 1.4 of the zonemgr module." }, { "info": { "name": "Solaris Zones Perform Zone Evacuation", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/ZoneManager/evacuate", "body": { "type": "json", "data": "{}" } }, "docs": "Execute the evacuation of all eligible zones to the previously configured remote host. Must be preceded by initEvacuate." }, { "info": { "name": "Solaris Zones Cancel Zone Evacuation", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/ZoneManager/cancelEvacuate", "body": { "type": "json", "data": "{}" } }, "docs": "Cancel an in-progress evacuation operation. Zones that have already been migrated will remain on the remote host." }, { "info": { "name": "Solaris Zones Migrate a Zone to a Remote Host", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/migrate", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the Solaris zone" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Migrate the specified zone to a remote Solaris host. Supports both live migration (zone continues running during transfer) and cold migration (zone is halted first). Added in version 1.1." } ] } ], "bundled": true }