Details
Assignee
UnassignedUnassignedReporter
Matthew BoehmMatthew BoehmPriority
MediumNeeds QA
YesNeeds Doc
Yes
Details
Details
Assignee
Unassigned
UnassignedReporter
Matthew Boehm
Matthew BoehmPriority
Needs QA
Yes
Needs Doc
Yes
Smart Checklist
Smart Checklist
Smart Checklist
Created last week
Updated 5 days ago
https://pmmdemo.percona.com/swagger-ui#/ManagementService/DiscoverRDS
Swagger doc says a body payload is required, but this is not true.
Running the API command, without a body payload, results in success:
# curl -k -X POST https://admin:xxxx@localhost/v1/management/services:discoverRDS { "rds_instances": [ { "region": "us-east-1", "az": "us-east-1f", "instance_id": "rds-mysql-80", "node_model": "db.t4g.medium", "address": "rds-mysql-80.cg8slbmxcsve.us-east-1.rds.amazonaws.com", "port": 3306, "engine": "DISCOVER_RDS_ENGINE_MYSQL", "engine_version": "8.0.40" } ] }
Please update swagger docs to be correct.