You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
[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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[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
The text was updated successfully, but these errors were encountered: