2021-10-29 05:51:32 +00:00
|
|
|
{ "unpublishedDefaultPageName": "PostgreSQL", "datasourceList": [ { "new": true, "invalids": [ ], "pluginId": "amazons3-plugin", "isValid": true, "name": "AmazonS3 CRUD", "userPermissions": [ "execute:datasources", "manage:datasources", "read:datasources" ], "datasourceConfiguration": { "sshProxyEnabled": false, "endpoints": [ { "host": "" } ], "properties": [ { "value": "ap-south-1" }, { "value": "amazon-s3", "key": "s3Provider" }, { "value": "", "key": "customRegion" } ] }, "structure": { } }, { "new": true, "invalids": [ ], "pluginId": "restapi-plugin", "isValid": true, "name": "Appsmith Prod", "userPermissions": [ "execute:datasources", "manage:datasources", "read:datasources" ], "datasourceConfiguration": { "sshProxyEnabled": false, "headers": [ { "value": "_hjIncludedInSample=1; _hjSessionTooLarge=1; _ga=GA1.2.572027528.1599035590; SL_C_23361dd035530_KEY=c370af0df0edf38360adbefbdc47d2b42ea137c9; ajs_user_id=%22nikhil%40appsmith.com%22; ajs_anonymous_id=%2213c846f6-970b-41e1-925f-f8f4a92ea315%22; SL_C_23361dd035530_SID=laR0iYdLzA-; SL_C_23361dd035530_VID=EDGoRechnrX; _hjid=da2ef5e3-4ea5-42dc-b892-7962b7564098; ajs_user_id=nikhil@appsmith.com; ajs_anonymous_id=13c846f6-970b-41e1-925f-f8f4a92ea315; ajs_user_id=nikhil@appsmith.com; ajs_anonymous_id=13c846f6-970b-41e1-925f-f8f4a92ea315; SESSION=18e4735e-3ffb-4fe7-a248-a9a3579d37f8; _gid=GA1.2.2009088250.1632672701; amplitude_id_fef1e872c952688acd962d30aa545b9eappsmith.com=eyJkZXZpY2VJZCI6IjU5ZjhhZTJlLTgzYjQtNDY5My1hZjA4LTM2ZGRkZjBjNGJiYlIiLCJ1c2VySWQiOm51bGwsIm9wdE91dCI6ZmFsc2UsInNlc3Npb25JZCI6MTYzMjc2NzQ4NzA1MiwibGFzdEV2ZW50VGltZSI6MTYzMjc2ODEwNDE1OCwiZXZlbnRJZCI6MywiaWRlbnRpZnlJZCI6MSwic2VxdWVuY2VOdW1iZXIiOjJ9; _hjAbsoluteSessionInProgress=0; _gat_UA-145062826-1=1; mp_70b8ea94d623dd857fb555a76d11f944_mixpanel=%7B%22distinct_id%22%3A%20%22nikhil%40appsmith.com%22%2C%22%24device_id%22%3A%20%2217c0cf04a2f536-0ed498887bbbcb-1f3f6756-1aeaa0-17c0cf04a30de8%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%2C%22mp_lib%22%3A%20%22Segment%3A%20web%22%2C%22%24user_id%22%3A%20%22nikhil%40appsmith.com%22%2C%22mp_name_tag%22%3A%20%22nikhil%40appsmith.com%22%2C%22userId%22%3A%20%22nikhil%40appsmith.com%22%2C%22source%22%3A%20%22cloud%22%2C%22id%22%3A%20%22nikhil%40appsmith.com%22%2C%22%24email%22%3A%20%22nikhil%40appsmith.com%22%2C%22%24first_name%22%3A%20%22Nikhil%22%2C%22%24last_name%22%3A%20%22Nandagopal%22%2C%22%24name%22%3A%20%22Nikhil%20Nandagopal%22%7D; intercom-session-y10e7138=U3N3VVU1QWVkQmpkRmw1U1l1NWt3TEhja0JJb1kyZHRBeXk1MmdGQlZWdzlqa2k3ZWhFdFo3WFJKMjhUWU51Ky0tLzI2cklyUWgyS0l0SG96NzhEY3BFQT09--96b80882e4071a939f352efbfbf99fda2ddd86e0", "key": "Cookie" } ], "properties": [ { "value": "N", "key": "isSendSessionEnabled" }, { "value": "", "key": "sessionSignatureKey" } ], "url": "https://app.appsmith.com" }, "structure": { } }, { "new": true, "invalids": [ ], "pluginId": "firestore-plugin", "isValid": true, "name": "FBTemplateDB", "userPermissions": [ "execute:datasources", "manage:datasources", "read:datasources" ], "datasourceConfiguration": { "sshProxyEnabled": false, "url": "https://firebase-crud-template.firebaseio.com" }, "structure": { } }, { "new": true, "invalids": [ ], "pluginId": "google-sheets-plugin", "isValid": true, "name": "Google Sheet", "userPermissions": [ "execute:datasources", "manage:datasources", "read:datasources" ], "datasourceConfiguration": { "sshProxyEnabled": false }, "structure": { } }, { "new": true, "invalids": [ ], "pluginId": "postgres-plugin", "isValid": true, "name": "Internal DB", "userPermissions": [ "execute:datasources", "manage:datasources", "read:datasources" ], "datasourceConfiguration": { "sshProxyEnabled": false, "endpoints": [ { "port": 5432, "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com" } ], "connection": { "mode": "READ_WRITE", "ssl": { "authType": "DEFAULT" } } }, "structure": { "tables": [ { "schema": "public", "columns": [ { "defaultValue": "nextval('active_app_report_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "nam
|