Solaris Zones · Capability

Solaris Zones Oracle Solaris RAD Zone Management REST API — Zone Manager

Solaris Zones Oracle Solaris RAD Zone Management REST API — Zone Manager. 5 operations. Lead operation: Solaris Zones List All Zone Management Interfaces. Self-contained Naftiko capability covering one Solaris Zones business surface.

Run with Naftiko Solaris ZonesZone Manager

What You Can Do

GET
Listzoneinterfaces — Solaris Zones List All Zone Management Interfaces
/v1
GET
Getzonemanager — Solaris Zones Get the Zonemanager Singleton
/v1/zonemanager
PUT
Createzone — Solaris Zones Create a New Zone
/v1/zonemanager/create
PUT
Deletezone — Solaris Zones Delete a Zone
/v1/zonemanager/delete
PUT
Importzoneconfig — Solaris Zones Import Zone Configuration
/v1/zonemanager/importconfig

MCP Tools

solaris-zones-list-all-zone

Solaris Zones List All Zone Management Interfaces

read-only idempotent
solaris-zones-get-zonemanager-singleton

Solaris Zones Get the Zonemanager Singleton

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

Solaris Zones Create a New Zone

idempotent
solaris-zones-delete-zone

Solaris Zones Delete a Zone

idempotent
solaris-zones-import-zone-configuration

Solaris Zones Import Zone Configuration

idempotent

Capability Spec

solaris-rad-zonemgr-zone-manager.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Solaris Zones Oracle Solaris RAD Zone Management REST API — Zone Manager
  description: 'Solaris Zones Oracle Solaris RAD Zone Management REST API — Zone Manager. 5 operations. Lead operation: Solaris
    Zones List All Zone Management Interfaces. Self-contained Naftiko capability covering one Solaris Zones business surface.'
  tags:
  - Solaris Zones
  - Zone Manager
  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-rad-zonemgr-zone-manager
    baseUri: https://{radserver}/api/com.oracle.solaris.rad.zonemgr/1.6
    description: Solaris Zones Oracle Solaris RAD Zone Management REST API — Zone Manager business capability. Self-contained,
      no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: listzoneinterfaces
        method: GET
        description: Solaris Zones List All Zone Management Interfaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: ZoneManager
      path: /ZoneManager
      operations:
      - name: getzonemanager
        method: GET
        description: Solaris Zones Get the Zonemanager Singleton
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: ZoneManager-create
      path: /ZoneManager/create
      operations:
      - name: createzone
        method: PUT
        description: Solaris Zones Create a New Zone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: ZoneManager-delete
      path: /ZoneManager/delete
      operations:
      - name: deletezone
        method: PUT
        description: Solaris Zones Delete a Zone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: ZoneManager-importConfig
      path: /ZoneManager/importConfig
      operations:
      - name: importzoneconfig
        method: PUT
        description: Solaris Zones Import Zone Configuration
        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_cookie
      value: '{{env.SOLARIS_ZONES_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: solaris-rad-zonemgr-zone-manager-rest
    port: 8080
    description: REST adapter for Solaris Zones Oracle Solaris RAD Zone Management REST API — Zone Manager. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: listzoneinterfaces
        description: Solaris Zones List All Zone Management Interfaces
        call: solaris-rad-zonemgr-zone-manager.listzoneinterfaces
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zonemanager
      name: zonemanager
      description: REST surface for ZoneManager.
      operations:
      - method: GET
        name: getzonemanager
        description: Solaris Zones Get the Zonemanager Singleton
        call: solaris-rad-zonemgr-zone-manager.getzonemanager
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zonemanager/create
      name: zonemanager-create
      description: REST surface for ZoneManager-create.
      operations:
      - method: PUT
        name: createzone
        description: Solaris Zones Create a New Zone
        call: solaris-rad-zonemgr-zone-manager.createzone
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zonemanager/delete
      name: zonemanager-delete
      description: REST surface for ZoneManager-delete.
      operations:
      - method: PUT
        name: deletezone
        description: Solaris Zones Delete a Zone
        call: solaris-rad-zonemgr-zone-manager.deletezone
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zonemanager/importconfig
      name: zonemanager-importconfig
      description: REST surface for ZoneManager-importConfig.
      operations:
      - method: PUT
        name: importzoneconfig
        description: Solaris Zones Import Zone Configuration
        call: solaris-rad-zonemgr-zone-manager.importzoneconfig
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: solaris-rad-zonemgr-zone-manager-mcp
    port: 9090
    transport: http
    description: MCP adapter for Solaris Zones Oracle Solaris RAD Zone Management REST API — Zone Manager. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: solaris-zones-list-all-zone
      description: Solaris Zones List All Zone Management Interfaces
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: solaris-rad-zonemgr-zone-manager.listzoneinterfaces
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-get-zonemanager-singleton
      description: Solaris Zones Get the Zonemanager Singleton
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: solaris-rad-zonemgr-zone-manager.getzonemanager
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-create-new-zone
      description: Solaris Zones Create a New Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-rad-zonemgr-zone-manager.createzone
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-delete-zone
      description: Solaris Zones Delete a Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-rad-zonemgr-zone-manager.deletezone
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-import-zone-configuration
      description: Solaris Zones Import Zone Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-rad-zonemgr-zone-manager.importzoneconfig
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.