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
Copy file name to clipboardExpand all lines: admin/api_access_tracking.go
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ import (
13
13
typeAccessTrackingApiinterface {
14
14
15
15
/*
16
-
ListAccessLogsByClusterName Return Database Access History for One Cluster using Its Cluster Name
16
+
ListAccessLogsByClusterName Return Database Access History for One Cluster by Cluster Name
17
17
18
18
Returns the access logs of one cluster identified by the cluster's name. Access logs contain a list of authentication requests made against your cluster. You can't use this feature on tenant-tier clusters (M0, M2, M5). To use this resource, the requesting Service Account or API Key must have the Project Monitoring Admin role or the Project Database Access Admin role.
19
19
@@ -24,7 +24,7 @@ type AccessTrackingApi interface {
ListAccessLogsByHostname Return Database Access History for One Cluster using Its Hostname
40
+
ListAccessLogsByHostname Return Database Access History for One Cluster by Hostname
41
41
42
42
Returns the access logs of one cluster identified by the cluster's hostname. Access logs contain a list of authentication requests made against your clusters. You can't use this feature on tenant-tier clusters (M0, M2, M5). To use this resource, the requesting Service Account or API Key must have the Project Monitoring Admin role or the Project Database Access Admin role.
43
43
@@ -48,7 +48,7 @@ type AccessTrackingApi interface {
ListAccessLogsByClusterName Return Database Access History for One Cluster using Its Cluster Name
138
+
ListAccessLogsByClusterName Return Database Access History for One Cluster by Cluster Name
139
139
140
140
Returns the access logs of one cluster identified by the cluster's name. Access logs contain a list of authentication requests made against your cluster. You can't use this feature on tenant-tier clusters (M0, M2, M5). To use this resource, the requesting Service Account or API Key must have the Project Monitoring Admin role or the Project Database Access Admin role.
ListAccessLogsByHostname Return Database Access History for One Cluster using Its Hostname
325
+
ListAccessLogsByHostname Return Database Access History for One Cluster by Hostname
326
326
327
327
Returns the access logs of one cluster identified by the cluster's hostname. Access logs contain a list of authentication requests made against your clusters. You can't use this feature on tenant-tier clusters (M0, M2, M5). To use this resource, the requesting Service Account or API Key must have the Project Monitoring Admin role or the Project Database Access Admin role.
ListAlertConfigurationMatchersFieldNames Get All Alert Configuration Matchers Field Names
94
+
ListAlertConfigurationMatchersFieldNames Return All Alert Configuration Matchers Field Names
95
95
96
96
Get all field names that the `matchers.fieldName` parameter accepts when you create or update an Alert Configuration. You can successfully call this endpoint with any assigned role.
97
97
@@ -100,7 +100,7 @@ type AlertConfigurationsApi interface {
ListAlertConfigurations Return All Alert Configurations for One Project
116
+
ListAlertConfigurations Return All Alert Configurations in One Project
117
117
118
118
Returns all alert configurations for one project. These alert configurations apply to any component in the project. Alert configurations define the triggers and notification methods for alerts. To use this resource, the requesting Service Account or API Key must have the Project Read Only role.
119
119
@@ -125,7 +125,7 @@ type AlertConfigurationsApi interface {
ToggleAlertConfiguration Toggle One State of One Alert Configuration in One Project
167
+
ToggleAlertConfiguration Toggle State of One Alert Configuration in One Project
168
168
169
169
Enables or disables the specified alert configuration in the specified project. The resource enables the specified alert configuration if currently enabled. The resource disables the specified alert configuration if currently disabled. To use this resource, the requesting Service Account or API Key must have the Organization Owner or Project Owner role.
170
170
@@ -180,7 +180,7 @@ type AlertConfigurationsApi interface {
UpdateAlertConfiguration Update One Alert Configuration for One Project
196
+
UpdateAlertConfiguration Update One Alert Configuration in One Project
197
197
198
198
Updates one alert configuration in the specified project. Alert configurations define the triggers and notification methods for alerts. To use this resource, the requesting Service Account or API Key must have the Organization Owner or Project Owner role.
199
199
@@ -209,7 +209,7 @@ type AlertConfigurationsApi interface {
ListAlertConfigurationMatchersFieldNames Get All Alert Configuration Matchers Field Names
606
+
ListAlertConfigurationMatchersFieldNames Return All Alert Configuration Matchers Field Names
607
607
608
608
Get all field names that the `matchers.fieldName` parameter accepts when you create or update an Alert Configuration. You can successfully call this endpoint with any assigned role.
ListAlertConfigurations Return All Alert Configurations for One Project
741
+
ListAlertConfigurations Return All Alert Configurations in One Project
742
742
743
743
Returns all alert configurations for one project. These alert configurations apply to any component in the project. Alert configurations define the triggers and notification methods for alerts. To use this resource, the requesting Service Account or API Key must have the Project Read Only role.
ToggleAlertConfiguration Toggle One State of One Alert Configuration in One Project
1057
+
ToggleAlertConfiguration Toggle State of One Alert Configuration in One Project
1058
1058
1059
1059
Enables or disables the specified alert configuration in the specified project. The resource enables the specified alert configuration if currently enabled. The resource disables the specified alert configuration if currently disabled. To use this resource, the requesting Service Account or API Key must have the Organization Owner or Project Owner role.
UpdateAlertConfiguration Update One Alert Configuration for One Project
1193
+
UpdateAlertConfiguration Update One Alert Configuration in One Project
1194
1194
1195
1195
Updates one alert configuration in the specified project. Alert configurations define the triggers and notification methods for alerts. To use this resource, the requesting Service Account or API Key must have the Organization Owner or Project Owner role.
ListAlertsByAlertConfigurationId Return All Open Alerts for Alert Configuration
94
+
ListAlertsByAlertConfigurationId Return All Open Alerts for One Alert Configuration
95
95
96
96
Returns all open alerts that the specified alert configuration triggers. These alert configurations apply to the specified project only. Alert configurations define the triggers and notification methods for alerts. Open alerts have been triggered but remain unacknowledged. To use this resource, the requesting Service Account or API Key must have the Project Read Only role. Use the Return All Alert Configurations for One Project endpoint to retrieve all alert configurations to which the authenticated user has access.
ListAlertsByAlertConfigurationId Return All Open Alerts for Alert Configuration
611
+
ListAlertsByAlertConfigurationId Return All Open Alerts for One Alert Configuration
612
612
613
613
Returns all open alerts that the specified alert configuration triggers. These alert configurations apply to the specified project only. Alert configurations define the triggers and notification methods for alerts. Open alerts have been triggered but remain unacknowledged. To use this resource, the requesting Service Account or API Key must have the Project Read Only role. Use the Return All Alert Configurations for One Project endpoint to retrieve all alert configurations to which the authenticated user has access.
DeleteAtlasSearchIndex Remove One Atlas Search Index by Id
119
+
DeleteAtlasSearchIndex Remove One Atlas Search Index by ID
120
120
121
121
Removes one Atlas Search index that you identified with its unique ID. To use this resource, the requesting Service Account or API Key must have the Project Data Access Admin role. This deletion is eventually consistent.
122
122
@@ -128,7 +128,7 @@ type AtlasSearchApi interface {
UpdateAtlasSearchIndex Update One Atlas Search Index By ID
410
+
UpdateAtlasSearchIndex Update One Atlas Search Index by ID
411
411
412
412
Updates one Atlas Search index that you identified with its unique ID. Atlas Search indexes define the fields on which to create the index and the analyzers to use when creating the index. To use this resource, the requesting Service Account or API Key must have the Project Data Access Admin role.
413
413
@@ -420,7 +420,7 @@ type AtlasSearchApi interface {
UpdateAtlasSearchIndexByName Update One Atlas Search Index By Name
436
+
UpdateAtlasSearchIndexByName Update One Atlas Search Index by Name
437
437
438
438
Updates one Atlas Search index that you identified with its database, collection name, and index name. Atlas Search indexes define the fields on which to create the index and the analyzers to use when creating the index. To use this resource, the requesting Service Account or API Key must have the Project Data Access Admin role.
439
439
@@ -448,7 +448,7 @@ type AtlasSearchApi interface {
DeleteAtlasSearchIndex Remove One Atlas Search Index by Id
1032
+
DeleteAtlasSearchIndex Remove One Atlas Search Index by ID
1033
1033
1034
1034
Removes one Atlas Search index that you identified with its unique ID. To use this resource, the requesting Service Account or API Key must have the Project Data Access Admin role. This deletion is eventually consistent.
UpdateAtlasSearchIndex Update One Atlas Search Index By ID
2483
+
UpdateAtlasSearchIndex Update One Atlas Search Index by ID
2484
2484
2485
2485
Updates one Atlas Search index that you identified with its unique ID. Atlas Search indexes define the fields on which to create the index and the analyzers to use when creating the index. To use this resource, the requesting Service Account or API Key must have the Project Data Access Admin role.
UpdateAtlasSearchIndexByName Update One Atlas Search Index By Name
2630
+
UpdateAtlasSearchIndexByName Update One Atlas Search Index by Name
2631
2631
2632
2632
Updates one Atlas Search index that you identified with its database, collection name, and index name. Atlas Search indexes define the fields on which to create the index and the analyzers to use when creating the index. To use this resource, the requesting Service Account or API Key must have the Project Data Access Admin role.
0 commit comments