This is an archive version of the document. To get the most up-to-date information, see the current version.

SearchPattern Parameter

The SearchPattern query parameter is used to return only those items of a resource collection whose names match the specified search pattern in the parameter value.

For example, to get only EC2 instances whose name contains the ubuntu search pattern in the /virtualMachines collection, send the following request:

GET https://135.169.170.192:11005/api/v1/virtualMachines?SearchPattern=ubuntu