API Connect

API Connect

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#API Connect
#Applicationintegration
#APIConnect
 View Only
Expand all | Collapse all

Download n number of APIs at once

  • 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

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



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

    Posted Tue July 30, 2024 01:09 AM

    Hi JayPrakash,

    How can we download the APIs present in APIs develop. Because here in my environment most of the APIs are not published to catalog/space. Are developed kept them Aline if we have any requirement we are publishing it.

    So here we are planning to download all the APIs develop in the API Manager.Is it possible to do so?

    Thanks in Advance!!

    Regards

    Vikas



    ------------------------------
    Vikas Shivarathri
    ------------------------------



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

    Posted Tue July 30, 2024 01:15 AM

    Yes you can use the API Designer UI or the CLI to do that. Look at the commands under "apic draft-apis" here: https://ibm-apiconnect.github.io/clidocs/docs/v1005/apim/apic_draft-apis

    Drafts is the old name for "Develop" in the UI.



    ------------------------------
    Chris Dudley
    ------------------------------



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

    Posted Thu August 01, 2024 06:01 AM

    Thanks you @chris_Dudley

    How we can import the exported APIs from there to other environment.

    Kindly suggest the same.



    ------------------------------
    Vikas Shivarathri
    ------------------------------



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

    Posted Thu August 01, 2024 06:53 AM

    Look at the other commands that are on that site, you will find create ones there.



    ------------------------------
    Chris Dudley
    ------------------------------