Skip to content

Commit

Permalink
Pull a specific check field
Browse files Browse the repository at this point in the history
Would be nice to have a flexible way to do this:

PagerDuty#48

But in the meantime...
  • Loading branch information
atomicules committed Apr 2, 2018
1 parent 5f7f220 commit 8695ee8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions log_entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ type Agent APIObject
// Channel is the means by which the action was carried out.
type Channel struct {
Type string
Details struct {
Check struct {
Deployment string `json:"deployment_id"`
} `json:"check"`
} `json:"details"`
//Subject string
//Summary string
}

// Context are to be included with the trigger such as links to graphs or images.
Expand Down

0 comments on commit 8695ee8

Please sign in to comment.