Oracle WebLogic Server APIs Oracle WebLogic Server RESTful Management Services API — Domain Runtime

Oracle WebLogic Server APIs Oracle WebLogic Server RESTful Management Services API — Domain Runtime. 6 operations. Lead operation: Oracle WebLogic Server APIs Get domain runtime tree root. Self-contained Naftiko capability covering one Weblogic business surface.

Run with Naftiko WeblogicDomain Runtime

What You Can Do

GET
Getdomainruntimeroot — Oracle WebLogic Server APIs Get domain runtime tree root
/v1/domainruntime
GET
Getdeploymentprogressobjects — Oracle WebLogic Server APIs List deployment progress objects
/v1/domainruntime/deploymentmanager/deploymentprogressobjects
GET
Getserverlifecycleruntimes — Oracle WebLogic Server APIs List all server lifecycle runtimes
/v1/domainruntime/serverlifecycleruntimes
GET
Getserverlifecycleruntime — Oracle WebLogic Server APIs Get a server lifecycle runtime
/v1/domainruntime/serverlifecycleruntimes/{servername}
GET
Getdomainserverruntimes — Oracle WebLogic Server APIs List all server runtimes in the domain
/v1/domainruntime/serverruntimes
GET
Getdomainserverruntime — Oracle WebLogic Server APIs Get a server runtime from the domain
/v1/domainruntime/serverruntimes/{servername}

MCP Tools

oracle-weblogic-server-apis-get

Oracle WebLogic Server APIs Get domain runtime tree root

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

Oracle WebLogic Server APIs List deployment progress objects

read-only idempotent
oracle-weblogic-server-apis-list-2

Oracle WebLogic Server APIs List all server lifecycle runtimes

read-only idempotent
oracle-weblogic-server-apis-get-2

Oracle WebLogic Server APIs Get a server lifecycle runtime

read-only idempotent
oracle-weblogic-server-apis-list-3

Oracle WebLogic Server APIs List all server runtimes in the domain

read-only idempotent
oracle-weblogic-server-apis-get-3

Oracle WebLogic Server APIs Get a server runtime from the domain

read-only idempotent

Capability Spec

