Oracle WebLogic Server · Capability

Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Application Runtime

Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Application Runtime. 6 operations. Lead operation: Oracle WebLogic Server List application deployment runtimes. Self-contained Naftiko capability covering one Oracle Weblogic business surface.

Run with Naftiko Oracle WeblogicApplication Runtime

What You Can Do

GET
Listappdeploymentruntimes — Oracle WebLogic Server List application deployment runtimes
/v1/domainruntime/appdeploymentruntimes
GET
Getappdeploymentruntime — Oracle WebLogic Server Get runtime for a specific application
/v1/domainruntime/appdeploymentruntimes/{appname}
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
Listapplicationruntimes — Oracle WebLogic Server List application runtimes on a server
/v1/domainruntime/serverruntimes/{servername}/applicationruntimes
GET
Listcomponentruntimes — Oracle WebLogic Server List component runtimes for an application
/v1/domainruntime/serverruntimes/{servername}/applicationruntimes/{appname}/componentruntimes

MCP Tools

oracle-weblogic-server-list-application

Oracle WebLogic Server List application deployment runtimes

read-only idempotent
oracle-weblogic-server-get-runtime

Oracle WebLogic Server Get runtime for a specific application

read-only idempotent
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-list-application-2

Oracle WebLogic Server List application runtimes on a server

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

Oracle WebLogic Server List component runtimes for an application

read-only idempotent

Capability Spec

monitoring-application-runtime.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Application Runtime
  description: 'Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Application Runtime. 6 operations.
    Lead operation: Oracle WebLogic Server List application deployment runtimes. Self-contained Naftiko capability covering
    one Oracle Weblogic business surface.'
  tags:
  - Oracle Weblogic
  - Application Runtime
  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: monitoring-application-runtime
    baseUri: http://localhost:7001/management/weblogic/latest
    description: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Application Runtime business capability.
      Self-contained, no shared references.
    resources:
    - name: domainRuntime-appDeploymentRuntimes
      path: /domainRuntime/appDeploymentRuntimes
      operations:
      - name: listappdeploymentruntimes
        method: GET
        description: Oracle WebLogic Server List application deployment runtimes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainRuntime-appDeploymentRuntimes-appName
      path: /domainRuntime/appDeploymentRuntimes/{appName}
      operations:
      - name: getappdeploymentruntime
        method: GET
        description: Oracle WebLogic Server Get runtime for a specific application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - 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-serverRuntimes-serverName-applicationRuntimes
      path: /domainRuntime/serverRuntimes/{serverName}/applicationRuntimes
      operations:
      - name: listapplicationruntimes
        method: GET
        description: Oracle WebLogic Server List application runtimes on a server
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainRuntime-serverRuntimes-serverName-applicationRuntimes-appName-componentRun
      path: /domainRuntime/serverRuntimes/{serverName}/applicationRuntimes/{appName}/componentRuntimes
      operations:
      - name: listcomponentruntimes
        method: GET
        description: Oracle WebLogic Server List component runtimes for 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: monitoring-application-runtime-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Application Runtime.
      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: listappdeploymentruntimes
        description: Oracle WebLogic Server List application deployment runtimes
        call: monitoring-application-runtime.listappdeploymentruntimes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/appdeploymentruntimes/{appname}
      name: domainruntime-appdeploymentruntimes-appname
      description: REST surface for domainRuntime-appDeploymentRuntimes-appName.
      operations:
      - method: GET
        name: getappdeploymentruntime
        description: Oracle WebLogic Server Get runtime for a specific application
        call: monitoring-application-runtime.getappdeploymentruntime
        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: monitoring-application-runtime.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: monitoring-application-runtime.stopapplication
        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: listapplicationruntimes
        description: Oracle WebLogic Server List application runtimes on a server
        call: monitoring-application-runtime.listapplicationruntimes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/serverruntimes/{servername}/applicationruntimes/{appname}/componentruntimes
      name: domainruntime-serverruntimes-servername-applicationruntimes-appname-componentrun
      description: REST surface for domainRuntime-serverRuntimes-serverName-applicationRuntimes-appName-componentRun.
      operations:
      - method: GET
        name: listcomponentruntimes
        description: Oracle WebLogic Server List component runtimes for an application
        call: monitoring-application-runtime.listcomponentruntimes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: monitoring-application-runtime-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Application Runtime.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-list-application
      description: Oracle WebLogic Server List application deployment runtimes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-application-runtime.listappdeploymentruntimes
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-get-runtime
      description: Oracle WebLogic Server Get runtime for a specific application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-application-runtime.getappdeploymentruntime
      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: monitoring-application-runtime.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: monitoring-application-runtime.stopapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-list-application-2
      description: Oracle WebLogic Server List application runtimes on a server
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-application-runtime.listapplicationruntimes
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-list-component
      description: Oracle WebLogic Server List component runtimes for an application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-application-runtime.listcomponentruntimes
      outputParameters:
      - type: object
        mapping: $.