Oracle WebLogic Server · Capability

Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Lifecycle

Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Lifecycle. 7 operations. Lead operation: Oracle WebLogic Server List deployment runtimes. Self-contained Naftiko capability covering one Oracle Weblogic business surface.

Run with Naftiko Oracle WeblogicDeployment Lifecycle

What You Can Do

GET
Listdeploymentruntimes — Oracle WebLogic Server List deployment runtimes
/v1/domainruntime/appdeploymentruntimes
POST
Redeployapplication — Oracle WebLogic Server Redeploy an application
/v1/domainruntime/appdeploymentruntimes/{appname}/redeploy
POST
Startapplication — Oracle WebLogic Server Start a deployed application
/v1/domainruntime/appdeploymentruntimes/{appname}/start
POST
Stopapplication — Oracle WebLogic Server Stop a deployed application
/v1/domainruntime/appdeploymentruntimes/{appname}/stop
GET
Getdeploymenttaskstatus — Oracle WebLogic Server Get deployment task status
/v1/domainruntime/appdeploymentruntimes/{appname}/tasks/{taskid}
POST
Updateapplication — Oracle WebLogic Server Update an application deployment
/v1/domainruntime/appdeploymentruntimes/{appname}/update
GET
Listserverapplicationruntimes — Oracle WebLogic Server List application runtimes on a server
/v1/domainruntime/serverruntimes/{servername}/applicationruntimes

MCP Tools

oracle-weblogic-server-list-deployment

Oracle WebLogic Server List deployment runtimes

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

Oracle WebLogic Server Redeploy an application

oracle-weblogic-server-start-deployed

Oracle WebLogic Server Start a deployed application

oracle-weblogic-server-stop-deployed

Oracle WebLogic Server Stop a deployed application

oracle-weblogic-server-get-deployment

Oracle WebLogic Server Get deployment task status

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

Oracle WebLogic Server Update an application deployment

oracle-weblogic-server-list-application

Oracle WebLogic Server List application runtimes on a server

read-only idempotent

Capability Spec

