Get the value of a property on a component
This command returns all component properties.
Request
GET https://{hostname}:{port}
/cli/component/getProperty?{parameters}
Accept: text/plain
Property names can be prefixed to specify which set of properties will be searched.
Unprefixed properties searches custom Component Properties'on a component, while
a property named such as template/propertyName searches the
properties inherited from a component templates property definitions.Parameter | Type | Required | Description |
---|---|---|---|
component | string | true | Name or ID of the component |
name | string | true | Name of the property. |
Parameter | Type | Required | Description |
---|---|---|---|
Accept | text/plain |
true |
Related CLI command: getComponentProperty.