| Description | Get the list of all the plugins installed on the Sonar instance |
URL | /api/updatecenter/installed_plugins |
| HTTP Method | GET |
| Response Formats | json | xml |
Security | None |
| Use Case | Example Request |
|---|---|
| Get the list of all the plugins installed on the Sonar instance |
|
[
{
"key":"abap",
"name":"ABAP",
"version":"2.0.2"
},
...
] |
Parameter | Description | Required | Default Value | Example Value |
|---|---|---|---|---|
| format | Response format can be set through:
If nothing is set, json is used. | No | None | json |