Automic Workload Automation

 View Only
  • 1.  Export all objects with JSON file Approach

    Posted Dec 06, 2024 02:52 PM

    Hi All,

    We do have many objects where we're trying to take a backup of them on regular basis through JSON Approach.

    Could you please guide us on how to take backup of all objects? As we're aware with XML Approach we can take only 500 objects as Maximum. But we are trying to go with an Approach which can do a Bulk operation set for taking backup.



  • 2.  RE: Export all objects with JSON file Approach

    Posted Dec 06, 2024 06:03 PM

    You can actually make a transport case backup of the entire client using the ucybdbar utility.

    For example, this command will export everything in client 100:

    ucybdbar -BTRANSPORTALL -D -X/uc4data/archive/aod/uc4_backup/UC4_transport.100.txt -C100

    I can't really help you with your JSON approach, but maybe this approach will be easier.




  • 3.  RE: Export all objects with JSON file Approach

    Broadcom Employee
    Posted Dec 09, 2024 02:17 AM

    Hi,

    I support Daryls suggestion to using the transport case (DBUnload Utility). The created format can even be imported into a higher release of Automic. With a single command you will get all the object definitions of a client. Please note that the transport case of also available via the /transportcase endpoint of the REST API from Automic 24.2.

    Regards, Markus




  • 4.  RE: Export all objects with JSON file Approach

    Posted Dec 09, 2024 09:25 AM

    Thank you Daryl and Markus for you're assistance on it. Will go with you're Approach.