How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Solaris Zones Zones API

Individual zone operations including configuration, lifecycle, and resource management

Solaris Zones Zones API is one of 26 APIs that Solaris Zones publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Zones. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 43 operations across 43 paths, and defines 9 schemas. It is described by OpenAPI 3.2.0, at version 1.6.

Requests are made against 2 base URLs: https://{radserver}/api/com.oracle.solaris.rad.zonemgr/1.6, https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6.

43 operations 43 paths 9 schemas 6 GET37 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.6
Base URL
https://solaris-host.example.com/api/v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Solaris Zones Zones API declares 1 security scheme for authenticating requests. An API key is passed in the cookie as _rad_cookie (cookieAuth). By default, every request must be authenticated.

  • cookieAuth — RAD session cookie obtained through authentication. Use the RAD authentication endpoint to establish a session and obtain the cookie.

Paths & Operations 43

Across 43 paths, the API surfaces 43 operations — 6 GET, 37 PUT. Each is listed below with its method, path, parameters, and response codes.

Zones 43

Individual zone operations including configuration, lifecycle, and resource management

GET
/Zone/{zoneName}
Solaris Zones Get Zone Details
getZone 2 params → 200401404500
PUT
/Zone/{zoneName}/boot
Solaris Zones Boot a Zone
bootZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/shutdown
Solaris Zones Shutdown a Zone
shutdownZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/halt
Solaris Zones Halt a Zone
haltZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/reboot
Solaris Zones Reboot a Zone
rebootZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/install
Solaris Zones Install a Zone
installZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/uninstall
Solaris Zones Uninstall a Zone
uninstallZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/clone
Solaris Zones Clone a Zone
cloneZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/attach
Solaris Zones Attach a Zone
attachZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/detach
Solaris Zones Detach a Zone
detachZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/suspend
Solaris Zones Suspend a Zone
suspendZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/ready
Solaris Zones Ready a Zone
readyZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/verify
Solaris Zones Verify Zone Configuration
verifyZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/editConfig
Solaris Zones Begin Editing Zone Configuration
editZoneConfig 1 param body → 200401404500
PUT
/Zone/{zoneName}/commitConfig
Solaris Zones Commit Zone Configuration Changes
commitZoneConfig 1 param body → 200401404500
PUT
/Zone/{zoneName}/cancelConfig
Solaris Zones Cancel Zone Configuration Changes
cancelZoneConfig 1 param body → 200401404500
PUT
/Zone/{zoneName}/exportConfig
Solaris Zones Export Zone Configuration
exportZoneConfig 1 param body → 200401404500
PUT
/Zone/{zoneName}/apply
Solaris Zones Apply Configuration to Running Zone
applyZoneConfig 1 param body → 200401404500
PUT
/Zone/{zoneName}/getResources
Solaris Zones Get Zone Resources
getZoneResources 1 param body → 200401404500
PUT
/Zone/{zoneName}/addResource
Solaris Zones Add a Resource to Zone Configuration
addZoneResource 1 param body → 200401404500
PUT
/Zone/{zoneName}/removeResources
Solaris Zones Remove Resources From Zone Configuration
removeZoneResources 1 param body → 200401404500
PUT
/Zone/{zoneName}/setResourceProperties
Solaris Zones Set Resource Properties
setZoneResourceProperties 1 param body → 200401404500
PUT
/Zone/{zoneName}/rename
Solaris Zones Rename a Zone
renameZone 1 param body → 200401404500
PUT
/Zone/{zoneName}/move
Solaris Zones Move Zone to New Path
moveZone 1 param body → 200401404500
GET
/Zone/{zoneName}/name
Solaris Zones Get Zone Name Property
getZoneName 1 param → 200404
GET
/Zone/{zoneName}/state
Solaris Zones Get Zone State
getZoneState 1 param → 200404
GET
/Zone/{zoneName}/brand
Solaris Zones Get Zone Brand
getZoneBrand 1 param → 200404
GET
/Zone/{zoneName}/id
Solaris Zones Get Zone Numeric Id
getZoneId 1 param → 200404
GET
/Zone/{zoneName}/uuid
Solaris Zones Get Zone Uuid
getZoneUuid 1 param → 200404
PUT
/Zone/{zoneName}/_rad_method/boot
Solaris Zones Boot a Zone
bootZone 1 param body → 200401404
PUT
/Zone/{zoneName}/_rad_method/halt
Solaris Zones Halt a Zone
haltZone 1 param → 200401404
PUT
/Zone/{zoneName}/_rad_method/shutdown
Solaris Zones Gracefully Shut Down a Zone
shutdownZone 1 param → 200401404
PUT
/Zone/{zoneName}/_rad_method/reboot
Solaris Zones Reboot a Zone
rebootZone 1 param → 200401404
PUT
/Zone/{zoneName}/_rad_method/install
Solaris Zones Install a Zone
installZone 1 param body → 200401404
PUT
/Zone/{zoneName}/_rad_method/uninstall
Solaris Zones Uninstall a Zone
uninstallZone 1 param → 200401404
PUT
/Zone/{zoneName}/_rad_method/clone
Solaris Zones Clone a Zone
cloneZone 1 param body → 200401404
PUT
/Zone/{zoneName}/_rad_method/attach
Solaris Zones Attach a Zone
attachZone 1 param body → 200401404
PUT
/Zone/{zoneName}/_rad_method/detach
Solaris Zones Detach a Zone
detachZone 1 param → 200401404
PUT
/Zone/{zoneName}/_rad_method/suspend
Solaris Zones Suspend a Zone
suspendZone 1 param → 200401404
PUT
/Zone/{zoneName}/_rad_method/ready
Solaris Zones Prepare a Zone for Running
readyZone 1 param → 200401404
PUT
/Zone/{zoneName}/_rad_method/verify
Solaris Zones Verify Zone Configuration
verifyZone 1 param → 200401404
PUT
/Zone/{zoneName}/_rad_method/migrate
Solaris Zones Migrate a Zone to a Remote Host
migrateZone 1 param body → 200400401404
PUT
/Zone/{zoneName}/_rad_method/exportConfig
Solaris Zones Export Zone Configuration
exportZoneConfig 1 param → 200401404

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are ZoneDetail (6 properties), Zone (6 properties), Property (5 properties), Result (4 properties). Each schema is shown below with its type and property counts.

Property
object
A zone resource property with support for simple, list, and complex values
5 properties 1 required
ResultResponse
object
Standard RAD response wrapper for operation results
2 properties
ZoneDetail
object
Detailed information about a specific Solaris zone
6 properties 3 required
Result
object
Operation result from a zone management command
4 properties
Resource
object
A zone configuration resource such as anet, fs, capped-cpu, etc.
3 properties 1 required
Zone
object
6 properties
ZoneResult
object
2 properties
RadError
object
2 properties
MigrateZoneRequest
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

solaris-zones-zones-api-openapi.yml Raw ↑

Other APIs Solaris Zones publishes across the network.

Solaris Zones Archive Creation API
Solaris Zones Archive Deployment API
Solaris Zones Archive Information API
Solaris Zones Configuration API
Solaris Zones CPU Statistics API
Solaris Zones Installation API
Solaris Zones Kernel Statistics API
Solaris Zones Kernel Zone Configuration API
Solaris Zones Kernel Zone Lifecycle API
Solaris Zones Kernel Zone Management API
Solaris Zones Kernel Zone Migration API
Solaris Zones Lifecycle API
Where this information came from

This is an independent, third-party profile of Solaris Zones Zones API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.