Oracle WebLogic Server · Capability

Oracle WebLogic Server Oracle WebLogic Deployment API — Edit Session

Oracle WebLogic Server Oracle WebLogic Deployment API — Edit Session. 2 operations. Lead operation: Oracle WebLogic Server Activate pending deployment changes. Self-contained Naftiko capability covering one Oracle Weblogic business surface.

Run with Naftiko Oracle WeblogicEdit Session

What You Can Do

POST
Activatedeploymentchanges — Oracle WebLogic Server Activate pending deployment changes
/v1/edit/changemanager/activate
POST
Startedit — Oracle WebLogic Server Start an edit session for deployment changes
/v1/edit/changemanager/startedit

MCP Tools

oracle-weblogic-server-activate-pending

Oracle WebLogic Server Activate pending deployment changes

oracle-weblogic-server-start-edit

Oracle WebLogic Server Start an edit session for deployment changes

Capability Spec

deployment-edit-session.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server Oracle WebLogic Deployment API — Edit Session
  description: 'Oracle WebLogic Server Oracle WebLogic Deployment API — Edit Session. 2 operations. Lead operation: Oracle
    WebLogic Server Activate pending deployment changes. Self-contained Naftiko capability covering one Oracle Weblogic business
    surface.'
  tags:
  - Oracle Weblogic
  - Edit Session
  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: deployment-edit-session
    baseUri: http://localhost:7001/management/weblogic/latest
    description: Oracle WebLogic Server Oracle WebLogic Deployment API — Edit Session business capability. Self-contained,
      no shared references.
    resources:
    - name: edit-changeManager-activate
      path: /edit/changeManager/activate
      operations:
      - name: activatedeploymentchanges
        method: POST
        description: Oracle WebLogic Server Activate pending deployment changes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: edit-changeManager-startEdit
      path: /edit/changeManager/startEdit
      operations:
      - name: startedit
        method: POST
        description: Oracle WebLogic Server Start an edit session for deployment changes
        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.ORACLE_WEBLOGIC_USER}}'
      password: '{{env.ORACLE_WEBLOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: deployment-edit-session-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server Oracle WebLogic Deployment API — Edit Session. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/edit/changemanager/activate
      name: edit-changemanager-activate
      description: REST surface for edit-changeManager-activate.
      operations:
      - method: POST
        name: activatedeploymentchanges
        description: Oracle WebLogic Server Activate pending deployment changes
        call: deployment-edit-session.activatedeploymentchanges
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/edit/changemanager/startedit
      name: edit-changemanager-startedit
      description: REST surface for edit-changeManager-startEdit.
      operations:
      - method: POST
        name: startedit
        description: Oracle WebLogic Server Start an edit session for deployment changes
        call: deployment-edit-session.startedit
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: deployment-edit-session-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server Oracle WebLogic Deployment API — Edit Session. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-activate-pending
      description: Oracle WebLogic Server Activate pending deployment changes
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deployment-edit-session.activatedeploymentchanges
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-start-edit
      description: Oracle WebLogic Server Start an edit session for deployment changes
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deployment-edit-session.startedit
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.