APIPythonOpen-Source Solutions

Expand all | Collapse all

Using web services, how do I stop and start a particular database container?

  • 1.  Using web services, how do I stop and start a particular database container?

    Posted 11-18-2014 07:43:00 PM
    Using web services, how do I stop and start a particular database container?

    I can stop and start a VDB from the UI but I cannot find any documentation in the API to stop and start a VDB.

    I have looked through the api and I cannot find any action to stop or start a VDB.


  • 2.  RE: Using web services, how do I stop and start a particular database container?
    Best Answer

    Posted 11-18-2014 10:46:00 PM
    Hi Eddie,

    You can do so using the following web services calls
    • POST /resources/json/delphix/source/{ref}/start
    • POST /resources/json/delphix/source/{ref}/stop
    You can find more information about these web service calls (along with many others) at our GUI API mapping page: http://docs.delphix.com/display/DOCS41/GUI+API+Mapping.