Back to index
Summary
Retrieves a search filter by name.For a list of object types in CloudBees CD/RO, refer to Object types in CloudBees CD/RO. |
displayNameStringrequiredSearch filter name. objectTypeStringrequiredObject type. userNameStringoptionalSearch filter user name. |
Usage
Perl
$cmdr->getSearchFilter( "test-displayName", # displayName "test-objectType" # objectType # optionals );
ectool
ectool getSearchFilter \ "test-displayName" `# displayName` \ "test-objectType" `# objectType` \ # optionals