![]() |
Consumption Analytics Documentation |
Retrieves all revisions for the resource specified by
headerId
.
XML text with root element
revisions
and the following XML schema:
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.cloudcruiser.com/webservices/v1/Common" xmlns:tns="http://www.cloudcruiser.com/webservices/v1/Resource" targetNamespace="http://www.cloudcruiser.com/webservices/v1/Resource">
<xs:element name="revisions">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:revision"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<revisions xmlns="http://www.cloudcruiser.com/webservices/v1/Resource">
<revision id="10015">
<ratePlanName>default</ratePlanName>
<startDate year="2000" month="1" day="1"/>
<endDate year="2999" month="12" day="31"/>
<detailType>BASIC</detailType>
<detail id="10015">
<rate id="10015" currencyCode="usd">
<variableCharge>1.0E-4</variableCharge>
</rate>
</detail>
</revision>
</revisions>
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP