Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #73 from keptn/patch/getSLITriggered-deployment-field
Browse files Browse the repository at this point in the history
added Deployment field to getSLITriggered event data
  • Loading branch information
bacherfl authored Mar 24, 2021
2 parents e994f2f + e801efe commit 1ef0ab7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cloudevents.md
Original file line number Diff line number Diff line change
Expand Up @@ -3885,7 +3885,8 @@ sh.keptn.event.get-sli.triggered
},
"GetSLITriggeredEventData": {
"required": [
"get-sli"
"get-sli",
"deployment"
],
"properties": {
"project": {
Expand Down Expand Up @@ -3927,6 +3928,9 @@ sh.keptn.event.get-sli.triggered
"get-sli": {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/GetSLI"
},
"deployment": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -3987,7 +3991,8 @@ sh.keptn.event.get-sli.triggered
"value": "test-subject:true"
}
]
}
},
"deployment": "direct"
},
"datacontenttype": "application/json",
"id": "c4d3a334-6cb9-4e8c-a372-7e0b45942f53",
Expand Down

0 comments on commit 1ef0ab7

Please sign in to comment.