IXON · Capability

IXON API — AgentDataAlarmOccurrenceList

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

Run with Naftiko IxonAgentDataAlarmOccurrenceList

What You Can Do

GET
Get — AgentDataAlarmOccurrenceList
/v1/agents/{agentid}/alarm-occurrences
PATCH
Patch — AgentDataAlarmOccurrenceList
/v1/agents/{agentid}/alarm-occurrences

MCP Tools

agentdataalarmoccurrencelist

AgentDataAlarmOccurrenceList

read-only idempotent
agentdataalarmoccurrencelist-2

AgentDataAlarmOccurrenceList

idempotent

Capability Spec

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