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

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

Run with Naftiko WeblogicDomain Configuration

What You Can Do

GET
Getdomainconfigroot — Oracle WebLogic Server APIs Get domain configuration tree root
/v1/domainconfig
GET
Getdomainconfigclusters — Oracle WebLogic Server APIs List all cluster configurations (read-only)
/v1/domainconfig/clusters
GET
Getdomainsecurityconfig — Oracle WebLogic Server APIs Get domain security configuration
/v1/domainconfig/securityconfiguration
GET
Getdomainconfigservers — Oracle WebLogic Server APIs List all server configurations (read-only)
/v1/domainconfig/servers
GET
Getdomainconfigserver — Oracle WebLogic Server APIs Get a server configuration (read-only)
/v1/domainconfig/servers/{servername}

MCP Tools

oracle-weblogic-server-apis-get

Oracle WebLogic Server APIs Get domain configuration tree root

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

Oracle WebLogic Server APIs List all cluster configurations (read-only)

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

Oracle WebLogic Server APIs Get domain security configuration

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

Oracle WebLogic Server APIs List all server configurations (read-only)

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

Oracle WebLogic Server APIs Get a server configuration (read-only)

read-only idempotent

Capability Spec

restful-management-services-domain-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server APIs Oracle WebLogic Server RESTful Management Services API — Domain Configuration
  description: 'Oracle WebLogic Server APIs Oracle WebLogic Server RESTful Management Services API — Domain Configuration.
    5 operations. Lead operation: Oracle WebLogic Server APIs Get domain configuration tree root. Self-contained Naftiko capability
    covering one Weblogic business surface.'
  tags:
  - Weblogic
  - Domain Configuration
  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-configuration
    baseUri: https://{host}:{port}/management/weblogic/latest
    description: Oracle WebLogic Server APIs Oracle WebLogic Server RESTful Management Services API — Domain Configuration
      business capability. Self-contained, no shared references.
    resources:
    - name: domainConfig
      path: /domainConfig
      operations:
      - name: getdomainconfigroot
        method: GET
        description: Oracle WebLogic Server APIs Get domain configuration tree root
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainConfig-clusters
      path: /domainConfig/clusters
      operations:
      - name: getdomainconfigclusters
        method: GET
        description: Oracle WebLogic Server APIs List all cluster configurations (read-only)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainConfig-securityConfiguration
      path: /domainConfig/securityConfiguration
      operations:
      - name: getdomainsecurityconfig
        method: GET
        description: Oracle WebLogic Server APIs Get domain security configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainConfig-servers
      path: /domainConfig/servers
      operations:
      - name: getdomainconfigservers
        method: GET
        description: Oracle WebLogic Server APIs List all server configurations (read-only)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainConfig-servers-serverName
      path: /domainConfig/servers/{serverName}
      operations:
      - name: getdomainconfigserver
        method: GET
        description: Oracle WebLogic Server APIs Get a server configuration (read-only)
        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-configuration-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server APIs Oracle WebLogic Server RESTful Management Services API — Domain
      Configuration. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/domainconfig
      name: domainconfig
      description: REST surface for domainConfig.
      operations:
      - method: GET
        name: getdomainconfigroot
        description: Oracle WebLogic Server APIs Get domain configuration tree root
        call: restful-management-services-domain-configuration.getdomainconfigroot
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainconfig/clusters
      name: domainconfig-clusters
      description: REST surface for domainConfig-clusters.
      operations:
      - method: GET
        name: getdomainconfigclusters
        description: Oracle WebLogic Server APIs List all cluster configurations (read-only)
        call: restful-management-services-domain-configuration.getdomainconfigclusters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainconfig/securityconfiguration
      name: domainconfig-securityconfiguration
      description: REST surface for domainConfig-securityConfiguration.
      operations:
      - method: GET
        name: getdomainsecurityconfig
        description: Oracle WebLogic Server APIs Get domain security configuration
        call: restful-management-services-domain-configuration.getdomainsecurityconfig
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainconfig/servers
      name: domainconfig-servers
      description: REST surface for domainConfig-servers.
      operations:
      - method: GET
        name: getdomainconfigservers
        description: Oracle WebLogic Server APIs List all server configurations (read-only)
        call: restful-management-services-domain-configuration.getdomainconfigservers
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainconfig/servers/{servername}
      name: domainconfig-servers-servername
      description: REST surface for domainConfig-servers-serverName.
      operations:
      - method: GET
        name: getdomainconfigserver
        description: Oracle WebLogic Server APIs Get a server configuration (read-only)
        call: restful-management-services-domain-configuration.getdomainconfigserver
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: restful-management-services-domain-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server APIs Oracle WebLogic Server RESTful Management Services API — Domain
      Configuration. 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 configuration tree root
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: restful-management-services-domain-configuration.getdomainconfigroot
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-apis-list
      description: Oracle WebLogic Server APIs List all cluster configurations (read-only)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: restful-management-services-domain-configuration.getdomainconfigclusters
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-apis-get-2
      description: Oracle WebLogic Server APIs Get domain security configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: restful-management-services-domain-configuration.getdomainsecurityconfig
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-apis-list-2
      description: Oracle WebLogic Server APIs List all server configurations (read-only)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: restful-management-services-domain-configuration.getdomainconfigservers
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-apis-get-3
      description: Oracle WebLogic Server APIs Get a server configuration (read-only)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: restful-management-services-domain-configuration.getdomainconfigserver
      outputParameters:
      - type: object
        mapping: $.