IXON · Capability

IXON API — HistoricalDataUsage

IXON API — HistoricalDataUsage. 1 operations. Lead operation: HistoricalDataUsage. Self-contained Naftiko capability covering one Ixon business surface.

Run with Naftiko IxonHistoricalDataUsage

What You Can Do

GET
Get — HistoricalDataUsage
/v1/historical-data-usage

MCP Tools

historicaldatausage

HistoricalDataUsage

read-only idempotent

Capability Spec

ixon-historicaldatausage.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IXON API — HistoricalDataUsage
  description: 'IXON API — HistoricalDataUsage. 1 operations. Lead operation: HistoricalDataUsage. Self-contained Naftiko
    capability covering one Ixon business surface.'
  tags:
  - Ixon
  - HistoricalDataUsage
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    IXON_API_KEY: IXON_API_KEY
capability:
  consumes:
  - type: http
    namespace: ixon-historicaldatausage
    baseUri: https://portal.ixon.cloud:443/api
    description: IXON API — HistoricalDataUsage business capability. Self-contained, no shared references.
    resources:
    - name: historical-data-usage
      path: /historical-data-usage
      operations:
      - name: get
        method: GET
        description: HistoricalDataUsage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.IXON_API_KEY}}'
  exposes:
  - type: rest
    namespace: ixon-historicaldatausage-rest
    port: 8080
    description: REST adapter for IXON API — HistoricalDataUsage. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/historical-data-usage
      name: historical-data-usage
      description: REST surface for historical-data-usage.
      operations:
      - method: GET
        name: get
        description: HistoricalDataUsage
        call: ixon-historicaldatausage.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ixon-historicaldatausage-mcp
    port: 9090
    transport: http
    description: MCP adapter for IXON API — HistoricalDataUsage. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: historicaldatausage
      description: HistoricalDataUsage
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ixon-historicaldatausage.get
      outputParameters:
      - type: object
        mapping: $.