bulkSetAgentJavaHome
Set the configured JAVA_HOME of agents in bulk
Format
udclient [global-args...] [global-flags...]
bulkSetAgentJavaHome [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",
"javahome": "Name of managed Java install or absolute
path of a valid JAVA_HOME directory"
}]
}
Related REST command: Set the configured JAVA_HOME of agents in bulk.