GET https://{hostname}:{port}
/cli/environment/componentProperties?{parameters}
| Parameter | Type | Required | Description |
|---|---|---|---|
| environment | string | true | Name or ID of the environment |
| application | string | false | Name or ID of the application; this value is required if you specify the environment name instead of ID |
| component | string | true | Name or ID of the component |
[
{
"id": "c598738e-2057-44d7-aee7-e805df40cc69",
"name": "Environment property 1",
"value": "false",
"description": "",
"secure": false
}
]
Related CLI command: getComponentEnvironmentProperties.