Logo
AAH 2020.4 API Documentation

05.4 Create Datasource MySQL Connection

POST https://{{IPAddr}}/api/v1/datasources/{{DatasourceMySQLId}}/connections

Must authenticate against a site (not platform) before attempting.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://IPAddr/api/v1/datasources/DatasourceMySQLId/connections' -H 'Content-Type: application/json' -d '{"name":"Rfma Connection","credential":{"name":"Rfma Credentials","type":"UsernamePassword","parameters":{"username":"rfamro","password":""},"isShareable":true},"isPersonalDefault":false}'

ENDPOINTS