APIPythonOpen-Source Solutions

  • 1.  JSON for Restore API?

    Posted 09-19-2016 02:27:00 PM
    Need to understand the JSON structure for the API to restore a Jetstream container to a bookmark: POST /resources/json/delphix/jetstream/container/{ref}/restore


  • 2.  RE: JSON for Restore API?
    Best Answer

    Posted 09-19-2016 02:50:00 PM
    Hello Jim, You can restore container using any of three options: 1. Using bookmark 2. Latest point in time 3. At specific time Using bookmark: POST /resources/json/delphix/jetstream/container/


  • 3.  RE: JSON for Restore API?

    Posted 09-19-2016 04:14:00 PM
    Is there a way to limit the output for the api call "GET /resources/json/delphix/jetstream/bookmark"?


  • 4.  RE: JSON for Restore API?

    Posted 09-19-2016 04:18:00 PM
    Could you please provide some information on, what you trying to achieve, by limiting the output for GET api call? You can capture the result in some variable as part of your script and extract the required information.


  • 5.  RE: JSON for Restore API?

    Posted 09-19-2016 04:34:00 PM
    Wanted to limit the output, mimic the CLI call. Additionally, would like to know if you could limit it to a single bookmark...


  • 6.  RE: JSON for Restore API?

    Posted 09-26-2016 10:26:00 PM
    Unfortunately, we can't limit the output of api call, to mimic CLI call. You need to use unix tricks to extract the required data from the output.