APIPythonOpen-Source Solutions

  • 1.  List Container API

    Posted 08-31-2016 03:05:00 PM

    1. What are the query parameters available in the List Container API

    http://10.0.5.0/resources/json/delphix/jetstream/container/

    2. Is it possible to pass vdbname as query parameter in the List Container API. By default it is returning all the containers, is there any way to fetch exact match pattern by passing only the vdbname.


    #DemoEnvironment


  • 2.  RE: List Container API
    Best Answer

    Posted 08-31-2016 03:10:00 PM
    Hello Ramesh,
                          For point1, this is get call which has no parameters to be passed.

    GET /resources/json/delphix/jetstream/container

    For point2, it not possible to pass vdbname as query parameter in List Container API. It will display all containers in jetstream. As it is returning the result in json format, you can capture this json in some variable and extract the required information out of it.



  • 3.  RE: List Container API

    Posted 08-31-2016 05:20:00 PM

    We can pass JStemplate name as a parameter to fetch containers those were created from this parent