deployment-deployment-lifecycle.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Lifecycle
  description: 'Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Lifecycle. 7 operations. Lead operation:
    Oracle WebLogic Server List deployment runtimes. Self-contained Naftiko capability covering one Oracle Weblogic business
    surface.'
  tags:
  - Oracle Weblogic
  - Deployment Lifecycle
  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-lifecycle
    baseUri: http://localhost:7001/management/weblogic/latest
    description: Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Lifecycle business capability. Self-contained,
      no shared references.
    resources:
    - name: domainRuntime-appDeploymentRuntimes
      path: /domainRuntime/appDeploymentRuntimes
      operations:
      - name: listdeploymentruntimes
        method: GET
        description: Oracle WebLogic Server List deployment runtimes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainRuntime-appDeploymentRuntimes-appName-redeploy
      path: /domainRuntime/appDeploymentRuntimes/{appName}/redeploy
      operations:
      - name: redeployapplication
        method: POST
        description: Oracle WebLogic Server Redeploy an application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: domainRuntime-appDeploymentRuntimes-appName-start
      path: /domainRuntime/appDeploymentRuntimes/{appName}/start
      operations:
      - name: startapplication
        method: POST
        description: Oracle WebLogic Server Start a deployed application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: domainRuntime-appDeploymentRuntimes-appName-stop
      path: /domainRuntime/appDeploymentRuntimes/{appName}/stop
      operations:
      - name: stopapplication
        method: POST
        description: Oracle WebLogic Server Stop a deployed application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: domainRuntime-appDeploymentRuntimes-appName-tasks-taskId
      path: /domainRuntime/appDeploymentRuntimes/{appName}/tasks/{taskId}
      operations:
      - name: getdeploymenttaskstatus
        method: GET
        description: Oracle WebLogic Server Get deployment task status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: taskId
          in: path
          type: string
          required: true
    - name: domainRuntime-appDeploymentRuntimes-appName-update
      path: /domainRuntime/appDeploymentRuntimes/{appName}/update
      operations:
      - name: updateapplication
        method: POST
        description: Oracle WebLogic Server Update an application deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: domainRuntime-serverRuntimes-serverName-applicationRuntimes
      path: /domainRuntime/serverRuntimes/{serverName}/applicationRuntimes
      operations:
      - name: listserverapplicationruntimes
        method: GET
        description: Oracle WebLogic Server List application runtimes on a server
        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-deployment-lifecycle-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Lifecycle. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/domainruntime/appdeploymentruntimes
      name: domainruntime-appdeploymentruntimes
      description: REST surface for domainRuntime-appDeploymentRuntimes.
      operations:
      - method: GET
        name: listdeploymentruntimes
        description: Oracle WebLogic Server List deployment runtimes
        call: deployment-deployment-lifecycle.listdeploymentruntimes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/appdeploymentruntimes/{appname}/redeploy
      name: domainruntime-appdeploymentruntimes-appname-redeploy
      description: REST surface for domainRuntime-appDeploymentRuntimes-appName-redeploy.
      operations:
      - method: POST
        name: redeployapplication
        description: Oracle WebLogic Server Redeploy an application
        call: deployment-deployment-lifecycle.redeployapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/appdeploymentruntimes/{appname}/start
      name: domainruntime-appdeploymentruntimes-appname-start
      description: REST surface for domainRuntime-appDeploymentRuntimes-appName-start.
      operations:
      - method: POST
        name: startapplication
        description: Oracle WebLogic Server Start a deployed application
        call: deployment-deployment-lifecycle.startapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/appdeploymentruntimes/{appname}/stop
      name: domainruntime-appdeploymentruntimes-appname-stop
      description: REST surface for domainRuntime-appDeploymentRuntimes-appName-stop.
      operations:
      - method: POST
        name: stopapplication
        description: Oracle WebLogic Server Stop a deployed application
        call: deployment-deployment-lifecycle.stopapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/appdeploymentruntimes/{appname}/tasks/{taskid}
      name: domainruntime-appdeploymentruntimes-appname-tasks-taskid
      description: REST surface for domainRuntime-appDeploymentRuntimes-appName-tasks-taskId.
      operations:
      - method: GET
        name: getdeploymenttaskstatus
        description: Oracle WebLogic Server Get deployment task status
        call: deployment-deployment-lifecycle.getdeploymenttaskstatus
        with:
          taskId: rest.taskId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/appdeploymentruntimes/{appname}/update
      name: domainruntime-appdeploymentruntimes-appname-update
      description: REST surface for domainRuntime-appDeploymentRuntimes-appName-update.
      operations:
      - method: POST
        name: updateapplication
        description: Oracle WebLogic Server Update an application deployment
        call: deployment-deployment-lifecycle.updateapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/serverruntimes/{servername}/applicationruntimes
      name: domainruntime-serverruntimes-servername-applicationruntimes
      description: REST surface for domainRuntime-serverRuntimes-serverName-applicationRuntimes.
      operations:
      - method: GET
        name: listserverapplicationruntimes
        description: Oracle WebLogic Server List application runtimes on a server
        call: deployment-deployment-lifecycle.listserverapplicationruntimes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: deployment-deployment-lifecycle-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server Oracle WebLogic Deployment API — Deployment Lifecycle. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-list-deployment
      description: Oracle WebLogic Server List deployment runtimes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deployment-deployment-lifecycle.listdeploymentruntimes
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-redeploy-application
      description: Oracle WebLogic Server Redeploy an application
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deployment-deployment-lifecycle.redeployapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-start-deployed
      description: Oracle WebLogic Server Start a deployed application
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deployment-deployment-lifecycle.startapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-stop-deployed
      description: Oracle WebLogic Server Stop a deployed application
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deployment-deployment-lifecycle.stopapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-get-deployment
      description: Oracle WebLogic Server Get deployment task status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deployment-deployment-lifecycle.getdeploymenttaskstatus
      with:
        taskId: tools.taskId
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-update-application
      description: Oracle WebLogic Server Update an application deployment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deployment-deployment-lifecycle.updateapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-list-application
      description: Oracle WebLogic Server List application runtimes on a server
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deployment-deployment-lifecycle.listserverapplicationruntimes
      outputParameters:
      - type: object
        mapping: $.