Sumo Logic · Capability

Sumo Logic API — healthEvents

Sumo Logic API — healthEvents. 2 operations. Lead operation: Get A List Of Health Events.. Self-contained Naftiko capability covering one Sumo Logic business surface.

Run with Naftiko Sumo LogichealthEvents

What You Can Do

GET
Listallhealthevents — Get A List Of Health Events.
/v1/v1/healthevents
POST
Listallhealtheventsforresources — Health Events For Specific Resources.
/v1/v1/healthevents/resources

MCP Tools

get-list-health-events

Get A List Of Health Events.

read-only idempotent
health-events-specific-resources

Health Events For Specific Resources.

Capability Spec

sumo-logic-healthevents.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sumo Logic API — healthEvents
  description: 'Sumo Logic API — healthEvents. 2 operations. Lead operation: Get A List Of Health Events.. Self-contained
    Naftiko capability covering one Sumo Logic business surface.'
  tags:
  - Sumo Logic
  - healthEvents
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SUMO_LOGIC_API_KEY: SUMO_LOGIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: sumo-logic-healthevents
    baseUri: https://api.au.sumologic.com/api
    description: Sumo Logic API — healthEvents business capability. Self-contained, no shared references.
    resources:
    - name: v1-healthEvents
      path: /v1/healthEvents
      operations:
      - name: listallhealthevents
        method: GET
        description: Get A List Of Health Events.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: Limit the number of health events returned in the response. The number of health events returned may
            be less than the `limit`.
        - name: token
          in: query
          type: string
          description: Continuation token to get the next page of results. A page object with the next continuation token
            is returned in the response body. Subsequent GET requests sho
    - name: v1-healthEvents-resources
      path: /v1/healthEvents/resources
      operations:
      - name: listallhealtheventsforresources
        method: POST
        description: Health Events For Specific Resources.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: Limit the number of health events returned in the response. The number of health events returned may
            be less than the `limit`.
        - name: token
          in: query
          type: string
          description: Continuation token to get the next page of results. A page object with the next continuation token
            is returned in the response body. Subsequent GET requests sho
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.SUMO_LOGIC_USER}}'
      password: '{{env.SUMO_LOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: sumo-logic-healthevents-rest
    port: 8080
    description: REST adapter for Sumo Logic API — healthEvents. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/healthevents
      name: v1-healthevents
      description: REST surface for v1-healthEvents.
      operations:
      - method: GET
        name: listallhealthevents
        description: Get A List Of Health Events.
        call: sumo-logic-healthevents.listallhealthevents
        with:
          limit: rest.limit
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/healthevents/resources
      name: v1-healthevents-resources
      description: REST surface for v1-healthEvents-resources.
      operations:
      - method: POST
        name: listallhealtheventsforresources
        description: Health Events For Specific Resources.
        call: sumo-logic-healthevents.listallhealtheventsforresources
        with:
          limit: rest.limit
          token: rest.token
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sumo-logic-healthevents-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sumo Logic API — healthEvents. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-list-health-events
      description: Get A List Of Health Events.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sumo-logic-healthevents.listallhealthevents
      with:
        limit: tools.limit
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.
    - name: health-events-specific-resources
      description: Health Events For Specific Resources.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sumo-logic-healthevents.listallhealtheventsforresources
      with:
        limit: tools.limit
        token: tools.token
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.