Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

billing api can't retrieve "instanceData" #9

Open
wec2018 opened this issue Dec 7, 2018 · 0 comments
Open

billing api can't retrieve "instanceData" #9

wec2018 opened this issue Dec 7, 2018 · 0 comments

Comments

@wec2018
Copy link

wec2018 commented Dec 7, 2018

[Problem]
The customer uses the ratecard API.
And they can retrieve the "instanceData" like this :
{
"usageStartTime": "2018-11-05T00:00:00+00:00",
"usageEndTime": "2018-11-06T00:00:00+00:00",
"resource": {
"id": "XXXXXXXX",
"name": "Disk Write Operations",
"category": "Storage",
"subcategory": "Standard Page Blob",
"region": ""
},
"quantity": 0.6025,
"unit": "10K",
"infoFields": {},
"instanceData": {
"resourceUri": "/subscriptions/XXXXXXXX/resourceGroups/CHT-LINE-BC/providers/Microsoft.Storage/storageAccounts/XXXX",
"location": "jawest",
"partNumber": "",
"orderNumber": "",
"tags": {}
},

But the problem is :
They only can't retrieve the "instanceData" of the ID : " f114cb19-ea64-40b5-bcd7-aee474b62853 "
It will look like this :
{
"usageStartTime": "2018-11-05T00:00:00+00:00",
"usageEndTime": "2018-11-06T00:00:00+00:00",
"resource": {
"id": "f114cb19-ea64-40b5-bcd7-aee474b62853",
"name": "Dynamic Public IP",
"category": "Virtual Network",
"subcategory": "IP Addresses",
"region": ""
},

[Ask]
Please help to advise why this ID : " f114cb19-ea64-40b5-bcd7-aee474b62853 " can't output the "instanceData."
Is it the database issue ?

Thank you

Best Regards,
Weiling

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant