API Connect

 View Only
  • 1.  Download n number of APIs at once

    Posted Mon February 21, 2022 09:04 AM
    Hello Team,


    Is there any feature or any method in API Connect v10 and v5 to download n number of API at once ?




    ------------------------------
    Pawan Jinaga
    ------------------------------


  • 2.  RE: Download n number of APIs at once

    IBM Champion
    Posted Tue February 22, 2022 03:29 AM

    Hi Pawan, 

       did you try to use apic apis:clone? 

    With this one, you could clone all APIs from a catalog/space in one go.
    Please take a look at official docs:

    apic apis:clone - IBM Documentation

    Miro



    ------------------------------
    Miroslav Rešetar
    CROZ d.o.o.
    Zagreb
    ------------------------------



  • 3.  RE: Download n number of APIs at once

    Posted Tue February 22, 2022 01:11 PM
    Hi Pawan,

    if you  use apic-slim products:clone  or apic products:clone  , you can download all products along with referenced apis.

    ------------------------------
    santhoshkumar surisetty
    ------------------------------



  • 4.  RE: Download n number of APIs at once

    Posted Fri May 06, 2022 08:08 AM
    Hi santhoshkumar,

    How to download number API at once on API Connect v5?


    ------------------------------
    Suraj Sakpal
    ------------------------------



  • 5.  RE: Download n number of APIs at once

    Posted Fri May 06, 2022 08:46 AM
    Hi Suraj,

    apic apis:clone  --server <server_hostname> --organization <org_name>


    ------------------------------
    Jayprakash Yadav
    ------------------------------



  • 6.  RE: Download n number of APIs at once

    Posted Sat May 07, 2022 01:24 AM
    Hi Jayprakash,

    On API Connect v5 Management server (VM Ware) it shows "Unknown command" for apic.


    ------------------------------
    Suraj Sakpal
    ------------------------------



  • 7.  RE: Download n number of APIs at once

    Posted Sat May 07, 2022 01:30 AM
    Hi Suraj,

    Please use this command at your local system, not in the apim server,
    also install apic toolkit at your local system. After installing apic toolkit.

    use apic login command
    Post login command you can try above command shared.

    still any issue. Connect me over LinkedIn

    ------------------------------
    Jayprakash Yadav
    ------------------------------



  • 8.  RE: Download n number of APIs at once

    Posted Sat May 07, 2022 01:33 AM
    Edited by Jayprakash Yadav Sat May 07, 2022 01:35 AM
    For v5 apic.

    1.Install nodejs.
    2. npm install apiconnect
    3. apic login --server servername --username uname --password pwd.
    4. apic apis:clone

    ------------------------------
    Jayprakash Yadav
    ------------------------------



  • 9.  RE: Download n number of APIs at once

    Posted Sat May 07, 2022 01:41 AM
    Hi Jayprakash,

    Thanks for quick reply and suggestion.


    ------------------------------
    Suraj Sakpal
    ------------------------------