-
Notifications
You must be signed in to change notification settings - Fork 9
/
account_get_response.json
41 lines (41 loc) · 1.27 KB
/
account_get_response.json
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
{
"status": {
"code": 200,
"is_success": true,
"user_message": "Success!",
"developer_message": ""
},
"data": {
"docs_job_id": null,
"freshness_job_id": null,
"lock_reason": null,
"unlock_if_subscription_renewed": false,
"read_only_seats": 10,
"id": 123456,
"name": "REDACTED",
"state": 1,
"plan": "enterprise",
"pending_cancel": false,
"run_slots": 15,
"developer_seats": 10,
"queue_limit": 50,
"pod_memory_request_mebibytes": 600,
"run_duration_limit_seconds": 86400,
"enterprise_authentication_method": null,
"enterprise_login_slug": null,
"enterprise_unique_identifier": null,
"billing_email_address": null,
"locked": false,
"develop_file_system": true,
"unlocked_at": null,
"created_at": "2021-04-14T20:23:00.305964+00:00",
"updated_at": "2022-05-17T16:45:23.288391+00:00",
"starter_repo_url": null,
"sso_reauth": false,
"git_auth_level": "personal",
"identifier": "REDACTED",
"docs_job": null,
"freshness_job": null,
"enterprise_login_url": "https://cloud.getdbt.com/enterprise-login/None/"
}
}