Could you please try with this curl request
curl --request POST --header "Content-Type: application/json" --data
'{"name": "myplugin", "config": { "type": "jdbc", "enabled": false,
"driver": "com.mysql.jdbc.Driver", "url": "jdbc:mysql://localhost:3306;" }}'
http://localhost:8047/storage/myplugin.json
> On 18-Oct-2015, at 9:16 PM, Kristine Hahn <[email protected]> wrote:
>
> curl -X POST -H "Content-Tpe: application/json" -d '{"name":"myplugin",
> "config": {"type": "jdbc", "enabled": false,
> "driver":"com.mysql.jdbc.Driver", "url":"jdbc:mysql://localhost:3306;"}}'
> http://localhost:8047/storage/myplugin.json
> <http://localhost:8047/storage/myplugin.json>