![]() |
Consumption Analytics Documentation |
Retrieves a rate plan specified by its ID.
XML text with root element
ratePlan
and the following XML schema:
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.cloudcruiser.com/webservices/v1/RatePlan" targetNamespace="http://www.cloudcruiser.com/webservices/v1/RatePlan">
<xs:element name="ratePlan" type="tns:RatePlan"/>
<xs:complexType name="RatePlan">
<xs:all>
<xs:element name="name" type="xs:string"/>
<xs:element name="defaultPlan" type="xs:boolean"/>
</xs:all>
<xs:attribute name="id" type="xs:int"/>
</xs:complexType>
</xs:schema>
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP