{ "opencollection": "1.0.0", "info": { "name": "Solaris Zones Oracle Solaris Kernel Zones Archive Creation Archive Information API", "version": "1.6" }, "request": { "auth": { "type": "apikey", "key": "_rad_session", "value": "{{_rad_session}}", "placement": "query" } }, "items": [ { "info": { "name": "Archive Information", "type": "folder" }, "items": [ { "info": { "name": "Solaris Zones Get Zone Resources for Archive Validation", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/getResources", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Zone name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve all configured resources for a zone to validate compatibility before creating an archive or deploying from an archive." }, { "info": { "name": "Solaris Zones Get Zone Details for Archive Operations", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Zone name" }, { "name": "_rad_detail", "value": "", "type": "query", "description": "Include detailed property information" } ] }, "docs": "Retrieve zone details to verify state before creating archives or deploying from archives. Includes zone brand, state, and UUID." } ] } ], "bundled": true }