I'm trying to get Object groups, but got an error. First I used Get-PaDevice and connection was established, but when I run
Get-PaAddressGroup, I get an error about connection. Is there something wrong or am I using it incorrectly?
Invoke-WebRequest: C:\xxxxxx\PaloAltoDevice.Class.ps1:193:26
Line |
193 | $rawResult = Invoke-WebRequest @QueryParams
| ~~~~~~
| A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
I'm trying to get Object groups, but got an error. First I used Get-PaDevice and connection was established, but when I run Get-PaAddressGroup, I get an error about connection. Is there something wrong or am I using it incorrectly?
Invoke-WebRequest: C:\xxxxxx\PaloAltoDevice.Class.ps1:193:26 Line | 193 | $rawResult = Invoke-WebRequest @QueryParams |
~~~~~~| A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.