Make a Collection Object Name Reference List - WildCard Selection

Creates a list of objects (in the form of a collection object name reference list) through the use of wildcard criteria.

 

Input Arguments

 

0

String

Collection Wildcard Criteria

The wildcard string to specify the collections to select from.

1

String

Object Wildcard Criteria

The wildcard string to specify the objects to select

from.

2

Object Type

Object Type

A filter to only select objects of this type.

 

Return Arguments

 

3

Collection Object Name Ref List

Resultant Collection Object Name Reference List

The resulting list of objects matching the specified wildcard selection criteria.

 

Returned Status

 

SUCCESS

The matching list of objects was created successfully.

FAILURE

The wildcard criteria strings were invalid.

 

Remarks

This command may return an empty list. The order of the objects in the list is undefined.

Enter wildcard values for the collection and object using the same conventions as elsewhere in SA. Asterisks (*) are wildcards for one or more characters, while question marks (?) are placeholders for single characters. Specific char- acters can also be found using brackets[]. To find all objects that start with ā€œsā€ from all collections, use a collection criteria of * and an object wildcard criteria of s*.