{ "opencollection": "1.0.0", "info": { "name": "Solaris Zones Oracle Solaris Kernel Zones Archive Creation Installation API", "version": "1.6" }, "request": { "auth": { "type": "apikey", "key": "_rad_session", "value": "{{_rad_session}}", "placement": "query" } }, "items": [ { "info": { "name": "Installation", "type": "folder" }, "items": [ { "info": { "name": "Solaris Zones Install a Zone", "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": "Name of the zone" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Install a configured zone, provisioning its root file system and packages. Transitions the zone from configured to installed state. Equivalent to zoneadm install." }, { "info": { "name": "Solaris Zones Uninstall a Zone", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/uninstall", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Uninstall a zone, removing its root file system and installed content. The zone returns to the configured state. Equivalent to zoneadm uninstall." }, { "info": { "name": "Solaris Zones Clone a Zone", "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": "Name of the zone" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Install a zone by cloning from an existing zone or ZFS snapshot. The target zone must be in the configured state. Equivalent to zoneadm clone." } ] } ], "bundled": true }