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]
This feature is covered with ticket
{ "symbolicName" :"org.lorainelab.igb.protannot", "action" : "getInfo" }IGBF-1624(linked to this ticket).The ticket
IGBF-1624checks 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 -
Response body -
{ "status": "INSTALLED", "version": "9.0.0", "symbolicName": "org.lorainelab.igb.protannot" }Moving this ticket to 1st level review.
cc.[~aloraine]