POST
/
integrations
/
aws
/
rds
/
describe-db-instances
curl --request POST \
  --url https://use.hoop.dev/api/integrations/aws/rds/describe-db-instances \
  --header 'Content-Type: */*' \
  --data '{}'
{
  "items": [
    {
      "account_id": "123456789012",
      "arn": "arn:aws:rds:us-west-2:123456789012:db:my-postgres-db",
      "availability_zone": "us-west-2a",
      "engine": "postgres",
      "name": "my-postgres-db",
      "status": "available",
      "vpc_id": "vpc-0123456789abcdef0"
    }
  ]
}

Body

*/* · object
The request body resource

The body is of type object.

Response

200
application/json
OK
items
object[]