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
*AccountMembersApi* | [**post_member_teams**](docs/AccountMembersApi.md#post_member_teams) | **POST** /api/v2/members/{id}/teams | Add a member to teams
502
502
*AccountMembersApi* | [**post_members**](docs/AccountMembersApi.md#post_members) | **POST** /api/v2/members | Invite new members
503
503
*AccountMembersBetaApi* | [**patch_members**](docs/AccountMembersBetaApi.md#patch_members) | **PATCH** /api/v2/members | Modify account members
504
+
*AccountUsageBetaApi* | [**get_data_export_events_usage**](docs/AccountUsageBetaApi.md#get_data_export_events_usage) | **GET** /api/v2/usage/data-export-events | Get data export events usage
504
505
*AccountUsageBetaApi* | [**get_evaluations_usage**](docs/AccountUsageBetaApi.md#get_evaluations_usage) | **GET** /api/v2/usage/evaluations/{projectKey}/{environmentKey}/{featureFlagKey} | Get evaluations usage
505
506
*AccountUsageBetaApi* | [**get_events_usage**](docs/AccountUsageBetaApi.md#get_events_usage) | **GET** /api/v2/usage/events/{type} | Get events usage
*AccountUsageBetaApi* | [**get_experimentation_units_usage**](docs/AccountUsageBetaApi.md#get_experimentation_units_usage) | **GET** /api/v2/usage/experimentation-units | Get experimentation units usage
508
509
*AccountUsageBetaApi* | [**get_mau_sdks_by_type**](docs/AccountUsageBetaApi.md#get_mau_sdks_by_type) | **GET** /api/v2/usage/mau/sdks | Get MAU SDKs by type
509
510
*AccountUsageBetaApi* | [**get_mau_usage**](docs/AccountUsageBetaApi.md#get_mau_usage) | **GET** /api/v2/usage/mau | Get MAU usage
510
511
*AccountUsageBetaApi* | [**get_mau_usage_by_category**](docs/AccountUsageBetaApi.md#get_mau_usage_by_category) | **GET** /api/v2/usage/mau/bycategory | Get MAU usage by category
512
+
*AccountUsageBetaApi* | [**get_service_connection_usage**](docs/AccountUsageBetaApi.md#get_service_connection_usage) | **GET** /api/v2/usage/service-connections | Get service connection usage
511
513
*AccountUsageBetaApi* | [**get_stream_usage**](docs/AccountUsageBetaApi.md#get_stream_usage) | **GET** /api/v2/usage/streams/{source} | Get stream usage
512
514
*AccountUsageBetaApi* | [**get_stream_usage_by_sdk_version**](docs/AccountUsageBetaApi.md#get_stream_usage_by_sdk_version) | **GET** /api/v2/usage/streams/{source}/bysdkversion | Get stream usage by SDK version
*InsightsChartsBetaApi* | [**get_deployment_frequency_chart**](docs/InsightsChartsBetaApi.md#get_deployment_frequency_chart) | **GET** /api/v2/engineering-insights/charts/deployments/frequency | Get deployment frequency chart data
617
619
*InsightsChartsBetaApi* | [**get_flag_status_chart**](docs/InsightsChartsBetaApi.md#get_flag_status_chart) | **GET** /api/v2/engineering-insights/charts/flags/status | Get flag status chart data
618
620
*InsightsChartsBetaApi* | [**get_lead_time_chart**](docs/InsightsChartsBetaApi.md#get_lead_time_chart) | **GET** /api/v2/engineering-insights/charts/lead-time | Get lead time chart data
619
-
*InsightsChartsBetaApi* | [**get_release_frequency_chart**](docs/InsightsChartsBetaApi.md#get_release_frequency_chart) | **GET** /api/v2/engineering-insights/charts/releases/frequency | Get replease frequency chart data
621
+
*InsightsChartsBetaApi* | [**get_release_frequency_chart**](docs/InsightsChartsBetaApi.md#get_release_frequency_chart) | **GET** /api/v2/engineering-insights/charts/releases/frequency | Get release frequency chart data
620
622
*InsightsChartsBetaApi* | [**get_stale_flags_chart**](docs/InsightsChartsBetaApi.md#get_stale_flags_chart) | **GET** /api/v2/engineering-insights/charts/flags/stale | Get stale flags chart data
Copy file name to clipboardExpand all lines: docs/AccountUsageBetaApi.md
+184Lines changed: 184 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,111 @@ All URIs are relative to *https://app.launchdarkly.com*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
+
[**get_data_export_events_usage**](AccountUsageBetaApi.md#get_data_export_events_usage) | **GET** /api/v2/usage/data-export-events | Get data export events usage
7
8
[**get_evaluations_usage**](AccountUsageBetaApi.md#get_evaluations_usage) | **GET** /api/v2/usage/evaluations/{projectKey}/{environmentKey}/{featureFlagKey} | Get evaluations usage
8
9
[**get_events_usage**](AccountUsageBetaApi.md#get_events_usage) | **GET** /api/v2/usage/events/{type} | Get events usage
9
10
[**get_experimentation_keys_usage**](AccountUsageBetaApi.md#get_experimentation_keys_usage) | **GET** /api/v2/usage/experimentation-keys | Get experimentation keys usage
10
11
[**get_experimentation_units_usage**](AccountUsageBetaApi.md#get_experimentation_units_usage) | **GET** /api/v2/usage/experimentation-units | Get experimentation units usage
11
12
[**get_mau_sdks_by_type**](AccountUsageBetaApi.md#get_mau_sdks_by_type) | **GET** /api/v2/usage/mau/sdks | Get MAU SDKs by type
12
13
[**get_mau_usage**](AccountUsageBetaApi.md#get_mau_usage) | **GET** /api/v2/usage/mau | Get MAU usage
13
14
[**get_mau_usage_by_category**](AccountUsageBetaApi.md#get_mau_usage_by_category) | **GET** /api/v2/usage/mau/bycategory | Get MAU usage by category
15
+
[**get_service_connection_usage**](AccountUsageBetaApi.md#get_service_connection_usage) | **GET** /api/v2/usage/service-connections | Get service connection usage
14
16
[**get_stream_usage**](AccountUsageBetaApi.md#get_stream_usage) | **GET** /api/v2/usage/streams/{source} | Get stream usage
15
17
[**get_stream_usage_by_sdk_version**](AccountUsageBetaApi.md#get_stream_usage_by_sdk_version) | **GET** /api/v2/usage/streams/{source}/bysdkversion | Get stream usage by SDK version
16
18
[**get_stream_usage_sdkversion**](AccountUsageBetaApi.md#get_stream_usage_sdkversion) | **GET** /api/v2/usage/streams/{source}/sdkversions | Get stream usage SDK versions
_from ="from_example"# str | The series of data returned starts from this timestamp (Unix seconds). Defaults to the beginning of the current month. (optional)
65
+
to ="to_example"# str | The series of data returned ends at this timestamp (Unix seconds). Defaults to the current time. (optional)
66
+
67
+
# 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]
83
+
**to** | **str**| The series of data returned ends at this timestamp (Unix seconds). Defaults to the current time. | [optional]
84
+
85
+
### Return type
86
+
87
+
[**SeriesIntervalsRep**](SeriesIntervalsRep.md)
88
+
89
+
### Authorization
90
+
91
+
[ApiKey](../README.md#ApiKey)
92
+
93
+
### HTTP request headers
94
+
95
+
-**Content-Type**: Not defined
96
+
-**Accept**: application/json
97
+
98
+
99
+
### HTTP response details
100
+
101
+
| Status code | Description | Response headers |
102
+
|-------------|-------------|------------------|
103
+
**200** | Usage response | - |
104
+
**400** | Invalid request | - |
105
+
**401** | Invalid access token | - |
106
+
**403** | Forbidden | - |
107
+
**429** | Rate limited | - |
108
+
**503** | Service unavailable | - |
109
+
110
+
[[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)
@@ -689,6 +782,97 @@ Name | Type | Description | Notes
689
782
690
783
[[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)
829
+
to ="to_example"# str | The series of data returned ends at this timestamp (Unix seconds). Defaults to the current time. (optional)
830
+
831
+
# 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]
847
+
**to** | **str**| The series of data returned ends at this timestamp (Unix seconds). Defaults to the current time. | [optional]
848
+
849
+
### Return type
850
+
851
+
[**SeriesIntervalsRep**](SeriesIntervalsRep.md)
852
+
853
+
### Authorization
854
+
855
+
[ApiKey](../README.md#ApiKey)
856
+
857
+
### HTTP request headers
858
+
859
+
-**Content-Type**: Not defined
860
+
-**Accept**: application/json
861
+
862
+
863
+
### HTTP response details
864
+
865
+
| Status code | Description | Response headers |
866
+
|-------------|-------------|------------------|
867
+
**200** | Usage response | - |
868
+
**400** | Invalid request | - |
869
+
**401** | Invalid access token | - |
870
+
**403** | Forbidden | - |
871
+
**429** | Rate limited | - |
872
+
**503** | Service unavailable | - |
873
+
874
+
[[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)
**maintainer_id** | **str** | The ID of the member who maintains this feature flag | [optional]
20
+
**maintainer_team_key** | **str** | The key of the team that maintains this feature flag | [optional]
19
21
**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]
20
22
21
23
[[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