Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Upload

Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Upload. 1 operations. Lead operation: Oracle WebLogic Server APIs Upload an application archive. Self-contained Naftiko capability covering one Weblogic business surface.

Run with Naftiko WeblogicUpload

What You Can Do

POST
Uploadapplication — Oracle WebLogic Server APIs Upload an application archive
/v1/domainruntime/deploymentmanager/upload

MCP Tools

oracle-weblogic-server-apis-upload

Oracle WebLogic Server APIs Upload an application archive

Capability Spec

deployment-upload.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Upload
  description: 'Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Upload. 1 operations. Lead operation:
    Oracle WebLogic Server APIs Upload an application archive. Self-contained Naftiko capability covering one Weblogic business
    surface.'
  tags:
  - Weblogic
  - Upload
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBLOGIC_API_KEY: WEBLOGIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: deployment-upload
    baseUri: https://{host}:{port}/management/weblogic/latest
    description: Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Upload business capability. Self-contained,
      no shared references.
    resources:
    - name: domainRuntime-deploymentManager-upload
      path: /domainRuntime/deploymentManager/upload
      operations:
      - name: uploadapplication
        method: POST
        description: Oracle WebLogic Server APIs Upload an application archive
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.WEBLOGIC_USER}}'
      password: '{{env.WEBLOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: deployment-upload-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Upload. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/domainruntime/deploymentmanager/upload
      name: domainruntime-deploymentmanager-upload
      description: REST surface for domainRuntime-deploymentManager-upload.
      operations:
      - method: POST
        name: uploadapplication
        description: Oracle WebLogic Server APIs Upload an application archive
        call: deployment-upload.uploadapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: deployment-upload-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Upload. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-apis-upload
      description: Oracle WebLogic Server APIs Upload an application archive
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deployment-upload.uploadapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.