dynatrace-github-action icon indicating copy to clipboard operation
dynatrace-github-action copied to clipboard

Add ability to set Event startTime and endTime

Open kxc171 opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe. I would like to be able to specify the startTime and endTime for an event, as mentioned in the Events v2 API.

Describe the solution you'd like The YAML list for defining events should match the Request body object and all it's options, as described in the API.

Describe alternatives you've considered Alternatives would be querying the API directly instead of through the Action.

Additional context This is hardcoded to not include these values as part of the payload, so there is no way to workaround this. https://github.com/dynatrace-oss/dynatrace-github-action/blob/main/src/dynatrace.ts#L117-L123

kxc171 avatar Jun 25 '24 15:06 kxc171