Sonatype Nexus · Capability

Sonatype Nexus Repository Manager — Manage Sonatype Repository Firewall configuration

Sonatype Nexus Repository Manager — Manage Sonatype Repository Firewall configuration. 8 operations. Lead operation: Get Sonatype Repository Firewall configuration. Self-contained Naftiko capability covering one Sonatype Nexus business surface.

Run with Naftiko Sonatype NexusManage Sonatype Repository Firewall configuration

What You Can Do

GET
Getconfiguration — Get Sonatype Repository Firewall configuration
/v1/v1/iq
PUT
Updateconfiguration — Update Sonatype Repository Firewall configuration
/v1/v1/iq
GET
Getallauditstatus — List repositories audit statuses.
/v1/v1/iq/audit
PUT
Manageaudit — Manage audit
/v1/v1/iq/audit
GET
Getauditstatus — Get audit status for the repository
/v1/v1/iq/audit/{repositoryname}
POST
Disableiq — Disable Sonatype Repository Firewall
/v1/v1/iq/disable
POST
Enableiq — Enable Sonatype Repository Firewall
/v1/v1/iq/enable
POST
Verifyiqconnection — Verify Sonatype Repository Firewall connection
/v1/v1/iq/verify-connection

MCP Tools

get-sonatype-repository-firewall-configuration

Get Sonatype Repository Firewall configuration

read-only idempotent
update-sonatype-repository-firewall-configuration

Update Sonatype Repository Firewall configuration

idempotent
list-repositories-audit-statuses

List repositories audit statuses.

read-only idempotent
manage-audit

Manage audit

idempotent
get-audit-status-repository

Get audit status for the repository

read-only idempotent
disable-sonatype-repository-firewall

Disable Sonatype Repository Firewall

enable-sonatype-repository-firewall

Enable Sonatype Repository Firewall

verify-sonatype-repository-firewall-connection

Verify Sonatype Repository Firewall connection

Capability Spec

