Finding How a Deployment Was Triggered via API

Hello,

I’m trying to determine how a deployment was started via the REST API.

For example, we can trigger the deployment of many of our services with one button or we can trigger a single deployment directly. What I want to know how many instances one or more deployments were triggered.

The only trigger-related information I’ve found are these in the deployments endpoint:

  • DeployedBy: string
  • DeployedById: string

But this doesn’t provide me with enough fidelity to know whether one or more deployments were triggered together or individually?

Thanks!

Kevin

Hi Kevin,

Thanks for getting in touch and welcome! It looks like you’re correct, unfortunately. Regardless if a project was deployed individually, or chained via a Deploy a Release step, the DeployedBy is simply the user that initiated the deployment(s).

I can’t seem to come up with any solution to getting this specific information you’re after, so I’d like to ask around internally for any potential ideas. I’ll let you know any updates as I get them.

If you have any questions or concerns in the meantime, please let us know!

Best regards,

Kenny

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.