Dokploy · Capability

Dokploy API — auditLog

Dokploy API — auditLog. 1 operations. Lead operation: auditLog.all. Self-contained Naftiko capability covering one Dokploy business surface.

Dokploy API — auditLog is a Naftiko capability published by Dokploy, one of 48 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/auditLog.all.

The capability includes 1 read-only operation. Lead operation: auditLog-all. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Dokploy and auditLog.

Run with Naftiko DokployauditLog

What You Can Do

GET
Auditlog all — auditLog-all
/v1/auditLog.all

MCP Tools

auditLog-all

auditLog-all

read-only idempotent

Capability Spec

dokploy-audit-log.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dokploy API — auditLog
  description: 'Dokploy API — auditLog. 1 operations. Lead operation: auditLog.all. Self-contained Naftiko capability covering one Dokploy business
    surface.'
  tags:
  - Dokploy
  - auditLog
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    DOKPLOY_API_KEY: DOKPLOY_API_KEY
    DOKPLOY_URL: DOKPLOY_URL
capability:
  consumes:
  - type: http
    namespace: dokploy-audit-log
    baseUri: ${DOKPLOY_URL}/api
    description: Dokploy API — auditLog business capability. Self-contained, no shared references.
    resources:
    - name: all
      path: /auditLog.all
      operations:
      - name: auditLog-all
        method: GET
        description: auditLog-all
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: dokploy-audit-log-rest
    port: 8080
    description: REST adapter for Dokploy API — auditLog. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/auditLog.all
      name: all
      description: REST surface for all.
      operations:
      - method: GET
        name: auditLog-all
        description: auditLog-all
        call: dokploy-audit-log.auditLog-all
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dokploy-audit-log-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dokploy API — auditLog. One tool per consumed operation, routed inline through this capability’s consumes block.
    tools:
    - name: auditLog-all
      description: auditLog-all
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dokploy-audit-log.auditLog-all
      outputParameters:
      - type: object
        mapping: $.