{ "opencollection": "1.0.0", "info": { "name": "Solaris Zones Oracle Solaris Kernel Zones Archive Creation Statistics Discovery API", "version": "1.6" }, "request": { "auth": { "type": "apikey", "key": "_rad_session", "value": "{{_rad_session}}", "placement": "query" } }, "items": [ { "info": { "name": "Statistics Discovery", "type": "folder" }, "items": [ { "info": { "name": "Solaris Zones List Statsstore Interfaces", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/", "params": [ { "name": "_rad_detail", "value": "", "type": "query", "description": "Include detailed property information" } ] }, "docs": "Discover all available StatsStore interfaces and the hierarchical namespace of statistics identifiers (SSIDs)." }, { "info": { "name": "Solaris Zones List Available Statistics", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Store/_rad_method/list", "body": { "type": "json", "data": "{}" } }, "docs": "List statistics identifiers (SSIDs) matching the given pattern. SSIDs follow a hierarchical namespace format like //:class:module/statistic-name. Supports glob-style wildcards." }, { "info": { "name": "Solaris Zones Describe a Statistic", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6/Store/_rad_method/describe", "body": { "type": "json", "data": "{}" } }, "docs": "Get metadata about a statistic including its description, data type, unit, and collection interval." } ] } ], "bundled": true }