Oracle Solaris Zone Resource
Represents a configurable resource within an Oracle Solaris Zone, such as a network interface, device, filesystem, resource control, or CPU/memory allocation. Resources are managed through the zonecfg interface exposed via the RAD zonemgr module.
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://docs.oracle.com/schemas/solaris/zone-resource.json",
"title": "Oracle Solaris Zone Resource",
"description": "Represents a configurable resource within an Oracle Solaris Zone, such as a network interface, device, filesystem, resource control, or CPU/memory allocation. Resources are managed through the zonecfg interface exposed via the RAD zonemgr module.",
"type": "object",
"required": ["type"],
"properties": {
"type": {
"type": "string",
"description": "Resource type identifier determining the kind of resource",
"enum": [
"net",
"anet",
"device",
"fs",
"dataset",
"rctl",
"attr",
"dedicated-cpu",
"capped-memory",
"capped-cpu",
"admin",
"security-flags",
"suspend"
]
},
"properties": {
"type": "array",
"items": {
"$ref": "#/$defs/Property"
},
"description": "Array of property name-value pairs for the resource"
},
"parent": {
"type": ["string", "null"],
"description": "Reference to a parent resource, if applicable"
}
},
"$defs": {
"Property": {
"type": "object",
"required": ["name"],
"properties": {
"name": {
"type": "string",
"description": "Property name (e.g., physical, address, dir, special, ncpus, physical, locked)"
},
"value": {
"type": ["string", "null"],
"description": "Simple scalar property value"
},
"type": {
"type": "string",
"description": "Property value type classification",
"enum": ["simple", "list", "complex"],
"default": "simple"
},
"listvalue": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of values for list-type properties"
},
"complexvalue": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of values for complex-type properties (key=value pairs)"
}
}
}
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/solaris-zone-resource"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.