Solaris Zones · Schema
ZoneDetail
Detailed information about a specific Solaris zone
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Zone name |
| id | integer | Zone numeric ID assigned by the kernel when the zone is running |
| uuid | string | Universally unique identifier for the zone |
| state | string | Current zone state |
| brand | string | Zone brand determining the runtime environment |
| auxstate | array | Auxiliary state information for the zone |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ZoneDetail",
"title": "ZoneDetail",
"type": "object",
"description": "Detailed information about a specific Solaris zone",
"required": [
"name",
"state",
"brand"
],
"properties": {
"name": {
"type": "string",
"description": "Zone name",
"examples": [
"testzone1"
]
},
"id": {
"type": "integer",
"description": "Zone numeric ID assigned by the kernel when the zone is running",
"examples": [
2
]
},
"uuid": {
"type": "string",
"format": "uuid",
"description": "Universally unique identifier for the zone",
"example": "500123"
},
"state": {
"type": "string",
"description": "Current zone state",
"enum": [
"configured",
"incomplete",
"installed",
"ready",
"running",
"shutting_down",
"down"
],
"example": "configured"
},
"brand": {
"type": "string",
"description": "Zone brand determining the runtime environment",
"enum": [
"solaris",
"solaris10",
"solaris-kz",
"labeled"
],
"examples": [
"solaris"
]
},
"auxstate": {
"type": "array",
"items": {
"type": "string"
},
"description": "Auxiliary state information for the zone",
"example": []
}
}
}
Work with this as data
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/solaris-zones-zonedetail"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.