This command will set a component property value specifically for this environment.
Request
PUT https://{hostname}:{port}
/cli/environment/componentProperties?{parameters}
Accept: application/json
Table 1. Request parameters| Parameter |
Type |
Required |
Description |
| name |
string |
true |
Name of the property to set |
| value |
string |
false |
Value of the property to set |
| component |
string |
true |
Name or ID of the component |
| environment |
string |
true |
Name or ID of the environment |
| application |
string |
false |
Name of the application |
| isSecure |
boolean |
false |
Whether the property is secure; the default is the current state of the property, or false if the property is not yet specified |