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
Please provide the version of fastly that you're using.
Tried version 5.7.0 & 5.10.0
What happened
When attempting to utilize 'get_stats_last120_seconds' against our service ID, I get the following error -
fastly.exceptions.ApiTypeError: Invalid type for variable 'recorded'. Required value type is RealtimeEntryRecorded and passed type was int at ['received_data']['data'][0]['recorded']
As far as I can tell (and I may be missing something here), this is similar to other issues posted where the data returned doesn't match what's specified in the Open API schema on your side.
Ideally, we'd like to utilize this package and abstract it in our application however, we'll have to resort to a regular REST GET call until this can be resolved.
The text was updated successfully, but these errors were encountered:
Version
Please provide the version of
fastly
that you're using.Tried version 5.7.0 & 5.10.0
What happened
When attempting to utilize 'get_stats_last120_seconds' against our service ID, I get the following error -
As far as I can tell (and I may be missing something here), this is similar to other issues posted where the data returned doesn't match what's specified in the Open API schema on your side.
Ideally, we'd like to utilize this package and abstract it in our application however, we'll have to resort to a regular REST GET call until this can be resolved.
The text was updated successfully, but these errors were encountered: