This feature is covered with ticket IGBF-1624 (linked to this ticket).
The ticket IGBF-1624 checks plugin status by making following POST request with body having "symbolicName" of the app and "action" as "getInfo"
Request Type - POST
Request url - http://127.0.0.1:7090/manageApp
Request body -
{
"symbolicName" :"org.lorainelab.igb.protannot",
"action" : "getInfo"
}
Response body -
{
"status": "INSTALLED",
"version": "9.0.0",
"symbolicName": "org.lorainelab.igb.protannot"
}
Moving this ticket to 1st level review.
cc.[~aloraine]
As noted, this is covered by linked ticket
IGBF-1624.The ticket
IGBF-1624contains the link to the branch where the feature is implemented.Moving this ticket to CLOSED status to make Jira board easier to understand.