hi @philweber,
using the API explorer, alerts policies > Create
{
"policy": {
"incident_preference": "PER_POLICY",
"name": "TEST-POLICY"
}
}
here’s the response
HTTP/1.1 403 Forbidden
cache-control: no-cache
content-type: application/json
{
"error": {
"title": "You do not have privileges to perform this action."
}
}
if I GET, with the same API key:
HTTP/1.1 200 OK
cache-control: max-age=0, private, must-revalidate
content-type: application/json
etag: "3d0a9a66775eb1746ca0e8271b26727e"
link: <https://api.newrelic.com/v2/alerts_policies.json?page=0>; rel="last"
{
"policies": []
}