Solaris Zones · Capability

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

Solaris Zones Oracle Solaris RAD Zone Management REST API — Zone Info. 1 operations. Lead operation: Solaris Zones Get Executing Zone Information. Self-contained Naftiko capability covering one Solaris Zones business surface.

Run with Naftiko Solaris ZonesZone Info

What You Can Do

GET
Getzoneinfo — Solaris Zones Get Executing Zone Information
/v1/zoneinfo

MCP Tools

solaris-zones-get-executing-zone

Solaris Zones Get Executing Zone Information

read-only idempotent

Capability Spec

solaris-rad-zonemgr-zone-info.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Solaris Zones Oracle Solaris RAD Zone Management REST API — Zone Info
  description: 'Solaris Zones Oracle Solaris RAD Zone Management REST API — Zone Info. 1 operations. Lead operation: Solaris
    Zones Get Executing 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: solaris-rad-zonemgr-zone-info
    baseUri: https://{radserver}/api/com.oracle.solaris.rad.zonemgr/1.6
    description: Solaris Zones Oracle Solaris RAD Zone Management REST API — Zone Info business capability. Self-contained,
      no shared references.
    resources:
    - name: ZoneInfo
      path: /ZoneInfo
      operations:
      - name: getzoneinfo
        method: GET
        description: Solaris Zones Get Executing Zone Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: _rad_cookie
      value: '{{env.SOLARIS_ZONES_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: solaris-rad-zonemgr-zone-info-rest
    port: 8080
    description: REST adapter for Solaris Zones Oracle Solaris RAD Zone Management REST 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: getzoneinfo
        description: Solaris Zones Get Executing Zone Information
        call: solaris-rad-zonemgr-zone-info.getzoneinfo
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: solaris-rad-zonemgr-zone-info-mcp
    port: 9090
    transport: http
    description: MCP adapter for Solaris Zones Oracle Solaris RAD Zone Management REST API — Zone Info. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: solaris-zones-get-executing-zone
      description: Solaris Zones Get Executing Zone Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: solaris-rad-zonemgr-zone-info.getzoneinfo
      outputParameters:
      - type: object
        mapping: $.