You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When searching for machines in a given environment, the links collection that is returned from the API is missing the environmentId in everything except the "Template". In our web-portal, we load all and then do local-paging ourself (so we don't use these paging links), but other clients may be expecting these to work (E.g. wanting to do this from PowerShell via Octopus.Clients is a very likely case).
Note: the missing /{id}/ and filter parameters for the various Self and Page. links.
We are handling this situation correctly in other other similar endpoints, such as /api/projects/Projects-341/Releases, so we will need to match this Links collection logic for environment machines.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you think you've found a related issue, please contact our support team so we can triage your issue, and make sure it's handled appropriately.
lockbot
locked as resolved and limited conversation to collaborators
Nov 24, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bugThis issue represents a verified problem we are committed to solving
When searching for machines in a given environment, the links collection that is returned from the API is missing the environmentId in everything except the "Template". In our web-portal, we load all and then do local-paging ourself (so we don't use these paging links), but other clients may be expecting these to work (E.g. wanting to do this from PowerShell via Octopus.Clients is a very likely case).
Note: the missing /{id}/ and filter parameters for the various
Self
andPage.
links.We are handling this situation correctly in other other similar endpoints, such as
/api/projects/Projects-341/Releases
, so we will need to match this Links collection logic for environment machines.Source: https://help.octopusdeploy.com/discussions/problems/65461
Source: https://help.octopusdeploy.com/discussions/problems/65459
Source: https://help.octopusdeploy.com/discussions/problems/65832
Related: OctopusDeploy/OctopusClients#213
The text was updated successfully, but these errors were encountered: