IBM Urbancode Deploy get current component versions deployed to an environmentIBM Urbancode Deploy - Supply values to parameters at runtime using propertiesUrbanCode Deploy - Configuring Agent Relay (ActiveMQ) to use proxy serverGetting list of tokens in UrbancodeIn UrbanCode Deploy, how do I cause an application process to fail if not all component versions were specified?UrbanCode Deploy Export / Import of ComponentsHow to get all deployment process request within a Timeframe using UrabanCode Deploy REST API?How do I add status to component versions in Snapshot In Urban code deploy Using CLI?How to run steps on components deployed in a previous step
Killing task by name - start menu shortcut
Can UV radiation be safe for the skin?
New coworker has strange workplace requirements - how should I deal with them?
D Scale Question
What is the motivation behind designing a control stick that does not move?
How to correctly set logical high level on PS/2 port?
How do I get my neighbour to stop disturbing with loud music?
How can I improve my formal definitions?
Calculate Landau's function
What is the definition of Product
Does the telecom provider need physical access to the SIM card to clone it?
meaning of "educating the ice"?
Doesn't the concept of marginal utility speak to a cardinal utility function?
Was there an original & definitive use of alternate dimensions/realities in fiction?
Missing $ inserted. Extra }, or forgotten $. Missing } inserted
Quick Slitherlink Puzzles: KPK and 123
To minimize the Hausdorff distance between convex polygonal regions
Are there consequences for not filing a DMCA (any country)
What are the electrical characteristics of a PC gameport?
Is Chuck the Evil Sandwich Making Guy's head actually a sandwich?
Colored grid with coordinates on all sides?
Why does the U.S. military maintain their own weather satellites?
Correct way of simplifying the result of an integral
Is there research on the efficacy of taking good notes in math class?
IBM Urbancode Deploy get current component versions deployed to an environment
IBM Urbancode Deploy - Supply values to parameters at runtime using propertiesUrbanCode Deploy - Configuring Agent Relay (ActiveMQ) to use proxy serverGetting list of tokens in UrbancodeIn UrbanCode Deploy, how do I cause an application process to fail if not all component versions were specified?UrbanCode Deploy Export / Import of ComponentsHow to get all deployment process request within a Timeframe using UrabanCode Deploy REST API?How do I add status to component versions in Snapshot In Urban code deploy Using CLI?How to run steps on components deployed in a previous step
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying get current component version of component that is deployed to an environment in UCD via REST API/Curl command . Below is sample code which returns all versions of that component which is available in UCD. It does not give me latest version of that component deployed to an environment. Any help / suggestion?
curl -k -u userName:passw0rd
-H "Accept: application/json"
"https://myserver.example.com:8443/rest/deploy/environment/environmentID/versions/componentID"
ucd
add a comment |
I am trying get current component version of component that is deployed to an environment in UCD via REST API/Curl command . Below is sample code which returns all versions of that component which is available in UCD. It does not give me latest version of that component deployed to an environment. Any help / suggestion?
curl -k -u userName:passw0rd
-H "Accept: application/json"
"https://myserver.example.com:8443/rest/deploy/environment/environmentID/versions/componentID"
ucd
I am also looking for this info but for ucd 6.2.0
– ThermalEagle
Aug 3 at 15:21
The answer below works for 6.2.x
– d4v3y0rk
Aug 13 at 15:56
add a comment |
I am trying get current component version of component that is deployed to an environment in UCD via REST API/Curl command . Below is sample code which returns all versions of that component which is available in UCD. It does not give me latest version of that component deployed to an environment. Any help / suggestion?
curl -k -u userName:passw0rd
-H "Accept: application/json"
"https://myserver.example.com:8443/rest/deploy/environment/environmentID/versions/componentID"
ucd
I am trying get current component version of component that is deployed to an environment in UCD via REST API/Curl command . Below is sample code which returns all versions of that component which is available in UCD. It does not give me latest version of that component deployed to an environment. Any help / suggestion?
curl -k -u userName:passw0rd
-H "Accept: application/json"
"https://myserver.example.com:8443/rest/deploy/environment/environmentID/versions/componentID"
ucd
ucd
edited Mar 28 at 4:51
Fred Clausen
1,4351 gold badge24 silver badges45 bronze badges
1,4351 gold badge24 silver badges45 bronze badges
asked Mar 28 at 0:35
Aravinda BAravinda B
62 bronze badges
62 bronze badges
I am also looking for this info but for ucd 6.2.0
– ThermalEagle
Aug 3 at 15:21
The answer below works for 6.2.x
– d4v3y0rk
Aug 13 at 15:56
add a comment |
I am also looking for this info but for ucd 6.2.0
– ThermalEagle
Aug 3 at 15:21
The answer below works for 6.2.x
– d4v3y0rk
Aug 13 at 15:56
I am also looking for this info but for ucd 6.2.0
– ThermalEagle
Aug 3 at 15:21
I am also looking for this info but for ucd 6.2.0
– ThermalEagle
Aug 3 at 15:21
The answer below works for 6.2.x
– d4v3y0rk
Aug 13 at 15:56
The answer below works for 6.2.x
– d4v3y0rk
Aug 13 at 15:56
add a comment |
1 Answer
1
active
oldest
votes
uDeploy has a bunch of api endpoints that are undocumented. I could not figure out how to do this from their docs but inspecting the uDeploy web interface many times can help you find the endpoint to hit.
https://your-udeploy-url/rest/deploy/environment/your-environment-id/latestDesiredInventory/true?rowsPerPage=10000&pageNumber=1&orderField=name&sortType=desc
This will return json that you can parse to get the versions deployed in an environment.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55388508%2fibm-urbancode-deploy-get-current-component-versions-deployed-to-an-environment%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
uDeploy has a bunch of api endpoints that are undocumented. I could not figure out how to do this from their docs but inspecting the uDeploy web interface many times can help you find the endpoint to hit.
https://your-udeploy-url/rest/deploy/environment/your-environment-id/latestDesiredInventory/true?rowsPerPage=10000&pageNumber=1&orderField=name&sortType=desc
This will return json that you can parse to get the versions deployed in an environment.
add a comment |
uDeploy has a bunch of api endpoints that are undocumented. I could not figure out how to do this from their docs but inspecting the uDeploy web interface many times can help you find the endpoint to hit.
https://your-udeploy-url/rest/deploy/environment/your-environment-id/latestDesiredInventory/true?rowsPerPage=10000&pageNumber=1&orderField=name&sortType=desc
This will return json that you can parse to get the versions deployed in an environment.
add a comment |
uDeploy has a bunch of api endpoints that are undocumented. I could not figure out how to do this from their docs but inspecting the uDeploy web interface many times can help you find the endpoint to hit.
https://your-udeploy-url/rest/deploy/environment/your-environment-id/latestDesiredInventory/true?rowsPerPage=10000&pageNumber=1&orderField=name&sortType=desc
This will return json that you can parse to get the versions deployed in an environment.
uDeploy has a bunch of api endpoints that are undocumented. I could not figure out how to do this from their docs but inspecting the uDeploy web interface many times can help you find the endpoint to hit.
https://your-udeploy-url/rest/deploy/environment/your-environment-id/latestDesiredInventory/true?rowsPerPage=10000&pageNumber=1&orderField=name&sortType=desc
This will return json that you can parse to get the versions deployed in an environment.
answered Aug 13 at 15:56
d4v3y0rkd4v3y0rk
3151 silver badge8 bronze badges
3151 silver badge8 bronze badges
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55388508%2fibm-urbancode-deploy-get-current-component-versions-deployed-to-an-environment%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I am also looking for this info but for ucd 6.2.0
– ThermalEagle
Aug 3 at 15:21
The answer below works for 6.2.x
– d4v3y0rk
Aug 13 at 15:56