{ "opencollection": "1.0.0", "info": { "name": "Solaris Zones Oracle Solaris Kernel Zones Archive Creation Resources API", "version": "1.6" }, "request": { "auth": { "type": "apikey", "key": "_rad_session", "value": "{{_rad_session}}", "placement": "query" } }, "items": [ { "info": { "name": "Resources", "type": "folder" }, "items": [ { "info": { "name": "Solaris Zones Query Zone Resources", "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": "Name of the zone to configure" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve resources configured for the zone, optionally filtered by resource type and property values. Returns an array of Resource objects with their properties." }, { "info": { "name": "Solaris Zones Add a Resource to Zone Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/addResource", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone to configure" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new resource to the zone configuration. Must be called within an editing session (after editConfig). The resource is staged until commitConfig is called." }, { "info": { "name": "Solaris Zones Remove Resources From Zone Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/removeResources", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone to configure" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove resources matching the specified filter from the zone configuration. Must be called within an editing session." }, { "info": { "name": "Solaris Zones Get Properties of a Zone Resource", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/getResourceProperties", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone to configure" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve specific properties from a zone resource identified by type and filter criteria." }, { "info": { "name": "Solaris Zones Set Properties on a Zone Resource", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/setResourceProperties", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone to configure" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set property values on a zone resource identified by type and filter criteria. Must be called within an editing session." }, { "info": { "name": "Solaris Zones Clear Properties on a Zone Resource", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Zone/:zoneName/_rad_method/clearResourceProperties", "params": [ { "name": "zoneName", "value": "", "type": "path", "description": "Name of the zone to configure" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Clear (reset to default) property values on a zone resource. Must be called within an editing session." } ] } ], "bundled": true }