udclient [global-args...] [global-flags...]
setComponentEnvironmentProperty [JSON file]
{
"application": "Name or ID of the application; this
value is required if you specify the environment name
instead of ID",
"component": "Name or ID of the component",
"environment": "Name or ID of the environment",
"name": "Name of the property to set",
"value": "Value of the property to set (optional)"
}
udclient -username jsmith -password passwd
-weburl https://myserver.example.com:8443
setComponentEnvironmentProperty
-name Prop1
-value value1
-component JPetStore-APP
-environment Environment1
-application JPetStore
Related REST command: Set a component environment property value.