Announcements

Tip of the Day: Using the API to Refresh VDBs

  Thread closed by the administrator, not accepting new replies.
  • 1.  Tip of the Day: Using the API to Refresh VDBs

    Posted 07-11-2014 03:58:00 PM
    No replies, thread closed.
    curl -v -X POST -k --data @- http://delphix-server/resources/json/delphix/database/ORACLE_DB_CONTAINER-13/refresh  \     -b ~/cookies.txt -H "Content-Type: application/json" <<EOF {        "type": "OracleRefreshParameters",        "timeflowPointParameters": {                "type": "TimeflowPointSemantic",                "timeflow": "ORACLE_TIMEFLOW-13",                "location": "LATEST_SNAPSHOT"        } } EOF
    *For more information about the content of refresh parameters, see the /api/#RefreshParameters reference on your local Delphix Engine. Depending on the type of the database, the following parameter types are available:
    • OracleRefreshParameters
    • MSSqlRefreshParameters

    #vdb
    #delphix_api
    #delphix
    #api