* Bugs #9069, #9201, #6975, #9922 - Scripted * Mongo DS update from Cloud to Localhost * Updating command.js * Ignoring Mongo until Localhost is fixed * S3 fixes * S3 fix * Mongo Cloud to Localhost transition * Bug #6375 scripted * Failure fix * S3 fix + testSaveDs method flow update * Refresh datasource structure script fix * Entity explorer datasource structure script fix * testSaveDs method flow update fixes * testSaveDs method flow update fixes - set 2 * S3, Mongo Skipping cases fix * Custom Chart failure fix * Button-Call-Query Validation case script fix * Confirm run action failure fix * Confirm run action script fix * Dropdown-Call-Query Validation script fix * S3 - Delete icon issue fix * S3 - Delete icon locator updated * actionContextMenuByEntityName method call update * Table widget add new menu button column - rgb fix * Commenting BG color verify - to override flakiness * Mongo skipping script fix * Commenting Cypress.runner.stop()
36 lines
793 B
JSON
36 lines
793 B
JSON
{
|
|
"responseMeta": {
|
|
"status": 200,
|
|
"success": true
|
|
},
|
|
"data": {
|
|
"id": "602d5150be5b8626c2dad9e0",
|
|
"userPermissions": [
|
|
"execute:datasources",
|
|
"manage:datasources",
|
|
"read:datasources"
|
|
],
|
|
"name": "Untitled Datasource 5213",
|
|
"pluginId": "5e687c18fb01e64e6a3f873f",
|
|
"organizationId": "5fd639aceb554e031ee61fef",
|
|
"datasourceConfiguration": {
|
|
"connection": {
|
|
"mode": "READ_WRITE",
|
|
"type": "REPLICA_SET",
|
|
"defaultDatabaseName": "sample_airbnb"
|
|
},
|
|
"endpoints": [
|
|
{
|
|
"host": "localhost"
|
|
}
|
|
],
|
|
"authentication": {
|
|
"databaseName": "sample_airbnb"
|
|
},
|
|
"sshProxyEnabled": false
|
|
},
|
|
"invalids": [],
|
|
"isValid": true,
|
|
"new": false
|
|
}
|
|
} |