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

            SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

            은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현