GET /api/sc/plans/{id}

Operation:
GET /api/sc/plans/{id}
Description:
Returns details for the specified service plan. A plan is a representation of a service offering (Compute, Database, etc.,). The serviceName attribute of the plan will give information about the type of the service offered by the plan. The description will provide more information about the plan. 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.

Since:
5.7
Input parameters
Consume media type(s):
None
Input type:
None
Output parameters
an instance of a plan if found, otherwise an error

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