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;








1















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"









share|improve this question


























  • 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

















1















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"









share|improve this question


























  • 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













1












1








1








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"









share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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












1 Answer
1






active

oldest

votes


















0















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.






share|improve this answer
























    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
    );



    );













    draft saved

    draft discarded


















    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









    0















    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.






    share|improve this answer





























      0















      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.






      share|improve this answer



























        0














        0










        0









        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Aug 13 at 15:56









        d4v3y0rkd4v3y0rk

        3151 silver badge8 bronze badges




        3151 silver badge8 bronze badges





















            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.



















            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript