We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f9b16 commit 34c492bCopy full SHA for 34c492b
mongodbatlas/processes.go
@@ -61,7 +61,7 @@ type processesResponse struct {
61
// ProcessesListOptions filter options for the processes API.
62
type ProcessesListOptions struct {
63
ListOptions
64
- ClusterID string `url:"clusterId,omitempty"`
+ ClusterID string `url:"clusterId,omitempty"` // ClusterID is only available for Ops Manager and CLoud Manager.
65
}
66
67
// List lists all processes in the project associated to {GROUP-ID}.
0 commit comments