Import Resources
Get the JSON Template
sdm admin resources addsdm admin resources add <RESOURCE_TYPE> --template > import.jsonsdm admin resources add postgres --template[ { "bindInterface": "127.0.0.1", "database": "", "hostname": "", "name": "datasource name", "overrideDatabase": "true", "password": "", "port": "", "portOverride": "", "subdomain": "", "tags": { "key": "value" }, "type": "postgres", "username": "" } ]
Example Import JSON
Run the Import
Update Resources
Last updated
Was this helpful?

