Solaris Zones · Capability

Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Management

Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Management. 2 operations. Lead operation: Solaris Zones Get Kernel Zone Details. Self-contained Naftiko capability covering one Solaris Zones business surface.

Run with Naftiko Solaris ZonesKernel Zone Management

What You Can Do

GET
Getkernelzone — Solaris Zones Get Kernel Zone Details
/v1/zone/{zonename}
PUT
Createkernelzone — Solaris Zones Create a Kernel Zone
/v1/zonemanager/rad-method/create

MCP Tools

solaris-zones-get-kernel-zone

Solaris Zones Get Kernel Zone Details

read-only idempotent
solaris-zones-create-kernel-zone

Solaris Zones Create a Kernel Zone

idempotent

Capability Spec

solaris-kernel-zones-kernel-zone-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Management
  description: 'Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Management. 2 operations. Lead operation: Solaris
    Zones Get Kernel Zone Details. Self-contained Naftiko capability covering one Solaris Zones business surface.'
  tags:
  - Solaris Zones
  - Kernel Zone Management
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SOLARIS_ZONES_API_KEY: SOLARIS_ZONES_API_KEY
capability:
  consumes:
  - type: http
    namespace: solaris-kernel-zones-kernel-zone-management
    baseUri: https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6
    description: Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Management business capability. Self-contained,
      no shared references.
    resources:
    - name: Zone-zoneName
      path: /Zone/{zoneName}
      operations:
      - name: getkernelzone
        method: GET
        description: Solaris Zones Get Kernel Zone Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: ZoneManager-_rad_method-create
      path: /ZoneManager/_rad_method/create
      operations:
      - name: createkernelzone
        method: PUT
        description: Solaris Zones Create a Kernel Zone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: _rad_session
      value: '{{env.SOLARIS_ZONES_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: solaris-kernel-zones-kernel-zone-management-rest
    port: 8080
    description: REST adapter for Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Management. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/zone/{zonename}
      name: zone-zonename
      description: REST surface for Zone-zoneName.
      operations:
      - method: GET
        name: getkernelzone
        description: Solaris Zones Get Kernel Zone Details
        call: solaris-kernel-zones-kernel-zone-management.getkernelzone
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zonemanager/rad-method/create
      name: zonemanager-rad-method-create
      description: REST surface for ZoneManager-_rad_method-create.
      operations:
      - method: PUT
        name: createkernelzone
        description: Solaris Zones Create a Kernel Zone
        call: solaris-kernel-zones-kernel-zone-management.createkernelzone
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: solaris-kernel-zones-kernel-zone-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Management. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: solaris-zones-get-kernel-zone
      description: Solaris Zones Get Kernel Zone Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: solaris-kernel-zones-kernel-zone-management.getkernelzone
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-create-kernel-zone
      description: Solaris Zones Create a Kernel Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-kernel-zones-kernel-zone-management.createkernelzone
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.