scalingo 3.5.0 → 4.0.beta1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +41 -0
- data/CHANGELOG.md +14 -1
- data/Gemfile +2 -0
- data/README.md +13 -62
- data/bin/console +11 -1
- data/bin/lint +2 -0
- data/bin/setup +21 -6
- data/bin/specs +2 -0
- data/lib/scalingo/api/client.rb +21 -39
- data/lib/scalingo/api/endpoint.rb +88 -11
- data/lib/scalingo/auth/keys.rb +4 -50
- data/lib/scalingo/auth/scm_integrations.rb +4 -51
- data/lib/scalingo/auth/tokens.rb +5 -72
- data/lib/scalingo/auth/two_factor_auth.rb +4 -55
- data/lib/scalingo/auth/user.rb +3 -38
- data/lib/scalingo/bearer_token.rb +16 -9
- data/lib/scalingo/billing/profile.rb +3 -40
- data/lib/scalingo/client.rb +21 -31
- data/lib/scalingo/configuration.rb +0 -24
- data/lib/scalingo/core_client.rb +9 -29
- data/lib/scalingo/database/backups.rb +9 -0
- data/lib/scalingo/database/databases.rb +8 -0
- data/lib/scalingo/{regional_database.rb → database.rb} +3 -3
- data/lib/scalingo/faraday/extract_meta.rb +33 -0
- data/lib/scalingo/faraday/extract_root_value.rb +18 -0
- data/lib/scalingo/faraday/response.rb +36 -0
- data/lib/scalingo/regional/addons.rb +18 -130
- data/lib/scalingo/regional/apps.rb +10 -103
- data/lib/scalingo/regional/autoscalers.rb +5 -64
- data/lib/scalingo/regional/collaborators.rb +4 -51
- data/lib/scalingo/regional/containers.rb +4 -51
- data/lib/scalingo/regional/deployments.rb +3 -38
- data/lib/scalingo/regional/domains.rb +5 -64
- data/lib/scalingo/regional/environment.rb +6 -77
- data/lib/scalingo/regional/events.rb +5 -50
- data/lib/scalingo/regional/logs.rb +10 -28
- data/lib/scalingo/regional/metrics.rb +2 -34
- data/lib/scalingo/regional/notifiers.rb +7 -90
- data/lib/scalingo/regional/operations.rb +5 -18
- data/lib/scalingo/regional/scm_repo_links.rb +8 -103
- data/lib/scalingo/token_holder.rb +1 -46
- data/lib/scalingo/version.rb +1 -1
- data/scalingo.gemspec +3 -0
- metadata +59 -200
- data/lib/scalingo/api/response.rb +0 -69
- data/lib/scalingo/regional_database/backups.rb +0 -44
- data/lib/scalingo/regional_database/databases.rb +0 -31
- data/samples/auth/keys/_meta.json +0 -13
- data/samples/auth/keys/all-200.json +0 -62
- data/samples/auth/keys/create-201.json +0 -67
- data/samples/auth/keys/create-422.json +0 -34
- data/samples/auth/keys/destroy-204.json +0 -19
- data/samples/auth/keys/destroy-404.json +0 -19
- data/samples/auth/keys/show-200.json +0 -60
- data/samples/auth/keys/show-404.json +0 -19
- data/samples/auth/scm_integrations/_meta.json +0 -14
- data/samples/auth/scm_integrations/all-200.json +0 -41
- data/samples/auth/scm_integrations/create-201.json +0 -41
- data/samples/auth/scm_integrations/create-422.json +0 -36
- data/samples/auth/scm_integrations/destroy-204.json +0 -15
- data/samples/auth/scm_integrations/destroy-404.json +0 -23
- data/samples/auth/scm_integrations/show-200.json +0 -34
- data/samples/auth/scm_integrations/show-404.json +0 -23
- data/samples/auth/tokens/_meta.json +0 -13
- data/samples/auth/tokens/all-200.json +0 -32
- data/samples/auth/tokens/create-201.json +0 -37
- data/samples/auth/tokens/destroy-204.json +0 -19
- data/samples/auth/tokens/destroy-404.json +0 -19
- data/samples/auth/tokens/exchange-200.json +0 -25
- data/samples/auth/tokens/exchange-401.json +0 -24
- data/samples/auth/tokens/renew-200.json +0 -32
- data/samples/auth/tokens/renew-404.json +0 -20
- data/samples/auth/two_factor_auth/_meta.json +0 -10
- data/samples/auth/two_factor_auth/disable-not-initiated.json +0 -23
- data/samples/auth/two_factor_auth/disable-success.json +0 -29
- data/samples/auth/two_factor_auth/initiate-already-enabled.json +0 -29
- data/samples/auth/two_factor_auth/initiate-success.json +0 -36
- data/samples/auth/two_factor_auth/initiate-wrong-provider.json +0 -29
- data/samples/auth/two_factor_auth/status.json +0 -29
- data/samples/auth/two_factor_auth/validate-not-initiated.json +0 -29
- data/samples/auth/two_factor_auth/validate-success.json +0 -49
- data/samples/auth/two_factor_auth/validate-wrong.json +0 -29
- data/samples/auth/user/_meta.json +0 -10
- data/samples/auth/user/self.json +0 -54
- data/samples/auth/user/stop-free-trial.json +0 -24
- data/samples/auth/user/update-200.json +0 -59
- data/samples/auth/user/update-422.json +0 -33
- data/samples/billing/profile/_meta.json +0 -23
- data/samples/billing/profile/create-201.json +0 -50
- data/samples/billing/profile/create-400.json +0 -27
- data/samples/billing/profile/create-422.json +0 -44
- data/samples/billing/profile/show-200.json +0 -41
- data/samples/billing/profile/show-404.json +0 -22
- data/samples/billing/profile/update-200.json +0 -47
- data/samples/billing/profile/update-422.json +0 -32
- data/samples/regional/addons/_meta.json +0 -22
- data/samples/regional/addons/categories-guest.json +0 -36
- data/samples/regional/addons/categories-logged.json +0 -37
- data/samples/regional/addons/destroy-204.json +0 -19
- data/samples/regional/addons/destroy-404.json +0 -24
- data/samples/regional/addons/find-200.json +0 -48
- data/samples/regional/addons/find-404.json +0 -24
- data/samples/regional/addons/for-200.json +0 -50
- data/samples/regional/addons/providers-guest.json +0 -588
- data/samples/regional/addons/providers-logged.json +0 -705
- data/samples/regional/addons/provision-201.json +0 -58
- data/samples/regional/addons/provision-400.json +0 -29
- data/samples/regional/addons/sso-200.json +0 -49
- data/samples/regional/addons/sso-404.json +0 -24
- data/samples/regional/addons/token-200.json +0 -49
- data/samples/regional/addons/token-404.json +0 -24
- data/samples/regional/addons/update-200.json +0 -58
- data/samples/regional/addons/update-404.json +0 -30
- data/samples/regional/apps/_meta.json +0 -52
- data/samples/regional/apps/all.json +0 -99
- data/samples/regional/apps/create-201.json +0 -66
- data/samples/regional/apps/create-422.json +0 -34
- data/samples/regional/apps/destroy-204.json +0 -19
- data/samples/regional/apps/destroy-404.json +0 -24
- data/samples/regional/apps/destroy-422.json +0 -27
- data/samples/regional/apps/find-200.json +0 -60
- data/samples/regional/apps/find-404.json +0 -24
- data/samples/regional/apps/logs_url.json +0 -62
- data/samples/regional/apps/rename-200.json +0 -65
- data/samples/regional/apps/rename-404.json +0 -29
- data/samples/regional/apps/rename-422.json +0 -33
- data/samples/regional/apps/transfer-200.json +0 -65
- data/samples/regional/apps/transfer-404.json +0 -27
- data/samples/regional/apps/transfer-422.json +0 -34
- data/samples/regional/apps/update-200.json +0 -66
- data/samples/regional/apps/update-stack-404.json +0 -30
- data/samples/regional/autoscalers/_meta.json +0 -27
- data/samples/regional/autoscalers/create-201.json +0 -49
- data/samples/regional/autoscalers/create-500.json +0 -32
- data/samples/regional/autoscalers/destroy-204.json +0 -20
- data/samples/regional/autoscalers/destroy-404.json +0 -25
- data/samples/regional/autoscalers/find-200.json +0 -39
- data/samples/regional/autoscalers/find-404.json +0 -25
- data/samples/regional/autoscalers/for-200.json +0 -41
- data/samples/regional/autoscalers/update-200.json +0 -45
- data/samples/regional/autoscalers/update-404.json +0 -31
- data/samples/regional/autoscalers/update-500.json +0 -30
- data/samples/regional/collaborators/_meta.json +0 -17
- data/samples/regional/collaborators/accept-200.json +0 -60
- data/samples/regional/collaborators/accept-400.json +0 -24
- data/samples/regional/collaborators/accept-404.json +0 -24
- data/samples/regional/collaborators/destroy-204.json +0 -19
- data/samples/regional/collaborators/destroy-404.json +0 -24
- data/samples/regional/collaborators/for-200.json +0 -34
- data/samples/regional/collaborators/invite-201.json +0 -37
- data/samples/regional/collaborators/invite-422.json +0 -34
- data/samples/regional/containers/_meta.json +0 -25
- data/samples/regional/containers/for-200.json +0 -39
- data/samples/regional/containers/restart-202.json +0 -28
- data/samples/regional/containers/restart-422.json +0 -33
- data/samples/regional/containers/scale-202.json +0 -48
- data/samples/regional/containers/scale-422.json +0 -36
- data/samples/regional/containers/sizes-guest.json +0 -115
- data/samples/regional/containers/sizes-logged.json +0 -116
- data/samples/regional/deployments/_meta.json +0 -8
- data/samples/regional/deployments/find-200.json +0 -45
- data/samples/regional/deployments/find-404.json +0 -24
- data/samples/regional/deployments/for-with-paging.json +0 -35
- data/samples/regional/deployments/for-without-pages.json +0 -56
- data/samples/regional/deployments/logs-200.json +0 -22
- data/samples/regional/deployments/logs-404.json +0 -24
- data/samples/regional/domains/_meta.json +0 -21
- data/samples/regional/domains/create-201.json +0 -44
- data/samples/regional/domains/create-422.json +0 -33
- data/samples/regional/domains/destroy-204.json +0 -19
- data/samples/regional/domains/destroy-404.json +0 -24
- data/samples/regional/domains/find-200.json +0 -38
- data/samples/regional/domains/find-404.json +0 -24
- data/samples/regional/domains/for-200.json +0 -40
- data/samples/regional/domains/update-200.json +0 -44
- data/samples/regional/domains/update-404.json +0 -30
- data/samples/regional/domains/update-422.json +0 -33
- data/samples/regional/environment/_meta.json +0 -43
- data/samples/regional/environment/bulk-destroy-204.json +0 -19
- data/samples/regional/environment/bulk-update-200.json +0 -70
- data/samples/regional/environment/create-201.json +0 -36
- data/samples/regional/environment/create-422.json +0 -37
- data/samples/regional/environment/destroy-204.json +0 -19
- data/samples/regional/environment/destroy-404.json +0 -24
- data/samples/regional/environment/for-200.json +0 -31
- data/samples/regional/environment/update-200.json +0 -35
- data/samples/regional/environment/update-404.json +0 -30
- data/samples/regional/events/_meta.json +0 -3
- data/samples/regional/events/all-200.json +0 -619
- data/samples/regional/events/categories-guest.json +0 -66
- data/samples/regional/events/categories-logged.json +0 -67
- data/samples/regional/events/for-200.json +0 -404
- data/samples/regional/events/types-guest.json +0 -288
- data/samples/regional/events/types-logged.json +0 -289
- data/samples/regional/logs/_meta.json +0 -11
- data/samples/regional/logs/archives-200.json +0 -28
- data/samples/regional/logs/get-guest-200.json +0 -18
- data/samples/regional/logs/get-logged-200.json +0 -19
- data/samples/regional/logs/get-with-limit-200.json +0 -18
- data/samples/regional/metrics/_meta.json +0 -15
- data/samples/regional/metrics/for-invalid-400.json +0 -23
- data/samples/regional/metrics/for-valid-cpu-200.json +0 -747
- data/samples/regional/metrics/for-valid-router-404.json +0 -23
- data/samples/regional/metrics/types-guest.json +0 -66
- data/samples/regional/metrics/types-logged.json +0 -67
- data/samples/regional/notifiers/_meta.json +0 -23
- data/samples/regional/notifiers/create-201.json +0 -55
- data/samples/regional/notifiers/create-404.json +0 -30
- data/samples/regional/notifiers/create-422.json +0 -36
- data/samples/regional/notifiers/destroy-204.json +0 -19
- data/samples/regional/notifiers/destroy-404.json +0 -24
- data/samples/regional/notifiers/find-200.json +0 -47
- data/samples/regional/notifiers/find-404.json +0 -24
- data/samples/regional/notifiers/for-200.json +0 -49
- data/samples/regional/notifiers/platforms-guest.json +0 -184
- data/samples/regional/notifiers/platforms-logged.json +0 -185
- data/samples/regional/notifiers/test-200.json +0 -22
- data/samples/regional/notifiers/test-404.json +0 -25
- data/samples/regional/notifiers/update-200.json +0 -53
- data/samples/regional/operations/_meta.json +0 -5
- data/samples/regional/operations/find-200.json +0 -31
- data/samples/regional/operations/find-404.json +0 -24
- data/samples/regional/scm_repo_links/_meta.json +0 -22
- data/samples/regional/scm_repo_links/create-201.json +0 -54
- data/samples/regional/scm_repo_links/destroy-204.json +0 -15
- data/samples/regional/scm_repo_links/manual-deploy-200.json +0 -32
- data/samples/regional/scm_repo_links/show-200.json +0 -43
- data/samples/regional/scm_repo_links/update-200.json +0 -50
- data/samples/regional_database/backups/_meta.json +0 -4
- data/samples/regional_database/backups/archive-200.json +0 -24
- data/samples/regional_database/backups/archive-400.json +0 -24
- data/samples/regional_database/backups/create-201.json +0 -32
- data/samples/regional_database/backups/create-400.json +0 -24
- data/samples/regional_database/backups/for-200.json +0 -52
- data/samples/regional_database/backups/for-400.json +0 -24
- data/samples/regional_database/databases/_meta.json +0 -3
- data/samples/regional_database/databases/find-200.json +0 -47
- data/samples/regional_database/databases/find-400.json +0 -24
- data/samples/regional_database/databases/upgrade-202.json +0 -39
- data/samples/regional_database/databases/upgrade-400.json +0 -24
@@ -1,58 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps/5ed10967884fef000f5e4fff/addons",
|
3
|
-
"method": "post",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token",
|
7
|
-
"Content-Type": "application/json"
|
8
|
-
},
|
9
|
-
"json_body": {
|
10
|
-
"addon": {
|
11
|
-
"addon_provider_id": "postgresql",
|
12
|
-
"plan_id": "5d1e03873e6b3b000eefa827"
|
13
|
-
}
|
14
|
-
}
|
15
|
-
},
|
16
|
-
"response": {
|
17
|
-
"status": 201,
|
18
|
-
"headers": {
|
19
|
-
"Date": "Fri, 29 May 2020 13:08:59 GMT",
|
20
|
-
"Etag": "W/\"a9504bb2f6f87c65ff68074ae787831e\"",
|
21
|
-
"Content-Type": "application/json; charset=utf-8",
|
22
|
-
"Transfer-Encoding": "chunked",
|
23
|
-
"Connection": "keep-alive",
|
24
|
-
"Cache-Control": "max-age=0, private, must-revalidate",
|
25
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
26
|
-
},
|
27
|
-
"json_body": {
|
28
|
-
"addon": {
|
29
|
-
"id": "ad-6733873b-1628-4b8e-8e74-c30f1c3f3b63",
|
30
|
-
"app_id": "5ed10967884fef000f5e4fff",
|
31
|
-
"resource_id": "some_example_5629",
|
32
|
-
"addon_provider": {
|
33
|
-
"id": "postgresql",
|
34
|
-
"name": "PostgreSQL",
|
35
|
-
"logo_url": "//cdn.scalingo.com/addons/Scalingo_Postgresql.svg"
|
36
|
-
},
|
37
|
-
"plan": {
|
38
|
-
"id": "5d1e03873e6b3b000eefa827",
|
39
|
-
"name": "postgresql-sandbox",
|
40
|
-
"display_name": "Sandbox",
|
41
|
-
"price": 0.0,
|
42
|
-
"description": "<p>Pouet</p>\n",
|
43
|
-
"position": null,
|
44
|
-
"on_demand": false,
|
45
|
-
"disabled": false,
|
46
|
-
"disabled_alternative_plan_id": null,
|
47
|
-
"sku": "ovh-st-fr1-postgresql-sandbox"
|
48
|
-
},
|
49
|
-
"provisioned_at": "2020-05-29T13:08:58.103Z",
|
50
|
-
"deprovisioned_at": null,
|
51
|
-
"status": "provisioning",
|
52
|
-
"message": "Database is being provisioned",
|
53
|
-
"variables": null
|
54
|
-
},
|
55
|
-
"message": "Database is being provisioned"
|
56
|
-
}
|
57
|
-
}
|
58
|
-
}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps/5ed10967884fef000f5e4fff/addons",
|
3
|
-
"method": "post",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token",
|
7
|
-
"Content-Type": "application/json"
|
8
|
-
},
|
9
|
-
"json_body": {
|
10
|
-
"addon": {
|
11
|
-
"addon_provider_id": "postgresql"
|
12
|
-
}
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"response": {
|
16
|
-
"status": 400,
|
17
|
-
"headers": {
|
18
|
-
"Date": "Fri, 29 May 2020 13:08:57 GMT",
|
19
|
-
"Content-Type": "application/json; charset=utf-8",
|
20
|
-
"Transfer-Encoding": "chunked",
|
21
|
-
"Connection": "keep-alive",
|
22
|
-
"Cache-Control": "no-cache",
|
23
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
24
|
-
},
|
25
|
-
"json_body": {
|
26
|
-
"error": "plan_id is required"
|
27
|
-
}
|
28
|
-
}
|
29
|
-
}
|
@@ -1,49 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps/5ed10967884fef000f5e4fff/addons/ad-6733873b-1628-4b8e-8e74-c30f1c3f3b63/sso",
|
3
|
-
"method": "get",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token"
|
7
|
-
}
|
8
|
-
},
|
9
|
-
"response": {
|
10
|
-
"status": 200,
|
11
|
-
"headers": {
|
12
|
-
"Date": "Fri, 29 May 2020 13:09:00 GMT",
|
13
|
-
"Etag": "W/\"ece1ff1263aad47584f356e20127cf3b\"",
|
14
|
-
"Content-Type": "application/json; charset=utf-8",
|
15
|
-
"Transfer-Encoding": "chunked",
|
16
|
-
"Connection": "keep-alive",
|
17
|
-
"Cache-Control": "max-age=0, private, must-revalidate",
|
18
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
19
|
-
},
|
20
|
-
"json_body": {
|
21
|
-
"addon": {
|
22
|
-
"id": "ad-6733873b-1628-4b8e-8e74-c30f1c3f3b63",
|
23
|
-
"app_id": "5ed10967884fef000f5e4fff",
|
24
|
-
"resource_id": "some_example_5629",
|
25
|
-
"addon_provider": {
|
26
|
-
"id": "postgresql",
|
27
|
-
"name": "PostgreSQL",
|
28
|
-
"logo_url": "//cdn.scalingo.com/addons/Scalingo_Postgresql.svg"
|
29
|
-
},
|
30
|
-
"plan": {
|
31
|
-
"id": "5d1e03873e6b3b000eefa827",
|
32
|
-
"name": "postgresql-sandbox",
|
33
|
-
"display_name": "Sandbox",
|
34
|
-
"price": 0.0,
|
35
|
-
"description": "<p>Pouet</p>\n",
|
36
|
-
"position": null,
|
37
|
-
"on_demand": false,
|
38
|
-
"disabled": false,
|
39
|
-
"disabled_alternative_plan_id": null,
|
40
|
-
"sku": "ovh-st-fr1-postgresql-sandbox"
|
41
|
-
},
|
42
|
-
"provisioned_at": "2020-05-29T13:08:58.103Z",
|
43
|
-
"deprovisioned_at": null,
|
44
|
-
"status": "provisioning",
|
45
|
-
"sso_url": "http://postgresql.staging.scalingo.io/sso?id=some_example_5629&token=72090f7ea7454d20402c94775c98f71e9f9b5f31×tamp=1590757740"
|
46
|
-
}
|
47
|
-
}
|
48
|
-
}
|
49
|
-
}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps/5ed10967884fef000f5e4fff/addons/wrong-addon-id/sso",
|
3
|
-
"method": "get",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token"
|
7
|
-
}
|
8
|
-
},
|
9
|
-
"response": {
|
10
|
-
"status": 404,
|
11
|
-
"headers": {
|
12
|
-
"Date": "Fri, 29 May 2020 13:08:59 GMT",
|
13
|
-
"Content-Type": "application/json; charset=utf-8",
|
14
|
-
"Transfer-Encoding": "chunked",
|
15
|
-
"Connection": "keep-alive",
|
16
|
-
"Cache-Control": "no-cache",
|
17
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
18
|
-
},
|
19
|
-
"json_body": {
|
20
|
-
"resource": "addon",
|
21
|
-
"error": "not found"
|
22
|
-
}
|
23
|
-
}
|
24
|
-
}
|
@@ -1,49 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps/5ed10967884fef000f5e4fff/addons/ad-6733873b-1628-4b8e-8e74-c30f1c3f3b63/token",
|
3
|
-
"method": "post",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token"
|
7
|
-
}
|
8
|
-
},
|
9
|
-
"response": {
|
10
|
-
"status": 200,
|
11
|
-
"headers": {
|
12
|
-
"Date": "Fri, 29 May 2020 13:09:00 GMT",
|
13
|
-
"Etag": "W/\"ece1ff1263aad47584f356e20127cf3b\"",
|
14
|
-
"Content-Type": "application/json; charset=utf-8",
|
15
|
-
"Transfer-Encoding": "chunked",
|
16
|
-
"Connection": "keep-alive",
|
17
|
-
"Cache-Control": "max-age=0, private, must-revalidate",
|
18
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
19
|
-
},
|
20
|
-
"json_body": {
|
21
|
-
"addon": {
|
22
|
-
"id": "ad-6733873b-1628-4b8e-8e74-c30f1c3f3b63",
|
23
|
-
"app_id": "5ed10967884fef000f5e4fff",
|
24
|
-
"resource_id": "some_example_5629",
|
25
|
-
"addon_provider": {
|
26
|
-
"id": "postgresql",
|
27
|
-
"name": "PostgreSQL",
|
28
|
-
"logo_url": "//cdn.scalingo.com/addons/Scalingo_Postgresql.svg"
|
29
|
-
},
|
30
|
-
"plan": {
|
31
|
-
"id": "5d1e03873e6b3b000eefa827",
|
32
|
-
"name": "postgresql-sandbox",
|
33
|
-
"display_name": "Sandbox",
|
34
|
-
"price": 0.0,
|
35
|
-
"description": "<p>Pouet</p>\n",
|
36
|
-
"position": null,
|
37
|
-
"on_demand": false,
|
38
|
-
"disabled": false,
|
39
|
-
"disabled_alternative_plan_id": null,
|
40
|
-
"sku": "ovh-st-fr1-postgresql-sandbox"
|
41
|
-
},
|
42
|
-
"provisioned_at": "2020-05-29T13:08:58.103Z",
|
43
|
-
"deprovisioned_at": null,
|
44
|
-
"status": "provisioning",
|
45
|
-
"token": "eyJhbGciOiJIUzUxMiJ9.eyJpc3MiOiJTY2FsaW5nbyIsImlhdCI6MTU5Mjg0MjQ3OSwidXVpZCI6InVzLTY3NmJiMGMxLTFjYTktNDY4Mi04ZWUxLTI1NzQyMmU5ZWFiNSIsInJuZCI6IjlhZGZlMzNlNDUxNzNmZTBiNjg4ZjQxZTY4OTg1OWQ0IiwiZXhwIjoxNTkyODQ2MDc5LCJhZGRvbl91dWlkIjoiYWQtNTRlYzczMzItYjViOS00MGUyLTg2NWQtYmNkYTg1Yzc2Y2I2In0.-rYijDhFRWcycSFLcCbdQD3tg9rh1MhXE_rTvlOtQt-48BJcPmxH9Wpazzp7tkspYrx8jfIrWrALoujvW33WVw"
|
46
|
-
}
|
47
|
-
}
|
48
|
-
}
|
49
|
-
}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps/5ed10967884fef000f5e4fff/addons/wrong-addon-id/token",
|
3
|
-
"method": "post",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token"
|
7
|
-
}
|
8
|
-
},
|
9
|
-
"response": {
|
10
|
-
"status": 404,
|
11
|
-
"headers": {
|
12
|
-
"Date": "Fri, 29 May 2020 13:08:59 GMT",
|
13
|
-
"Content-Type": "application/json; charset=utf-8",
|
14
|
-
"Transfer-Encoding": "chunked",
|
15
|
-
"Connection": "keep-alive",
|
16
|
-
"Cache-Control": "no-cache",
|
17
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
18
|
-
},
|
19
|
-
"json_body": {
|
20
|
-
"resource": "addon",
|
21
|
-
"error": "not found"
|
22
|
-
}
|
23
|
-
}
|
24
|
-
}
|
@@ -1,58 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps/5ed10967884fef000f5e4fff/addons/ad-6733873b-1628-4b8e-8e74-c30f1c3f3b63",
|
3
|
-
"method": "patch",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token",
|
7
|
-
"Content-Type": "application/json"
|
8
|
-
},
|
9
|
-
"json_body": {
|
10
|
-
"addon": {
|
11
|
-
"plan_id": "5d1e03af3e6b3b000eefa82a"
|
12
|
-
}
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"response": {
|
16
|
-
"status": 200,
|
17
|
-
"headers": {
|
18
|
-
"Date": "Fri, 29 May 2020 13:09:01 GMT",
|
19
|
-
"Etag": "W/\"69a96804e2f24161ce80443e2d140034\"",
|
20
|
-
"Content-Type": "application/json; charset=utf-8",
|
21
|
-
"Transfer-Encoding": "chunked",
|
22
|
-
"Connection": "keep-alive",
|
23
|
-
"Cache-Control": "max-age=0, private, must-revalidate",
|
24
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
25
|
-
},
|
26
|
-
"json_body": {
|
27
|
-
"addon": {
|
28
|
-
"id": "ad-6733873b-1628-4b8e-8e74-c30f1c3f3b63",
|
29
|
-
"app_id": "5ed10967884fef000f5e4fff",
|
30
|
-
"resource_id": "some_example_5629",
|
31
|
-
"addon_provider": {
|
32
|
-
"id": "postgresql",
|
33
|
-
"name": "PostgreSQL",
|
34
|
-
"logo_url": "//cdn.scalingo.com/addons/Scalingo_Postgresql.svg"
|
35
|
-
},
|
36
|
-
"plan": {
|
37
|
-
"id": "5d1e03af3e6b3b000eefa82a",
|
38
|
-
"name": "postgresql-starter-512",
|
39
|
-
"display_name": "Starter 512M",
|
40
|
-
"price": 0.0,
|
41
|
-
"description": "<p>Biniou</p>\n",
|
42
|
-
"position": null,
|
43
|
-
"on_demand": false,
|
44
|
-
"disabled": false,
|
45
|
-
"disabled_alternative_plan_id": null,
|
46
|
-
"sku": "ovh-st-fr1-postgresql-starter-512"
|
47
|
-
},
|
48
|
-
"provisioned_at": "2020-05-29T13:09:01.093Z",
|
49
|
-
"deprovisioned_at": null,
|
50
|
-
"status": "provisioning",
|
51
|
-
"message": "Database plan is being changed",
|
52
|
-
"variables": null
|
53
|
-
},
|
54
|
-
"variables": null,
|
55
|
-
"message": "Database plan is being changed"
|
56
|
-
}
|
57
|
-
}
|
58
|
-
}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps/5ed10967884fef000f5e4fff/addons/ad-6733873b-1628-4b8e-8e74-c30f1c3f3b63",
|
3
|
-
"method": "patch",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token",
|
7
|
-
"Content-Type": "application/json"
|
8
|
-
},
|
9
|
-
"json_body": {
|
10
|
-
"addon": {
|
11
|
-
"plan_id": "wrong-plan-id"
|
12
|
-
}
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"response": {
|
16
|
-
"status": 404,
|
17
|
-
"headers": {
|
18
|
-
"Date": "Fri, 29 May 2020 13:09:00 GMT",
|
19
|
-
"Content-Type": "application/json; charset=utf-8",
|
20
|
-
"Transfer-Encoding": "chunked",
|
21
|
-
"Connection": "keep-alive",
|
22
|
-
"Cache-Control": "no-cache",
|
23
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
24
|
-
},
|
25
|
-
"json_body": {
|
26
|
-
"resource": "plan",
|
27
|
-
"error": "not found"
|
28
|
-
}
|
29
|
-
}
|
30
|
-
}
|
@@ -1,52 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"id": "5ed12fa6f112e2000f9f93f7",
|
3
|
-
"not_found_id": "wrong-id",
|
4
|
-
"create": {
|
5
|
-
"valid": {
|
6
|
-
"name": "some-example-app"
|
7
|
-
},
|
8
|
-
"invalid": {
|
9
|
-
"name": "wrong---"
|
10
|
-
}
|
11
|
-
},
|
12
|
-
"update": {
|
13
|
-
"valid": {
|
14
|
-
"force_https": true
|
15
|
-
},
|
16
|
-
"invalid": {
|
17
|
-
"stack_id": "stack-not-found"
|
18
|
-
}
|
19
|
-
},
|
20
|
-
"transfer": {
|
21
|
-
"valid": {
|
22
|
-
"current_name": "some-example-app",
|
23
|
-
"app": {
|
24
|
-
"owner": "collaborator@null.scalingo.com"
|
25
|
-
}
|
26
|
-
},
|
27
|
-
"invalid": {
|
28
|
-
"current_name": "some-example-app--",
|
29
|
-
"app": {
|
30
|
-
"owner": "not-existent@account.test"
|
31
|
-
}
|
32
|
-
}
|
33
|
-
},
|
34
|
-
"rename": {
|
35
|
-
"invalid": {
|
36
|
-
"current_name": "some-example-app",
|
37
|
-
"new_name": "some-example-app--"
|
38
|
-
},
|
39
|
-
"valid": {
|
40
|
-
"current_name": "some-example-app",
|
41
|
-
"new_name": "other-example-app"
|
42
|
-
}
|
43
|
-
},
|
44
|
-
"destroy": {
|
45
|
-
"invalid": {
|
46
|
-
"current_name": "some-example-app-wrong"
|
47
|
-
},
|
48
|
-
"valid": {
|
49
|
-
"current_name": "some-example-app"
|
50
|
-
}
|
51
|
-
}
|
52
|
-
}
|
@@ -1,99 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps",
|
3
|
-
"method": "get",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token"
|
7
|
-
}
|
8
|
-
},
|
9
|
-
"response": {
|
10
|
-
"status": 200,
|
11
|
-
"headers": {
|
12
|
-
"Date": "Fri, 29 May 2020 15:52:07 GMT",
|
13
|
-
"Etag": "W/\"d385304f25d7ae2edc7320af9795b8f2\"",
|
14
|
-
"Content-Type": "application/json; charset=utf-8",
|
15
|
-
"Transfer-Encoding": "chunked",
|
16
|
-
"Connection": "keep-alive",
|
17
|
-
"Cache-Control": "max-age=0, private, must-revalidate",
|
18
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
19
|
-
},
|
20
|
-
"json_body": {
|
21
|
-
"apps": [
|
22
|
-
{
|
23
|
-
"id": "5ed0fe5d884fef000f5e4fd1",
|
24
|
-
"name": "example-running-application",
|
25
|
-
"parent_app_name": "",
|
26
|
-
"git_url": "git@staging.scalingo.com:example-running-application.git",
|
27
|
-
"url": "https://example-running-application.staging.scalingo.io",
|
28
|
-
"created_at": "2020-05-29T12:21:49.666Z",
|
29
|
-
"updated_at": "2020-05-29T13:28:06.769Z",
|
30
|
-
"status": "running",
|
31
|
-
"owner": {
|
32
|
-
"username": "example-username",
|
33
|
-
"email": "example@null.scalingo.com",
|
34
|
-
"id": "us-676bb0c1-1ca9-4682-8ee1-257422e9eab5",
|
35
|
-
"flags": {
|
36
|
-
"": true,
|
37
|
-
"admin": true
|
38
|
-
}
|
39
|
-
},
|
40
|
-
"last_deployed_at": "2020-05-29T12:21:51.073Z",
|
41
|
-
"last_deployed_by": null,
|
42
|
-
"links": {
|
43
|
-
"deployments_stream": "wss://deployments-staging.scalingo.com/apps/example-running-application"
|
44
|
-
},
|
45
|
-
"git_source": "https://github.com/Scalingo/sample-node-express",
|
46
|
-
"flags": {
|
47
|
-
},
|
48
|
-
"limits": {
|
49
|
-
},
|
50
|
-
"last_deployment_id": "5ed0fe5f884fef000f5e4fd6",
|
51
|
-
"force_https": false,
|
52
|
-
"sticky_session": false,
|
53
|
-
"router_logs": false,
|
54
|
-
"stack_id": "st-66a577a9-7c41-4fbc-b8ac-07cebd91339b",
|
55
|
-
"base_url": "https://example-running-application.staging.scalingo.io",
|
56
|
-
"new_dashboard_url": null,
|
57
|
-
"new_region": null
|
58
|
-
},
|
59
|
-
{
|
60
|
-
"id": "5ed12fa6f112e2000f9f93f7",
|
61
|
-
"name": "some-example-app",
|
62
|
-
"parent_app_name": "",
|
63
|
-
"git_url": "git@staging.scalingo.com:some-example-app.git",
|
64
|
-
"url": "https://some-example-app.staging.scalingo.io",
|
65
|
-
"created_at": "2020-05-29T15:52:07.096Z",
|
66
|
-
"updated_at": "2020-05-29T15:52:07.096Z",
|
67
|
-
"status": "new",
|
68
|
-
"owner": {
|
69
|
-
"username": "example-username",
|
70
|
-
"email": "example@null.scalingo.com",
|
71
|
-
"id": "us-676bb0c1-1ca9-4682-8ee1-257422e9eab5",
|
72
|
-
"flags": {
|
73
|
-
"": true,
|
74
|
-
"admin": true
|
75
|
-
}
|
76
|
-
},
|
77
|
-
"last_deployed_at": null,
|
78
|
-
"last_deployed_by": null,
|
79
|
-
"links": {
|
80
|
-
"deployments_stream": "wss://deployments-staging.scalingo.com/apps/some-example-app"
|
81
|
-
},
|
82
|
-
"git_source": null,
|
83
|
-
"flags": {
|
84
|
-
},
|
85
|
-
"limits": {
|
86
|
-
},
|
87
|
-
"last_deployment_id": null,
|
88
|
-
"force_https": false,
|
89
|
-
"sticky_session": false,
|
90
|
-
"router_logs": false,
|
91
|
-
"stack_id": "st-66a577a9-7c41-4fbc-b8ac-07cebd91339b",
|
92
|
-
"base_url": "https://some-example-app.staging.scalingo.io",
|
93
|
-
"new_dashboard_url": null,
|
94
|
-
"new_region": null
|
95
|
-
}
|
96
|
-
]
|
97
|
-
}
|
98
|
-
}
|
99
|
-
}
|
@@ -1,66 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps",
|
3
|
-
"method": "post",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token",
|
7
|
-
"Content-Type": "application/json"
|
8
|
-
},
|
9
|
-
"json_body": {
|
10
|
-
"app": {
|
11
|
-
"name": "some-example-app"
|
12
|
-
}
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"response": {
|
16
|
-
"status": 201,
|
17
|
-
"headers": {
|
18
|
-
"Date": "Fri, 29 May 2020 15:52:07 GMT",
|
19
|
-
"Etag": "W/\"bab706f1ac796504b56e336533ceee0f\"",
|
20
|
-
"Content-Type": "application/json; charset=utf-8",
|
21
|
-
"Transfer-Encoding": "chunked",
|
22
|
-
"Connection": "keep-alive",
|
23
|
-
"Cache-Control": "max-age=0, private, must-revalidate",
|
24
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
25
|
-
},
|
26
|
-
"json_body": {
|
27
|
-
"app": {
|
28
|
-
"id": "5ed12fa6f112e2000f9f93f7",
|
29
|
-
"name": "some-example-app",
|
30
|
-
"parent_app_name": "",
|
31
|
-
"git_url": "git@staging.scalingo.com:some-example-app.git",
|
32
|
-
"url": "https://some-example-app.staging.scalingo.io",
|
33
|
-
"created_at": "2020-05-29T15:52:07.096Z",
|
34
|
-
"updated_at": "2020-05-29T15:52:07.096Z",
|
35
|
-
"status": "new",
|
36
|
-
"owner": {
|
37
|
-
"username": "example-username",
|
38
|
-
"email": "example@null.scalingo.com",
|
39
|
-
"id": "us-676bb0c1-1ca9-4682-8ee1-257422e9eab5",
|
40
|
-
"flags": {
|
41
|
-
"": true,
|
42
|
-
"admin": true
|
43
|
-
}
|
44
|
-
},
|
45
|
-
"last_deployed_at": null,
|
46
|
-
"last_deployed_by": null,
|
47
|
-
"links": {
|
48
|
-
"deployments_stream": "wss://deployments-staging.scalingo.com/apps/some-example-app"
|
49
|
-
},
|
50
|
-
"git_source": null,
|
51
|
-
"flags": {
|
52
|
-
},
|
53
|
-
"limits": {
|
54
|
-
},
|
55
|
-
"last_deployment_id": null,
|
56
|
-
"force_https": false,
|
57
|
-
"sticky_session": false,
|
58
|
-
"router_logs": false,
|
59
|
-
"stack_id": "st-66a577a9-7c41-4fbc-b8ac-07cebd91339b",
|
60
|
-
"base_url": "https://some-example-app.staging.scalingo.io",
|
61
|
-
"new_dashboard_url": null,
|
62
|
-
"new_region": null
|
63
|
-
}
|
64
|
-
}
|
65
|
-
}
|
66
|
-
}
|
@@ -1,34 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps",
|
3
|
-
"method": "post",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token",
|
7
|
-
"Content-Type": "application/json"
|
8
|
-
},
|
9
|
-
"json_body": {
|
10
|
-
"app": {
|
11
|
-
"name": "wrong---"
|
12
|
-
}
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"response": {
|
16
|
-
"status": 422,
|
17
|
-
"headers": {
|
18
|
-
"Date": "Fri, 29 May 2020 15:52:06 GMT",
|
19
|
-
"Content-Type": "application/json; charset=utf-8",
|
20
|
-
"Transfer-Encoding": "chunked",
|
21
|
-
"Connection": "keep-alive",
|
22
|
-
"Cache-Control": "no-cache",
|
23
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
24
|
-
},
|
25
|
-
"json_body": {
|
26
|
-
"errors": {
|
27
|
-
"name": [
|
28
|
-
"can't end with an hyphen",
|
29
|
-
"can't contain 2 consecutive hyphens"
|
30
|
-
]
|
31
|
-
}
|
32
|
-
}
|
33
|
-
}
|
34
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps/5ed12fa6f112e2000f9f93f7?current_name=some-example-app",
|
3
|
-
"method": "delete",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token"
|
7
|
-
}
|
8
|
-
},
|
9
|
-
"response": {
|
10
|
-
"status": 204,
|
11
|
-
"headers": {
|
12
|
-
"Date": "Fri, 29 May 2020 15:52:15 GMT",
|
13
|
-
"Connection": "keep-alive",
|
14
|
-
"Cache-Control": "no-cache",
|
15
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
16
|
-
},
|
17
|
-
"body": ""
|
18
|
-
}
|
19
|
-
}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps/wrong-id?current_name=some-example-app",
|
3
|
-
"method": "delete",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token"
|
7
|
-
}
|
8
|
-
},
|
9
|
-
"response": {
|
10
|
-
"status": 404,
|
11
|
-
"headers": {
|
12
|
-
"Date": "Fri, 29 May 2020 15:52:14 GMT",
|
13
|
-
"Content-Type": "application/json; charset=utf-8",
|
14
|
-
"Transfer-Encoding": "chunked",
|
15
|
-
"Connection": "keep-alive",
|
16
|
-
"Cache-Control": "no-cache",
|
17
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
18
|
-
},
|
19
|
-
"json_body": {
|
20
|
-
"resource": "app",
|
21
|
-
"error": "not found"
|
22
|
-
}
|
23
|
-
}
|
24
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"path": "/apps/5ed12fa6f112e2000f9f93f7?current_name=some-example-app-wrong",
|
3
|
-
"method": "delete",
|
4
|
-
"request": {
|
5
|
-
"headers": {
|
6
|
-
"Authorization": "Bearer the-bearer-token"
|
7
|
-
}
|
8
|
-
},
|
9
|
-
"response": {
|
10
|
-
"status": 422,
|
11
|
-
"headers": {
|
12
|
-
"Date": "Fri, 29 May 2020 15:52:14 GMT",
|
13
|
-
"Content-Type": "application/json; charset=utf-8",
|
14
|
-
"Transfer-Encoding": "chunked",
|
15
|
-
"Connection": "keep-alive",
|
16
|
-
"Cache-Control": "no-cache",
|
17
|
-
"Referrer-Policy": "strict-origin-when-cross-origin"
|
18
|
-
},
|
19
|
-
"json_body": {
|
20
|
-
"errors": {
|
21
|
-
"current_name": [
|
22
|
-
"Provided name does not match app name"
|
23
|
-
]
|
24
|
-
}
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|