Solaris Zones · Capability

Solaris Zones Oracle Solaris StatsStore and Analytics API — Statistics Retrieval

Solaris Zones Oracle Solaris StatsStore and Analytics API — Statistics Retrieval. 2 operations. Lead operation: Solaris Zones Read Current Statistics Values. Self-contained Naftiko capability covering one Solaris Zones business surface.

Run with Naftiko Solaris ZonesStatistics Retrieval

What You Can Do

PUT
Readstatistics — Solaris Zones Read Current Statistics Values
/v1/store/rad-method/read
PUT
Readhistoricalstatistics — Solaris Zones Read Historical Statistics
/v1/store/rad-method/readhistory

MCP Tools

solaris-zones-read-current-statistics

Solaris Zones Read Current Statistics Values

idempotent
solaris-zones-read-historical-statistics

Solaris Zones Read Historical Statistics

idempotent

Capability Spec

solaris-statsstore-statistics-retrieval.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Solaris Zones Oracle Solaris StatsStore and Analytics API — Statistics Retrieval
  description: 'Solaris Zones Oracle Solaris StatsStore and Analytics API — Statistics Retrieval. 2 operations. Lead operation:
    Solaris Zones Read Current Statistics Values. Self-contained Naftiko capability covering one Solaris Zones business surface.'
  tags:
  - Solaris Zones
  - Statistics Retrieval
  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-statsstore-statistics-retrieval
    baseUri: https://{host}:{port}/api/com.oracle.solaris.rad.sstore/1.0
    description: Solaris Zones Oracle Solaris StatsStore and Analytics API — Statistics Retrieval business capability. Self-contained,
      no shared references.
    resources:
    - name: Store-_rad_method-read
      path: /Store/_rad_method/read
      operations:
      - name: readstatistics
        method: PUT
        description: Solaris Zones Read Current Statistics Values
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: Store-_rad_method-readHistory
      path: /Store/_rad_method/readHistory
      operations:
      - name: readhistoricalstatistics
        method: PUT
        description: Solaris Zones Read Historical Statistics
        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_session
      value: '{{env.SOLARIS_ZONES_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: solaris-statsstore-statistics-retrieval-rest
    port: 8080
    description: REST adapter for Solaris Zones Oracle Solaris StatsStore and Analytics API — Statistics Retrieval. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/store/rad-method/read
      name: store-rad-method-read
      description: REST surface for Store-_rad_method-read.
      operations:
      - method: PUT
        name: readstatistics
        description: Solaris Zones Read Current Statistics Values
        call: solaris-statsstore-statistics-retrieval.readstatistics
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/store/rad-method/readhistory
      name: store-rad-method-readhistory
      description: REST surface for Store-_rad_method-readHistory.
      operations:
      - method: PUT
        name: readhistoricalstatistics
        description: Solaris Zones Read Historical Statistics
        call: solaris-statsstore-statistics-retrieval.readhistoricalstatistics
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: solaris-statsstore-statistics-retrieval-mcp
    port: 9090
    transport: http
    description: MCP adapter for Solaris Zones Oracle Solaris StatsStore and Analytics API — Statistics Retrieval. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: solaris-zones-read-current-statistics
      description: Solaris Zones Read Current Statistics Values
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-statsstore-statistics-retrieval.readstatistics
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: solaris-zones-read-historical-statistics
      description: Solaris Zones Read Historical Statistics
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solaris-statsstore-statistics-retrieval.readhistoricalstatistics
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.