Skip to content

Instantly share code, notes, and snippets.

@rashedtalukder
Created October 4, 2017 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rashedtalukder/b6f91063545715481713b89ef12c9152 to your computer and use it in GitHub Desktop.
Save rashedtalukder/b6f91063545715481713b89ef12c9152 to your computer and use it in GitHub Desktop.
PagerDuty Service API
#%RAML 1.0
title: PagerDuty-GetStarted
version: v1
baseUri: https://956df5a2.ngrok.io/api/pagerduty/{version}
mediaType: application/x-www-form-urlencoded
description: PagerDuty aggregates your monitoring systems so you can collect events and resolve critical issues ensure maximum uptime.
/resolve:
put:
description: Resolve an incident. Requires a ID for the incident AND the person requesting.
body:
application/json:
type: object
properties:
requester_id: string
id: string
example: {"id" : "PUPSHS1","requester_id":"PUIW"}
responses:
200:
description: A successful response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment