IXON · Capability

IXON API — AgentAppAlarming

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

Run with Naftiko IxonAgentAppAlarming

What You Can Do

DELETE
Delete — AgentAppAlarming
/v1/agents/{publicid}/app/alarming

MCP Tools

agentappalarming

AgentAppAlarming

idempotent

Capability Spec

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