Sonatype Nexus · Capability

Sonatype Nexus Repository Manager — Status

Sonatype Nexus Repository Manager — Status. 5 operations. Lead operation: Health check endpoint that returns the results of the system status checks. Self-contained Naftiko capability covering one Sonatype Nexus business surface.

Run with Naftiko Sonatype NexusStatus

What You Can Do

GET
Getclustersystemstatuschecks — Health check endpoint that returns the results of the system status checks
/v1/beta/status/check/cluster
GET
Getnodesystemstatuschecks — Health check endpoint that returns the results of the system status checks of specified Node
/v1/beta/status/check/{nodeid}
GET
Isavailable — Health check endpoint that validates server can respond to read requests
/v1/v1/status
GET
Getsystemstatuschecks — Health check endpoint that returns the results of the system status checks
/v1/v1/status/check
GET
Iswritable — Health check endpoint that validates server can respond to read and write requests
/v1/v1/status/writable

MCP Tools

health-check-endpoint-that-returns

Health check endpoint that returns the results of the system status checks

read-only idempotent
health-check-endpoint-that-returns-2

Health check endpoint that returns the results of the system status checks of specified Node

read-only idempotent
health-check-endpoint-that-validates

Health check endpoint that validates server can respond to read requests

read-only idempotent
health-check-endpoint-that-returns-3

Health check endpoint that returns the results of the system status checks

read-only idempotent
health-check-endpoint-that-validates-2

Health check endpoint that validates server can respond to read and write requests

read-only idempotent

Capability Spec

repository-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sonatype Nexus Repository Manager — Status
  description: 'Sonatype Nexus Repository Manager — Status. 5 operations. Lead operation: Health check endpoint that returns
    the results of the system status checks. Self-contained Naftiko capability covering one Sonatype Nexus business surface.'
  tags:
  - Sonatype Nexus
  - Status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SONATYPE_NEXUS_API_KEY: SONATYPE_NEXUS_API_KEY
capability:
  consumes:
  - type: http
    namespace: repository-status
    baseUri: ''
    description: Sonatype Nexus Repository Manager — Status business capability. Self-contained, no shared references.
    resources:
    - name: beta-status-check-cluster
      path: /beta/status/check/cluster
      operations:
      - name: getclustersystemstatuschecks
        method: GET
        description: Health check endpoint that returns the results of the system status checks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: beta-status-check-nodeId
      path: /beta/status/check/{nodeId}
      operations:
      - name: getnodesystemstatuschecks
        method: GET
        description: Health check endpoint that returns the results of the system status checks of specified Node
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: nodeId
          in: path
          type: string
          description: Node Id
          required: true
    - name: v1-status
      path: /v1/status
      operations:
      - name: isavailable
        method: GET
        description: Health check endpoint that validates server can respond to read requests
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-status-check
      path: /v1/status/check
      operations:
      - name: getsystemstatuschecks
        method: GET
        description: Health check endpoint that returns the results of the system status checks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-status-writable
      path: /v1/status/writable
      operations:
      - name: iswritable
        method: GET
        description: Health check endpoint that validates server can respond to read and write requests
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.SONATYPE_NEXUS_USER}}'
      password: '{{env.SONATYPE_NEXUS_PASS}}'
  exposes:
  - type: rest
    namespace: repository-status-rest
    port: 8080
    description: REST adapter for Sonatype Nexus Repository Manager — Status. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/beta/status/check/cluster
      name: beta-status-check-cluster
      description: REST surface for beta-status-check-cluster.
      operations:
      - method: GET
        name: getclustersystemstatuschecks
        description: Health check endpoint that returns the results of the system status checks
        call: repository-status.getclustersystemstatuschecks
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/beta/status/check/{nodeid}
      name: beta-status-check-nodeid
      description: REST surface for beta-status-check-nodeId.
      operations:
      - method: GET
        name: getnodesystemstatuschecks
        description: Health check endpoint that returns the results of the system status checks of specified Node
        call: repository-status.getnodesystemstatuschecks
        with:
          nodeId: rest.nodeId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/status
      name: v1-status
      description: REST surface for v1-status.
      operations:
      - method: GET
        name: isavailable
        description: Health check endpoint that validates server can respond to read requests
        call: repository-status.isavailable
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/status/check
      name: v1-status-check
      description: REST surface for v1-status-check.
      operations:
      - method: GET
        name: getsystemstatuschecks
        description: Health check endpoint that returns the results of the system status checks
        call: repository-status.getsystemstatuschecks
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/status/writable
      name: v1-status-writable
      description: REST surface for v1-status-writable.
      operations:
      - method: GET
        name: iswritable
        description: Health check endpoint that validates server can respond to read and write requests
        call: repository-status.iswritable
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: repository-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sonatype Nexus Repository Manager — Status. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: health-check-endpoint-that-returns
      description: Health check endpoint that returns the results of the system status checks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: repository-status.getclustersystemstatuschecks
      outputParameters:
      - type: object
        mapping: $.
    - name: health-check-endpoint-that-returns-2
      description: Health check endpoint that returns the results of the system status checks of specified Node
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: repository-status.getnodesystemstatuschecks
      with:
        nodeId: tools.nodeId
      outputParameters:
      - type: object
        mapping: $.
    - name: health-check-endpoint-that-validates
      description: Health check endpoint that validates server can respond to read requests
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: repository-status.isavailable
      outputParameters:
      - type: object
        mapping: $.
    - name: health-check-endpoint-that-returns-3
      description: Health check endpoint that returns the results of the system status checks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: repository-status.getsystemstatuschecks
      outputParameters:
      - type: object
        mapping: $.
    - name: health-check-endpoint-that-validates-2
      description: Health check endpoint that validates server can respond to read and write requests
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: repository-status.iswritable
      outputParameters:
      - type: object
        mapping: $.