| Description | Get the list of all the plugins installed on the Sonar instance |
URL | /api/updatecenter/installed_plugins |
| Method | GET |
Security | None |
Examples
| Use Case | Example Request |
|---|---|
| Get the list of all the plugins installed on the Sonar instance |
...
...
| language | none |
|---|
|
...
Response Format
| Code Block | ||||
|---|---|---|---|---|
| ||||
[
{
"key":"abap",
"name":"ABAP",
"version":"2.0.2"
},
...
] |
Parameters
Parameter | Description | Required | Default Value | Example Value |
|---|---|---|---|---|
| format | Response formatsformat. | json | No | xmlNone | json |

