-
Notifications
You must be signed in to change notification settings - Fork 5
[STORY-2750] feat(dbng): Add databases endpoints #619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[STORY-2750] feat(dbng): Add databases endpoints #619
Conversation
aurelien-reeves-scalingo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should introduce that databases thing to explain what it is in regard of the add-ons and the database API?
@benjaminach @Frzk @john-scalingo @leo-scalingo would you have any suggestion on how to distinguish those databases endpoints from the addons / the database-API?
|
|
||
| `GET https://$SCALINGO_API_URL/v1/databases` | ||
|
|
||
| List all your databases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not list all the databases. Only the "ng" ones.
Maybe, until we have more technology, we could have something like "list all databases of postgresql-ng technology"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree and set a reminder to raise a TASK ticket when we come to MySQL
| "id": "54100930736f7563d5030000", | ||
| "name": "my-postgres-db", | ||
| "project_id": "pr-82a3cac5-9b25-473e-b33d-6272b87e636f", | ||
| "technology": "postgresql-ng", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: is this the definitive name? (just to be sure technology and plan names are future proof)
| layout: default | ||
| --- | ||
|
|
||
| # Databases |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: shouldn't we mention a small text about the fact these are for dedicated resources?
|
|
||
| --- row --- | ||
|
|
||
| `GET https://$SCALINGO_API_URL/v1/databases/[:database]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: Is it by name, id, both?
Uh oh!
There was an error while loading. Please reload this page.