I am using the Postman tool to make requests to Delphix in order to provision a VDB. However when sending the request an error occurs that I can not identify. The following is a step-by-step:
1-
======================================================================
Create Session
https://{DE}/resources/json/delphix/session2-
======================================================================
Login Delphix
https://{DE}/resources/json/delphix/loginBody Request:
{
"type": "LoginRequest",
"username": "admin",
"password": "****"
}
3-
======================================================================
Provision VDB
https://{DE}/resources/json/delphix/database/provision
Body 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"
}
Response Erro:
{
"type": "ErrorResult",
"status": "ERROR",
"error": {
"type": "APIError",
"details": "A server error occurred while processing your request.",
"action": "Please contact Delphix support.",
"id": null,
"commandOutput": null
}
}
=======================================================================
What can it be?
#QswithSolutions#Virtualization#DemoEnvironment