Solaris Zones · Capability

Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Lifecycle

Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Lifecycle. 6 operations. Lead operation: Solaris Zones Boot a Kernel Zone. Self-contained Naftiko capability covering one Solaris Zones business surface.

Run with Naftiko Solaris ZonesKernel Zone Lifecycle

What You Can Do

PUT
Bootkernelzone — Solaris Zones Boot a Kernel Zone
/v1/zone/{zonename}/rad-method/boot
PUT
Haltkernelzone — Solaris Zones Halt a Kernel Zone
/v1/zone/{zonename}/rad-method/halt
PUT
Installkernelzone — Solaris Zones Install a Kernel Zone
/v1/zone/{zonename}/rad-method/install
PUT
Rebootkernelzone — Solaris Zones Reboot a Kernel Zone
/v1/zone/{zonename}/rad-method/reboot
PUT
Shutdownkernelzone — Solaris Zones Gracefully Shut Down a Kernel Zone
/v1/zone/{zonename}/rad-method/shutdown
PUT
Suspendkernelzone — Solaris Zones Suspend a Kernel Zone
/v1/zone/{zonename}/rad-method/suspend

MCP Tools

solaris-zones-boot-kernel-zone

Solaris Zones Boot a Kernel Zone

idempotent
solaris-zones-halt-kernel-zone

Solaris Zones Halt a Kernel Zone

idempotent
solaris-zones-install-kernel-zone

Solaris Zones Install a Kernel Zone

idempotent
solaris-zones-reboot-kernel-zone

Solaris Zones Reboot a Kernel Zone

idempotent
solaris-zones-gracefully-shut-down

Solaris Zones Gracefully Shut Down a Kernel Zone

idempotent
solaris-zones-suspend-kernel-zone

Solaris Zones Suspend a Kernel Zone

idempotent

Capability Spec

solaris-kernel-zones-kernel-zone-lifecycle.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Lifecycle
  description: 'Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Lifecycle. 6 operations. Lead operation: Solaris
    Zones Boot a Kernel Zone. Self-contained Naftiko capability covering one Solaris Zones business surface.'
  tags:
  - Solaris Zones
  - Kernel Zone Lifecycle
  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-lifecycle
    baseUri: https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6
    description: Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Lifecycle business capability. Self-contained,
      no shared references.
    resources:
    - name: Zone-zoneName-_rad_method-boot
      path: /Zone/{zoneName}/_rad_method/boot
      operations:
      - name: bootkernelzone
        method: PUT
        description: Solaris Zones Boot a Kernel Zone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: Zone-zoneName-_rad_method-halt
      path: /Zone/{zoneName}/_rad_method/halt
      operations:
      - name: haltkernelzone
        method: PUT
        description: Solaris Zones Halt a Kernel Zone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Zone-zoneName-_rad_method-install
      path: /Zone/{zoneName}/_rad_method/install
      operations:
      - name: installkernelzone
        method: PUT
        description: Solaris Zones Install a Kernel Zone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: Zone-zoneName-_rad_method-reboot
      path: /Zone/{zoneName}/_rad_method/reboot
      operations:
      - name: rebootkernelzone
        method: PUT
        description: Solaris Zones Reboot a Kernel Zone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Zone-zoneName-_rad_method-shutdown
      path: /Zone/{zoneName}/_rad_method/shutdown
      operations:
      - name: shutdownkernelzone
        method: PUT
        description: Solaris Zones Gracefully Shut Down a Kernel Zone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Zone-zoneName-_rad_method-suspend
      path: /Zone/{zoneName}/_rad_method/suspend
      operations:
      - name: suspendkernelzone
        method: PUT
        description: Solaris Zones Suspend a Kernel Zone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: _rad_session
      value: '{{env.SOLARIS_ZONES_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: solaris-kernel-zones-kernel-zone-lifecycle-rest
    port: 8080
    description: REST adapter for Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Lifecycle. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/zone/{zonename}/rad-method/boot
      name: zone-zonename-rad-method-boot
      description: REST surface for Zone-zoneName-_rad_method-boot.
      operations:
      - method: PUT
        name: bootkernelzone
        description: Solaris Zones Boot a Kernel Zone
        call: solaris-kernel-zones-kernel-zone-lifecycle.bootkernelzone
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zone/{zonename}/rad-method/halt
      name: zone-zonename-rad-method-halt
      description: REST surface for Zone-zoneName-_rad_method-halt.
      operations:
      - method: PUT
        name: haltkernelzone
        description: Solaris Zones Halt a Kernel Zone
        call: solaris-kernel-zones-kernel-zone-lifecycle.haltkernelzone
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zone/{zonename}/rad-method/install
      name: zone-zonename-rad-method-install
      description: REST surface for Zone-zoneName-_rad_method-install.
      operations:
      - method: PUT
        name: installkernelzone
        description: Solaris Zones Install a Kernel Zone
        call: solaris-kernel-zones-kernel-zone-lifecycle.installkernelzone
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zone/{zonename}/rad-method/reboot
      name: zone-zonename-rad-method-reboot
      description: REST surface for Zone-zoneName-_rad_method-reboot.
      operations:
      - method: PUT
        name: rebootkernelzone
        description: Solaris Zones Reboot a Kernel Zone
        call: solaris-kernel-zones-kernel-zone-lifecycle.rebootkernelzone
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zone/{zonename}/rad-method/shutdown
      name: zone-zonename-rad-method-shutdown
      description: REST surface for Zone-zoneName-_rad_method-shutdown.
      operations:
      - method: PUT
        name: shutdownkernelzone
        description: Solaris Zones Gracefully Shut Down a Kernel Zone
        call: solaris-kernel-zones-kernel-zone-lifecycle.shutdownkernelzone
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zone/{zonename}/rad-method/suspend
      name: zone-zonename-rad-method-suspend
      description: REST surface for Zone-zoneName-_rad_method-suspend.
      operations:
      - method: PUT
        name: suspendkernelzone
        description: Solaris Zones Suspend a Kernel Zone
        call: solaris-kernel-zones-kernel-zone-lifecycle.suspendkernelzone
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: solaris-kernel-zones-kernel-zone-lifecycle-mcp
    port: 9090
    transport: http
    description: MCP adapter for Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Lifecycle. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: solaris-zones-boot-kernel-zone
      description: Solaris Zones Boot a Kernel Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-kernel-zones-kernel-zone-lifecycle.bootkernelzone
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-halt-kernel-zone
      description: Solaris Zones Halt a Kernel Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-kernel-zones-kernel-zone-lifecycle.haltkernelzone
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-install-kernel-zone
      description: Solaris Zones Install a Kernel Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-kernel-zones-kernel-zone-lifecycle.installkernelzone
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-reboot-kernel-zone
      description: Solaris Zones Reboot a Kernel Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-kernel-zones-kernel-zone-lifecycle.rebootkernelzone
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-gracefully-shut-down
      description: Solaris Zones Gracefully Shut Down a Kernel Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-kernel-zones-kernel-zone-lifecycle.shutdownkernelzone
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-suspend-kernel-zone
      description: Solaris Zones Suspend a Kernel Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-kernel-zones-kernel-zone-lifecycle.suspendkernelzone
      outputParameters:
      - type: object
        mapping: $.