Solaris Zones · Capability

Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Migration

Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Migration. 1 operations. Lead operation: Solaris Zones Live Migrate a Kernel Zone. Self-contained Naftiko capability covering one Solaris Zones business surface.

Run with Naftiko Solaris ZonesKernel Zone Migration

What You Can Do

PUT
Livelymigratekernelzone — Solaris Zones Live Migrate a Kernel Zone
/v1/zone/{zonename}/rad-method/migrate

MCP Tools

solaris-zones-live-migrate-kernel

Solaris Zones Live Migrate a Kernel Zone

idempotent

Capability Spec

solaris-kernel-zones-kernel-zone-migration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Migration
  description: 'Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Migration. 1 operations. Lead operation: Solaris
    Zones Live Migrate a Kernel Zone. Self-contained Naftiko capability covering one Solaris Zones business surface.'
  tags:
  - Solaris Zones
  - Kernel Zone Migration
  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-migration
    baseUri: https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6
    description: Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Migration business capability. Self-contained,
      no shared references.
    resources:
    - name: Zone-zoneName-_rad_method-migrate
      path: /Zone/{zoneName}/_rad_method/migrate
      operations:
      - name: livelymigratekernelzone
        method: PUT
        description: Solaris Zones Live Migrate 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-migration-rest
    port: 8080
    description: REST adapter for Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Migration. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/zone/{zonename}/rad-method/migrate
      name: zone-zonename-rad-method-migrate
      description: REST surface for Zone-zoneName-_rad_method-migrate.
      operations:
      - method: PUT
        name: livelymigratekernelzone
        description: Solaris Zones Live Migrate a Kernel Zone
        call: solaris-kernel-zones-kernel-zone-migration.livelymigratekernelzone
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: solaris-kernel-zones-kernel-zone-migration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Solaris Zones Oracle Solaris Kernel Zones API — Kernel Zone Migration. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: solaris-zones-live-migrate-kernel
      description: Solaris Zones Live Migrate a Kernel Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-kernel-zones-kernel-zone-migration.livelymigratekernelzone
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.