{ "opencollection": "1.0.0", "info": { "name": "Solaris Zones Oracle Solaris Kernel Zones Archive Creation Zone State API", "version": "1.6" }, "request": { "auth": { "type": "apikey", "key": "_rad_session", "value": "{{_rad_session}}", "placement": "query" } }, "items": [ { "info": { "name": "Zone State", "type": "folder" }, "items": [ { "info": { "name": "Solaris Zones Get Zone Current State", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/state", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone" } ] }, "docs": "Retrieve the current lifecycle state of a zone (configured, installed, ready, running, shutting_down, down)." }, { "info": { "name": "Solaris Zones Get Zone Numeric Id", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/id", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone" } ] }, "docs": "Retrieve the numeric ID assigned to a zone. Only available when the zone is in running or ready state." }, { "info": { "name": "Solaris Zones Get Zone Auxiliary States", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/auxstate", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone" } ] }, "docs": "Retrieve auxiliary state flags for a zone. These provide additional status information beyond the primary lifecycle state." }, { "info": { "name": "Solaris Zones List All Zones With Status", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/com.oracle.solaris.rad.zonemgr/1.6", "params": [ { "name": "_rad_detail", "value": "", "type": "query", "description": "Returns detailed property information when present" } ] }, "docs": "Retrieve a list of all zones on the system with their current state and properties. Use _rad_detail for full zone information." } ] } ], "bundled": true }