naftiko: 1.0.0-alpha2 info: label: Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Deployment Operations description: 'Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Deployment Operations. 7 operations. Lead operation: Oracle WebLogic Server APIs Deploy an application at runtime. Self-contained Naftiko capability covering one Weblogic business surface.' tags: - Weblogic - Deployment Operations created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: WEBLOGIC_API_KEY: WEBLOGIC_API_KEY capability: consumes: - type: http namespace: deployment-deployment-operations baseUri: https://{host}:{port}/management/weblogic/latest description: Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Deployment Operations business capability. Self-contained, no shared references. resources: - name: domainRuntime-deploymentManager-deploy path: /domainRuntime/deploymentManager/deploy operations: - name: deploy method: POST description: Oracle WebLogic Server APIs Deploy an application at runtime outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: domainRuntime-deploymentManager-deploymentProgressObjects path: /domainRuntime/deploymentManager/deploymentProgressObjects operations: - name: listdeploymentprogress method: GET description: Oracle WebLogic Server APIs List all deployment progress objects outputRawFormat: json outputParameters: - name: result type: object value: $. - name: domainRuntime-deploymentManager-deploymentProgressObjects-taskId path: /domainRuntime/deploymentManager/deploymentProgressObjects/{taskId} operations: - name: getdeploymentprogress method: GET description: Oracle WebLogic Server APIs Get deployment progress outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: taskId in: path type: string description: Deployment task identifier required: true - name: domainRuntime-deploymentManager-redeploy path: /domainRuntime/deploymentManager/redeploy operations: - name: redeploy method: POST description: Oracle WebLogic Server APIs Redeploy an application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: domainRuntime-deploymentManager-startApplication path: /domainRuntime/deploymentManager/startApplication operations: - name: startapplication method: POST description: Oracle WebLogic Server APIs Start a deployed application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: domainRuntime-deploymentManager-stopApplication path: /domainRuntime/deploymentManager/stopApplication operations: - name: stopapplication method: POST description: Oracle WebLogic Server APIs Stop a deployed application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: domainRuntime-deploymentManager-undeploy path: /domainRuntime/deploymentManager/undeploy operations: - name: undeploy method: POST description: Oracle WebLogic Server APIs Undeploy an application at runtime 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-deployment-operations-rest port: 8080 description: REST adapter for Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Deployment Operations. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/domainruntime/deploymentmanager/deploy name: domainruntime-deploymentmanager-deploy description: REST surface for domainRuntime-deploymentManager-deploy. operations: - method: POST name: deploy description: Oracle WebLogic Server APIs Deploy an application at runtime call: deployment-deployment-operations.deploy with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/domainruntime/deploymentmanager/deploymentprogressobjects name: domainruntime-deploymentmanager-deploymentprogressobjects description: REST surface for domainRuntime-deploymentManager-deploymentProgressObjects. operations: - method: GET name: listdeploymentprogress description: Oracle WebLogic Server APIs List all deployment progress objects call: deployment-deployment-operations.listdeploymentprogress outputParameters: - type: object mapping: $. - path: /v1/domainruntime/deploymentmanager/deploymentprogressobjects/{taskid} name: domainruntime-deploymentmanager-deploymentprogressobjects-taskid description: REST surface for domainRuntime-deploymentManager-deploymentProgressObjects-taskId. operations: - method: GET name: getdeploymentprogress description: Oracle WebLogic Server APIs Get deployment progress call: deployment-deployment-operations.getdeploymentprogress with: taskId: rest.taskId outputParameters: - type: object mapping: $. - path: /v1/domainruntime/deploymentmanager/redeploy name: domainruntime-deploymentmanager-redeploy description: REST surface for domainRuntime-deploymentManager-redeploy. operations: - method: POST name: redeploy description: Oracle WebLogic Server APIs Redeploy an application call: deployment-deployment-operations.redeploy with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/domainruntime/deploymentmanager/startapplication name: domainruntime-deploymentmanager-startapplication description: REST surface for domainRuntime-deploymentManager-startApplication. operations: - method: POST name: startapplication description: Oracle WebLogic Server APIs Start a deployed application call: deployment-deployment-operations.startapplication with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/domainruntime/deploymentmanager/stopapplication name: domainruntime-deploymentmanager-stopapplication description: REST surface for domainRuntime-deploymentManager-stopApplication. operations: - method: POST name: stopapplication description: Oracle WebLogic Server APIs Stop a deployed application call: deployment-deployment-operations.stopapplication with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/domainruntime/deploymentmanager/undeploy name: domainruntime-deploymentmanager-undeploy description: REST surface for domainRuntime-deploymentManager-undeploy. operations: - method: POST name: undeploy description: Oracle WebLogic Server APIs Undeploy an application at runtime call: deployment-deployment-operations.undeploy with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: deployment-deployment-operations-mcp port: 9090 transport: http description: MCP adapter for Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Deployment Operations. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: oracle-weblogic-server-apis-deploy description: Oracle WebLogic Server APIs Deploy an application at runtime hints: readOnly: false destructive: false idempotent: false call: deployment-deployment-operations.deploy with: body: tools.body outputParameters: - type: object mapping: $. - name: oracle-weblogic-server-apis-list description: Oracle WebLogic Server APIs List all deployment progress objects hints: readOnly: true destructive: false idempotent: true call: deployment-deployment-operations.listdeploymentprogress outputParameters: - type: object mapping: $. - name: oracle-weblogic-server-apis-get description: Oracle WebLogic Server APIs Get deployment progress hints: readOnly: true destructive: false idempotent: true call: deployment-deployment-operations.getdeploymentprogress with: taskId: tools.taskId outputParameters: - type: object mapping: $. - name: oracle-weblogic-server-apis-redeploy description: Oracle WebLogic Server APIs Redeploy an application hints: readOnly: false destructive: false idempotent: false call: deployment-deployment-operations.redeploy with: body: tools.body outputParameters: - type: object mapping: $. - name: oracle-weblogic-server-apis-start description: Oracle WebLogic Server APIs Start a deployed application hints: readOnly: false destructive: false idempotent: false call: deployment-deployment-operations.startapplication with: body: tools.body outputParameters: - type: object mapping: $. - name: oracle-weblogic-server-apis-stop description: Oracle WebLogic Server APIs Stop a deployed application hints: readOnly: false destructive: false idempotent: false call: deployment-deployment-operations.stopapplication with: body: tools.body outputParameters: - type: object mapping: $. - name: oracle-weblogic-server-apis-undeploy description: Oracle WebLogic Server APIs Undeploy an application at runtime hints: readOnly: false destructive: false idempotent: false call: deployment-deployment-operations.undeploy with: body: tools.body outputParameters: - type: object mapping: $.