APIPythonOpen-Source Solutions

  • 1.  V2P API for Mssql

    Posted 07-10-2018 08:13:00 AM
    Hi Team,

    Could anyone help with the V2P API for  Mssql?
    Please provide the JSON code for the Mssql  API.

    Thanks in advance.

    Regards,
    Anshul


  • 2.  RE: V2P API for Mssql
    Best Answer

    Posted 07-10-2018 05:41:00 PM
    Hi Anshul,
    I've received the following example JSON from our team, please let us know if this helps.
    {    "sourceConfig": {      "databaseName": "VRep_K7D",      "repository": "MSSQL_INSTANCE-1",      "recoveryModel": "SIMPLE",      "linkingEnabled": true,      "type": "MSSqlSIConfig"    },    "recoveryModel": "SIMPLE",    "filesystemLayout": {      "targetDirectory": "C:\\temp",      "dataDirectory": "data",      "archiveDirectory": "archive",      "externalDirectory": "external",      "tempDirectory": "temp",      "scriptDirectory": "script",      "type": "TimeflowFilesystemLayout"    },    "recoverDatabase": true,    "timeflowPointParameters": {      "snapshot": "MSSQL_SNAPSHOT-3",      "type": "TimeflowPointSnapshot"    },    "type": "MSSqlExportParameters"  }

    The API endpoint is resources/json/delphix/database/export. 

    Thanks,
    Michael