Hi @xiangqianforth , thank you for posting to the Percona forums!
I’m not familiar with this port, you should be using port 443/tcp in order to interact with the PMM Server
No, the API should already be fully functional as this is how for example pmm-admin communicates remotely with PMM Server.
The feature is GA so should be useful
This is a known limitation - as you discover more working examples we would appreciate you sharing them with the Community, and we would be happy to put them in our Documentation
yes you should be using the syntax and of course changing your password as needed:
curl ... --user "admin:admin" ...
may I additionally mention that we provide a swagger interface that will help you to develop the correct curl syntax. The location is simply https://PMM-SERVER/swagger/
If you open https://PMM-SERVER/swagger/ and replace value /swagger.json with /swagger-dev.json on the top input you will be able to see definition of QAN endpoints.