We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A heads up. There will be some updates to the GET /objects/paas/service_templates response.
GET /objects/paas/service_templates
A new release parameter will be included, and the version parameter will be modified from version="10.3" to version="10.3-gs1".
release
version
version="10.3"
version="10.3-gs1"
For a postgres template example, it will look like:
"9008f1f1-190e-4887-99f7-8a3e72fdd1f8": { "object_uuid": "9008f1f1-190e-4887-99f7-8a3e72fdd1f8", "release": "10.3", "version": "10.3-gs1", "name": "PostgreSQL 10.3 16GB (Gen 1)",
Current docs here: https://gridscale.io/en/api-documentation/index.html#operation/getPaasServiceTemplates
So I think we want to include that?
The text was updated successfully, but these errors were encountered:
Sure.
Sorry, something went wrong.
nvthongswansea
No branches or pull requests
A heads up. There will be some updates to the
GET /objects/paas/service_templates
response.A new
release
parameter will be included, and theversion
parameter will be modified fromversion="10.3"
toversion="10.3-gs1"
.For a postgres template example, it will look like:
Current docs here: https://gridscale.io/en/api-documentation/index.html#operation/getPaasServiceTemplates
So I think we want to include that?
The text was updated successfully, but these errors were encountered: