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
[**get_evaluations_usage**](AccountUsageBetaApi.md#get_evaluations_usage) | **GET** /api/v2/usage/evaluations/{projectKey}/{environmentKey}/{featureFlagKey} | Get evaluations usage
8
8
[**get_events_usage**](AccountUsageBetaApi.md#get_events_usage) | **GET** /api/v2/usage/events/{type} | Get events usage
9
+
[**get_experimentation_keys_usage**](AccountUsageBetaApi.md#get_experimentation_keys_usage) | **GET** /api/v2/usage/experimentation-keys | Get experimentation keys usage
9
10
[**get_mau_sdks_by_type**](AccountUsageBetaApi.md#get_mau_sdks_by_type) | **GET** /api/v2/usage/mau/sdks | Get MAU SDKs by type
10
11
[**get_mau_usage**](AccountUsageBetaApi.md#get_mau_usage) | **GET** /api/v2/usage/mau | Get MAU usage
11
12
[**get_mau_usage_by_category**](AccountUsageBetaApi.md#get_mau_usage_by_category) | **GET** /api/v2/usage/mau/bycategory | Get MAU usage by category
@@ -222,12 +223,103 @@ Name | Type | Description | Notes
222
223
223
224
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
_from ="from_example"# str | The series of data returned starts from this timestamp (Unix seconds). Defaults to the beginning of the current month. (optional)
270
+
to ="to_example"# str | The series of data returned ends at this timestamp (Unix seconds). Defaults to the current time. (optional)
271
+
272
+
# example passing only required values which don't have defaults set
**_from** | **str**| The series of data returned starts from this timestamp (Unix seconds). Defaults to the beginning of the current month. | [optional]
288
+
**to** | **str**| The series of data returned ends at this timestamp (Unix seconds). Defaults to the current time. | [optional]
289
+
290
+
### Return type
291
+
292
+
[**SeriesIntervalsRep**](SeriesIntervalsRep.md)
293
+
294
+
### Authorization
295
+
296
+
[ApiKey](../README.md#ApiKey)
297
+
298
+
### HTTP request headers
299
+
300
+
-**Content-Type**: Not defined
301
+
-**Accept**: application/json
302
+
303
+
304
+
### HTTP response details
305
+
306
+
| Status code | Description | Response headers |
307
+
|-------------|-------------|------------------|
308
+
**200** | Usage response | - |
309
+
**400** | Invalid request | - |
310
+
**401** | Invalid access token | - |
311
+
**403** | Forbidden | - |
312
+
**429** | Rate limited | - |
313
+
**503** | Service unavailable | - |
314
+
315
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
316
+
225
317
# **get_mau_sdks_by_type**
226
318
> SdkListRep get_mau_sdks_by_type()
227
319
228
320
Get MAU SDKs by type
229
321
230
-
Get a list of SDKs. These are all of the SDKs that have connected to LaunchDarkly by monthly active users (MAU) in the requested time period.
322
+
Get a list of SDKs. These are all of the SDKs that have connected to LaunchDarkly by monthly active users (MAU) in the requested time period.<br/><br/>Endpoints for retrieving monthly active users (MAU) do not return information about active context instances. After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should not rely on this endpoint. Use [Get client-side monthly context instances uage](/tag/Account-usage-(beta)#operation/getCMCIUsage) instead. To learn more, read [Account usage metrics](https://docs.launchdarkly.com/home/billing/usage-metrics).
231
323
232
324
### Example
233
325
@@ -318,7 +410,7 @@ Name | Type | Description | Notes
318
410
319
411
Get MAU usage
320
412
321
-
Get a time-series array of the number of monthly active users (MAU) seen by LaunchDarkly from your account. The granularity is always daily.
413
+
Get a time-series array of the number of monthly active users (MAU) seen by LaunchDarkly from your account. The granularity is always daily.<br/><br/>Endpoints for retrieving monthly active users (MAU) do not return information about active context instances. After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should not rely on this endpoint. Use [Get client-side monthly context instances uage](/tag/Account-usage-(beta)#operation/getCMCIUsage) instead. To learn more, read [Account usage metrics](https://docs.launchdarkly.com/home/billing/usage-metrics).
322
414
323
415
### Example
324
416
@@ -419,7 +511,7 @@ Name | Type | Description | Notes
419
511
420
512
Get MAU usage by category
421
513
422
-
Get time-series arrays of the number of monthly active users (MAU) seen by LaunchDarkly from your account, broken down by the category of users. The category is either `browser`, `mobile`, or `backend`.
514
+
Get time-series arrays of the number of monthly active users (MAU) seen by LaunchDarkly from your account, broken down by the category of users. The category is either `browser`, `mobile`, or `backend`.<br/><br/>Endpoints for retrieving monthly active users (MAU) do not return information about active context instances. After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should not rely on this endpoint. Use [Get client-side monthly context instances uage](/tag/Account-usage-(beta)#operation/getCMCIUsage) instead. To learn more, read [Account usage metrics](https://docs.launchdarkly.com/home/billing/usage-metrics).
**description** | **str** | A description of the approval required for this stage | [optional]
8
+
**notify_member_ids** | **[str]** | A list of member IDs for the members to request approval from for this stage | [optional]
9
+
**notify_team_keys** | **[str]** | A list of team keys for the teams to request approval from for this stage | [optional]
10
10
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
11
11
12
12
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
30
+
31
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments