Spring Cloud Config · Capability

Spring Cloud Config Server API — Monitoring

Spring Cloud Config Server API — Monitoring. 1 operations. Lead operation: Trigger configuration refresh notification. Self-contained Naftiko capability covering one Spring Cloud Config business surface.

Run with Naftiko Spring Cloud ConfigMonitoring

What You Can Do

POST
Triggerrefresh — Trigger configuration refresh notification
/v1/monitor

MCP Tools

trigger-configuration-refresh-notification

Trigger configuration refresh notification

Capability Spec

server-monitoring.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Spring Cloud Config Server API — Monitoring
  description: 'Spring Cloud Config Server API — Monitoring. 1 operations. Lead operation: Trigger configuration refresh notification.
    Self-contained Naftiko capability covering one Spring Cloud Config business surface.'
  tags:
  - Spring Cloud Config
  - Monitoring
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SPRING_CLOUD_CONFIG_API_KEY: SPRING_CLOUD_CONFIG_API_KEY
capability:
  consumes:
  - type: http
    namespace: server-monitoring
    baseUri: http://localhost:8888
    description: Spring Cloud Config Server API — Monitoring business capability. Self-contained, no shared references.
    resources:
    - name: monitor
      path: /monitor
      operations:
      - name: triggerrefresh
        method: POST
        description: Trigger configuration refresh notification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: path
          in: query
          type: string
          description: File path pattern to match
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.SPRING_CLOUD_CONFIG_API_KEY}}'
  exposes:
  - type: rest
    namespace: server-monitoring-rest
    port: 8080
    description: REST adapter for Spring Cloud Config Server API — Monitoring. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/monitor
      name: monitor
      description: REST surface for monitor.
      operations:
      - method: POST
        name: triggerrefresh
        description: Trigger configuration refresh notification
        call: server-monitoring.triggerrefresh
        with:
          path: rest.path
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: server-monitoring-mcp
    port: 9090
    transport: http
    description: MCP adapter for Spring Cloud Config Server API — Monitoring. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: trigger-configuration-refresh-notification
      description: Trigger configuration refresh notification
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: server-monitoring.triggerrefresh
      with:
        path: tools.path
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.