Solaris Zones · Capability

Solaris Zones Solaris Zone Monitoring API — Zone State

Solaris Zones Solaris Zone Monitoring API — Zone State. 4 operations. Lead operation: Solaris Zones List All Zones With Status. Self-contained Naftiko capability covering one Solaris Zones business surface.

Run with Naftiko Solaris ZonesZone State

What You Can Do

GET
Listallzones — Solaris Zones List All Zones With Status
/v1/com-oracle-solaris-rad-zonemgr/1-6
GET
Getzoneauxstate — Solaris Zones Get Zone Auxiliary States
/v1/com-oracle-solaris-rad-zonemgr/1-6/zone/{zonename}/auxstate
GET
Getzoneid — Solaris Zones Get Zone Numeric Id
/v1/com-oracle-solaris-rad-zonemgr/1-6/zone/{zonename}/id
GET
Getzonestate — Solaris Zones Get Zone Current State
/v1/com-oracle-solaris-rad-zonemgr/1-6/zone/{zonename}/state

MCP Tools

solaris-zones-list-all-zones

Solaris Zones List All Zones With Status

read-only idempotent
solaris-zones-get-zone-auxiliary

Solaris Zones Get Zone Auxiliary States

read-only idempotent
solaris-zones-get-zone-numeric

Solaris Zones Get Zone Numeric Id

read-only idempotent
solaris-zones-get-zone-current

Solaris Zones Get Zone Current State

read-only idempotent

Capability Spec

solaris-zone-monitoring-zone-state.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Solaris Zones Solaris Zone Monitoring API — Zone State
  description: 'Solaris Zones Solaris Zone Monitoring API — Zone State. 4 operations. Lead operation: Solaris Zones List All
    Zones With Status. Self-contained Naftiko capability covering one Solaris Zones business surface.'
  tags:
  - Solaris Zones
  - Zone State
  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-monitoring-zone-state
    baseUri: https://{host}:{port}/api
    description: Solaris Zones Solaris Zone Monitoring API — Zone State business capability. Self-contained, no shared references.
    resources:
    - name: com.oracle.solaris.rad.zonemgr-1.6
      path: /com.oracle.solaris.rad.zonemgr/1.6
      operations:
      - name: listallzones
        method: GET
        description: Solaris Zones List All Zones With Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: com.oracle.solaris.rad.zonemgr-1.6-Zone-zoneName-auxstate
      path: /com.oracle.solaris.rad.zonemgr/1.6/Zone/{zoneName}/auxstate
      operations:
      - name: getzoneauxstate
        method: GET
        description: Solaris Zones Get Zone Auxiliary States
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: com.oracle.solaris.rad.zonemgr-1.6-Zone-zoneName-id
      path: /com.oracle.solaris.rad.zonemgr/1.6/Zone/{zoneName}/id
      operations:
      - name: getzoneid
        method: GET
        description: Solaris Zones Get Zone Numeric Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: com.oracle.solaris.rad.zonemgr-1.6-Zone-zoneName-state
      path: /com.oracle.solaris.rad.zonemgr/1.6/Zone/{zoneName}/state
      operations:
      - name: getzonestate
        method: GET
        description: Solaris Zones Get Zone Current State
        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: solaris-zone-monitoring-zone-state-rest
    port: 8080
    description: REST adapter for Solaris Zones Solaris Zone Monitoring API — Zone State. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/com-oracle-solaris-rad-zonemgr/1-6
      name: com-oracle-solaris-rad-zonemgr-1-6
      description: REST surface for com.oracle.solaris.rad.zonemgr-1.6.
      operations:
      - method: GET
        name: listallzones
        description: Solaris Zones List All Zones With Status
        call: solaris-zone-monitoring-zone-state.listallzones
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/com-oracle-solaris-rad-zonemgr/1-6/zone/{zonename}/auxstate
      name: com-oracle-solaris-rad-zonemgr-1-6-zone-zonename-auxstate
      description: REST surface for com.oracle.solaris.rad.zonemgr-1.6-Zone-zoneName-auxstate.
      operations:
      - method: GET
        name: getzoneauxstate
        description: Solaris Zones Get Zone Auxiliary States
        call: solaris-zone-monitoring-zone-state.getzoneauxstate
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/com-oracle-solaris-rad-zonemgr/1-6/zone/{zonename}/id
      name: com-oracle-solaris-rad-zonemgr-1-6-zone-zonename-id
      description: REST surface for com.oracle.solaris.rad.zonemgr-1.6-Zone-zoneName-id.
      operations:
      - method: GET
        name: getzoneid
        description: Solaris Zones Get Zone Numeric Id
        call: solaris-zone-monitoring-zone-state.getzoneid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/com-oracle-solaris-rad-zonemgr/1-6/zone/{zonename}/state
      name: com-oracle-solaris-rad-zonemgr-1-6-zone-zonename-state
      description: REST surface for com.oracle.solaris.rad.zonemgr-1.6-Zone-zoneName-state.
      operations:
      - method: GET
        name: getzonestate
        description: Solaris Zones Get Zone Current State
        call: solaris-zone-monitoring-zone-state.getzonestate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: solaris-zone-monitoring-zone-state-mcp
    port: 9090
    transport: http
    description: MCP adapter for Solaris Zones Solaris Zone Monitoring API — Zone State. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: solaris-zones-list-all-zones
      description: Solaris Zones List All Zones With Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: solaris-zone-monitoring-zone-state.listallzones
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-get-zone-auxiliary
      description: Solaris Zones Get Zone Auxiliary States
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: solaris-zone-monitoring-zone-state.getzoneauxstate
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-get-zone-numeric
      description: Solaris Zones Get Zone Numeric Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: solaris-zone-monitoring-zone-state.getzoneid
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-get-zone-current
      description: Solaris Zones Get Zone Current State
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: solaris-zone-monitoring-zone-state.getzonestate
      outputParameters:
      - type: object
        mapping: $.