GET /api/sc/plans

Operation:
GET /api/sc/plans
Description:
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}
 
Since:
5.7
Input parameters
Consume media type(s):
None
Input type:
None
Output parameters
the collection of plans if successful

Produce media type(s):
application/json;version=5.7
application/xml;version=5.7
Output type:
PlanListType
Examples