POST /API/managementAPI/deployJar/{jarName}
options: …
API Example:
AbstractRemoteManagementAPI.deployJar({'jarName': /* jarName the jar name */, 'options': /* options the options map (domain, queyList, user) */, '$entity': /* jar the bytes table of the JAR. */});
Deploys a JAR giving its bytes table.
Input:
byte[] - the bytes table of the JAR.
Output:
void
Header parameters:
options - the options map (domain, queyList, user)