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

The body is of type object.

Response

Created

The response is of type object.