Introduction
Installation
npm i --save @ionos-cloud/sdk-nodejs-dbaas-postgresUsage
const sdk = require('@ionos-cloud/sdk-nodejs-dbaas-postgres')import * as sdk from '@ionos-cloud/sdk-nodejs-dbaas-postgres';const sdk = require('@ionos-cloud/sdk-nodejs-dbaas-postgres')
const config = new sdk.Configuration({username: 'username_here', password: 'password_here'});
const clustersApi = new sdk.ClustersApi(config);
clustersApi.clustersGet().then((response) => console.log(response));Authentication
Feature Reference
FAQ
Last updated
