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
client.Processes.List() takes an argument of ClusterID specified in processes.go. The corresponding endpoint seems to not take that argument, however. The call then returns an error complaining about the unknown query argument.
Expected behavior
The call should return a list of processes scoped to the specified cluster id.
Logs
N/A
Desktop (please complete the following information):
Describe the bug
client.Processes.List()
takes an argument of ClusterID specified in processes.go. The corresponding endpoint seems to not take that argument, however. The call then returns an error complaining about the unknown query argument.Expected behavior
The call should return a list of processes scoped to the specified cluster id.
Logs
N/A
Desktop (please complete the following information):
Additional context
"GET https://cloud.mongodb.com/api/atlas/v1.0/groups/613b7e5ac7577b1ee2e5c5dd/processes?clusterId=Cluster0&includeCount=true: 400 (request \"INVALID_QUERY_PARAMETER\") Invalid query parameter clusterId specified."
The text was updated successfully, but these errors were encountered: