Coveo · Capability

Coveo Connectivity API — Diagnostic Logs

Coveo Connectivity API — Diagnostic Logs. 2 operations. Lead operation: Diagnostic Logs. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoConnectivityDiagnostic Logs

What You Can Do

POST
Createlogrequestforactivity
Privilege required
/v1/organizations/{organizationid}/logrequests
GET
Getlogrequest
Privilege required
/v1/organizations/{organizationid}/logrequests/{logrequestid}

MCP Tools

details-summary-privilege-required-summary

Privilege required

details-summary-privilege-required-summary-2

Privilege required

read-only idempotent

Capability Spec

connectivity-diagnostic-logs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Connectivity API — Diagnostic Logs
  description: 'Coveo Connectivity API — Diagnostic Logs. 2 operations. Lead operation: Diagnostic Logs. Self-contained Naftiko
    capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Connectivity
  - Diagnostic Logs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: connectivity-diagnostic-logs
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Connectivity API — Diagnostic Logs business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: rest-organizations-organizationId-logrequests
      path: /rest/organizations/{organizationId}/logrequests
      operations:
      - name: createlogrequestforactivity
        method: POST
        description: <details><summary>Privilege required</summary>
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: resourceType
          in: query
          type: string
          description: The type of the resource referenced in the request model. Possible values are SOURCE and SECURITY_PROVIDER.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-organizations-organizationId-logrequests-logRequestId
      path: /rest/organizations/{organizationId}/logrequests/{logRequestId}
      operations:
      - name: getlogrequest
        method: GET
        description: <details><summary>Privilege required</summary>
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: logRequestId
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: connectivity-diagnostic-logs-rest
    port: 8080
    description: REST adapter for Coveo Connectivity API — Diagnostic Logs. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/logrequests
      name: rest-organizations-organizationid-logrequests
      description: REST surface for rest-organizations-organizationId-logrequests.
      operations:
      - method: POST
        name: createlogrequestforactivity
        description: <details><summary>Privilege required</summary>
        call: connectivity-diagnostic-logs.createlogrequestforactivity
        with:
          organizationId: rest.organizationId
          resourceType: rest.resourceType
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{organizationid}/logrequests/{logrequestid}
      name: rest-organizations-organizationid-logrequests-logrequestid
      description: REST surface for rest-organizations-organizationId-logrequests-logRequestId.
      operations:
      - method: GET
        name: getlogrequest
        description: <details><summary>Privilege required</summary>
        call: connectivity-diagnostic-logs.getlogrequest
        with:
          organizationId: rest.organizationId
          logRequestId: rest.logRequestId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: connectivity-diagnostic-logs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Connectivity API — Diagnostic Logs. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: details-summary-privilege-required-summary
      description: <details><summary>Privilege required</summary>
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: connectivity-diagnostic-logs.createlogrequestforactivity
      with:
        organizationId: tools.organizationId
        resourceType: tools.resourceType
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: details-summary-privilege-required-summary-2
      description: <details><summary>Privilege required</summary>
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connectivity-diagnostic-logs.getlogrequest
      with:
        organizationId: tools.organizationId
        logRequestId: tools.logRequestId
      outputParameters:
      - type: object
        mapping: $.