repository-manage-sonatype-repository-firewall-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sonatype Nexus Repository Manager — Manage Sonatype Repository Firewall configuration
  description: 'Sonatype Nexus Repository Manager — Manage Sonatype Repository Firewall configuration. 8 operations. Lead
    operation: Get Sonatype Repository Firewall configuration. Self-contained Naftiko capability covering one Sonatype Nexus
    business surface.'
  tags:
  - Sonatype Nexus
  - Manage Sonatype Repository Firewall configuration
  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-manage-sonatype-repository-firewall-configuration
    baseUri: ''
    description: Sonatype Nexus Repository Manager — Manage Sonatype Repository Firewall configuration business capability.
      Self-contained, no shared references.
    resources:
    - name: v1-iq
      path: /v1/iq
      operations:
      - name: getconfiguration
        method: GET
        description: Get Sonatype Repository Firewall configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateconfiguration
        method: PUT
        description: Update Sonatype Repository Firewall configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-iq-audit
      path: /v1/iq/audit
      operations:
      - name: getallauditstatus
        method: GET
        description: List repositories audit statuses.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: manageaudit
        method: PUT
        description: Manage audit
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-iq-audit-repositoryName
      path: /v1/iq/audit/{repositoryName}
      operations:
      - name: getauditstatus
        method: GET
        description: Get audit status for the repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: repositoryName
          in: path
          type: string
          required: true
    - name: v1-iq-disable
      path: /v1/iq/disable
      operations:
      - name: disableiq
        method: POST
        description: Disable Sonatype Repository Firewall
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-iq-enable
      path: /v1/iq/enable
      operations:
      - name: enableiq
        method: POST
        description: Enable Sonatype Repository Firewall
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-iq-verify-connection
      path: /v1/iq/verify-connection
      operations:
      - name: verifyiqconnection
        method: POST
        description: Verify Sonatype Repository Firewall connection
        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-manage-sonatype-repository-firewall-configuration-rest
    port: 8080
    description: REST adapter for Sonatype Nexus Repository Manager — Manage Sonatype Repository Firewall configuration. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/iq
      name: v1-iq
      description: REST surface for v1-iq.
      operations:
      - method: GET
        name: getconfiguration
        description: Get Sonatype Repository Firewall configuration
        call: repository-manage-sonatype-repository-firewall-configuration.getconfiguration
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateconfiguration
        description: Update Sonatype Repository Firewall configuration
        call: repository-manage-sonatype-repository-firewall-configuration.updateconfiguration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/iq/audit
      name: v1-iq-audit
      description: REST surface for v1-iq-audit.
      operations:
      - method: GET
        name: getallauditstatus
        description: List repositories audit statuses.
        call: repository-manage-sonatype-repository-firewall-configuration.getallauditstatus
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: manageaudit
        description: Manage audit
        call: repository-manage-sonatype-repository-firewall-configuration.manageaudit
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/iq/audit/{repositoryname}
      name: v1-iq-audit-repositoryname
      description: REST surface for v1-iq-audit-repositoryName.
      operations:
      - method: GET
        name: getauditstatus
        description: Get audit status for the repository
        call: repository-manage-sonatype-repository-firewall-configuration.getauditstatus
        with:
          repositoryName: rest.repositoryName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/iq/disable
      name: v1-iq-disable
      description: REST surface for v1-iq-disable.
      operations:
      - method: POST
        name: disableiq
        description: Disable Sonatype Repository Firewall
        call: repository-manage-sonatype-repository-firewall-configuration.disableiq
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/iq/enable
      name: v1-iq-enable
      description: REST surface for v1-iq-enable.
      operations:
      - method: POST
        name: enableiq
        description: Enable Sonatype Repository Firewall
        call: repository-manage-sonatype-repository-firewall-configuration.enableiq
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/iq/verify-connection
      name: v1-iq-verify-connection
      description: REST surface for v1-iq-verify-connection.
      operations:
      - method: POST
        name: verifyiqconnection
        description: Verify Sonatype Repository Firewall connection
        call: repository-manage-sonatype-repository-firewall-configuration.verifyiqconnection
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: repository-manage-sonatype-repository-firewall-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sonatype Nexus Repository Manager — Manage Sonatype Repository Firewall configuration. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: get-sonatype-repository-firewall-configuration
      description: Get Sonatype Repository Firewall configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: repository-manage-sonatype-repository-firewall-configuration.getconfiguration
      outputParameters:
      - type: object
        mapping: $.
    - name: update-sonatype-repository-firewall-configuration
      description: Update Sonatype Repository Firewall configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: repository-manage-sonatype-repository-firewall-configuration.updateconfiguration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-repositories-audit-statuses
      description: List repositories audit statuses.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: repository-manage-sonatype-repository-firewall-configuration.getallauditstatus
      outputParameters:
      - type: object
        mapping: $.
    - name: manage-audit
      description: Manage audit
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: repository-manage-sonatype-repository-firewall-configuration.manageaudit
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-audit-status-repository
      description: Get audit status for the repository
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: repository-manage-sonatype-repository-firewall-configuration.getauditstatus
      with:
        repositoryName: tools.repositoryName
      outputParameters:
      - type: object
        mapping: $.
    - name: disable-sonatype-repository-firewall
      description: Disable Sonatype Repository Firewall
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: repository-manage-sonatype-repository-firewall-configuration.disableiq
      outputParameters:
      - type: object
        mapping: $.
    - name: enable-sonatype-repository-firewall
      description: Enable Sonatype Repository Firewall
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: repository-manage-sonatype-repository-firewall-configuration.enableiq
      outputParameters:
      - type: object
        mapping: $.
    - name: verify-sonatype-repository-firewall-connection
      description: Verify Sonatype Repository Firewall connection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: repository-manage-sonatype-repository-firewall-configuration.verifyiqconnection
      outputParameters:
      - type: object
        mapping: $.