Thanks!
I found out where to put the postgresPort field. However, when I apply for Postman, an error occurs.
Here is the correct request:
{
"container": {
"sourcingPolicy": {
"logsyncEnabled": false,
"type": "SourcingPolicy"
},
"group": "GROUP-10",
"name": "VSou_MGH",
"type": "AppDataContainer"
},
"source": {
"operations": {
"configureClone": [],
"preRefresh": [],
"postRefresh": [],
"preRollback": [],
"postRollback": [],
"preSnapshot": [],
"postSnapshot": [],
"preStart": [],
"postStart": [],
"preStop": [],
"postStop": [],
"type": "VirtualSourceOperations"
},
"parameters": {
"postgresPort": 5438,
"config_settings_stg": []
},
"additionalMountPoints": [],
"allowAutoVDBRestartOnHostReboot": false,
"logCollectionEnabled": false,
"name": "VSou_MGH",
"type": "AppDataVirtualSource"
},
"sourceConfig": {
"path": "/mnt/provision/Source_6O1RXVSW",
"name": "VSou_MGH",
"repository": "APPDATA_REPOSITORY-176",
"linkingEnabled": true,
"environmentUser": "HOST_USER-153",
"type": "AppDataDirectSourceConfig"
},
"timeflowPointParameters": {
"snapshot": "APPDATA_SNAPSHOT-45",
"type": "TimeflowPointSnapshot"
},
"masked": false,
"type": "AppDataProvisionParameters"
}
Thank you very much for your help!