setComponentEnvironmentProperty
Set a component environment property value
Format
udclient [global-args...] [global-flags...]
setComponentEnvironmentProperty [JSON file]
Parameters
None.Template
This command takes a JSON request string or file. Use the following template for the request:
{
"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)"
}
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
setComponentEnvironmentProperty
-name Prop1
-value value1
-component JPetStore-APP
-environment Environment1
-application JPetStore
Related REST command: Set a component environment property value.