bulkGetAgentJavaHomes#

Get list of managed Java installations in bulk

This command returns a list of managed Java installations for a set of agents. Individual sub-requests may succeed or fail independently. A single request may contain up to 250 sub-requests.

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  bulkGetAgentJavaHomes [JSON file]

Parameters#

None.

Template#

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"}]
}

Related REST command: Get list of managed Java installations in bulk.

Parent topic: CLI Commands