Install Java packages as a new managed Java installations in bulk

This command request a set of agents install Java, but does not wait for or report the results. The returned maintenance tasks can be used to query the result. Individual sub-requests may succeed or fail independently. A single request may contain up to 250 sub-requests.

Request

POST https://{hostname}:{port}
    /cli/agentCLIbulkInstallAgentJava
Accept: application/json
Content-Type: application/json
Table 1. Header parameters
Parameter Type Required Description
Content-Type application/json true
Accept application/json true
This command takes a JSON request string or file. Use the following template for the request:
{
  "README": "See entity attribute for the template 
  description expected by this endpoint.",
  "entity": [{
    "agent": "Name or ID of an agent",
    "package": "Name or ID of the Java package"
  }]
}

Related CLI command: bulkInstallAgentJava.