Hi,
So in one of my older scripts i used
$url = "https://$StorageSystemName/api/ontap"
....
Make the HTTP request
$response = $httpClient.GetAsync("$url/system-info").Result
I am in the process of rewriting all my stubs and various scripts into python, but i couldnt really figure what endpoint that is,- as we dont get info from it - ) any help would be appreciated, we're on 9.13.1P4 now.