-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
Description
Looks like /alerts_channels endpoint is supposed to be deprecated already as per https://api.newrelic.com/docs/#/Deprecation%20Notice%20-%20Alerts%20Channels but it seems to be used in this repository
newrelic-client-go/pkg/alerts/channels.go
Line 85 in a221c9e
nextURL := a.config.Region().RestURL("/alerts_channels.json") |
nextURL := a.config.Region().RestURL("/alerts_channels.json")
Go Version
Provide the output of go version
here please
Current behavior
Error: GET https://api.newrelic.com/v2/alerts_channels.json giving up after 4 attempt(s)
Expected behavior
No errors
Steps To Reproduce
Steps to reproduce the behavior:
1.
curl -X 'GET'
'https://api.newrelic.com/v2/alerts_channels.json'
-H 'accept: application/json'
-H "Api-Key: <>"
Metadata
Metadata
Assignees
Labels
No labels