Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Obtaining Job Requests By Pool #94

Open
jpm63 opened this issue Dec 1, 2020 · 1 comment
Open

Support for Obtaining Job Requests By Pool #94

jpm63 opened this issue Dec 1, 2020 · 1 comment

Comments

@jpm63
Copy link

jpm63 commented Dec 1, 2020

We have a use case where we need to get a list of all jobs - currently executing or queued for future execution - in a pool on a by-pool basis. We found the following route which provides this information: /distributedtask/pools/{poolId}/jobrequests. This appears to return a collection of TaskAgentJobRequest, which is defined in azuredevops/taskagent.models.go.

Does this API have support for this route endpoint? If not, are there plans to add support for this in the (near) future?

In the meantime, if this endpoint does not exist in the API, other than making the HTTP call directly and unmarshalling into the model ourselves, do you have any recommended path for obtaining this data?

@jpm63
Copy link
Author

jpm63 commented Jan 12, 2021

@tedchamb any thoughts/input on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant