Becasue of the number of services we have, we are looking at a way of creating a dynamic method of creating change events from our release tool, and this is the order of events we want to happen:
- Identify the name of the service that is being deployed
- Execute a get API call to retrieve the change integration key for that service.
- Create the POST API call to post the change event to PagerDuty
the first is within our hands, and the last is a standard API call using the events API, but number 2 is the difficult one right now… any help or advice is very gratefully received - thanks