Skip to content

jeremiahredekop/PagerDuty.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PagerDuty.Net

A wrapper for the PagerDuty API

Example usage:

var svc = new PagerDutyAPI("yourpagerdutysubdomain","APIToken");

//Get all the alerts for the last 24 hours var alerts = svc.GetAlerts(DateTime.Now.AddDay(-1),DateTime.Now,Filter.Unspecified);

About

A wrapper for the PagerDuty API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published