4 years ago
Using API v2
Hi
Can someone point me in the direction of some instructions on how to make API calls with V2 of the API? (Just with a basic example on how the auth is done now etc)
I can find exampl...
5 hours ago, DBA-ONE said:devicealert = chunker(api_instance.get_alert_list,'custom_Columns:"snow_company_sys_id"') for i in devicealert: for c in i.items:
Haven't used chunker much, but if devicealert contains the response of the api_instance.get_alert_list() method, then you should be looping through devicealert.items. Not looping through device alert looking for items on each child in devicealert.