{ "opencollection": "1.0.0", "info": { "name": "Solaris Zones Oracle Solaris Kernel Zones Archive Creation Kernel Zone Migration API", "version": "1.6" }, "request": { "auth": { "type": "apikey", "key": "_rad_session", "value": "{{_rad_session}}", "placement": "query" } }, "items": [ { "info": { "name": "Kernel Zone Migration", "type": "folder" }, "items": [ { "info": { "name": "Solaris Zones Live Migrate a Kernel Zone", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/migrate", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Kernel zone name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Live migrate a running kernel zone to a remote host. Kernel zones are the primary zone type that supports live migration where the zone continues running while its state is transferred to the destination." } ] } ], "bundled": true }