Hello,
Could you help me, how can I find the differences between meters in RateCard API on an example Disk Managed P70.
I send request to RateCard API by Python and I got output like this:
{'EffectiveDate': '2021-02-01T00:00:00Z', 'IncludedQuantity': 0.0, 'MeterCategory': 'Storage', 'MeterId': '32d2a836-3069-5c59-aa89-5fd8703e5b4d', 'MeterName': 'P70 Disks', 'MeterRates': {'0': 2279.532663}, 'MeterRegion': 'EU North', 'MeterStatus': 'Active', 'MeterSubCategory': 'Premium SSD Managed Disks', 'MeterTags': [], 'Unit': '1/Month'}
{'EffectiveDate': '2019-05-01T00:00:00Z', 'IncludedQuantity': 0.0, 'MeterCategory': 'Storage', 'MeterId': 'ae33b259-d35e-422e-8b76-a3c8435fb894', 'MeterName': 'P70 Disks', 'MeterRates': {'0': 1519.677198}, 'MeterRegion': 'EU North', 'MeterStatus': 'Active', 'MeterSubCategory': 'Premium SSD Managed Disks', 'MeterTags': [], 'Unit': '1/Month'}
I know, there are LRS and ZRS because I checked in pricing but what I should check to find differences?
The differences between meters in JSON are ID, Date and prices.
Regards,
Mateusz.