Solaris Zones · Capability

Solaris Zones Solaris Zone Administration API — Installation

Solaris Zones Solaris Zone Administration API — Installation. 3 operations. Lead operation: Solaris Zones Clone a Zone. Self-contained Naftiko capability covering one Solaris Zones business surface.

Run with Naftiko Solaris ZonesInstallation

What You Can Do

PUT
Clonezone — Solaris Zones Clone a Zone
/v1/zone/{zonename}/rad-method/clone
PUT
Installzone — Solaris Zones Install a Zone
/v1/zone/{zonename}/rad-method/install
PUT
Uninstallzone — Solaris Zones Uninstall a Zone
/v1/zone/{zonename}/rad-method/uninstall

MCP Tools

solaris-zones-clone-zone

Solaris Zones Clone a Zone

idempotent
solaris-zones-install-zone

Solaris Zones Install a Zone

idempotent
solaris-zones-uninstall-zone

Solaris Zones Uninstall a Zone

idempotent

Capability Spec

solaris-zone-administration-installation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Solaris Zones Solaris Zone Administration API — Installation
  description: 'Solaris Zones Solaris Zone Administration API — Installation. 3 operations. Lead operation: Solaris Zones
    Clone a Zone. Self-contained Naftiko capability covering one Solaris Zones business surface.'
  tags:
  - Solaris Zones
  - Installation
  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-zone-administration-installation
    baseUri: https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6
    description: Solaris Zones Solaris Zone Administration API — Installation business capability. Self-contained, no shared
      references.
    resources:
    - name: Zone-zoneName-_rad_method-clone
      path: /Zone/{zoneName}/_rad_method/clone
      operations:
      - name: clonezone
        method: PUT
        description: Solaris Zones Clone a Zone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: Zone-zoneName-_rad_method-install
      path: /Zone/{zoneName}/_rad_method/install
      operations:
      - name: installzone
        method: PUT
        description: Solaris Zones Install a 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-uninstall
      path: /Zone/{zoneName}/_rad_method/uninstall
      operations:
      - name: uninstallzone
        method: PUT
        description: Solaris Zones Uninstall a Zone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: _rad_session
      value: '{{env.SOLARIS_ZONES_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: solaris-zone-administration-installation-rest
    port: 8080
    description: REST adapter for Solaris Zones Solaris Zone Administration API — Installation. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/zone/{zonename}/rad-method/clone
      name: zone-zonename-rad-method-clone
      description: REST surface for Zone-zoneName-_rad_method-clone.
      operations:
      - method: PUT
        name: clonezone
        description: Solaris Zones Clone a Zone
        call: solaris-zone-administration-installation.clonezone
        with:
          body: rest.body
        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: installzone
        description: Solaris Zones Install a Zone
        call: solaris-zone-administration-installation.installzone
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zone/{zonename}/rad-method/uninstall
      name: zone-zonename-rad-method-uninstall
      description: REST surface for Zone-zoneName-_rad_method-uninstall.
      operations:
      - method: PUT
        name: uninstallzone
        description: Solaris Zones Uninstall a Zone
        call: solaris-zone-administration-installation.uninstallzone
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: solaris-zone-administration-installation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Solaris Zones Solaris Zone Administration API — Installation. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: solaris-zones-clone-zone
      description: Solaris Zones Clone a Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-zone-administration-installation.clonezone
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-install-zone
      description: Solaris Zones Install a Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-zone-administration-installation.installzone
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-uninstall-zone
      description: Solaris Zones Uninstall a Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-zone-administration-installation.uninstallzone
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.