Skip to content

Commit

Permalink
Merge pull request #11593 from relic-js/patch-1
Browse files Browse the repository at this point in the history
fix: Correct URL for listing location failure conditions
  • Loading branch information
ally-sassman committed Feb 17, 2023
2 parents f4e0f8c + 977d769 commit c352723
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1204,9 +1204,8 @@ These API functions include links to the API Explorer, where you can create, upd
**[API Explorer](https://rpm.newrelic.com/api/explore/alerts_location_failure_conditions/list) > Alerts Location Failure Conditions > GET > List**

```
curl -X GET 'https://api.newrelic.com/v2/alerts_location_failure_conditions.json' \
-H 'X-Api-Key:<a href="/docs/apis/rest-api-v2/getting-started/introduction-new-relic-rest-api-v2#api_key">$API_KEY</a>' -i \
-d 'policy_id=$POLICY_ID'
curl -X GET 'https://api.newrelic.com/v2/alerts_location_failure_conditions/policies/$POLICY_ID.json' \
-H 'X-Api-Key:<a href="/docs/apis/rest-api-v2/getting-started/introduction-new-relic-rest-api-v2#api_key">$API_KEY</a>' -i
```
</Collapser>
</CollapserGroup>
Expand Down

0 comments on commit c352723

Please sign in to comment.