APIPythonOpen-Source Solutions

  • 1.  Start & Stop VDB via REST API

    Posted 09-19-2016 02:07:00 PM
    1.  How to start and stop a VDB via REST API?

    2.  Is the Below URI is correct for starting and Stopping a VDB

    POST /resources/json/delphix/source/{ref}/start
    POST /resources/json/delphix/source/{ref}/stop

    3. if the above URI is valid , what does "ref" means. What value has to be set for ref.
    What will  be StartParameters and StopParameters.


    #DemoEnvironment


  • 2.  RE: Start & Stop VDB via REST API

    Posted 09-19-2016 02:12:00 PM

    ref is the vdb cotainer name eg: ORACLE_DB_CONTAINER-12.

    Start and StopParameters are optional. Both operations start and stop will work without feeding these parameters.



  • 3.  RE: Start & Stop VDB via REST API
    Best Answer

    Posted 09-19-2016 02:12:00 PM
    Hey Ramesh. This should answer all three questions: https://docs.delphix.com/pages/viewpage.action?pageId=60492371


  • 4.  RE: Start & Stop VDB via REST API

    Posted 09-19-2016 02:15:00 PM
    Hello Ramesh,
                         Adding to Adam's answer, to call delphix apis you need to use VDB reference names. You can find reference name for VDBs by using below command, on Delphix CLI.

    delphixEngine> source list display=name,reference