Oracle WebLogic Server · Capability

Oracle WebLogic Server Oracle WebLogic Deployment API — Application Deployments

Oracle WebLogic Server Oracle WebLogic Deployment API — Application Deployments. 6 operations. Lead operation: Oracle WebLogic Server Get application deployment creation form. Self-contained Naftiko capability covering one Oracle Weblogic business surface.

Run with Naftiko Oracle WeblogicApplication Deployments

What You Can Do

GET
Getappdeploymentcreateform — Oracle WebLogic Server Get application deployment creation form
/v1/edit/appdeploymentcreateform
GET
Listappdeployments — Oracle WebLogic Server List all application deployments
/v1/edit/appdeployments
POST
Deployapplication — Oracle WebLogic Server Deploy an application
/v1/edit/appdeployments
GET
Getappdeployment — Oracle WebLogic Server Get application deployment details
/v1/edit/appdeployments/{appname}
POST
Updateappdeployment — Oracle WebLogic Server Update application deployment configuration
/v1/edit/appdeployments/{appname}
DELETE
Undeployapplication — Oracle WebLogic Server Undeploy an application
/v1/edit/appdeployments/{appname}

MCP Tools

oracle-weblogic-server-get-application

Oracle WebLogic Server Get application deployment creation form

read-only idempotent
oracle-weblogic-server-list-all

Oracle WebLogic Server List all application deployments

read-only idempotent
oracle-weblogic-server-deploy-application

Oracle WebLogic Server Deploy an application

oracle-weblogic-server-get-application-2

Oracle WebLogic Server Get application deployment details

read-only idempotent
oracle-weblogic-server-update-application

Oracle WebLogic Server Update application deployment configuration

oracle-weblogic-server-undeploy-application

Oracle WebLogic Server Undeploy an application

idempotent

Capability Spec

deployment-application-deployments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server Oracle WebLogic Deployment API — Application Deployments
  description: 'Oracle WebLogic Server Oracle WebLogic Deployment API — Application Deployments. 6 operations. Lead operation:
    Oracle WebLogic Server Get application deployment creation form. Self-contained Naftiko capability covering one Oracle
    Weblogic business surface.'
  tags:
  - Oracle Weblogic
  - Application Deployments
  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-application-deployments
    baseUri: http://localhost:7001/management/weblogic/latest
    description: Oracle WebLogic Server Oracle WebLogic Deployment API — Application Deployments business capability. Self-contained,
      no shared references.
    resources:
    - name: edit-appDeploymentCreateForm
      path: /edit/appDeploymentCreateForm
      operations:
      - name: getappdeploymentcreateform
        method: GET
        description: Oracle WebLogic Server Get application deployment creation form
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: edit-appDeployments
      path: /edit/appDeployments
      operations:
      - name: listappdeployments
        method: GET
        description: Oracle WebLogic Server List all application deployments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deployapplication
        method: POST
        description: Oracle WebLogic Server Deploy an application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: edit-appDeployments-appName
      path: /edit/appDeployments/{appName}
      operations:
      - name: getappdeployment
        method: GET
        description: Oracle WebLogic Server Get application deployment details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateappdeployment
        method: POST
        description: Oracle WebLogic Server Update application deployment configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: undeployapplication
        method: DELETE
        description: Oracle WebLogic Server Undeploy an application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.ORACLE_WEBLOGIC_USER}}'
      password: '{{env.ORACLE_WEBLOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: deployment-application-deployments-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server Oracle WebLogic Deployment API — Application Deployments. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/edit/appdeploymentcreateform
      name: edit-appdeploymentcreateform
      description: REST surface for edit-appDeploymentCreateForm.
      operations:
      - method: GET
        name: getappdeploymentcreateform
        description: Oracle WebLogic Server Get application deployment creation form
        call: deployment-application-deployments.getappdeploymentcreateform
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/edit/appdeployments
      name: edit-appdeployments
      description: REST surface for edit-appDeployments.
      operations:
      - method: GET
        name: listappdeployments
        description: Oracle WebLogic Server List all application deployments
        call: deployment-application-deployments.listappdeployments
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: deployapplication
        description: Oracle WebLogic Server Deploy an application
        call: deployment-application-deployments.deployapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/edit/appdeployments/{appname}
      name: edit-appdeployments-appname
      description: REST surface for edit-appDeployments-appName.
      operations:
      - method: GET
        name: getappdeployment
        description: Oracle WebLogic Server Get application deployment details
        call: deployment-application-deployments.getappdeployment
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: updateappdeployment
        description: Oracle WebLogic Server Update application deployment configuration
        call: deployment-application-deployments.updateappdeployment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: undeployapplication
        description: Oracle WebLogic Server Undeploy an application
        call: deployment-application-deployments.undeployapplication
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: deployment-application-deployments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server Oracle WebLogic Deployment API — Application Deployments. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-get-application
      description: Oracle WebLogic Server Get application deployment creation form
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deployment-application-deployments.getappdeploymentcreateform
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-list-all
      description: Oracle WebLogic Server List all application deployments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deployment-application-deployments.listappdeployments
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-deploy-application
      description: Oracle WebLogic Server Deploy an application
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deployment-application-deployments.deployapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-get-application-2
      description: Oracle WebLogic Server Get application deployment details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deployment-application-deployments.getappdeployment
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-update-application
      description: Oracle WebLogic Server Update application deployment configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deployment-application-deployments.updateappdeployment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-undeploy-application
      description: Oracle WebLogic Server Undeploy an application
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: deployment-application-deployments.undeployapplication
      outputParameters:
      - type: object
        mapping: $.