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://127.0.0.1:11005/api/v1/virtualMachines?SearchPattern=ubuntu