Oracle WebLogic Server · Capability

Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Tasks

Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Tasks. 1 operations. Lead operation: Oracle WebLogic Server Get status of an asynchronous task. Self-contained Naftiko capability covering one Oracle Weblogic business surface.

Run with Naftiko Oracle WeblogicTasks

What You Can Do

GET
Gettaskstatus — Oracle WebLogic Server Get status of an asynchronous task
/v1/domainruntime/tasks/{taskid}

MCP Tools

oracle-weblogic-server-get-status

Oracle WebLogic Server Get status of an asynchronous task

read-only idempotent

Capability Spec

monitoring-tasks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Tasks
  description: 'Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Tasks. 1 operations. Lead operation:
    Oracle WebLogic Server Get status of an asynchronous task. Self-contained Naftiko capability covering one Oracle Weblogic
    business surface.'
  tags:
  - Oracle Weblogic
  - Tasks
  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-tasks
    baseUri: http://localhost:7001/management/weblogic/latest
    description: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Tasks business capability. Self-contained,
      no shared references.
    resources:
    - name: domainRuntime-tasks-taskId
      path: /domainRuntime/tasks/{taskId}
      operations:
      - name: gettaskstatus
        method: GET
        description: Oracle WebLogic Server Get status of an asynchronous task
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: taskId
          in: path
          type: string
          description: Task identifier
          required: true
    authentication:
      type: basic
      username: '{{env.ORACLE_WEBLOGIC_USER}}'
      password: '{{env.ORACLE_WEBLOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: monitoring-tasks-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Tasks. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/domainruntime/tasks/{taskid}
      name: domainruntime-tasks-taskid
      description: REST surface for domainRuntime-tasks-taskId.
      operations:
      - method: GET
        name: gettaskstatus
        description: Oracle WebLogic Server Get status of an asynchronous task
        call: monitoring-tasks.gettaskstatus
        with:
          taskId: rest.taskId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: monitoring-tasks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Tasks. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-get-status
      description: Oracle WebLogic Server Get status of an asynchronous task
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-tasks.gettaskstatus
      with:
        taskId: tools.taskId
      outputParameters:
      - type: object
        mapping: $.