问题标签 [urbancode]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1352 浏览

urbancode - Urbancode IBM 获得版本

是否有任何 Rest API 可用于在 Urbancode 的 DEV Environment 中获取应用程序的版本。

我尝试使用受支持的 Rest API 来获取应用程序列表和快照(如果有),但现在我需要在 DEV 环境中获取该特定应用程序的版本(如果有)。

我该怎么做?

任何建议,将不胜感激。

谢谢。

0 投票
0 回答
148 浏览

urbancode - urancode udeploy 中的组件版本

在我的项目中,我必须 2 创建 2 个下拉列表 - 一个用于可用快照,另一个用于与应用程序关联的组件版本。基本上我使用rest api来获取与应用程序关联的所有组件,n传递每个组件来获取版本。问题是我在传递组件时遇到了困难(大多数应用程序有超过 1 个组件)。推荐的方法是什么。我试过了,它给了我错误:无法将类型 \u0027 的对象转换为类型 \u0027 system.collections.Generic.Idictionary'..

0 投票
1 回答
232 浏览

urbancode - 代理属性的数据库表名

uDeploy DB 中用于获取代理属性的表名是什么。我正在为 uDeploy 中安装的每个代理寻找代理主机名属性。Agent.hostname 或 Agent.HOSTNAME。

0 投票
1 回答
585 浏览

shell - UDeploy automate resource mapping for agents

I'm trying to automate the Resource mapping for agents in IBM uDeploy. I have a continuous delivery pipeline using Jenkins, Udeploy and Private Cloud.

I'm thinking of a shell/python script which will invoke uDeploy CLI and add the agent to a predefined group in resource tree and add certain components to the agent. The agent name, resource group and component names can predefined in the script.

Here is my resource tree

I'm struggling to find documentation about the CLI calls to add an agent to resource group and then add components.

I was wondering has anyone tried to implement this or has anyone any idea how I should approach this?

0 投票
1 回答
123 浏览

urbancode - In Urbancode Deploy, what is the impact of changing the External Agent URL, from IP to hostname?

I have a UCD server, where the External Agent URL is an IP address 9.x. One of the users has requested to change that IP to a hostname, reason being that his agent can't reach that IP because that segment (9.x) is blocked, but they can reach it using the hostname because the agent can use a different route. What will be the impact to the agents connected to that server if I change the External Agent URL ? Will they need to be updated too ?

0 投票
1 回答
349 浏览

java - 如何从 Urban 代码部署工作区获取文件

我在 Urbancode Deploy 工作区中的文件很少(从 Artifactory 下载)。如何将这些文件提取到我在 Java 程序中使用这些下载文件的 Java 程序中。

我试过这样:

1) 我从 urbancode deploy shell 调用 Java 类,在其中我将文件名、用户名、密码和 url 作为参数传递给 Java 类。

2)在我的Java类中,我创建了http连接以借助参数获取该文件。但它失败了。

3)如果我可以在上面获取文件对我有好处,否则我是否需要进行休息调用以获取该文件(因为我正在使用对城市代码部署(UCD)的休息调用来获取所需的其他属性)如果可以的话怎么能我?

4)另一种方法,我可以通过命令行参数将所有文件从urbancode deploy发送到java程序吗?是否可以将整个文件从 UCD 发送到 Java 类?

0 投票
1 回答
410 浏览

rest - 如何使用 REST API 从 IBM UrbanCode Deploy 中删除应用程序?

作为一些集成测试的一部分,我们正在创建一个 uDeploy 应用程序,检查它是否存在,然后希望在清理后将其删除。

查看此处的文档:https ://www.ibm.com/support/knowledgecenter/en/SS4GSP_6.2.2/com.ibm.udeploy.api.doc/topics/rest_cli_application.html并四处搜索,我找不到用于删除创建的应用程序的 API 端点。

有什么帮助吗?

0 投票
1 回答
49 浏览

repository - 批量编辑 UrbanCode 配置?

我想对嵌入在 UrbanCode 组件和应用程序中的脚本进行一些批量搜索/编辑操作,并且可能对流程图和蓝图进行操作。不幸的是,其中很多都存储在 UrbanCode 自己的存储库中,只能通过浏览器 GUI 访问它,我不能对整个集合中的常见模式执行诸如 grep 之类的操作。

是否有任何记录在案的方法可以签出/签入或至少下载整个 UCD 环境的副本作为我可以分析的文本文件?

谢谢。

0 投票
1 回答
1357 浏览

oracle - 未声明绑定变量“D”

我正在尝试在 sqlplus 中运行一个 sql 文件。这个 sql 文件只是简单地将一个包和一些存储过程添加到数据库中。它是使用规范/正文分离约定编写的。但是,似乎包声明部分存在问题,导致正文部分失败。事实上,我不确定“绑定变量”部分是否相关。任何帮助将不胜感激,谢谢。

我相信这个问题可能源于以下几行:

0 投票
1 回答
126 浏览

urbancode - uDeploy 中的通用进程使用

如何在 uDeploy 中查找每个进程的部署历史或通用进程使用情况?我需要从 UI 中清除不需要的通用进程。