{ "opencollection": "1.0.0", "info": { "name": "Solaris Zones Oracle Solaris Kernel Zones Archive Creation Archive Deployment API", "version": "1.6" }, "request": { "auth": { "type": "apikey", "key": "_rad_session", "value": "{{_rad_session}}", "placement": "query" } }, "items": [ { "info": { "name": "Archive Deployment", "type": "folder" }, "items": [ { "info": { "name": "Solaris Zones Create a Zone From a Unified Archive", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/ZoneManager/_rad_method/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create and configure a new zone that will be installed from a Unified Archive. The zone is created in the configured state and can then be installed using the archive as the installation source." }, { "info": { "name": "Solaris Zones Install a Zone From a Unified Archive", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/install", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Zone name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Install a configured zone using a Unified Archive as the source. The archive path is provided as an install option using -a flag. Supports both recovery archives (full system state) and clone archives (template-based deployment)." }, { "info": { "name": "Solaris Zones Clone a Zone Using a Unified Archive", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/clone", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Zone name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Clone a zone using a Unified Archive as the source. This creates a new zone installation based on the archived zone image, allowing rapid deployment of standardized zone configurations." } ] } ], "bundled": true }