list_targets_having_property_value
Lists all targets with the specified property value for this specified property name.
Format
Standard Mode
emcli list_targets_having_property_value
     -property_name="null"
     -property_value="null"
Interactive or Script Mode
list_targets_having_property_value(
     property_name="null"
     ,property_value="null"
     )
Options
- 
                        -property_name Name of the property that you want to investigate. 
- 
                        -property_value Value of the property that you are basing your search on. 
Exit Codes
0 if successful. A non-zero value indicates that verb processing was unsuccessful.
Example
The following command provides the list of targets with the Production property value for orcl_gtp_lifecycle_status:
emcli list_targets_having_property_value -property_name="orcl_gtp_lifecycle_status" -property_value="Production"