Returns a collection of service plans. A plan is a representation of a service offering
(Compute, Database, etc.,). The plans returned may be across different geographic locations.
Plans of the same service type, offered in different regions are considered different plans,
and likely will have different plan ids and region names, but could have the same values for
other attributes.
To filter by region, add the query parameter filter=region=={region-id}
Make sure to escape the entire query parameter value. For example, you would
escape the region=={region-id} portion.
Example:
/api/sc/plans?filter=region%3D%3D{region id}