restful-management-services-domain-runtime.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server APIs Oracle WebLogic Server RESTful Management Services API — Domain Runtime
  description: 'Oracle WebLogic Server APIs Oracle WebLogic Server RESTful Management Services API — Domain Runtime. 6 operations.
    Lead operation: Oracle WebLogic Server APIs Get domain runtime tree root. Self-contained Naftiko capability covering one
    Weblogic business surface.'
  tags:
  - Weblogic
  - Domain Runtime
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBLOGIC_API_KEY: WEBLOGIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: restful-management-services-domain-runtime
    baseUri: https://{host}:{port}/management/weblogic/latest
    description: Oracle WebLogic Server APIs Oracle WebLogic Server RESTful Management Services API — Domain Runtime business
      capability. Self-contained, no shared references.
    resources:
    - name: domainRuntime
      path: /domainRuntime
      operations:
      - name: getdomainruntimeroot
        method: GET
        description: Oracle WebLogic Server APIs Get domain runtime tree root
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainRuntime-deploymentManager-deploymentProgressObjects
      path: /domainRuntime/deploymentManager/deploymentProgressObjects
      operations:
      - name: getdeploymentprogressobjects
        method: GET
        description: Oracle WebLogic Server APIs List deployment progress objects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainRuntime-serverLifeCycleRuntimes
      path: /domainRuntime/serverLifeCycleRuntimes
      operations:
      - name: getserverlifecycleruntimes
        method: GET
        description: Oracle WebLogic Server APIs List all server lifecycle runtimes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainRuntime-serverLifeCycleRuntimes-serverName
      path: /domainRuntime/serverLifeCycleRuntimes/{serverName}
      operations:
      - name: getserverlifecycleruntime
        method: GET
        description: Oracle WebLogic Server APIs Get a server lifecycle runtime
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainRuntime-serverRuntimes
      path: /domainRuntime/serverRuntimes
      operations:
      - name: getdomainserverruntimes
        method: GET
        description: Oracle WebLogic Server APIs List all server runtimes in the domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainRuntime-serverRuntimes-serverName
      path: /domainRuntime/serverRuntimes/{serverName}
      operations:
      - name: getdomainserverruntime
        method: GET
        description: Oracle WebLogic Server APIs Get a server runtime from the domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.WEBLOGIC_USER}}'
      password: '{{env.WEBLOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: restful-management-services-domain-runtime-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server APIs Oracle WebLogic Server RESTful Management Services API — Domain
      Runtime. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/domainruntime
      name: domainruntime
      description: REST surface for domainRuntime.
      operations:
      - method: GET
        name: getdomainruntimeroot
        description: Oracle WebLogic Server APIs Get domain runtime tree root
        call: restful-management-services-domain-runtime.getdomainruntimeroot
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/deploymentmanager/deploymentprogressobjects
      name: domainruntime-deploymentmanager-deploymentprogressobjects
      description: REST surface for domainRuntime-deploymentManager-deploymentProgressObjects.
      operations:
      - method: GET
        name: getdeploymentprogressobjects
        description: Oracle WebLogic Server APIs List deployment progress objects
        call: restful-management-services-domain-runtime.getdeploymentprogressobjects
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/serverlifecycleruntimes
      name: domainruntime-serverlifecycleruntimes
      description: REST surface for domainRuntime-serverLifeCycleRuntimes.
      operations:
      - method: GET
        name: getserverlifecycleruntimes
        description: Oracle WebLogic Server APIs List all server lifecycle runtimes
        call: restful-management-services-domain-runtime.getserverlifecycleruntimes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/serverlifecycleruntimes/{servername}
      name: domainruntime-serverlifecycleruntimes-servername
      description: REST surface for domainRuntime-serverLifeCycleRuntimes-serverName.
      operations:
      - method: GET
        name: getserverlifecycleruntime
        description: Oracle WebLogic Server APIs Get a server lifecycle runtime
        call: restful-management-services-domain-runtime.getserverlifecycleruntime
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/serverruntimes
      name: domainruntime-serverruntimes
      description: REST surface for domainRuntime-serverRuntimes.
      operations:
      - method: GET
        name: getdomainserverruntimes
        description: Oracle WebLogic Server APIs List all server runtimes in the domain
        call: restful-management-services-domain-runtime.getdomainserverruntimes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/serverruntimes/{servername}
      name: domainruntime-serverruntimes-servername
      description: REST surface for domainRuntime-serverRuntimes-serverName.
      operations:
      - method: GET
        name: getdomainserverruntime
        description: Oracle WebLogic Server APIs Get a server runtime from the domain
        call: restful-management-services-domain-runtime.getdomainserverruntime
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: restful-management-services-domain-runtime-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server APIs Oracle WebLogic Server RESTful Management Services API — Domain
      Runtime. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-apis-get
      description: Oracle WebLogic Server APIs Get domain runtime tree root
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: restful-management-services-domain-runtime.getdomainruntimeroot
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-apis-list
      description: Oracle WebLogic Server APIs List deployment progress objects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: restful-management-services-domain-runtime.getdeploymentprogressobjects
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-apis-list-2
      description: Oracle WebLogic Server APIs List all server lifecycle runtimes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: restful-management-services-domain-runtime.getserverlifecycleruntimes
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-apis-get-2
      description: Oracle WebLogic Server APIs Get a server lifecycle runtime
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: restful-management-services-domain-runtime.getserverlifecycleruntime
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-apis-list-3
      description: Oracle WebLogic Server APIs List all server runtimes in the domain
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: restful-management-services-domain-runtime.getdomainserverruntimes
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-apis-get-3
      description: Oracle WebLogic Server APIs Get a server runtime from the domain
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: restful-management-services-domain-runtime.getdomainserverruntime
      outputParameters:
      - type: object
        mapping: $.