Oracle WebLogic Server · Capability

Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Configuration

Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Configuration. 2 operations. Lead operation: Oracle WebLogic Server List sub-deployments for an application. Self-contained Naftiko capability covering one Oracle Weblogic business surface.

Run with Naftiko Oracle WeblogicDeployment Configuration

What You Can Do

GET
Listappsubdeployments — Oracle WebLogic Server List sub-deployments for an application
/v1/edit/appdeployments/{appname}/subdeployments
POST
Createappsubdeployment — Oracle WebLogic Server Create a sub-deployment for an application
/v1/edit/appdeployments/{appname}/subdeployments

MCP Tools

oracle-weblogic-server-list-sub

Oracle WebLogic Server List sub-deployments for an application

read-only idempotent
oracle-weblogic-server-create-sub

Oracle WebLogic Server Create a sub-deployment for an application

Capability Spec

deployment-deployment-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Configuration
  description: 'Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Configuration. 2 operations. Lead operation:
    Oracle WebLogic Server List sub-deployments for an application. Self-contained Naftiko capability covering one Oracle
    Weblogic business surface.'
  tags:
  - Oracle Weblogic
  - Deployment Configuration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_WEBLOGIC_API_KEY: ORACLE_WEBLOGIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: deployment-deployment-configuration
    baseUri: http://localhost:7001/management/weblogic/latest
    description: Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Configuration business capability. Self-contained,
      no shared references.
    resources:
    - name: edit-appDeployments-appName-subDeployments
      path: /edit/appDeployments/{appName}/subDeployments
      operations:
      - name: listappsubdeployments
        method: GET
        description: Oracle WebLogic Server List sub-deployments for an application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createappsubdeployment
        method: POST
        description: Oracle WebLogic Server Create a sub-deployment for an application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.ORACLE_WEBLOGIC_USER}}'
      password: '{{env.ORACLE_WEBLOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: deployment-deployment-configuration-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Configuration. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/edit/appdeployments/{appname}/subdeployments
      name: edit-appdeployments-appname-subdeployments
      description: REST surface for edit-appDeployments-appName-subDeployments.
      operations:
      - method: GET
        name: listappsubdeployments
        description: Oracle WebLogic Server List sub-deployments for an application
        call: deployment-deployment-configuration.listappsubdeployments
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createappsubdeployment
        description: Oracle WebLogic Server Create a sub-deployment for an application
        call: deployment-deployment-configuration.createappsubdeployment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: deployment-deployment-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Configuration. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-list-sub
      description: Oracle WebLogic Server List sub-deployments for an application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deployment-deployment-configuration.listappsubdeployments
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-create-sub
      description: Oracle WebLogic Server Create a sub-deployment for an application
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deployment-deployment-configuration.createappsubdeployment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.