Set a component environment property value

This command will set a component property value specifically for this environment.

Request

PUT https://{hostname}:{port}
    /cli/environment/componentProperties?{parameters}
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

Related CLI command: setComponentEnvironmentProperty.


Feedback