{ "opencollection": "1.0.0", "info": { "name": "Solaris Zones Oracle Solaris Kernel Zones Archive Creation Migration API", "version": "1.6" }, "request": { "auth": { "type": "apikey", "key": "_rad_session", "value": "{{_rad_session}}", "placement": "query" } }, "items": [ { "info": { "name": "Migration", "type": "folder" }, "items": [ { "info": { "name": "Solaris Zones Attach a Zone", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/attach", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Attach a previously detached zone or a zone moved from another system. Validates and updates the zone configuration for the current system. Equivalent to zoneadm attach." }, { "info": { "name": "Solaris Zones Detach a Zone", "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": "Name of the zone" } ] }, "docs": "Detach a zone from the system, preparing it for migration to another system or for archival. The zone transitions to the configured state. Equivalent to zoneadm detach." }, { "info": { "name": "Solaris Zones Move a Zone to a New Path", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/move", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Move a zone's root file system to a new location on the same system. Equivalent to zoneadm move." }, { "info": { "name": "Solaris Zones Migrate Zone to a Remote Host", "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": "Name of the zone" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Migrate a zone to a remote host using either live or cold migration. Live migration keeps the zone running during transfer. Cold migration halts the zone first. Available since API version 1.1." } ] } ], "bundled": true }