Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty items returned by flasharray_client.get_pods_performance_replication_by_array if any start_time is passed #19

Open
b1-luettje opened this issue Aug 20, 2021 · 2 comments

Comments

@b1-luettje
Copy link

In [12]: fa_client.get_rest_version()
Out[12]: '2.7'

In [13]: list(fa_client.get_pods_performance_replication_by_array().items)
Out[13]:
[{'array': {'id': 'cc44cb2c-43bd-401d-82ff-e96f036a7ea2', 'name': 'pure-fa-m20'},
  'continuous_bytes_per_sec': {'from_remote_bytes_per_sec': 0,
                               'to_remote_bytes_per_sec': 0,
                               'total_bytes_per_sec': 0},
  'periodic_bytes_per_sec': {'from_remote_bytes_per_sec': 0,
                             'to_remote_bytes_per_sec': 0,
                             'total_bytes_per_sec': 0},
  'pod': {'id': '22d2155c-6496-4e8d-f885-3d5b0c5d22c3', 'name': 'pod0'},
  'resync_bytes_per_sec': {'from_remote_bytes_per_sec': 0,
                           'to_remote_bytes_per_sec': 0,
                           'total_bytes_per_sec': 0},
  'sync_bytes_per_sec': {'from_remote_bytes_per_sec': 0,
                         'to_remote_bytes_per_sec': 0,
                         'total_bytes_per_sec': 0},
  'time': 1629443018039,
  'total_bytes_per_sec': 0}]

In [14]: list(fa_client.get_pods_performance_replication_by_array(start_time=1629443018039).items)
Out[14]: []

The same happens for other values for start_time

@purehchan
Copy link
Collaborator

Which FlashArray version are you using? Thank you

@b1-luettje
Copy link
Author

Purity//FA 6.1.7

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

No branches or pull requests

2 participants