Browse Community
Help
Log In
Responses(1)
Solutions(0)
cadencep45
3 Apprentice
•
318 Posts
0
October 19th, 2018 03:00
ok, a little digging shows the call I think I want from
OneFS API Tutorial & InsightIQ Performance Metricshttps://community.emc.com/community/products/isilon/blog/2015/10/29/onefs-api-tutorial-insightiq-performance-metrics
is a stastistics call, i.e.
something from https://github.com/Isilon/isilon_sdk_python/blob/v8.0.0/docs/StatisticsApi.md
however I am running
running against
(isi_sdk_8_1_1.ApiClient(configuration))
and getting
object has no attribute 'get_statistics_current'
is there a way I can verify the api visible from
import isi_sdk_8_1_1 ( in python if this is not obvious )
Dell Support Resources
View All
Top
cadencep45
3 Apprentice
•
318 Posts
0
October 19th, 2018 03:00
ok, a little digging shows the call I think I want from
OneFS API Tutorial & InsightIQ Performance Metricshttps://community.emc.com/community/products/isilon/blog/2015/10/29/onefs-api-tutorial-insightiq-performance-metrics
is a stastistics call, i.e.
something from https://github.com/Isilon/isilon_sdk_python/blob/v8.0.0/docs/StatisticsApi.md
however I am running
running against
(isi_sdk_8_1_1.ApiClient(configuration))
and getting
object has no attribute 'get_statistics_current'
is there a way I can verify the api visible from
import isi_sdk_8_1_1 ( in python if this is not obvious
)