Skip to content

A simple PagerDuty client for dotnet.

Notifications You must be signed in to change notification settings

stone-payments/pagerduty-dotnet-client

Repository files navigation

PagerDuty dotnet client

Simple PagerDuty client for dotnet.

Events API v2

Enables you to add PagerDuty's advanced event and incident management functionality to any system that can make an outbound HTTP connection.

Send Event

Usage:

var settings = new PagerDutySettings { RoutingKey = SERVICE_ROUTING_KEY };

var client = new PagerDutyClient(settings);

await client.TriggerEventAsync(new EventTriggerOptions(Severity.Error, "My service", "Something went wrong!");

About

A simple PagerDuty client for dotnet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages