Delphix Products

Expand all | Collapse all

CLI: List Bookmarks for a particular Data Container

  • 1.  CLI: List Bookmarks for a particular Data Container

    Posted 08-31-2017 02:35:00 PM

    Hi,


    How do you list all bookmarks for a particular Data Container through the CLI?


    Thanks,

    Meagan


    #Virtualization


  • 2.  RE: CLI: List Bookmarks for a particular Data Container
    Best Answer

    Posted 08-31-2017 02:48:00 PM
    Hi Meagan,

    You can list by data container with this command:

    /jetstream/bookmark/list container=<CONTAINER_NAME>

    for example, I have a container called "SM9dcont", so I see:

    delphix01> /jetstream/bookmark/list container=SM9dcont
    NAME         BRANCH   EXPIRATION
    SM9bookmark  default  -
    delphix01> 

    is that what you were looking for?

    Best Regards,

    Scott.



  • 3.  RE: CLI: List Bookmarks for a particular Data Container

    Posted 08-31-2017 06:42:00 PM
    Yup that works, thanks!