Custom script is attempting to retrieve the interface membership group from ODATA, and getting an HTTP 500 Error code.
debugging returned the following
An unrecoverable error was encountered: "URL could not be parsed for matching purposes 'http://scriptuser:[email protected]<DA>:8581/odata/api/groups?
failed because: Port is invalid"
Release : All releases of Performance Management
Component :
There was an HTTP proxy set
echo $http_proxy $HTTP_PROXY revealed that there was a proxy running on port 80
unset http_proxy
unset HTTP_PROXY
Run the script again