-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconnection_list_response.json
More file actions
44 lines (44 loc) · 979 Bytes
/
connection_list_response.json
File metadata and controls
44 lines (44 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"status": {
"code": 200,
"is_success": true,
"user_message": "Success!",
"developer_message": ""
},
"data": [
{
"id": 32544,
"account_id": 54321,
"project_id": 123467,
"name": "Snowflake",
"type": "snowflake",
"created_by_id": 12357854,
"created_by_service_token_id": null,
"details": {
"account": "ANONYMIZED",
"database": "analytics",
"warehouse": "transforming",
"allow_sso": false,
"client_session_keep_alive": false,
"role": "transformer"
},
"state": 1,
"created_at": "2021-01-21 06:46:19.890786+00:00",
"updated_at": "2021-03-04 23:39:42.316667+00:00",
"private_link_endpoint_id": null
}
],
"extra": {
"filters": {
"account_id": 54321,
"project_id": 123467,
"limit": 1,
"offset": 0
},
"order_by": "id",
"pagination": {
"count": 1,
"total_count": 1
}
}
}