Solaris Zones · Capability

Solaris Zones Management API — Zone Info

Solaris Zones Management API — Zone Info. 1 operations. Lead operation: Solaris Zones List Zone Information. Self-contained Naftiko capability covering one Solaris Zones business surface.

Run with Naftiko Solaris ZonesZone Info

What You Can Do

GET
Listzoneinfo — Solaris Zones List Zone Information
/v1/zoneinfo

MCP Tools

solaris-zones-list-zone-information

Solaris Zones List Zone Information

read-only idempotent

Capability Spec

management-zone-info.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Solaris Zones Management API — Zone Info
  description: 'Solaris Zones Management API — Zone Info. 1 operations. Lead operation: Solaris Zones List Zone Information.
    Self-contained Naftiko capability covering one Solaris Zones business surface.'
  tags:
  - Solaris Zones
  - Zone Info
  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: management-zone-info
    baseUri: https://{host}:{port}/api/com.oracle.solaris.rad.zonemgr/1.6
    description: Solaris Zones Management API — Zone Info business capability. Self-contained, no shared references.
    resources:
    - name: ZoneInfo
      path: /ZoneInfo
      operations:
      - name: listzoneinfo
        method: GET
        description: Solaris Zones List Zone Information
        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: management-zone-info-rest
    port: 8080
    description: REST adapter for Solaris Zones Management API — Zone Info. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/zoneinfo
      name: zoneinfo
      description: REST surface for ZoneInfo.
      operations:
      - method: GET
        name: listzoneinfo
        description: Solaris Zones List Zone Information
        call: management-zone-info.listzoneinfo
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: management-zone-info-mcp
    port: 9090
    transport: http
    description: MCP adapter for Solaris Zones Management API — Zone Info. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: solaris-zones-list-zone-information
      description: Solaris Zones List Zone Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-zone-info.listzoneinfo
      outputParameters:
      - type: object
        mapping: $.