Sonatype · Capability

Sonatype Lifecycle Public REST API — Config Reverse Proxy Authentication

Sonatype Lifecycle Public REST API — Config Reverse Proxy Authentication. 3 operations. Lead operation: Config Reverse Proxy Authentication. Self-contained Naftiko capability covering one Sonatype business surface.

Run with Naftiko SonatypeConfig Reverse Proxy Authentication

What You Can Do

DELETE
Deleteconfiguration5 — Use this method to remove an existing reverse proxy server configuration.
/v1/api/v2/config/reverseproxyauthentication
GET
Getconfiguration5 — Use this method to inspect an existing reverse proxy server configuration.
/v1/api/v2/config/reverseproxyauthentication
PUT
Setconfiguration5 — Use this method to configure the reverse proxy server.
/v1/api/v2/config/reverseproxyauthentication

MCP Tools

use-this-method-remove-existing

Use this method to remove an existing reverse proxy server configuration.

idempotent
use-this-method-inspect-existing

Use this method to inspect an existing reverse proxy server configuration.

read-only idempotent
use-this-method-configure-reverse

Use this method to configure the reverse proxy server.

idempotent

Capability Spec

lifecycle-config-reverse-proxy-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sonatype Lifecycle Public REST API — Config Reverse Proxy Authentication
  description: 'Sonatype Lifecycle Public REST API — Config Reverse Proxy Authentication. 3 operations. Lead operation: Config
    Reverse Proxy Authentication. Self-contained Naftiko capability covering one Sonatype business surface.'
  tags:
  - Sonatype
  - Config Reverse Proxy Authentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SONATYPE_API_KEY: SONATYPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: lifecycle-config-reverse-proxy-authentication
    baseUri: ''
    description: Sonatype Lifecycle Public REST API — Config Reverse Proxy Authentication business capability. Self-contained,
      no shared references.
    resources:
    - name: api-v2-config-reverseProxyAuthentication
      path: /api/v2/config/reverseProxyAuthentication
      operations:
      - name: deleteconfiguration5
        method: DELETE
        description: Use this method to remove an existing reverse proxy server configuration.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getconfiguration5
        method: GET
        description: Use this method to inspect an existing reverse proxy server configuration.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: setconfiguration5
        method: PUT
        description: Use this method to configure the reverse proxy server.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.SONATYPE_API_KEY}}'
  exposes:
  - type: rest
    namespace: lifecycle-config-reverse-proxy-authentication-rest
    port: 8080
    description: REST adapter for Sonatype Lifecycle Public REST API — Config Reverse Proxy Authentication. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/v2/config/reverseproxyauthentication
      name: api-v2-config-reverseproxyauthentication
      description: REST surface for api-v2-config-reverseProxyAuthentication.
      operations:
      - method: DELETE
        name: deleteconfiguration5
        description: Use this method to remove an existing reverse proxy server configuration.
        call: lifecycle-config-reverse-proxy-authentication.deleteconfiguration5
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getconfiguration5
        description: Use this method to inspect an existing reverse proxy server configuration.
        call: lifecycle-config-reverse-proxy-authentication.getconfiguration5
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: setconfiguration5
        description: Use this method to configure the reverse proxy server.
        call: lifecycle-config-reverse-proxy-authentication.setconfiguration5
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: lifecycle-config-reverse-proxy-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sonatype Lifecycle Public REST API — Config Reverse Proxy Authentication. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: use-this-method-remove-existing
      description: Use this method to remove an existing reverse proxy server configuration.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: lifecycle-config-reverse-proxy-authentication.deleteconfiguration5
      outputParameters:
      - type: object
        mapping: $.
    - name: use-this-method-inspect-existing
      description: Use this method to inspect an existing reverse proxy server configuration.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: lifecycle-config-reverse-proxy-authentication.getconfiguration5
      outputParameters:
      - type: object
        mapping: $.
    - name: use-this-method-configure-reverse
      description: Use this method to configure the reverse proxy server.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: lifecycle-config-reverse-proxy-authentication.setconfiguration5
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.