Skip to main content
POST
/
integrations
/
aws
/
rds
/
credentials
Create RDS Root Password
curl --request POST \
  --url https://use.hoop.dev/api/integrations/aws/rds/credentials \
  --header 'Content-Type: */*' \
  --data '{
  "instances": [
    "db-arn-1",
    "db-arn-2"
  ]
}'
{
  "credentials": {}
}

Body

*/*

The request body resource

instances
string[]
required

the instance arn id to generate credentials for

Example:
["db-arn-1", "db-arn-2"]

Response

Created

credentials
object

The passwords generated by each instance

I