Closed h3x89 closed 6 years ago
Edit: removed incorrect comment.
A NewRelic service integration is just a generic_events_api_inbound_integration
bound a specific vendor: https://support.pagerduty.com/v1/docs/services-and-integrations#section-create-a-vendor-specific-service-via-api
The vendors IDs can be retrieved from the API reference: https://v2.developer.pagerduty.com/page/api-reference#!/Vendors/get_vendors
As of today, here is the stock vendor list:
# curl -s -X GET --header 'Accept: application/vnd.pagerduty+json;version=2' --header 'Authorization: Token token=**************' 'https://api.pagerduty.com/vendors' | jq '.vendors[].name' | sort
"AdmanTIC"
"Airbrake"
"AlertBot"
"AlertFox"
"AlertSite UXM"
"Amazon Cloudwatch"
"Apex Ping"
"Apica"
"AppDynamics"
"AppFirst"
"AppFormix"
"Custom Event Transformer"
"Datadog"
"HipChat to PagerDuty"
"JIRA Software"
"Microsoft Azure"
"Nagios"
"New Relic"
"Pingdom BeepManager"
"Sensu"
"ServiceNow (Legacy)"
"Slack to PagerDuty"
"Splunk"
"Zabbix"
"Zendesk"
The pagerduty_vendor
datasource can be used to retrieve the corresponding IDs.
I believe other vendors will need to be added by oneself.
Hi @h3x89, I'm gonna go ahead and close this but feel free to re-open if you want.
Best regards,
Alexander
Hi there,
Right not there is possibility to set:
Could you extend it and add NewRelic, Bosun and StackDriver?