{ "opencollection": "1.0.0", "info": { "name": "Solaris Zones Oracle Solaris Kernel Zones Archive Creation State Query API", "version": "1.6" }, "request": { "auth": { "type": "apikey", "key": "_rad_session", "value": "{{_rad_session}}", "placement": "query" } }, "items": [ { "info": { "name": "State Query", "type": "folder" }, "items": [ { "info": { "name": "Solaris Zones Verify Zone Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/verify", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone" } ] }, "docs": "Verify that the zone configuration is complete and correct. Checks resource dependencies and property validity. Equivalent to zoneadm verify." }, { "info": { "name": "Solaris Zones Get Current Zone State", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/api/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 the zone." }, { "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/Zone/:zoneName/auxstate", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone" } ] }, "docs": "Retrieve auxiliary state information for the zone." } ] } ], "bundled": true }