[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.async-stream]
version = "0.3.5"
[dependencies.chrono]
features = ["serde"]
version = "0.4.31"
[dependencies.flate2]
version = "1.0.28"
[dependencies.form-data-builder]
version = "1.0.1"
[dependencies.futures-core]
version = "0.3.30"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.log]
version = "0.4.20"
[dependencies.reqwest]
default-features = false
features = ["multipart"]
version = "0.11.24"
[dependencies.reqwest-middleware]
version = "0.2.5"
[dependencies.reqwest-retry]
version = "0.3.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.197"
[dependencies.serde_json]
version = "1.0.114"
[dependencies.serde_with]
version = "3.6.1"
[dependencies.url]
version = "2.5.0"
[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics", "serde"]
version = "1.8.0"
[dependencies.zstd]
version = "0.13.0"
[dev-dependencies.chrono]
version = "0.4.31"
[dev-dependencies.convert_case]
version = "0.6.0"
[dev-dependencies.cucumber]
version = "0.20.2"
[dev-dependencies.env_logger]
version = "0.10.0"
[dev-dependencies.futures]
version = "0.3.28"
[dev-dependencies.futures-util]
version = "0.3.30"
[dev-dependencies.minijinja]
version = "1.0.10"
[dev-dependencies.regex]
version = "1.9.5"
[dev-dependencies.sha256]
version = "1.4.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1.10"
[dev-dependencies.urlencoding]
version = "2.1.3"
[dev-dependencies.vcr-cassette]
version = "2.0.1"
[[example]]
doc-scrape-examples = true
name = "v1_authentication_Validate"
path = "examples/v1_authentication_Validate.rs"
[[example]]
name = "v1_aws-integration_CreateAWSAccount"
path = "examples/v1_aws-integration_CreateAWSAccount.rs"
[[example]]
name = "v1_aws-integration_CreateAWSEventBridgeSource"
path = "examples/v1_aws-integration_CreateAWSEventBridgeSource.rs"
[[example]]
name = "v1_aws-integration_CreateAWSTagFilter"
path = "examples/v1_aws-integration_CreateAWSTagFilter.rs"
[[example]]
name = "v1_aws-integration_CreateNewAWSExternalID"
path = "examples/v1_aws-integration_CreateNewAWSExternalID.rs"
[[example]]
name = "v1_aws-integration_DeleteAWSAccount"
path = "examples/v1_aws-integration_DeleteAWSAccount.rs"
[[example]]
name = "v1_aws-integration_DeleteAWSEventBridgeSource"
path = "examples/v1_aws-integration_DeleteAWSEventBridgeSource.rs"
[[example]]
name = "v1_aws-integration_DeleteAWSTagFilter"
path = "examples/v1_aws-integration_DeleteAWSTagFilter.rs"
[[example]]
name = "v1_aws-integration_ListAWSAccounts"
path = "examples/v1_aws-integration_ListAWSAccounts.rs"
[[example]]
name = "v1_aws-integration_ListAWSEventBridgeSources"
path = "examples/v1_aws-integration_ListAWSEventBridgeSources.rs"
[[example]]
name = "v1_aws-integration_ListAWSTagFilters"
path = "examples/v1_aws-integration_ListAWSTagFilters.rs"
[[example]]
name = "v1_aws-integration_ListAvailableAWSNamespaces"
path = "examples/v1_aws-integration_ListAvailableAWSNamespaces.rs"
[[example]]
name = "v1_aws-integration_UpdateAWSAccount"
path = "examples/v1_aws-integration_UpdateAWSAccount.rs"
[[example]]
name = "v1_aws-logs-integration_CheckAWSLogsLambdaAsync"
path = "examples/v1_aws-logs-integration_CheckAWSLogsLambdaAsync.rs"
[[example]]
name = "v1_aws-logs-integration_CheckAWSLogsServicesAsync"
path = "examples/v1_aws-logs-integration_CheckAWSLogsServicesAsync.rs"
[[example]]
name = "v1_aws-logs-integration_CreateAWSLambdaARN"
path = "examples/v1_aws-logs-integration_CreateAWSLambdaARN.rs"
[[example]]
name = "v1_aws-logs-integration_DeleteAWSLambdaARN"
path = "examples/v1_aws-logs-integration_DeleteAWSLambdaARN.rs"
[[example]]
name = "v1_aws-logs-integration_EnableAWSLogServices"
path = "examples/v1_aws-logs-integration_EnableAWSLogServices.rs"
[[example]]
name = "v1_aws-logs-integration_ListAWSLogsIntegrations"
path = "examples/v1_aws-logs-integration_ListAWSLogsIntegrations.rs"
[[example]]
name = "v1_aws-logs-integration_ListAWSLogsServices"
path = "examples/v1_aws-logs-integration_ListAWSLogsServices.rs"
[[example]]
name = "v1_azure-integration_CreateAzureIntegration"
path = "examples/v1_azure-integration_CreateAzureIntegration.rs"
[[example]]
name = "v1_azure-integration_DeleteAzureIntegration"
path = "examples/v1_azure-integration_DeleteAzureIntegration.rs"
[[example]]
name = "v1_azure-integration_ListAzureIntegration"
path = "examples/v1_azure-integration_ListAzureIntegration.rs"
[[example]]
name = "v1_azure-integration_UpdateAzureHostFilters"
path = "examples/v1_azure-integration_UpdateAzureHostFilters.rs"
[[example]]
name = "v1_azure-integration_UpdateAzureIntegration"
path = "examples/v1_azure-integration_UpdateAzureIntegration.rs"
[[example]]
name = "v1_dashboard-lists_CreateDashboardList"
path = "examples/v1_dashboard-lists_CreateDashboardList.rs"
[[example]]
name = "v1_dashboard-lists_DeleteDashboardList"
path = "examples/v1_dashboard-lists_DeleteDashboardList.rs"
[[example]]
name = "v1_dashboard-lists_GetDashboardList"
path = "examples/v1_dashboard-lists_GetDashboardList.rs"
[[example]]
name = "v1_dashboard-lists_ListDashboardLists"
path = "examples/v1_dashboard-lists_ListDashboardLists.rs"
[[example]]
name = "v1_dashboard-lists_UpdateDashboardList"
path = "examples/v1_dashboard-lists_UpdateDashboardList.rs"
[[example]]
name = "v1_dashboards_CreateDashboard"
path = "examples/v1_dashboards_CreateDashboard.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1024858348"
path = "examples/v1_dashboards_CreateDashboard_1024858348.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1039800684"
path = "examples/v1_dashboards_CreateDashboard_1039800684.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_109450134"
path = "examples/v1_dashboards_CreateDashboard_109450134.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1094917386"
path = "examples/v1_dashboards_CreateDashboard_1094917386.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1177423752"
path = "examples/v1_dashboards_CreateDashboard_1177423752.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1200099236"
path = "examples/v1_dashboards_CreateDashboard_1200099236.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1213075383"
path = "examples/v1_dashboards_CreateDashboard_1213075383.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1284514532"
path = "examples/v1_dashboards_CreateDashboard_1284514532.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1307120899"
path = "examples/v1_dashboards_CreateDashboard_1307120899.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1423904722"
path = "examples/v1_dashboards_CreateDashboard_1423904722.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1442588603"
path = "examples/v1_dashboards_CreateDashboard_1442588603.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_145494973"
path = "examples/v1_dashboards_CreateDashboard_145494973.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_173805046"
path = "examples/v1_dashboards_CreateDashboard_173805046.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1738608750"
path = "examples/v1_dashboards_CreateDashboard_1738608750.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1754992756"
path = "examples/v1_dashboards_CreateDashboard_1754992756.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1877023900"
path = "examples/v1_dashboards_CreateDashboard_1877023900.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2029850837"
path = "examples/v1_dashboards_CreateDashboard_2029850837.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2034634967"
path = "examples/v1_dashboards_CreateDashboard_2034634967.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2064651578"
path = "examples/v1_dashboards_CreateDashboard_2064651578.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2104498738"
path = "examples/v1_dashboards_CreateDashboard_2104498738.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2261785072"
path = "examples/v1_dashboards_CreateDashboard_2261785072.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2278756614"
path = "examples/v1_dashboards_CreateDashboard_2278756614.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2308247857"
path = "examples/v1_dashboards_CreateDashboard_2308247857.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2316374332"
path = "examples/v1_dashboards_CreateDashboard_2316374332.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2336428357"
path = "examples/v1_dashboards_CreateDashboard_2336428357.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2338918735"
path = "examples/v1_dashboards_CreateDashboard_2338918735.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2342457693"
path = "examples/v1_dashboards_CreateDashboard_2342457693.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2349863258"
path = "examples/v1_dashboards_CreateDashboard_2349863258.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2361531620"
path = "examples/v1_dashboards_CreateDashboard_2361531620.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2432046716"
path = "examples/v1_dashboards_CreateDashboard_2432046716.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2490110261"
path = "examples/v1_dashboards_CreateDashboard_2490110261.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_252716965"
path = "examples/v1_dashboards_CreateDashboard_252716965.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2563642929"
path = "examples/v1_dashboards_CreateDashboard_2563642929.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2607944105"
path = "examples/v1_dashboards_CreateDashboard_2607944105.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2610827685"
path = "examples/v1_dashboards_CreateDashboard_2610827685.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2618036642"
path = "examples/v1_dashboards_CreateDashboard_2618036642.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2634813877"
path = "examples/v1_dashboards_CreateDashboard_2634813877.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2644712913"
path = "examples/v1_dashboards_CreateDashboard_2644712913.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2652180930"
path = "examples/v1_dashboards_CreateDashboard_2652180930.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2705593938"
path = "examples/v1_dashboards_CreateDashboard_2705593938.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2800096921"
path = "examples/v1_dashboards_CreateDashboard_2800096921.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2843286292"
path = "examples/v1_dashboards_CreateDashboard_2843286292.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2850365602"
path = "examples/v1_dashboards_CreateDashboard_2850365602.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2917274132"
path = "examples/v1_dashboards_CreateDashboard_2917274132.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2921337351"
path = "examples/v1_dashboards_CreateDashboard_2921337351.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3066042014"
path = "examples/v1_dashboards_CreateDashboard_3066042014.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3117424216"
path = "examples/v1_dashboards_CreateDashboard_3117424216.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3195475781"
path = "examples/v1_dashboards_CreateDashboard_3195475781.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3250131584"
path = "examples/v1_dashboards_CreateDashboard_3250131584.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3451918078"
path = "examples/v1_dashboards_CreateDashboard_3451918078.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3513586382"
path = "examples/v1_dashboards_CreateDashboard_3513586382.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3562282606"
path = "examples/v1_dashboards_CreateDashboard_3562282606.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3669695268"
path = "examples/v1_dashboards_CreateDashboard_3669695268.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3777304439"
path = "examples/v1_dashboards_CreateDashboard_3777304439.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3882428227"
path = "examples/v1_dashboards_CreateDashboard_3882428227.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3982498788"
path = "examples/v1_dashboards_CreateDashboard_3982498788.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_4026341408"
path = "examples/v1_dashboards_CreateDashboard_4026341408.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_4076476470"
path = "examples/v1_dashboards_CreateDashboard_4076476470.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_41622531"
path = "examples/v1_dashboards_CreateDashboard_41622531.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_417992286"
path = "examples/v1_dashboards_CreateDashboard_417992286.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_4262729673"
path = "examples/v1_dashboards_CreateDashboard_4262729673.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_578885732"
path = "examples/v1_dashboards_CreateDashboard_578885732.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_651038379"
path = "examples/v1_dashboards_CreateDashboard_651038379.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_765140092"
path = "examples/v1_dashboards_CreateDashboard_765140092.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_798168180"
path = "examples/v1_dashboards_CreateDashboard_798168180.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_803346562"
path = "examples/v1_dashboards_CreateDashboard_803346562.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_858397694"
path = "examples/v1_dashboards_CreateDashboard_858397694.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_913313564"
path = "examples/v1_dashboards_CreateDashboard_913313564.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_915214113"
path = "examples/v1_dashboards_CreateDashboard_915214113.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_927141680"
path = "examples/v1_dashboards_CreateDashboard_927141680.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_985012506"
path = "examples/v1_dashboards_CreateDashboard_985012506.rs"
[[example]]
name = "v1_dashboards_CreatePublicDashboard"
path = "examples/v1_dashboards_CreatePublicDashboard.rs"
[[example]]
name = "v1_dashboards_DeleteDashboard"
path = "examples/v1_dashboards_DeleteDashboard.rs"
[[example]]
name = "v1_dashboards_DeleteDashboards"
path = "examples/v1_dashboards_DeleteDashboards.rs"
[[example]]
name = "v1_dashboards_DeletePublicDashboard"
path = "examples/v1_dashboards_DeletePublicDashboard.rs"
[[example]]
name = "v1_dashboards_DeletePublicDashboardInvitation"
path = "examples/v1_dashboards_DeletePublicDashboardInvitation.rs"
[[example]]
name = "v1_dashboards_GetDashboard"
path = "examples/v1_dashboards_GetDashboard.rs"
[[example]]
name = "v1_dashboards_GetDashboard_4262333854"
path = "examples/v1_dashboards_GetDashboard_4262333854.rs"
[[example]]
name = "v1_dashboards_GetPublicDashboard"
path = "examples/v1_dashboards_GetPublicDashboard.rs"
[[example]]
name = "v1_dashboards_GetPublicDashboardInvitations"
path = "examples/v1_dashboards_GetPublicDashboardInvitations.rs"
[[example]]
name = "v1_dashboards_ListDashboards"
path = "examples/v1_dashboards_ListDashboards.rs"
[[example]]
name = "v1_dashboards_ListDashboards_1062671515"
path = "examples/v1_dashboards_ListDashboards_1062671515.rs"
[[example]]
name = "v1_dashboards_ListDashboards_1773932563"
path = "examples/v1_dashboards_ListDashboards_1773932563.rs"
[[example]]
name = "v1_dashboards_RestoreDashboards"
path = "examples/v1_dashboards_RestoreDashboards.rs"
[[example]]
name = "v1_dashboards_SendPublicDashboardInvitation"
path = "examples/v1_dashboards_SendPublicDashboardInvitation.rs"
[[example]]
name = "v1_dashboards_UpdateDashboard"
path = "examples/v1_dashboards_UpdateDashboard.rs"
[[example]]
name = "v1_dashboards_UpdateDashboard_3454865944"
path = "examples/v1_dashboards_UpdateDashboard_3454865944.rs"
[[example]]
name = "v1_dashboards_UpdatePublicDashboard"
path = "examples/v1_dashboards_UpdatePublicDashboard.rs"
[[example]]
name = "v1_downtimes_CancelDowntime"
path = "examples/v1_downtimes_CancelDowntime.rs"
[[example]]
name = "v1_downtimes_CancelDowntimesByScope"
path = "examples/v1_downtimes_CancelDowntimesByScope.rs"
[[example]]
name = "v1_downtimes_CreateDowntime"
path = "examples/v1_downtimes_CreateDowntime.rs"
[[example]]
name = "v1_downtimes_CreateDowntime_1393233946"
path = "examples/v1_downtimes_CreateDowntime_1393233946.rs"
[[example]]
name = "v1_downtimes_CreateDowntime_2908359488"
path = "examples/v1_downtimes_CreateDowntime_2908359488.rs"
[[example]]
name = "v1_downtimes_CreateDowntime_3059354445"
path = "examples/v1_downtimes_CreateDowntime_3059354445.rs"
[[example]]
name = "v1_downtimes_CreateDowntime_3355644446"
path = "examples/v1_downtimes_CreateDowntime_3355644446.rs"
[[example]]
name = "v1_downtimes_GetDowntime"
path = "examples/v1_downtimes_GetDowntime.rs"
[[example]]
name = "v1_downtimes_ListDowntimes"
path = "examples/v1_downtimes_ListDowntimes.rs"
[[example]]
name = "v1_downtimes_ListMonitorDowntimes"
path = "examples/v1_downtimes_ListMonitorDowntimes.rs"
[[example]]
name = "v1_downtimes_UpdateDowntime"
path = "examples/v1_downtimes_UpdateDowntime.rs"
[[example]]
name = "v1_events_CreateEvent"
path = "examples/v1_events_CreateEvent.rs"
[[example]]
name = "v1_events_CreateEvent_19927815"
path = "examples/v1_events_CreateEvent_19927815.rs"
[[example]]
name = "v1_events_GetEvent"
path = "examples/v1_events_GetEvent.rs"
[[example]]
name = "v1_events_ListEvents"
path = "examples/v1_events_ListEvents.rs"
[[example]]
name = "v1_gcp-integration_CreateGCPIntegration"
path = "examples/v1_gcp-integration_CreateGCPIntegration.rs"
[[example]]
name = "v1_gcp-integration_DeleteGCPIntegration"
path = "examples/v1_gcp-integration_DeleteGCPIntegration.rs"
[[example]]
name = "v1_gcp-integration_ListGCPIntegration"
path = "examples/v1_gcp-integration_ListGCPIntegration.rs"
[[example]]
name = "v1_gcp-integration_UpdateGCPIntegration"
path = "examples/v1_gcp-integration_UpdateGCPIntegration.rs"
[[example]]
name = "v1_gcp-integration_UpdateGCPIntegration_3544259255"
path = "examples/v1_gcp-integration_UpdateGCPIntegration_3544259255.rs"
[[example]]
name = "v1_hosts_GetHostTotals"
path = "examples/v1_hosts_GetHostTotals.rs"
[[example]]
name = "v1_hosts_ListHosts"
path = "examples/v1_hosts_ListHosts.rs"
[[example]]
name = "v1_hosts_ListHosts_2975406675"
path = "examples/v1_hosts_ListHosts_2975406675.rs"
[[example]]
name = "v1_hosts_ListHosts_347346033"
path = "examples/v1_hosts_ListHosts_347346033.rs"
[[example]]
name = "v1_hosts_MuteHost"
path = "examples/v1_hosts_MuteHost.rs"
[[example]]
name = "v1_hosts_UnmuteHost"
path = "examples/v1_hosts_UnmuteHost.rs"
[[example]]
name = "v1_ip-ranges_GetIPRanges"
path = "examples/v1_ip-ranges_GetIPRanges.rs"
[[example]]
name = "v1_key-management_CreateAPIKey"
path = "examples/v1_key-management_CreateAPIKey.rs"
[[example]]
name = "v1_key-management_CreateApplicationKey"
path = "examples/v1_key-management_CreateApplicationKey.rs"
[[example]]
name = "v1_key-management_DeleteAPIKey"
path = "examples/v1_key-management_DeleteAPIKey.rs"
[[example]]
name = "v1_key-management_DeleteApplicationKey"
path = "examples/v1_key-management_DeleteApplicationKey.rs"
[[example]]
name = "v1_key-management_GetAPIKey"
path = "examples/v1_key-management_GetAPIKey.rs"
[[example]]
name = "v1_key-management_GetApplicationKey"
path = "examples/v1_key-management_GetApplicationKey.rs"
[[example]]
name = "v1_key-management_ListAPIKeys"
path = "examples/v1_key-management_ListAPIKeys.rs"
[[example]]
name = "v1_key-management_ListApplicationKeys"
path = "examples/v1_key-management_ListApplicationKeys.rs"
[[example]]
name = "v1_key-management_UpdateAPIKey"
path = "examples/v1_key-management_UpdateAPIKey.rs"
[[example]]
name = "v1_key-management_UpdateApplicationKey"
path = "examples/v1_key-management_UpdateApplicationKey.rs"
[[example]]
name = "v1_logs-indexes_CreateLogsIndex"
path = "examples/v1_logs-indexes_CreateLogsIndex.rs"
[[example]]
name = "v1_logs-indexes_GetLogsIndex"
path = "examples/v1_logs-indexes_GetLogsIndex.rs"
[[example]]
name = "v1_logs-indexes_GetLogsIndexOrder"
path = "examples/v1_logs-indexes_GetLogsIndexOrder.rs"
[[example]]
name = "v1_logs-indexes_ListLogIndexes"
path = "examples/v1_logs-indexes_ListLogIndexes.rs"
[[example]]
name = "v1_logs-indexes_UpdateLogsIndex"
path = "examples/v1_logs-indexes_UpdateLogsIndex.rs"
[[example]]
name = "v1_logs-indexes_UpdateLogsIndexOrder"
path = "examples/v1_logs-indexes_UpdateLogsIndexOrder.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline"
path = "examples/v1_logs-pipelines_CreateLogsPipeline.rs"
[[example]]
name = "v1_logs-pipelines_DeleteLogsPipeline"
path = "examples/v1_logs-pipelines_DeleteLogsPipeline.rs"
[[example]]
name = "v1_logs-pipelines_GetLogsPipeline"
path = "examples/v1_logs-pipelines_GetLogsPipeline.rs"
[[example]]
name = "v1_logs-pipelines_GetLogsPipelineOrder"
path = "examples/v1_logs-pipelines_GetLogsPipelineOrder.rs"
[[example]]
name = "v1_logs-pipelines_ListLogsPipelines"
path = "examples/v1_logs-pipelines_ListLogsPipelines.rs"
[[example]]
name = "v1_logs-pipelines_UpdateLogsPipeline"
path = "examples/v1_logs-pipelines_UpdateLogsPipeline.rs"
[[example]]
name = "v1_logs-pipelines_UpdateLogsPipelineOrder"
path = "examples/v1_logs-pipelines_UpdateLogsPipelineOrder.rs"
[[example]]
name = "v1_logs_ListLogs"
path = "examples/v1_logs_ListLogs.rs"
[[example]]
name = "v1_logs_ListLogs_235998668"
path = "examples/v1_logs_ListLogs_235998668.rs"
[[example]]
name = "v1_logs_SubmitLog"
path = "examples/v1_logs_SubmitLog.rs"
[[example]]
name = "v1_logs_SubmitLog_1920474053"
path = "examples/v1_logs_SubmitLog_1920474053.rs"
[[example]]
name = "v1_logs_SubmitLog_3418823904"
path = "examples/v1_logs_SubmitLog_3418823904.rs"
[[example]]
name = "v1_metrics_GetMetricMetadata"
path = "examples/v1_metrics_GetMetricMetadata.rs"
[[example]]
name = "v1_metrics_ListActiveMetrics"
path = "examples/v1_metrics_ListActiveMetrics.rs"
[[example]]
name = "v1_metrics_ListMetrics"
path = "examples/v1_metrics_ListMetrics.rs"
[[example]]
name = "v1_metrics_QueryMetrics"
path = "examples/v1_metrics_QueryMetrics.rs"
[[example]]
name = "v1_metrics_SubmitDistributionPoints"
path = "examples/v1_metrics_SubmitDistributionPoints.rs"
[[example]]
name = "v1_metrics_SubmitDistributionPoints_3109558960"
path = "examples/v1_metrics_SubmitDistributionPoints_3109558960.rs"
[[example]]
name = "v1_metrics_SubmitMetrics"
path = "examples/v1_metrics_SubmitMetrics.rs"
[[example]]
name = "v1_metrics_SubmitMetrics_2203981258"
path = "examples/v1_metrics_SubmitMetrics_2203981258.rs"
[[example]]
name = "v1_metrics_UpdateMetricMetadata"
path = "examples/v1_metrics_UpdateMetricMetadata.rs"
[[example]]
name = "v1_monitors_CheckCanDeleteMonitor"
path = "examples/v1_monitors_CheckCanDeleteMonitor.rs"
[[example]]
name = "v1_monitors_CreateMonitor"
path = "examples/v1_monitors_CreateMonitor.rs"
[[example]]
name = "v1_monitors_CreateMonitor_1539578087"
path = "examples/v1_monitors_CreateMonitor_1539578087.rs"
[[example]]
name = "v1_monitors_CreateMonitor_1969035628"
path = "examples/v1_monitors_CreateMonitor_1969035628.rs"
[[example]]
name = "v1_monitors_CreateMonitor_2012680290"
path = "examples/v1_monitors_CreateMonitor_2012680290.rs"
[[example]]
name = "v1_monitors_CreateMonitor_2520912138"
path = "examples/v1_monitors_CreateMonitor_2520912138.rs"
[[example]]
name = "v1_monitors_CreateMonitor_3790803616"
path = "examples/v1_monitors_CreateMonitor_3790803616.rs"
[[example]]
name = "v1_monitors_CreateMonitor_3824294658"
path = "examples/v1_monitors_CreateMonitor_3824294658.rs"
[[example]]
name = "v1_monitors_CreateMonitor_3883669300"
path = "examples/v1_monitors_CreateMonitor_3883669300.rs"
[[example]]
name = "v1_monitors_CreateMonitor_440013737"
path = "examples/v1_monitors_CreateMonitor_440013737.rs"
[[example]]
name = "v1_monitors_DeleteMonitor"
path = "examples/v1_monitors_DeleteMonitor.rs"
[[example]]
name = "v1_monitors_GetMonitor"
path = "examples/v1_monitors_GetMonitor.rs"
[[example]]
name = "v1_monitors_GetMonitor_2200114573"
path = "examples/v1_monitors_GetMonitor_2200114573.rs"
[[example]]
name = "v1_monitors_GetMonitor_3691711704"
path = "examples/v1_monitors_GetMonitor_3691711704.rs"
[[example]]
name = "v1_monitors_ListMonitors"
path = "examples/v1_monitors_ListMonitors.rs"
[[example]]
name = "v1_monitors_ListMonitors_2966492814"
path = "examples/v1_monitors_ListMonitors_2966492814.rs"
[[example]]
name = "v1_monitors_ListMonitors_3448441939"
path = "examples/v1_monitors_ListMonitors_3448441939.rs"
[[example]]
name = "v1_monitors_SearchMonitorGroups"
path = "examples/v1_monitors_SearchMonitorGroups.rs"
[[example]]
name = "v1_monitors_SearchMonitors"
path = "examples/v1_monitors_SearchMonitors.rs"
[[example]]
name = "v1_monitors_UpdateMonitor"
path = "examples/v1_monitors_UpdateMonitor.rs"
[[example]]
name = "v1_monitors_ValidateExistingMonitor"
path = "examples/v1_monitors_ValidateExistingMonitor.rs"
[[example]]
name = "v1_monitors_ValidateMonitor"
path = "examples/v1_monitors_ValidateMonitor.rs"
[[example]]
name = "v1_monitors_ValidateMonitor_4247196452"
path = "examples/v1_monitors_ValidateMonitor_4247196452.rs"
[[example]]
name = "v1_notebooks_CreateNotebook"
path = "examples/v1_notebooks_CreateNotebook.rs"
[[example]]
name = "v1_notebooks_DeleteNotebook"
path = "examples/v1_notebooks_DeleteNotebook.rs"
[[example]]
name = "v1_notebooks_GetNotebook"
path = "examples/v1_notebooks_GetNotebook.rs"
[[example]]
name = "v1_notebooks_ListNotebooks"
path = "examples/v1_notebooks_ListNotebooks.rs"
[[example]]
name = "v1_notebooks_ListNotebooks_788665428"
path = "examples/v1_notebooks_ListNotebooks_788665428.rs"
[[example]]
name = "v1_notebooks_UpdateNotebook"
path = "examples/v1_notebooks_UpdateNotebook.rs"
[[example]]
name = "v1_organizations_CreateChildOrg"
path = "examples/v1_organizations_CreateChildOrg.rs"
[[example]]
name = "v1_organizations_DowngradeOrg"
path = "examples/v1_organizations_DowngradeOrg.rs"
[[example]]
name = "v1_organizations_GetOrg"
path = "examples/v1_organizations_GetOrg.rs"
[[example]]
name = "v1_organizations_ListOrgs"
path = "examples/v1_organizations_ListOrgs.rs"
[[example]]
name = "v1_organizations_UpdateOrg"
path = "examples/v1_organizations_UpdateOrg.rs"
[[example]]
name = "v1_organizations_UploadIdPForOrg"
path = "examples/v1_organizations_UploadIdPForOrg.rs"
[[example]]
name = "v1_pagerduty-integration_CreatePagerDutyIntegrationService"
path = "examples/v1_pagerduty-integration_CreatePagerDutyIntegrationService.rs"
[[example]]
name = "v1_pagerduty-integration_DeletePagerDutyIntegrationService"
path = "examples/v1_pagerduty-integration_DeletePagerDutyIntegrationService.rs"
[[example]]
name = "v1_pagerduty-integration_GetPagerDutyIntegrationService"
path = "examples/v1_pagerduty-integration_GetPagerDutyIntegrationService.rs"
[[example]]
name = "v1_pagerduty-integration_UpdatePagerDutyIntegrationService"
path = "examples/v1_pagerduty-integration_UpdatePagerDutyIntegrationService.rs"
[[example]]
name = "v1_security-monitoring_AddSecurityMonitoringSignalToIncident"
path = "examples/v1_security-monitoring_AddSecurityMonitoringSignalToIncident.rs"
[[example]]
name = "v1_security-monitoring_EditSecurityMonitoringSignalAssignee"
path = "examples/v1_security-monitoring_EditSecurityMonitoringSignalAssignee.rs"
[[example]]
name = "v1_security-monitoring_EditSecurityMonitoringSignalState"
path = "examples/v1_security-monitoring_EditSecurityMonitoringSignalState.rs"
[[example]]
name = "v1_service-checks_SubmitServiceCheck"
path = "examples/v1_service-checks_SubmitServiceCheck.rs"
[[example]]
name = "v1_service-level-objective-corrections_CreateSLOCorrection"
path = "examples/v1_service-level-objective-corrections_CreateSLOCorrection.rs"
[[example]]
name = "v1_service-level-objective-corrections_CreateSLOCorrection_1326388368"
path = "examples/v1_service-level-objective-corrections_CreateSLOCorrection_1326388368.rs"
[[example]]
name = "v1_service-level-objective-corrections_DeleteSLOCorrection"
path = "examples/v1_service-level-objective-corrections_DeleteSLOCorrection.rs"
[[example]]
name = "v1_service-level-objective-corrections_GetSLOCorrection"
path = "examples/v1_service-level-objective-corrections_GetSLOCorrection.rs"
[[example]]
name = "v1_service-level-objective-corrections_ListSLOCorrection"
path = "examples/v1_service-level-objective-corrections_ListSLOCorrection.rs"
[[example]]
name = "v1_service-level-objective-corrections_ListSLOCorrection_2647266873"
path = "examples/v1_service-level-objective-corrections_ListSLOCorrection_2647266873.rs"
[[example]]
name = "v1_service-level-objective-corrections_UpdateSLOCorrection"
path = "examples/v1_service-level-objective-corrections_UpdateSLOCorrection.rs"
[[example]]
name = "v1_service-level-objectives_CheckCanDeleteSLO"
path = "examples/v1_service-level-objectives_CheckCanDeleteSLO.rs"
[[example]]
name = "v1_service-level-objectives_CreateSLO"
path = "examples/v1_service-level-objectives_CreateSLO.rs"
[[example]]
name = "v1_service-level-objectives_CreateSLO_3765703239"
path = "examples/v1_service-level-objectives_CreateSLO_3765703239.rs"
[[example]]
name = "v1_service-level-objectives_DeleteSLO"
path = "examples/v1_service-level-objectives_DeleteSLO.rs"
[[example]]
name = "v1_service-level-objectives_DeleteSLOTimeframeInBulk"
path = "examples/v1_service-level-objectives_DeleteSLOTimeframeInBulk.rs"
[[example]]
name = "v1_service-level-objectives_GetSLO"
path = "examples/v1_service-level-objectives_GetSLO.rs"
[[example]]
name = "v1_service-level-objectives_GetSLOCorrections"
path = "examples/v1_service-level-objectives_GetSLOCorrections.rs"
[[example]]
name = "v1_service-level-objectives_GetSLOHistory"
path = "examples/v1_service-level-objectives_GetSLOHistory.rs"
[[example]]
name = "v1_service-level-objectives_ListSLOs"
path = "examples/v1_service-level-objectives_ListSLOs.rs"
[[example]]
name = "v1_service-level-objectives_ListSLOs_3036942817"
path = "examples/v1_service-level-objectives_ListSLOs_3036942817.rs"
[[example]]
name = "v1_service-level-objectives_SearchSLO"
path = "examples/v1_service-level-objectives_SearchSLO.rs"
[[example]]
name = "v1_service-level-objectives_UpdateSLO"
path = "examples/v1_service-level-objectives_UpdateSLO.rs"
[[example]]
name = "v1_slack-integration_CreateSlackIntegrationChannel"
path = "examples/v1_slack-integration_CreateSlackIntegrationChannel.rs"
[[example]]
name = "v1_slack-integration_GetSlackIntegrationChannel"
path = "examples/v1_slack-integration_GetSlackIntegrationChannel.rs"
[[example]]
name = "v1_slack-integration_GetSlackIntegrationChannels"
path = "examples/v1_slack-integration_GetSlackIntegrationChannels.rs"
[[example]]
name = "v1_slack-integration_RemoveSlackIntegrationChannel"
path = "examples/v1_slack-integration_RemoveSlackIntegrationChannel.rs"
[[example]]
name = "v1_slack-integration_UpdateSlackIntegrationChannel"
path = "examples/v1_slack-integration_UpdateSlackIntegrationChannel.rs"
[[example]]
name = "v1_snapshots_GetGraphSnapshot"
path = "examples/v1_snapshots_GetGraphSnapshot.rs"
[[example]]
name = "v1_synthetics_CreateGlobalVariable"
path = "examples/v1_synthetics_CreateGlobalVariable.rs"
[[example]]
name = "v1_synthetics_CreateGlobalVariable_1068962881"
path = "examples/v1_synthetics_CreateGlobalVariable_1068962881.rs"
[[example]]
name = "v1_synthetics_CreateGlobalVariable_3298562511"
path = "examples/v1_synthetics_CreateGlobalVariable_3298562511.rs"
[[example]]
name = "v1_synthetics_CreateGlobalVariable_3397718516"
path = "examples/v1_synthetics_CreateGlobalVariable_3397718516.rs"
[[example]]
name = "v1_synthetics_CreatePrivateLocation"
path = "examples/v1_synthetics_CreatePrivateLocation.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest"
path = "examples/v1_synthetics_CreateSyntheticsAPITest.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1072503741"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1072503741.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1241981394"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1241981394.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1279271422"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1279271422.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1402674167"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1402674167.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1487281163"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1487281163.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1717840259"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1717840259.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1987645492"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1987645492.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_2472747642"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_2472747642.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_3829801148"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_3829801148.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_960766374"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_960766374.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsBrowserTest"
path = "examples/v1_synthetics_CreateSyntheticsBrowserTest.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsBrowserTest_2932742688"
path = "examples/v1_synthetics_CreateSyntheticsBrowserTest_2932742688.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsBrowserTest_397420811"
path = "examples/v1_synthetics_CreateSyntheticsBrowserTest_397420811.rs"
[[example]]
name = "v1_synthetics_DeleteGlobalVariable"
path = "examples/v1_synthetics_DeleteGlobalVariable.rs"
[[example]]
name = "v1_synthetics_DeletePrivateLocation"
path = "examples/v1_synthetics_DeletePrivateLocation.rs"
[[example]]
name = "v1_synthetics_DeleteTests"
path = "examples/v1_synthetics_DeleteTests.rs"
[[example]]
name = "v1_synthetics_EditGlobalVariable"
path = "examples/v1_synthetics_EditGlobalVariable.rs"
[[example]]
name = "v1_synthetics_GetAPITest"
path = "examples/v1_synthetics_GetAPITest.rs"
[[example]]
name = "v1_synthetics_GetAPITestLatestResults"
path = "examples/v1_synthetics_GetAPITestLatestResults.rs"
[[example]]
name = "v1_synthetics_GetAPITestResult"
path = "examples/v1_synthetics_GetAPITestResult.rs"
[[example]]
name = "v1_synthetics_GetAPITestResult_1321866518"
path = "examples/v1_synthetics_GetAPITestResult_1321866518.rs"
[[example]]
name = "v1_synthetics_GetBrowserTest"
path = "examples/v1_synthetics_GetBrowserTest.rs"
[[example]]
name = "v1_synthetics_GetBrowserTestLatestResults"
path = "examples/v1_synthetics_GetBrowserTestLatestResults.rs"
[[example]]
name = "v1_synthetics_GetBrowserTestResult"
path = "examples/v1_synthetics_GetBrowserTestResult.rs"
[[example]]
name = "v1_synthetics_GetGlobalVariable"
path = "examples/v1_synthetics_GetGlobalVariable.rs"
[[example]]
name = "v1_synthetics_GetPrivateLocation"
path = "examples/v1_synthetics_GetPrivateLocation.rs"
[[example]]
name = "v1_synthetics_GetSyntheticsCIBatch"
path = "examples/v1_synthetics_GetSyntheticsCIBatch.rs"
[[example]]
name = "v1_synthetics_GetSyntheticsDefaultLocations"
path = "examples/v1_synthetics_GetSyntheticsDefaultLocations.rs"
[[example]]
name = "v1_synthetics_GetSyntheticsDefaultLocations_746853380"
path = "examples/v1_synthetics_GetSyntheticsDefaultLocations_746853380.rs"
[[example]]
name = "v1_synthetics_GetTest"
path = "examples/v1_synthetics_GetTest.rs"
[[example]]
name = "v1_synthetics_ListGlobalVariables"
path = "examples/v1_synthetics_ListGlobalVariables.rs"
[[example]]
name = "v1_synthetics_ListLocations"
path = "examples/v1_synthetics_ListLocations.rs"
[[example]]
name = "v1_synthetics_ListTests"
path = "examples/v1_synthetics_ListTests.rs"
[[example]]
name = "v1_synthetics_ListTests_1938827783"
path = "examples/v1_synthetics_ListTests_1938827783.rs"
[[example]]
name = "v1_synthetics_ListTests_2779190961"
path = "examples/v1_synthetics_ListTests_2779190961.rs"
[[example]]
name = "v1_synthetics_PatchTest"
path = "examples/v1_synthetics_PatchTest.rs"
[[example]]
name = "v1_synthetics_TriggerCITests"
path = "examples/v1_synthetics_TriggerCITests.rs"
[[example]]
name = "v1_synthetics_TriggerTests"
path = "examples/v1_synthetics_TriggerTests.rs"
[[example]]
name = "v1_synthetics_UpdateAPITest"
path = "examples/v1_synthetics_UpdateAPITest.rs"
[[example]]
name = "v1_synthetics_UpdateBrowserTest"
path = "examples/v1_synthetics_UpdateBrowserTest.rs"
[[example]]
name = "v1_synthetics_UpdatePrivateLocation"
path = "examples/v1_synthetics_UpdatePrivateLocation.rs"
[[example]]
name = "v1_synthetics_UpdateTestPauseStatus"
path = "examples/v1_synthetics_UpdateTestPauseStatus.rs"
[[example]]
name = "v1_tags_CreateHostTags"
path = "examples/v1_tags_CreateHostTags.rs"
[[example]]
name = "v1_tags_DeleteHostTags"
path = "examples/v1_tags_DeleteHostTags.rs"
[[example]]
name = "v1_tags_GetHostTags"
path = "examples/v1_tags_GetHostTags.rs"
[[example]]
name = "v1_tags_ListHostTags"
path = "examples/v1_tags_ListHostTags.rs"
[[example]]
name = "v1_tags_UpdateHostTags"
path = "examples/v1_tags_UpdateHostTags.rs"
[[example]]
name = "v1_usage-metering_GetDailyCustomReports"
path = "examples/v1_usage-metering_GetDailyCustomReports.rs"
[[example]]
name = "v1_usage-metering_GetHourlyUsageAttribution"
path = "examples/v1_usage-metering_GetHourlyUsageAttribution.rs"
[[example]]
name = "v1_usage-metering_GetIncidentManagement"
path = "examples/v1_usage-metering_GetIncidentManagement.rs"
[[example]]
name = "v1_usage-metering_GetIngestedSpans"
path = "examples/v1_usage-metering_GetIngestedSpans.rs"
[[example]]
name = "v1_usage-metering_GetMonthlyCustomReports"
path = "examples/v1_usage-metering_GetMonthlyCustomReports.rs"
[[example]]
name = "v1_usage-metering_GetMonthlyUsageAttribution"
path = "examples/v1_usage-metering_GetMonthlyUsageAttribution.rs"
[[example]]
name = "v1_usage-metering_GetMonthlyUsageAttribution_3849653599"
path = "examples/v1_usage-metering_GetMonthlyUsageAttribution_3849653599.rs"
[[example]]
name = "v1_usage-metering_GetSpecifiedDailyCustomReports"
path = "examples/v1_usage-metering_GetSpecifiedDailyCustomReports.rs"
[[example]]
name = "v1_usage-metering_GetSpecifiedMonthlyCustomReports"
path = "examples/v1_usage-metering_GetSpecifiedMonthlyCustomReports.rs"
[[example]]
name = "v1_usage-metering_GetUsageAnalyzedLogs"
path = "examples/v1_usage-metering_GetUsageAnalyzedLogs.rs"
[[example]]
name = "v1_usage-metering_GetUsageAuditLogs"
path = "examples/v1_usage-metering_GetUsageAuditLogs.rs"
[[example]]
name = "v1_usage-metering_GetUsageBillableSummary"
path = "examples/v1_usage-metering_GetUsageBillableSummary.rs"
[[example]]
name = "v1_usage-metering_GetUsageCIApp"
path = "examples/v1_usage-metering_GetUsageCIApp.rs"
[[example]]
name = "v1_usage-metering_GetUsageCWS"
path = "examples/v1_usage-metering_GetUsageCWS.rs"
[[example]]
name = "v1_usage-metering_GetUsageCloudSecurityPostureManagement"
path = "examples/v1_usage-metering_GetUsageCloudSecurityPostureManagement.rs"
[[example]]
name = "v1_usage-metering_GetUsageDBM"
path = "examples/v1_usage-metering_GetUsageDBM.rs"
[[example]]
name = "v1_usage-metering_GetUsageDBM_3446806203"
path = "examples/v1_usage-metering_GetUsageDBM_3446806203.rs"
[[example]]
name = "v1_usage-metering_GetUsageFargate"
path = "examples/v1_usage-metering_GetUsageFargate.rs"
[[example]]
name = "v1_usage-metering_GetUsageHosts"
path = "examples/v1_usage-metering_GetUsageHosts.rs"
[[example]]
name = "v1_usage-metering_GetUsageIndexedSpans"
path = "examples/v1_usage-metering_GetUsageIndexedSpans.rs"
[[example]]
name = "v1_usage-metering_GetUsageInternetOfThings"
path = "examples/v1_usage-metering_GetUsageInternetOfThings.rs"
[[example]]
name = "v1_usage-metering_GetUsageLambda"
path = "examples/v1_usage-metering_GetUsageLambda.rs"
[[example]]
name = "v1_usage-metering_GetUsageLogs"
path = "examples/v1_usage-metering_GetUsageLogs.rs"
[[example]]
name = "v1_usage-metering_GetUsageLogsByIndex"
path = "examples/v1_usage-metering_GetUsageLogsByIndex.rs"
[[example]]
name = "v1_usage-metering_GetUsageLogsByIndex_1025184776"
path = "examples/v1_usage-metering_GetUsageLogsByIndex_1025184776.rs"
[[example]]
name = "v1_usage-metering_GetUsageLogsByRetention"
path = "examples/v1_usage-metering_GetUsageLogsByRetention.rs"
[[example]]
name = "v1_usage-metering_GetUsageLogs_2562396405"
path = "examples/v1_usage-metering_GetUsageLogs_2562396405.rs"
[[example]]
name = "v1_usage-metering_GetUsageNetworkFlows"
path = "examples/v1_usage-metering_GetUsageNetworkFlows.rs"
[[example]]
name = "v1_usage-metering_GetUsageNetworkFlows_1239422069"
path = "examples/v1_usage-metering_GetUsageNetworkFlows_1239422069.rs"
[[example]]
name = "v1_usage-metering_GetUsageNetworkHosts"
path = "examples/v1_usage-metering_GetUsageNetworkHosts.rs"
[[example]]
name = "v1_usage-metering_GetUsageNetworkHosts_1249907835"
path = "examples/v1_usage-metering_GetUsageNetworkHosts_1249907835.rs"
[[example]]
name = "v1_usage-metering_GetUsageOnlineArchive"
path = "examples/v1_usage-metering_GetUsageOnlineArchive.rs"
[[example]]
name = "v1_usage-metering_GetUsageOnlineArchive_1501172903"
path = "examples/v1_usage-metering_GetUsageOnlineArchive_1501172903.rs"
[[example]]
name = "v1_usage-metering_GetUsageProfiling"
path = "examples/v1_usage-metering_GetUsageProfiling.rs"
[[example]]
name = "v1_usage-metering_GetUsageRumSessions"
path = "examples/v1_usage-metering_GetUsageRumSessions.rs"
[[example]]
name = "v1_usage-metering_GetUsageRumSessions_3271366243"
path = "examples/v1_usage-metering_GetUsageRumSessions_3271366243.rs"
[[example]]
name = "v1_usage-metering_GetUsageRumSessions_714937291"
path = "examples/v1_usage-metering_GetUsageRumSessions_714937291.rs"
[[example]]
name = "v1_usage-metering_GetUsageRumUnits"
path = "examples/v1_usage-metering_GetUsageRumUnits.rs"
[[example]]
name = "v1_usage-metering_GetUsageRumUnits_3959755399"
path = "examples/v1_usage-metering_GetUsageRumUnits_3959755399.rs"
[[example]]
name = "v1_usage-metering_GetUsageSDS"
path = "examples/v1_usage-metering_GetUsageSDS.rs"
[[example]]
name = "v1_usage-metering_GetUsageSDS_271128478"
path = "examples/v1_usage-metering_GetUsageSDS_271128478.rs"
[[example]]
name = "v1_usage-metering_GetUsageSNMP"
path = "examples/v1_usage-metering_GetUsageSNMP.rs"
[[example]]
name = "v1_usage-metering_GetUsageSummary"
path = "examples/v1_usage-metering_GetUsageSummary.rs"
[[example]]
name = "v1_usage-metering_GetUsageSynthetics"
path = "examples/v1_usage-metering_GetUsageSynthetics.rs"
[[example]]
name = "v1_usage-metering_GetUsageSyntheticsAPI"
path = "examples/v1_usage-metering_GetUsageSyntheticsAPI.rs"
[[example]]
name = "v1_usage-metering_GetUsageSyntheticsAPI_4048033529"
path = "examples/v1_usage-metering_GetUsageSyntheticsAPI_4048033529.rs"
[[example]]
name = "v1_usage-metering_GetUsageSyntheticsBrowser"
path = "examples/v1_usage-metering_GetUsageSyntheticsBrowser.rs"
[[example]]
name = "v1_usage-metering_GetUsageSyntheticsBrowser_1704663299"
path = "examples/v1_usage-metering_GetUsageSyntheticsBrowser_1704663299.rs"
[[example]]
name = "v1_usage-metering_GetUsageTimeseries"
path = "examples/v1_usage-metering_GetUsageTimeseries.rs"
[[example]]
name = "v1_usage-metering_GetUsageTopAvgMetrics"
path = "examples/v1_usage-metering_GetUsageTopAvgMetrics.rs"
[[example]]
name = "v1_users_CreateUser"
path = "examples/v1_users_CreateUser.rs"
[[example]]
name = "v1_users_CreateUser_266604071"
path = "examples/v1_users_CreateUser_266604071.rs"
[[example]]
name = "v1_users_DisableUser"
path = "examples/v1_users_DisableUser.rs"
[[example]]
name = "v1_users_GetUser"
path = "examples/v1_users_GetUser.rs"
[[example]]
name = "v1_users_ListUsers"
path = "examples/v1_users_ListUsers.rs"
[[example]]
name = "v1_users_UpdateUser"
path = "examples/v1_users_UpdateUser.rs"
[[example]]
name = "v1_webhooks-integration_CreateWebhooksIntegration"
path = "examples/v1_webhooks-integration_CreateWebhooksIntegration.rs"
[[example]]
name = "v1_webhooks-integration_CreateWebhooksIntegrationCustomVariable"
path = "examples/v1_webhooks-integration_CreateWebhooksIntegrationCustomVariable.rs"
[[example]]
name = "v1_webhooks-integration_DeleteWebhooksIntegration"
path = "examples/v1_webhooks-integration_DeleteWebhooksIntegration.rs"
[[example]]
name = "v1_webhooks-integration_DeleteWebhooksIntegrationCustomVariable"
path = "examples/v1_webhooks-integration_DeleteWebhooksIntegrationCustomVariable.rs"
[[example]]
name = "v1_webhooks-integration_GetWebhooksIntegration"
path = "examples/v1_webhooks-integration_GetWebhooksIntegration.rs"
[[example]]
name = "v1_webhooks-integration_GetWebhooksIntegrationCustomVariable"
path = "examples/v1_webhooks-integration_GetWebhooksIntegrationCustomVariable.rs"
[[example]]
name = "v1_webhooks-integration_UpdateWebhooksIntegration"
path = "examples/v1_webhooks-integration_UpdateWebhooksIntegration.rs"
[[example]]
name = "v1_webhooks-integration_UpdateWebhooksIntegrationCustomVariable"
path = "examples/v1_webhooks-integration_UpdateWebhooksIntegrationCustomVariable.rs"
[[example]]
name = "v2_api-management_CreateOpenAPI"
path = "examples/v2_api-management_CreateOpenAPI.rs"
[[example]]
name = "v2_api-management_DeleteOpenAPI"
path = "examples/v2_api-management_DeleteOpenAPI.rs"
[[example]]
name = "v2_api-management_GetOpenAPI"
path = "examples/v2_api-management_GetOpenAPI.rs"
[[example]]
name = "v2_api-management_ListAPIs"
path = "examples/v2_api-management_ListAPIs.rs"
[[example]]
name = "v2_api-management_UpdateOpenAPI"
path = "examples/v2_api-management_UpdateOpenAPI.rs"
[[example]]
name = "v2_apm-retention-filters_CreateApmRetentionFilter"
path = "examples/v2_apm-retention-filters_CreateApmRetentionFilter.rs"
[[example]]
name = "v2_apm-retention-filters_DeleteApmRetentionFilter"
path = "examples/v2_apm-retention-filters_DeleteApmRetentionFilter.rs"
[[example]]
name = "v2_apm-retention-filters_GetApmRetentionFilter"
path = "examples/v2_apm-retention-filters_GetApmRetentionFilter.rs"
[[example]]
name = "v2_apm-retention-filters_ListApmRetentionFilters"
path = "examples/v2_apm-retention-filters_ListApmRetentionFilters.rs"
[[example]]
name = "v2_apm-retention-filters_ReorderApmRetentionFilters"
path = "examples/v2_apm-retention-filters_ReorderApmRetentionFilters.rs"
[[example]]
name = "v2_apm-retention-filters_UpdateApmRetentionFilter"
path = "examples/v2_apm-retention-filters_UpdateApmRetentionFilter.rs"
[[example]]
name = "v2_audit_ListAuditLogs"
path = "examples/v2_audit_ListAuditLogs.rs"
[[example]]
name = "v2_audit_ListAuditLogs_1275402458"
path = "examples/v2_audit_ListAuditLogs_1275402458.rs"
[[example]]
name = "v2_audit_SearchAuditLogs"
path = "examples/v2_audit_SearchAuditLogs.rs"
[[example]]
name = "v2_audit_SearchAuditLogs_3215529662"
path = "examples/v2_audit_SearchAuditLogs_3215529662.rs"
[[example]]
name = "v2_authn-mappings_CreateAuthNMapping"
path = "examples/v2_authn-mappings_CreateAuthNMapping.rs"
[[example]]
name = "v2_authn-mappings_DeleteAuthNMapping"
path = "examples/v2_authn-mappings_DeleteAuthNMapping.rs"
[[example]]
name = "v2_authn-mappings_GetAuthNMapping"
path = "examples/v2_authn-mappings_GetAuthNMapping.rs"
[[example]]
name = "v2_authn-mappings_ListAuthNMappings"
path = "examples/v2_authn-mappings_ListAuthNMappings.rs"
[[example]]
name = "v2_authn-mappings_UpdateAuthNMapping"
path = "examples/v2_authn-mappings_UpdateAuthNMapping.rs"
[[example]]
name = "v2_case-management_ArchiveCase"
path = "examples/v2_case-management_ArchiveCase.rs"
[[example]]
name = "v2_case-management_AssignCase"
path = "examples/v2_case-management_AssignCase.rs"
[[example]]
name = "v2_case-management_CreateCase"
path = "examples/v2_case-management_CreateCase.rs"
[[example]]
name = "v2_case-management_CreateProject"
path = "examples/v2_case-management_CreateProject.rs"
[[example]]
name = "v2_case-management_DeleteProject"
path = "examples/v2_case-management_DeleteProject.rs"
[[example]]
name = "v2_case-management_GetCase"
path = "examples/v2_case-management_GetCase.rs"
[[example]]
name = "v2_case-management_GetProject"
path = "examples/v2_case-management_GetProject.rs"
[[example]]
name = "v2_case-management_GetProjects"
path = "examples/v2_case-management_GetProjects.rs"
[[example]]
name = "v2_case-management_SearchCases"
path = "examples/v2_case-management_SearchCases.rs"
[[example]]
name = "v2_case-management_SearchCases_3433960044"
path = "examples/v2_case-management_SearchCases_3433960044.rs"
[[example]]
name = "v2_case-management_UnarchiveCase"
path = "examples/v2_case-management_UnarchiveCase.rs"
[[example]]
name = "v2_case-management_UnassignCase"
path = "examples/v2_case-management_UnassignCase.rs"
[[example]]
name = "v2_case-management_UpdatePriority"
path = "examples/v2_case-management_UpdatePriority.rs"
[[example]]
name = "v2_case-management_UpdateStatus"
path = "examples/v2_case-management_UpdateStatus.rs"
[[example]]
name = "v2_ci-visibility-pipelines_AggregateCIAppPipelineEvents"
path = "examples/v2_ci-visibility-pipelines_AggregateCIAppPipelineEvents.rs"
[[example]]
name = "v2_ci-visibility-pipelines_CreateCIAppPipelineEvent"
path = "examples/v2_ci-visibility-pipelines_CreateCIAppPipelineEvent.rs"
[[example]]
name = "v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_129899466"
path = "examples/v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_129899466.rs"
[[example]]
name = "v2_ci-visibility-pipelines_ListCIAppPipelineEvents"
path = "examples/v2_ci-visibility-pipelines_ListCIAppPipelineEvents.rs"
[[example]]
name = "v2_ci-visibility-pipelines_ListCIAppPipelineEvents_1270618359"
path = "examples/v2_ci-visibility-pipelines_ListCIAppPipelineEvents_1270618359.rs"
[[example]]
name = "v2_ci-visibility-pipelines_SearchCIAppPipelineEvents"
path = "examples/v2_ci-visibility-pipelines_SearchCIAppPipelineEvents.rs"
[[example]]
name = "v2_ci-visibility-pipelines_SearchCIAppPipelineEvents_3246135003"
path = "examples/v2_ci-visibility-pipelines_SearchCIAppPipelineEvents_3246135003.rs"
[[example]]
name = "v2_ci-visibility-tests_AggregateCIAppTestEvents"
path = "examples/v2_ci-visibility-tests_AggregateCIAppTestEvents.rs"
[[example]]
name = "v2_ci-visibility-tests_ListCIAppTestEvents"
path = "examples/v2_ci-visibility-tests_ListCIAppTestEvents.rs"
[[example]]
name = "v2_ci-visibility-tests_ListCIAppTestEvents_3852605281"
path = "examples/v2_ci-visibility-tests_ListCIAppTestEvents_3852605281.rs"
[[example]]
name = "v2_ci-visibility-tests_SearchCIAppTestEvents"
path = "examples/v2_ci-visibility-tests_SearchCIAppTestEvents.rs"
[[example]]
name = "v2_ci-visibility-tests_SearchCIAppTestEvents_1675695429"
path = "examples/v2_ci-visibility-tests_SearchCIAppTestEvents_1675695429.rs"
[[example]]
name = "v2_cloud-cost-management_CreateCostAWSCURConfig"
path = "examples/v2_cloud-cost-management_CreateCostAWSCURConfig.rs"
[[example]]
name = "v2_cloud-cost-management_CreateCostAzureUCConfigs"
path = "examples/v2_cloud-cost-management_CreateCostAzureUCConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteCostAWSCURConfig"
path = "examples/v2_cloud-cost-management_DeleteCostAWSCURConfig.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteCostAzureUCConfig"
path = "examples/v2_cloud-cost-management_DeleteCostAzureUCConfig.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteCustomCostsFile"
path = "examples/v2_cloud-cost-management_DeleteCustomCostsFile.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteCustomCostsFile_372970393"
path = "examples/v2_cloud-cost-management_DeleteCustomCostsFile_372970393.rs"
[[example]]
name = "v2_cloud-cost-management_GetCloudCostActivity"
path = "examples/v2_cloud-cost-management_GetCloudCostActivity.rs"
[[example]]
name = "v2_cloud-cost-management_GetCustomCostsFile"
path = "examples/v2_cloud-cost-management_GetCustomCostsFile.rs"
[[example]]
name = "v2_cloud-cost-management_GetCustomCostsFile_1307381576"
path = "examples/v2_cloud-cost-management_GetCustomCostsFile_1307381576.rs"
[[example]]
name = "v2_cloud-cost-management_ListAWSRelatedAccounts"
path = "examples/v2_cloud-cost-management_ListAWSRelatedAccounts.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostAWSCURConfigs"
path = "examples/v2_cloud-cost-management_ListCostAWSCURConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostAzureUCConfigs"
path = "examples/v2_cloud-cost-management_ListCostAzureUCConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_ListCustomCostsFiles"
path = "examples/v2_cloud-cost-management_ListCustomCostsFiles.rs"
[[example]]
name = "v2_cloud-cost-management_ListCustomCostsFiles_1968771127"
path = "examples/v2_cloud-cost-management_ListCustomCostsFiles_1968771127.rs"
[[example]]
name = "v2_cloud-cost-management_UpdateCostAWSCURConfig"
path = "examples/v2_cloud-cost-management_UpdateCostAWSCURConfig.rs"
[[example]]
name = "v2_cloud-cost-management_UpdateCostAzureUCConfigs"
path = "examples/v2_cloud-cost-management_UpdateCostAzureUCConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_UploadCustomCostsFile"
path = "examples/v2_cloud-cost-management_UploadCustomCostsFile.rs"
[[example]]
name = "v2_cloud-cost-management_UploadCustomCostsFile_4125168396"
path = "examples/v2_cloud-cost-management_UploadCustomCostsFile_4125168396.rs"
[[example]]
name = "v2_cloudflare-integration_CreateCloudflareAccount"
path = "examples/v2_cloudflare-integration_CreateCloudflareAccount.rs"
[[example]]
name = "v2_cloudflare-integration_DeleteCloudflareAccount"
path = "examples/v2_cloudflare-integration_DeleteCloudflareAccount.rs"
[[example]]
name = "v2_cloudflare-integration_GetCloudflareAccount"
path = "examples/v2_cloudflare-integration_GetCloudflareAccount.rs"
[[example]]
name = "v2_cloudflare-integration_ListCloudflareAccounts"
path = "examples/v2_cloudflare-integration_ListCloudflareAccounts.rs"
[[example]]
name = "v2_cloudflare-integration_UpdateCloudflareAccount"
path = "examples/v2_cloudflare-integration_UpdateCloudflareAccount.rs"
[[example]]
name = "v2_confluent-cloud_CreateConfluentAccount"
path = "examples/v2_confluent-cloud_CreateConfluentAccount.rs"
[[example]]
name = "v2_confluent-cloud_CreateConfluentResource"
path = "examples/v2_confluent-cloud_CreateConfluentResource.rs"
[[example]]
name = "v2_confluent-cloud_DeleteConfluentAccount"
path = "examples/v2_confluent-cloud_DeleteConfluentAccount.rs"
[[example]]
name = "v2_confluent-cloud_DeleteConfluentResource"
path = "examples/v2_confluent-cloud_DeleteConfluentResource.rs"
[[example]]
name = "v2_confluent-cloud_GetConfluentAccount"
path = "examples/v2_confluent-cloud_GetConfluentAccount.rs"
[[example]]
name = "v2_confluent-cloud_GetConfluentResource"
path = "examples/v2_confluent-cloud_GetConfluentResource.rs"
[[example]]
name = "v2_confluent-cloud_ListConfluentAccount"
path = "examples/v2_confluent-cloud_ListConfluentAccount.rs"
[[example]]
name = "v2_confluent-cloud_ListConfluentResource"
path = "examples/v2_confluent-cloud_ListConfluentResource.rs"
[[example]]
name = "v2_confluent-cloud_UpdateConfluentAccount"
path = "examples/v2_confluent-cloud_UpdateConfluentAccount.rs"
[[example]]
name = "v2_confluent-cloud_UpdateConfluentResource"
path = "examples/v2_confluent-cloud_UpdateConfluentResource.rs"
[[example]]
name = "v2_container-images_ListContainerImages"
path = "examples/v2_container-images_ListContainerImages.rs"
[[example]]
name = "v2_container-images_ListContainerImages_3088586393"
path = "examples/v2_container-images_ListContainerImages_3088586393.rs"
[[example]]
name = "v2_container-images_ListContainerImages_3974828736"
path = "examples/v2_container-images_ListContainerImages_3974828736.rs"
[[example]]
name = "v2_containers_ListContainers"
path = "examples/v2_containers_ListContainers.rs"
[[example]]
name = "v2_containers_ListContainers_2175733917"
path = "examples/v2_containers_ListContainers_2175733917.rs"
[[example]]
name = "v2_containers_ListContainers_931009654"
path = "examples/v2_containers_ListContainers_931009654.rs"
[[example]]
name = "v2_csm-threats_CreateCSMThreatsAgentRule"
path = "examples/v2_csm-threats_CreateCSMThreatsAgentRule.rs"
[[example]]
name = "v2_csm-threats_CreateCloudWorkloadSecurityAgentRule"
path = "examples/v2_csm-threats_CreateCloudWorkloadSecurityAgentRule.rs"
[[example]]
name = "v2_csm-threats_DeleteCSMThreatsAgentRule"
path = "examples/v2_csm-threats_DeleteCSMThreatsAgentRule.rs"
[[example]]
name = "v2_csm-threats_DeleteCloudWorkloadSecurityAgentRule"
path = "examples/v2_csm-threats_DeleteCloudWorkloadSecurityAgentRule.rs"
[[example]]
name = "v2_csm-threats_DownloadCSMThreatsPolicy"
path = "examples/v2_csm-threats_DownloadCSMThreatsPolicy.rs"
[[example]]
name = "v2_csm-threats_DownloadCloudWorkloadPolicyFile"
path = "examples/v2_csm-threats_DownloadCloudWorkloadPolicyFile.rs"
[[example]]
name = "v2_csm-threats_GetCSMThreatsAgentRule"
path = "examples/v2_csm-threats_GetCSMThreatsAgentRule.rs"
[[example]]
name = "v2_csm-threats_GetCloudWorkloadSecurityAgentRule"
path = "examples/v2_csm-threats_GetCloudWorkloadSecurityAgentRule.rs"
[[example]]
name = "v2_csm-threats_ListCSMThreatsAgentRules"
path = "examples/v2_csm-threats_ListCSMThreatsAgentRules.rs"
[[example]]
name = "v2_csm-threats_ListCloudWorkloadSecurityAgentRules"
path = "examples/v2_csm-threats_ListCloudWorkloadSecurityAgentRules.rs"
[[example]]
name = "v2_csm-threats_UpdateCSMThreatsAgentRule"
path = "examples/v2_csm-threats_UpdateCSMThreatsAgentRule.rs"
[[example]]
name = "v2_csm-threats_UpdateCloudWorkloadSecurityAgentRule"
path = "examples/v2_csm-threats_UpdateCloudWorkloadSecurityAgentRule.rs"
[[example]]
name = "v2_dashboard-lists_CreateDashboardListItems"
path = "examples/v2_dashboard-lists_CreateDashboardListItems.rs"
[[example]]
name = "v2_dashboard-lists_CreateDashboardListItems_3995409989"
path = "examples/v2_dashboard-lists_CreateDashboardListItems_3995409989.rs"
[[example]]
name = "v2_dashboard-lists_CreateDashboardListItems_825696022"
path = "examples/v2_dashboard-lists_CreateDashboardListItems_825696022.rs"
[[example]]
name = "v2_dashboard-lists_DeleteDashboardListItems"
path = "examples/v2_dashboard-lists_DeleteDashboardListItems.rs"
[[example]]
name = "v2_dashboard-lists_DeleteDashboardListItems_2656706656"
path = "examples/v2_dashboard-lists_DeleteDashboardListItems_2656706656.rs"
[[example]]
name = "v2_dashboard-lists_DeleteDashboardListItems_3851624753"
path = "examples/v2_dashboard-lists_DeleteDashboardListItems_3851624753.rs"
[[example]]
name = "v2_dashboard-lists_GetDashboardListItems"
path = "examples/v2_dashboard-lists_GetDashboardListItems.rs"
[[example]]
name = "v2_dashboard-lists_UpdateDashboardListItems"
path = "examples/v2_dashboard-lists_UpdateDashboardListItems.rs"
[[example]]
name = "v2_dora-metrics_CreateDORADeployment"
path = "examples/v2_dora-metrics_CreateDORADeployment.rs"
[[example]]
name = "v2_dora-metrics_CreateDORAIncident"
path = "examples/v2_dora-metrics_CreateDORAIncident.rs"
[[example]]
name = "v2_downtimes_CancelDowntime"
path = "examples/v2_downtimes_CancelDowntime.rs"
[[example]]
name = "v2_downtimes_CreateDowntime"
path = "examples/v2_downtimes_CreateDowntime.rs"
[[example]]
name = "v2_downtimes_GetDowntime"
path = "examples/v2_downtimes_GetDowntime.rs"
[[example]]
name = "v2_downtimes_ListDowntimes"
path = "examples/v2_downtimes_ListDowntimes.rs"
[[example]]
name = "v2_downtimes_ListDowntimes_805770330"
path = "examples/v2_downtimes_ListDowntimes_805770330.rs"
[[example]]
name = "v2_downtimes_ListMonitorDowntimes"
path = "examples/v2_downtimes_ListMonitorDowntimes.rs"
[[example]]
name = "v2_downtimes_ListMonitorDowntimes_3316718253"
path = "examples/v2_downtimes_ListMonitorDowntimes_3316718253.rs"
[[example]]
name = "v2_downtimes_UpdateDowntime"
path = "examples/v2_downtimes_UpdateDowntime.rs"
[[example]]
name = "v2_events_ListEvents"
path = "examples/v2_events_ListEvents.rs"
[[example]]
name = "v2_events_ListEvents_1527584014"
path = "examples/v2_events_ListEvents_1527584014.rs"
[[example]]
name = "v2_events_ListEvents_2663715109"
path = "examples/v2_events_ListEvents_2663715109.rs"
[[example]]
name = "v2_events_SearchEvents"
path = "examples/v2_events_SearchEvents.rs"
[[example]]
name = "v2_events_SearchEvents_3856995058"
path = "examples/v2_events_SearchEvents_3856995058.rs"
[[example]]
name = "v2_fastly-integration_CreateFastlyAccount"
path = "examples/v2_fastly-integration_CreateFastlyAccount.rs"
[[example]]
name = "v2_fastly-integration_CreateFastlyService"
path = "examples/v2_fastly-integration_CreateFastlyService.rs"
[[example]]
name = "v2_fastly-integration_DeleteFastlyAccount"
path = "examples/v2_fastly-integration_DeleteFastlyAccount.rs"
[[example]]
name = "v2_fastly-integration_DeleteFastlyService"
path = "examples/v2_fastly-integration_DeleteFastlyService.rs"
[[example]]
name = "v2_fastly-integration_GetFastlyAccount"
path = "examples/v2_fastly-integration_GetFastlyAccount.rs"
[[example]]
name = "v2_fastly-integration_GetFastlyService"
path = "examples/v2_fastly-integration_GetFastlyService.rs"
[[example]]
name = "v2_fastly-integration_ListFastlyAccounts"
path = "examples/v2_fastly-integration_ListFastlyAccounts.rs"
[[example]]
name = "v2_fastly-integration_ListFastlyServices"
path = "examples/v2_fastly-integration_ListFastlyServices.rs"
[[example]]
name = "v2_fastly-integration_UpdateFastlyAccount"
path = "examples/v2_fastly-integration_UpdateFastlyAccount.rs"
[[example]]
name = "v2_fastly-integration_UpdateFastlyService"
path = "examples/v2_fastly-integration_UpdateFastlyService.rs"
[[example]]
name = "v2_gcp-integration_CreateGCPSTSAccount"
path = "examples/v2_gcp-integration_CreateGCPSTSAccount.rs"
[[example]]
name = "v2_gcp-integration_CreateGCPSTSAccount_109518525"
path = "examples/v2_gcp-integration_CreateGCPSTSAccount_109518525.rs"
[[example]]
name = "v2_gcp-integration_CreateGCPSTSAccount_130557025"
path = "examples/v2_gcp-integration_CreateGCPSTSAccount_130557025.rs"
[[example]]
name = "v2_gcp-integration_CreateGCPSTSAccount_194782945"
path = "examples/v2_gcp-integration_CreateGCPSTSAccount_194782945.rs"
[[example]]
name = "v2_gcp-integration_CreateGCPSTSAccount_2597004741"
path = "examples/v2_gcp-integration_CreateGCPSTSAccount_2597004741.rs"
[[example]]
name = "v2_gcp-integration_CreateGCPSTSAccount_4235664992"
path = "examples/v2_gcp-integration_CreateGCPSTSAccount_4235664992.rs"
[[example]]
name = "v2_gcp-integration_DeleteGCPSTSAccount"
path = "examples/v2_gcp-integration_DeleteGCPSTSAccount.rs"
[[example]]
name = "v2_gcp-integration_GetGCPSTSDelegate"
path = "examples/v2_gcp-integration_GetGCPSTSDelegate.rs"
[[example]]
name = "v2_gcp-integration_ListGCPSTSAccounts"
path = "examples/v2_gcp-integration_ListGCPSTSAccounts.rs"
[[example]]
name = "v2_gcp-integration_MakeGCPSTSDelegate"
path = "examples/v2_gcp-integration_MakeGCPSTSDelegate.rs"
[[example]]
name = "v2_gcp-integration_MakeGCPSTSDelegate_962598975"
path = "examples/v2_gcp-integration_MakeGCPSTSDelegate_962598975.rs"
[[example]]
name = "v2_gcp-integration_UpdateGCPSTSAccount"
path = "examples/v2_gcp-integration_UpdateGCPSTSAccount.rs"
[[example]]
name = "v2_gcp-integration_UpdateGCPSTSAccount_2241994060"
path = "examples/v2_gcp-integration_UpdateGCPSTSAccount_2241994060.rs"
[[example]]
name = "v2_gcp-integration_UpdateGCPSTSAccount_3205636354"
path = "examples/v2_gcp-integration_UpdateGCPSTSAccount_3205636354.rs"
[[example]]
name = "v2_incident-services_CreateIncidentService"
path = "examples/v2_incident-services_CreateIncidentService.rs"
[[example]]
name = "v2_incident-services_DeleteIncidentService"
path = "examples/v2_incident-services_DeleteIncidentService.rs"
[[example]]
name = "v2_incident-services_GetIncidentService"
path = "examples/v2_incident-services_GetIncidentService.rs"
[[example]]
name = "v2_incident-services_ListIncidentServices"
path = "examples/v2_incident-services_ListIncidentServices.rs"
[[example]]
name = "v2_incident-services_UpdateIncidentService"
path = "examples/v2_incident-services_UpdateIncidentService.rs"
[[example]]
name = "v2_incident-teams_CreateIncidentTeam"
path = "examples/v2_incident-teams_CreateIncidentTeam.rs"
[[example]]
name = "v2_incident-teams_DeleteIncidentTeam"
path = "examples/v2_incident-teams_DeleteIncidentTeam.rs"
[[example]]
name = "v2_incident-teams_GetIncidentTeam"
path = "examples/v2_incident-teams_GetIncidentTeam.rs"
[[example]]
name = "v2_incident-teams_ListIncidentTeams"
path = "examples/v2_incident-teams_ListIncidentTeams.rs"
[[example]]
name = "v2_incident-teams_UpdateIncidentTeam"
path = "examples/v2_incident-teams_UpdateIncidentTeam.rs"
[[example]]
name = "v2_incidents_CreateIncident"
path = "examples/v2_incidents_CreateIncident.rs"
[[example]]
name = "v2_incidents_CreateIncidentIntegration"
path = "examples/v2_incidents_CreateIncidentIntegration.rs"
[[example]]
name = "v2_incidents_CreateIncidentTodo"
path = "examples/v2_incidents_CreateIncidentTodo.rs"
[[example]]
name = "v2_incidents_DeleteIncident"
path = "examples/v2_incidents_DeleteIncident.rs"
[[example]]
name = "v2_incidents_DeleteIncidentIntegration"
path = "examples/v2_incidents_DeleteIncidentIntegration.rs"
[[example]]
name = "v2_incidents_DeleteIncidentTodo"
path = "examples/v2_incidents_DeleteIncidentTodo.rs"
[[example]]
name = "v2_incidents_GetIncident"
path = "examples/v2_incidents_GetIncident.rs"
[[example]]
name = "v2_incidents_GetIncidentIntegration"
path = "examples/v2_incidents_GetIncidentIntegration.rs"
[[example]]
name = "v2_incidents_GetIncidentTodo"
path = "examples/v2_incidents_GetIncidentTodo.rs"
[[example]]
name = "v2_incidents_ListIncidentAttachments"
path = "examples/v2_incidents_ListIncidentAttachments.rs"
[[example]]
name = "v2_incidents_ListIncidentAttachments_2457735435"
path = "examples/v2_incidents_ListIncidentAttachments_2457735435.rs"
[[example]]
name = "v2_incidents_ListIncidentIntegrations"
path = "examples/v2_incidents_ListIncidentIntegrations.rs"
[[example]]
name = "v2_incidents_ListIncidentTodos"
path = "examples/v2_incidents_ListIncidentTodos.rs"
[[example]]
name = "v2_incidents_ListIncidents"
path = "examples/v2_incidents_ListIncidents.rs"
[[example]]
name = "v2_incidents_ListIncidents_2665616954"
path = "examples/v2_incidents_ListIncidents_2665616954.rs"
[[example]]
name = "v2_incidents_SearchIncidents"
path = "examples/v2_incidents_SearchIncidents.rs"
[[example]]
name = "v2_incidents_SearchIncidents_1931679109"
path = "examples/v2_incidents_SearchIncidents_1931679109.rs"
[[example]]
name = "v2_incidents_UpdateIncident"
path = "examples/v2_incidents_UpdateIncident.rs"
[[example]]
name = "v2_incidents_UpdateIncidentAttachments"
path = "examples/v2_incidents_UpdateIncidentAttachments.rs"
[[example]]
name = "v2_incidents_UpdateIncidentAttachments_3881702075"
path = "examples/v2_incidents_UpdateIncidentAttachments_3881702075.rs"
[[example]]
name = "v2_incidents_UpdateIncidentIntegration"
path = "examples/v2_incidents_UpdateIncidentIntegration.rs"
[[example]]
name = "v2_incidents_UpdateIncidentTodo"
path = "examples/v2_incidents_UpdateIncidentTodo.rs"
[[example]]
name = "v2_incidents_UpdateIncident_1009194038"
path = "examples/v2_incidents_UpdateIncident_1009194038.rs"
[[example]]
name = "v2_incidents_UpdateIncident_3369341440"
path = "examples/v2_incidents_UpdateIncident_3369341440.rs"
[[example]]
name = "v2_ip-allowlist_GetIPAllowlist"
path = "examples/v2_ip-allowlist_GetIPAllowlist.rs"
[[example]]
name = "v2_ip-allowlist_UpdateIPAllowlist"
path = "examples/v2_ip-allowlist_UpdateIPAllowlist.rs"
[[example]]
name = "v2_key-management_CreateAPIKey"
path = "examples/v2_key-management_CreateAPIKey.rs"
[[example]]
name = "v2_key-management_CreateCurrentUserApplicationKey"
path = "examples/v2_key-management_CreateCurrentUserApplicationKey.rs"
[[example]]
name = "v2_key-management_CreateCurrentUserApplicationKey_3383369233"
path = "examples/v2_key-management_CreateCurrentUserApplicationKey_3383369233.rs"
[[example]]
name = "v2_key-management_DeleteAPIKey"
path = "examples/v2_key-management_DeleteAPIKey.rs"
[[example]]
name = "v2_key-management_DeleteApplicationKey"
path = "examples/v2_key-management_DeleteApplicationKey.rs"
[[example]]
name = "v2_key-management_DeleteCurrentUserApplicationKey"
path = "examples/v2_key-management_DeleteCurrentUserApplicationKey.rs"
[[example]]
name = "v2_key-management_GetAPIKey"
path = "examples/v2_key-management_GetAPIKey.rs"
[[example]]
name = "v2_key-management_GetApplicationKey"
path = "examples/v2_key-management_GetApplicationKey.rs"
[[example]]
name = "v2_key-management_GetCurrentUserApplicationKey"
path = "examples/v2_key-management_GetCurrentUserApplicationKey.rs"
[[example]]
name = "v2_key-management_ListAPIKeys"
path = "examples/v2_key-management_ListAPIKeys.rs"
[[example]]
name = "v2_key-management_ListApplicationKeys"
path = "examples/v2_key-management_ListApplicationKeys.rs"
[[example]]
name = "v2_key-management_ListCurrentUserApplicationKeys"
path = "examples/v2_key-management_ListCurrentUserApplicationKeys.rs"
[[example]]
name = "v2_key-management_UpdateAPIKey"
path = "examples/v2_key-management_UpdateAPIKey.rs"
[[example]]
name = "v2_key-management_UpdateApplicationKey"
path = "examples/v2_key-management_UpdateApplicationKey.rs"
[[example]]
name = "v2_key-management_UpdateCurrentUserApplicationKey"
path = "examples/v2_key-management_UpdateCurrentUserApplicationKey.rs"
[[example]]
name = "v2_logs-archives_AddReadRoleToArchive"
path = "examples/v2_logs-archives_AddReadRoleToArchive.rs"
[[example]]
name = "v2_logs-archives_CreateLogsArchive"
path = "examples/v2_logs-archives_CreateLogsArchive.rs"
[[example]]
name = "v2_logs-archives_DeleteLogsArchive"
path = "examples/v2_logs-archives_DeleteLogsArchive.rs"
[[example]]
name = "v2_logs-archives_GetLogsArchive"
path = "examples/v2_logs-archives_GetLogsArchive.rs"
[[example]]
name = "v2_logs-archives_GetLogsArchiveOrder"
path = "examples/v2_logs-archives_GetLogsArchiveOrder.rs"
[[example]]
name = "v2_logs-archives_ListArchiveReadRoles"
path = "examples/v2_logs-archives_ListArchiveReadRoles.rs"
[[example]]
name = "v2_logs-archives_ListLogsArchives"
path = "examples/v2_logs-archives_ListLogsArchives.rs"
[[example]]
name = "v2_logs-archives_RemoveRoleFromArchive"
path = "examples/v2_logs-archives_RemoveRoleFromArchive.rs"
[[example]]
name = "v2_logs-archives_UpdateLogsArchive"
path = "examples/v2_logs-archives_UpdateLogsArchive.rs"
[[example]]
name = "v2_logs-archives_UpdateLogsArchiveOrder"
path = "examples/v2_logs-archives_UpdateLogsArchiveOrder.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_1091442807"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_1091442807.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_1288180912"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_1288180912.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_141236188"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_141236188.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_2184123765"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_2184123765.rs"
[[example]]
name = "v2_logs-custom-destinations_DeleteLogsCustomDestination"
path = "examples/v2_logs-custom-destinations_DeleteLogsCustomDestination.rs"
[[example]]
name = "v2_logs-custom-destinations_GetLogsCustomDestination"
path = "examples/v2_logs-custom-destinations_GetLogsCustomDestination.rs"
[[example]]
name = "v2_logs-custom-destinations_ListLogsCustomDestinations"
path = "examples/v2_logs-custom-destinations_ListLogsCustomDestinations.rs"
[[example]]
name = "v2_logs-custom-destinations_UpdateLogsCustomDestination"
path = "examples/v2_logs-custom-destinations_UpdateLogsCustomDestination.rs"
[[example]]
name = "v2_logs-metrics_CreateLogsMetric"
path = "examples/v2_logs-metrics_CreateLogsMetric.rs"
[[example]]
name = "v2_logs-metrics_DeleteLogsMetric"
path = "examples/v2_logs-metrics_DeleteLogsMetric.rs"
[[example]]
name = "v2_logs-metrics_GetLogsMetric"
path = "examples/v2_logs-metrics_GetLogsMetric.rs"
[[example]]
name = "v2_logs-metrics_ListLogsMetrics"
path = "examples/v2_logs-metrics_ListLogsMetrics.rs"
[[example]]
name = "v2_logs-metrics_UpdateLogsMetric"
path = "examples/v2_logs-metrics_UpdateLogsMetric.rs"
[[example]]
name = "v2_logs-metrics_UpdateLogsMetric_1901534424"
path = "examples/v2_logs-metrics_UpdateLogsMetric_1901534424.rs"
[[example]]
name = "v2_logs_AggregateLogs"
path = "examples/v2_logs_AggregateLogs.rs"
[[example]]
name = "v2_logs_AggregateLogs_2527007002"
path = "examples/v2_logs_AggregateLogs_2527007002.rs"
[[example]]
name = "v2_logs_AggregateLogs_2955613758"
path = "examples/v2_logs_AggregateLogs_2955613758.rs"
[[example]]
name = "v2_logs_ListLogs"
path = "examples/v2_logs_ListLogs.rs"
[[example]]
name = "v2_logs_ListLogsGet"
path = "examples/v2_logs_ListLogsGet.rs"
[[example]]
name = "v2_logs_ListLogsGet_2034110533"
path = "examples/v2_logs_ListLogsGet_2034110533.rs"
[[example]]
name = "v2_logs_ListLogsGet_738202670"
path = "examples/v2_logs_ListLogsGet_738202670.rs"
[[example]]
name = "v2_logs_ListLogs_3138392594"
path = "examples/v2_logs_ListLogs_3138392594.rs"
[[example]]
name = "v2_logs_SubmitLog"
path = "examples/v2_logs_SubmitLog.rs"
[[example]]
name = "v2_logs_SubmitLog_3496222707"
path = "examples/v2_logs_SubmitLog_3496222707.rs"
[[example]]
name = "v2_logs_SubmitLog_904601870"
path = "examples/v2_logs_SubmitLog_904601870.rs"
[[example]]
name = "v2_metrics_CreateBulkTagsMetricsConfiguration"
path = "examples/v2_metrics_CreateBulkTagsMetricsConfiguration.rs"
[[example]]
name = "v2_metrics_CreateTagConfiguration"
path = "examples/v2_metrics_CreateTagConfiguration.rs"
[[example]]
name = "v2_metrics_DeleteBulkTagsMetricsConfiguration"
path = "examples/v2_metrics_DeleteBulkTagsMetricsConfiguration.rs"
[[example]]
name = "v2_metrics_DeleteTagConfiguration"
path = "examples/v2_metrics_DeleteTagConfiguration.rs"
[[example]]
name = "v2_metrics_EstimateMetricsOutputSeries"
path = "examples/v2_metrics_EstimateMetricsOutputSeries.rs"
[[example]]
name = "v2_metrics_ListActiveMetricConfigurations"
path = "examples/v2_metrics_ListActiveMetricConfigurations.rs"
[[example]]
name = "v2_metrics_ListMetricAssets"
path = "examples/v2_metrics_ListMetricAssets.rs"
[[example]]
name = "v2_metrics_ListTagConfigurationByName"
path = "examples/v2_metrics_ListTagConfigurationByName.rs"
[[example]]
name = "v2_metrics_ListTagConfigurations"
path = "examples/v2_metrics_ListTagConfigurations.rs"
[[example]]
name = "v2_metrics_ListTagConfigurations_265033704"
path = "examples/v2_metrics_ListTagConfigurations_265033704.rs"
[[example]]
name = "v2_metrics_ListTagConfigurations_2739018321"
path = "examples/v2_metrics_ListTagConfigurations_2739018321.rs"
[[example]]
name = "v2_metrics_ListTagsByMetricName"
path = "examples/v2_metrics_ListTagsByMetricName.rs"
[[example]]
name = "v2_metrics_ListVolumesByMetricName"
path = "examples/v2_metrics_ListVolumesByMetricName.rs"
[[example]]
name = "v2_metrics_QueryScalarData"
path = "examples/v2_metrics_QueryScalarData.rs"
[[example]]
name = "v2_metrics_QueryScalarData_3112571352"
path = "examples/v2_metrics_QueryScalarData_3112571352.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData"
path = "examples/v2_metrics_QueryTimeseriesData.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_301142940"
path = "examples/v2_metrics_QueryTimeseriesData_301142940.rs"
[[example]]
name = "v2_metrics_SubmitMetrics"
path = "examples/v2_metrics_SubmitMetrics.rs"
[[example]]
name = "v2_metrics_SubmitMetrics_1762007427"
path = "examples/v2_metrics_SubmitMetrics_1762007427.rs"
[[example]]
name = "v2_metrics_UpdateTagConfiguration"
path = "examples/v2_metrics_UpdateTagConfiguration.rs"
[[example]]
name = "v2_monitors_CreateMonitorConfigPolicy"
path = "examples/v2_monitors_CreateMonitorConfigPolicy.rs"
[[example]]
name = "v2_monitors_DeleteMonitorConfigPolicy"
path = "examples/v2_monitors_DeleteMonitorConfigPolicy.rs"
[[example]]
name = "v2_monitors_GetMonitorConfigPolicy"
path = "examples/v2_monitors_GetMonitorConfigPolicy.rs"
[[example]]
name = "v2_monitors_ListMonitorConfigPolicies"
path = "examples/v2_monitors_ListMonitorConfigPolicies.rs"
[[example]]
name = "v2_monitors_UpdateMonitorConfigPolicy"
path = "examples/v2_monitors_UpdateMonitorConfigPolicy.rs"
[[example]]
name = "v2_network-device-monitoring_GetDevice"
path = "examples/v2_network-device-monitoring_GetDevice.rs"
[[example]]
name = "v2_network-device-monitoring_GetInterfaces"
path = "examples/v2_network-device-monitoring_GetInterfaces.rs"
[[example]]
name = "v2_network-device-monitoring_ListDeviceUserTags"
path = "examples/v2_network-device-monitoring_ListDeviceUserTags.rs"
[[example]]
name = "v2_network-device-monitoring_ListDevices"
path = "examples/v2_network-device-monitoring_ListDevices.rs"
[[example]]
name = "v2_network-device-monitoring_UpdateDeviceUserTags"
path = "examples/v2_network-device-monitoring_UpdateDeviceUserTags.rs"
[[example]]
name = "v2_okta-integration_CreateOktaAccount"
path = "examples/v2_okta-integration_CreateOktaAccount.rs"
[[example]]
name = "v2_okta-integration_DeleteOktaAccount"
path = "examples/v2_okta-integration_DeleteOktaAccount.rs"
[[example]]
name = "v2_okta-integration_GetOktaAccount"
path = "examples/v2_okta-integration_GetOktaAccount.rs"
[[example]]
name = "v2_okta-integration_ListOktaAccounts"
path = "examples/v2_okta-integration_ListOktaAccounts.rs"
[[example]]
name = "v2_okta-integration_UpdateOktaAccount"
path = "examples/v2_okta-integration_UpdateOktaAccount.rs"
[[example]]
name = "v2_opsgenie-integration_CreateOpsgenieService"
path = "examples/v2_opsgenie-integration_CreateOpsgenieService.rs"
[[example]]
name = "v2_opsgenie-integration_DeleteOpsgenieService"
path = "examples/v2_opsgenie-integration_DeleteOpsgenieService.rs"
[[example]]
name = "v2_opsgenie-integration_GetOpsgenieService"
path = "examples/v2_opsgenie-integration_GetOpsgenieService.rs"
[[example]]
name = "v2_opsgenie-integration_ListOpsgenieServices"
path = "examples/v2_opsgenie-integration_ListOpsgenieServices.rs"
[[example]]
name = "v2_opsgenie-integration_UpdateOpsgenieService"
path = "examples/v2_opsgenie-integration_UpdateOpsgenieService.rs"
[[example]]
name = "v2_organizations_GetOrgConfig"
path = "examples/v2_organizations_GetOrgConfig.rs"
[[example]]
name = "v2_organizations_ListOrgConfigs"
path = "examples/v2_organizations_ListOrgConfigs.rs"
[[example]]
name = "v2_organizations_UpdateOrgConfig"
path = "examples/v2_organizations_UpdateOrgConfig.rs"
[[example]]
name = "v2_organizations_UploadIdPMetadata"
path = "examples/v2_organizations_UploadIdPMetadata.rs"
[[example]]
name = "v2_powerpack_CreatePowerpack"
path = "examples/v2_powerpack_CreatePowerpack.rs"
[[example]]
name = "v2_powerpack_DeletePowerpack"
path = "examples/v2_powerpack_DeletePowerpack.rs"
[[example]]
name = "v2_powerpack_GetPowerpack"
path = "examples/v2_powerpack_GetPowerpack.rs"
[[example]]
name = "v2_powerpack_ListPowerpacks"
path = "examples/v2_powerpack_ListPowerpacks.rs"
[[example]]
name = "v2_powerpack_ListPowerpacks_1173755071"
path = "examples/v2_powerpack_ListPowerpacks_1173755071.rs"
[[example]]
name = "v2_powerpack_UpdatePowerpack"
path = "examples/v2_powerpack_UpdatePowerpack.rs"
[[example]]
name = "v2_processes_ListProcesses"
path = "examples/v2_processes_ListProcesses.rs"
[[example]]
name = "v2_processes_ListProcesses_797840471"
path = "examples/v2_processes_ListProcesses_797840471.rs"
[[example]]
name = "v2_restriction-policies_DeleteRestrictionPolicy"
path = "examples/v2_restriction-policies_DeleteRestrictionPolicy.rs"
[[example]]
name = "v2_restriction-policies_GetRestrictionPolicy"
path = "examples/v2_restriction-policies_GetRestrictionPolicy.rs"
[[example]]
name = "v2_restriction-policies_UpdateRestrictionPolicy"
path = "examples/v2_restriction-policies_UpdateRestrictionPolicy.rs"
[[example]]
name = "v2_roles_AddPermissionToRole"
path = "examples/v2_roles_AddPermissionToRole.rs"
[[example]]
name = "v2_roles_AddUserToRole"
path = "examples/v2_roles_AddUserToRole.rs"
[[example]]
name = "v2_roles_CloneRole"
path = "examples/v2_roles_CloneRole.rs"
[[example]]
name = "v2_roles_CreateRole"
path = "examples/v2_roles_CreateRole.rs"
[[example]]
name = "v2_roles_CreateRole_3862893229"
path = "examples/v2_roles_CreateRole_3862893229.rs"
[[example]]
name = "v2_roles_DeleteRole"
path = "examples/v2_roles_DeleteRole.rs"
[[example]]
name = "v2_roles_GetRole"
path = "examples/v2_roles_GetRole.rs"
[[example]]
name = "v2_roles_ListPermissions"
path = "examples/v2_roles_ListPermissions.rs"
[[example]]
name = "v2_roles_ListRolePermissions"
path = "examples/v2_roles_ListRolePermissions.rs"
[[example]]
name = "v2_roles_ListRoleUsers"
path = "examples/v2_roles_ListRoleUsers.rs"
[[example]]
name = "v2_roles_ListRoles"
path = "examples/v2_roles_ListRoles.rs"
[[example]]
name = "v2_roles_RemovePermissionFromRole"
path = "examples/v2_roles_RemovePermissionFromRole.rs"
[[example]]
name = "v2_roles_RemoveUserFromRole"
path = "examples/v2_roles_RemoveUserFromRole.rs"
[[example]]
name = "v2_roles_UpdateRole"
path = "examples/v2_roles_UpdateRole.rs"
[[example]]
name = "v2_rum_AggregateRUMEvents"
path = "examples/v2_rum_AggregateRUMEvents.rs"
[[example]]
name = "v2_rum_CreateRUMApplication"
path = "examples/v2_rum_CreateRUMApplication.rs"
[[example]]
name = "v2_rum_DeleteRUMApplication"
path = "examples/v2_rum_DeleteRUMApplication.rs"
[[example]]
name = "v2_rum_GetRUMApplication"
path = "examples/v2_rum_GetRUMApplication.rs"
[[example]]
name = "v2_rum_GetRUMApplications"
path = "examples/v2_rum_GetRUMApplications.rs"
[[example]]
name = "v2_rum_ListRUMEvents"
path = "examples/v2_rum_ListRUMEvents.rs"
[[example]]
name = "v2_rum_ListRUMEvents_2680821282"
path = "examples/v2_rum_ListRUMEvents_2680821282.rs"
[[example]]
name = "v2_rum_SearchRUMEvents"
path = "examples/v2_rum_SearchRUMEvents.rs"
[[example]]
name = "v2_rum_SearchRUMEvents_574690310"
path = "examples/v2_rum_SearchRUMEvents_574690310.rs"
[[example]]
name = "v2_rum_UpdateRUMApplication"
path = "examples/v2_rum_UpdateRUMApplication.rs"
[[example]]
name = "v2_security-monitoring_ConvertExistingSecurityMonitoringRule"
path = "examples/v2_security-monitoring_ConvertExistingSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_ConvertSecurityMonitoringRuleFromJSONToTerraform"
path = "examples/v2_security-monitoring_ConvertSecurityMonitoringRuleFromJSONToTerraform.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityFilter"
path = "examples/v2_security-monitoring_CreateSecurityFilter.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_1092490364"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_1092490364.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_3367706049"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_3367706049.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_461183901"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_461183901.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_498211763"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_498211763.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_914562040"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_914562040.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringSuppression"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringSuppression.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringSuppression_3192265332"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringSuppression_3192265332.rs"
[[example]]
name = "v2_security-monitoring_DeleteSecurityFilter"
path = "examples/v2_security-monitoring_DeleteSecurityFilter.rs"
[[example]]
name = "v2_security-monitoring_DeleteSecurityFilter_555029489"
path = "examples/v2_security-monitoring_DeleteSecurityFilter_555029489.rs"
[[example]]
name = "v2_security-monitoring_DeleteSecurityMonitoringRule"
path = "examples/v2_security-monitoring_DeleteSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_DeleteSecurityMonitoringSuppression"
path = "examples/v2_security-monitoring_DeleteSecurityMonitoringSuppression.rs"
[[example]]
name = "v2_security-monitoring_EditSecurityMonitoringSignalAssignee"
path = "examples/v2_security-monitoring_EditSecurityMonitoringSignalAssignee.rs"
[[example]]
name = "v2_security-monitoring_EditSecurityMonitoringSignalIncidents"
path = "examples/v2_security-monitoring_EditSecurityMonitoringSignalIncidents.rs"
[[example]]
name = "v2_security-monitoring_EditSecurityMonitoringSignalState"
path = "examples/v2_security-monitoring_EditSecurityMonitoringSignalState.rs"
[[example]]
name = "v2_security-monitoring_GetFinding"
path = "examples/v2_security-monitoring_GetFinding.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityFilter"
path = "examples/v2_security-monitoring_GetSecurityFilter.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringRule"
path = "examples/v2_security-monitoring_GetSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringRule_3370522281"
path = "examples/v2_security-monitoring_GetSecurityMonitoringRule_3370522281.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringSignal"
path = "examples/v2_security-monitoring_GetSecurityMonitoringSignal.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringSuppression"
path = "examples/v2_security-monitoring_GetSecurityMonitoringSuppression.rs"
[[example]]
name = "v2_security-monitoring_ListFindings"
path = "examples/v2_security-monitoring_ListFindings.rs"
[[example]]
name = "v2_security-monitoring_ListFindings_3865842421"
path = "examples/v2_security-monitoring_ListFindings_3865842421.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityFilters"
path = "examples/v2_security-monitoring_ListSecurityFilters.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringRules"
path = "examples/v2_security-monitoring_ListSecurityMonitoringRules.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringSignals"
path = "examples/v2_security-monitoring_ListSecurityMonitoringSignals.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringSignals_3960412991"
path = "examples/v2_security-monitoring_ListSecurityMonitoringSignals_3960412991.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringSuppressions"
path = "examples/v2_security-monitoring_ListSecurityMonitoringSuppressions.rs"
[[example]]
name = "v2_security-monitoring_MuteFindings"
path = "examples/v2_security-monitoring_MuteFindings.rs"
[[example]]
name = "v2_security-monitoring_SearchSecurityMonitoringSignals"
path = "examples/v2_security-monitoring_SearchSecurityMonitoringSignals.rs"
[[example]]
name = "v2_security-monitoring_SearchSecurityMonitoringSignals_1309350146"
path = "examples/v2_security-monitoring_SearchSecurityMonitoringSignals_1309350146.rs"
[[example]]
name = "v2_security-monitoring_TestExistingSecurityMonitoringRule"
path = "examples/v2_security-monitoring_TestExistingSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_TestSecurityMonitoringRule"
path = "examples/v2_security-monitoring_TestSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityFilter"
path = "examples/v2_security-monitoring_UpdateSecurityFilter.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityMonitoringRule"
path = "examples/v2_security-monitoring_UpdateSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityMonitoringRule_428087276"
path = "examples/v2_security-monitoring_UpdateSecurityMonitoringRule_428087276.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityMonitoringSuppression"
path = "examples/v2_security-monitoring_UpdateSecurityMonitoringSuppression.rs"
[[example]]
name = "v2_security-monitoring_ValidateSecurityMonitoringRule"
path = "examples/v2_security-monitoring_ValidateSecurityMonitoringRule.rs"
[[example]]
name = "v2_sensitive-data-scanner_CreateScanningGroup"
path = "examples/v2_sensitive-data-scanner_CreateScanningGroup.rs"
[[example]]
name = "v2_sensitive-data-scanner_CreateScanningRule"
path = "examples/v2_sensitive-data-scanner_CreateScanningRule.rs"
[[example]]
name = "v2_sensitive-data-scanner_DeleteScanningGroup"
path = "examples/v2_sensitive-data-scanner_DeleteScanningGroup.rs"
[[example]]
name = "v2_sensitive-data-scanner_DeleteScanningRule"
path = "examples/v2_sensitive-data-scanner_DeleteScanningRule.rs"
[[example]]
name = "v2_sensitive-data-scanner_ListScanningGroups"
path = "examples/v2_sensitive-data-scanner_ListScanningGroups.rs"
[[example]]
name = "v2_sensitive-data-scanner_ListStandardPatterns"
path = "examples/v2_sensitive-data-scanner_ListStandardPatterns.rs"
[[example]]
name = "v2_sensitive-data-scanner_ReorderScanningGroups"
path = "examples/v2_sensitive-data-scanner_ReorderScanningGroups.rs"
[[example]]
name = "v2_sensitive-data-scanner_UpdateScanningGroup"
path = "examples/v2_sensitive-data-scanner_UpdateScanningGroup.rs"
[[example]]
name = "v2_sensitive-data-scanner_UpdateScanningRule"
path = "examples/v2_sensitive-data-scanner_UpdateScanningRule.rs"
[[example]]
name = "v2_service-accounts_CreateServiceAccount"
path = "examples/v2_service-accounts_CreateServiceAccount.rs"
[[example]]
name = "v2_service-accounts_CreateServiceAccountApplicationKey"
path = "examples/v2_service-accounts_CreateServiceAccountApplicationKey.rs"
[[example]]
name = "v2_service-accounts_CreateServiceAccountApplicationKey_3480494373"
path = "examples/v2_service-accounts_CreateServiceAccountApplicationKey_3480494373.rs"
[[example]]
name = "v2_service-accounts_DeleteServiceAccountApplicationKey"
path = "examples/v2_service-accounts_DeleteServiceAccountApplicationKey.rs"
[[example]]
name = "v2_service-accounts_GetServiceAccountApplicationKey"
path = "examples/v2_service-accounts_GetServiceAccountApplicationKey.rs"
[[example]]
name = "v2_service-accounts_ListServiceAccountApplicationKeys"
path = "examples/v2_service-accounts_ListServiceAccountApplicationKeys.rs"
[[example]]
name = "v2_service-accounts_UpdateServiceAccountApplicationKey"
path = "examples/v2_service-accounts_UpdateServiceAccountApplicationKey.rs"
[[example]]
name = "v2_service-definition_CreateOrUpdateServiceDefinitions"
path = "examples/v2_service-definition_CreateOrUpdateServiceDefinitions.rs"
[[example]]
name = "v2_service-definition_CreateOrUpdateServiceDefinitions_1808735248"
path = "examples/v2_service-definition_CreateOrUpdateServiceDefinitions_1808735248.rs"
[[example]]
name = "v2_service-definition_CreateOrUpdateServiceDefinitions_2619874414"
path = "examples/v2_service-definition_CreateOrUpdateServiceDefinitions_2619874414.rs"
[[example]]
name = "v2_service-definition_CreateOrUpdateServiceDefinitions_2621709423"
path = "examples/v2_service-definition_CreateOrUpdateServiceDefinitions_2621709423.rs"
[[example]]
name = "v2_service-definition_DeleteServiceDefinition"
path = "examples/v2_service-definition_DeleteServiceDefinition.rs"
[[example]]
name = "v2_service-definition_GetServiceDefinition"
path = "examples/v2_service-definition_GetServiceDefinition.rs"
[[example]]
name = "v2_service-definition_ListServiceDefinitions"
path = "examples/v2_service-definition_ListServiceDefinitions.rs"
[[example]]
name = "v2_service-definition_ListServiceDefinitions_336468013"
path = "examples/v2_service-definition_ListServiceDefinitions_336468013.rs"
[[example]]
name = "v2_service-level-objectives_CreateSLOReportJob"
path = "examples/v2_service-level-objectives_CreateSLOReportJob.rs"
[[example]]
name = "v2_service-level-objectives_GetSLOReport"
path = "examples/v2_service-level-objectives_GetSLOReport.rs"
[[example]]
name = "v2_service-level-objectives_GetSLOReportJobStatus"
path = "examples/v2_service-level-objectives_GetSLOReportJobStatus.rs"
[[example]]
name = "v2_service-scorecards_CreateScorecardOutcomesBatch"
path = "examples/v2_service-scorecards_CreateScorecardOutcomesBatch.rs"
[[example]]
name = "v2_service-scorecards_CreateScorecardRule"
path = "examples/v2_service-scorecards_CreateScorecardRule.rs"
[[example]]
name = "v2_service-scorecards_DeleteScorecardRule"
path = "examples/v2_service-scorecards_DeleteScorecardRule.rs"
[[example]]
name = "v2_service-scorecards_ListScorecardOutcomes"
path = "examples/v2_service-scorecards_ListScorecardOutcomes.rs"
[[example]]
name = "v2_service-scorecards_ListScorecardOutcomes_2663454275"
path = "examples/v2_service-scorecards_ListScorecardOutcomes_2663454275.rs"
[[example]]
name = "v2_service-scorecards_ListScorecardRules"
path = "examples/v2_service-scorecards_ListScorecardRules.rs"
[[example]]
name = "v2_service-scorecards_ListScorecardRules_4057666343"
path = "examples/v2_service-scorecards_ListScorecardRules_4057666343.rs"
[[example]]
name = "v2_service-scorecards_UpdateScorecardRule"
path = "examples/v2_service-scorecards_UpdateScorecardRule.rs"
[[example]]
name = "v2_software-catalog_DeleteCatalogEntity"
path = "examples/v2_software-catalog_DeleteCatalogEntity.rs"
[[example]]
name = "v2_software-catalog_ListCatalogEntity"
path = "examples/v2_software-catalog_ListCatalogEntity.rs"
[[example]]
name = "v2_software-catalog_ListCatalogEntity_2305103326"
path = "examples/v2_software-catalog_ListCatalogEntity_2305103326.rs"
[[example]]
name = "v2_software-catalog_UpsertCatalogEntity"
path = "examples/v2_software-catalog_UpsertCatalogEntity.rs"
[[example]]
name = "v2_software-catalog_UpsertCatalogEntity_586948155"
path = "examples/v2_software-catalog_UpsertCatalogEntity_586948155.rs"
[[example]]
name = "v2_spans-metrics_CreateSpansMetric"
path = "examples/v2_spans-metrics_CreateSpansMetric.rs"
[[example]]
name = "v2_spans-metrics_DeleteSpansMetric"
path = "examples/v2_spans-metrics_DeleteSpansMetric.rs"
[[example]]
name = "v2_spans-metrics_GetSpansMetric"
path = "examples/v2_spans-metrics_GetSpansMetric.rs"
[[example]]
name = "v2_spans-metrics_ListSpansMetrics"
path = "examples/v2_spans-metrics_ListSpansMetrics.rs"
[[example]]
name = "v2_spans-metrics_UpdateSpansMetric"
path = "examples/v2_spans-metrics_UpdateSpansMetric.rs"
[[example]]
name = "v2_spans_AggregateSpans"
path = "examples/v2_spans_AggregateSpans.rs"
[[example]]
name = "v2_spans_ListSpans"
path = "examples/v2_spans_ListSpans.rs"
[[example]]
name = "v2_spans_ListSpansGet"
path = "examples/v2_spans_ListSpansGet.rs"
[[example]]
name = "v2_spans_ListSpansGet_1130763422"
path = "examples/v2_spans_ListSpansGet_1130763422.rs"
[[example]]
name = "v2_spans_ListSpans_3495563906"
path = "examples/v2_spans_ListSpans_3495563906.rs"
[[example]]
name = "v2_synthetics_GetOnDemandConcurrencyCap"
path = "examples/v2_synthetics_GetOnDemandConcurrencyCap.rs"
[[example]]
name = "v2_synthetics_SetOnDemandConcurrencyCap"
path = "examples/v2_synthetics_SetOnDemandConcurrencyCap.rs"
[[example]]
name = "v2_teams_CreateTeam"
path = "examples/v2_teams_CreateTeam.rs"
[[example]]
name = "v2_teams_CreateTeamLink"
path = "examples/v2_teams_CreateTeamLink.rs"
[[example]]
name = "v2_teams_CreateTeamMembership"
path = "examples/v2_teams_CreateTeamMembership.rs"
[[example]]
name = "v2_teams_CreateTeam_252121814"
path = "examples/v2_teams_CreateTeam_252121814.rs"
[[example]]
name = "v2_teams_DeleteTeam"
path = "examples/v2_teams_DeleteTeam.rs"
[[example]]
name = "v2_teams_DeleteTeamLink"
path = "examples/v2_teams_DeleteTeamLink.rs"
[[example]]
name = "v2_teams_DeleteTeamMembership"
path = "examples/v2_teams_DeleteTeamMembership.rs"
[[example]]
name = "v2_teams_GetTeam"
path = "examples/v2_teams_GetTeam.rs"
[[example]]
name = "v2_teams_GetTeamLink"
path = "examples/v2_teams_GetTeamLink.rs"
[[example]]
name = "v2_teams_GetTeamLinks"
path = "examples/v2_teams_GetTeamLinks.rs"
[[example]]
name = "v2_teams_GetTeamMemberships"
path = "examples/v2_teams_GetTeamMemberships.rs"
[[example]]
name = "v2_teams_GetTeamMemberships_3799131168"
path = "examples/v2_teams_GetTeamMemberships_3799131168.rs"
[[example]]
name = "v2_teams_GetTeamPermissionSettings"
path = "examples/v2_teams_GetTeamPermissionSettings.rs"
[[example]]
name = "v2_teams_GetUserMemberships"
path = "examples/v2_teams_GetUserMemberships.rs"
[[example]]
name = "v2_teams_ListTeams"
path = "examples/v2_teams_ListTeams.rs"
[[example]]
name = "v2_teams_ListTeams_3429963470"
path = "examples/v2_teams_ListTeams_3429963470.rs"
[[example]]
name = "v2_teams_ListTeams_3592098458"
path = "examples/v2_teams_ListTeams_3592098458.rs"
[[example]]
name = "v2_teams_UpdateTeam"
path = "examples/v2_teams_UpdateTeam.rs"
[[example]]
name = "v2_teams_UpdateTeamLink"
path = "examples/v2_teams_UpdateTeamLink.rs"
[[example]]
name = "v2_teams_UpdateTeamMembership"
path = "examples/v2_teams_UpdateTeamMembership.rs"
[[example]]
name = "v2_teams_UpdateTeamPermissionSetting"
path = "examples/v2_teams_UpdateTeamPermissionSetting.rs"
[[example]]
name = "v2_usage-metering_GetActiveBillingDimensions"
path = "examples/v2_usage-metering_GetActiveBillingDimensions.rs"
[[example]]
name = "v2_usage-metering_GetCostByOrg"
path = "examples/v2_usage-metering_GetCostByOrg.rs"
[[example]]
name = "v2_usage-metering_GetEstimatedCostByOrg"
path = "examples/v2_usage-metering_GetEstimatedCostByOrg.rs"
[[example]]
name = "v2_usage-metering_GetEstimatedCostByOrg_3186693804"
path = "examples/v2_usage-metering_GetEstimatedCostByOrg_3186693804.rs"
[[example]]
name = "v2_usage-metering_GetHistoricalCostByOrg"
path = "examples/v2_usage-metering_GetHistoricalCostByOrg.rs"
[[example]]
name = "v2_usage-metering_GetHourlyUsage"
path = "examples/v2_usage-metering_GetHourlyUsage.rs"
[[example]]
name = "v2_usage-metering_GetMonthlyCostAttribution"
path = "examples/v2_usage-metering_GetMonthlyCostAttribution.rs"
[[example]]
name = "v2_usage-metering_GetProjectedCost"
path = "examples/v2_usage-metering_GetProjectedCost.rs"
[[example]]
name = "v2_usage-metering_GetUsageApplicationSecurityMonitoring"
path = "examples/v2_usage-metering_GetUsageApplicationSecurityMonitoring.rs"
[[example]]
name = "v2_usage-metering_GetUsageLambdaTracedInvocations"
path = "examples/v2_usage-metering_GetUsageLambdaTracedInvocations.rs"
[[example]]
name = "v2_usage-metering_GetUsageObservabilityPipelines"
path = "examples/v2_usage-metering_GetUsageObservabilityPipelines.rs"
[[example]]
name = "v2_users_CreateUser"
path = "examples/v2_users_CreateUser.rs"
[[example]]
name = "v2_users_DisableUser"
path = "examples/v2_users_DisableUser.rs"
[[example]]
name = "v2_users_GetInvitation"
path = "examples/v2_users_GetInvitation.rs"
[[example]]
name = "v2_users_GetUser"
path = "examples/v2_users_GetUser.rs"
[[example]]
name = "v2_users_ListUserOrganizations"
path = "examples/v2_users_ListUserOrganizations.rs"
[[example]]
name = "v2_users_ListUserPermissions"
path = "examples/v2_users_ListUserPermissions.rs"
[[example]]
name = "v2_users_ListUsers"
path = "examples/v2_users_ListUsers.rs"
[[example]]
name = "v2_users_ListUsers_4075885358"
path = "examples/v2_users_ListUsers_4075885358.rs"
[[example]]
name = "v2_users_SendInvitations"
path = "examples/v2_users_SendInvitations.rs"
[[example]]
name = "v2_users_UpdateUser"
path = "examples/v2_users_UpdateUser.rs"
[[example]]
name = "v2_workflow-automation_CancelWorkflowInstance"
path = "examples/v2_workflow-automation_CancelWorkflowInstance.rs"
[[example]]
name = "v2_workflow-automation_CreateWorkflowInstance"
path = "examples/v2_workflow-automation_CreateWorkflowInstance.rs"
[[example]]
name = "v2_workflow-automation_GetWorkflowInstance"
path = "examples/v2_workflow-automation_GetWorkflowInstance.rs"
[[example]]
name = "v2_workflow-automation_ListWorkflowInstances"
path = "examples/v2_workflow-automation_ListWorkflowInstances.rs"
[features]
default = ["native-tls"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls-webpki-roots"]
[lib]
name = "datadog_api_client"
path = "src/lib.rs"
[package]
authors = ["support@datadoghq.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "config", "web-programming::http-client"]
description = "Rust client for the Datadog API."
edition = "2021"
include = ["/build.rs", "/Cargo.toml", "/LICENSE-3rdparty.csv", "/LICENSE", "/NOTICE", "/README.md", "/src/**/*", "/examples/*"]
keywords = ["datadog", "api", "client", "openapi"]
license = "Apache-2.0"
name = "datadog-api-client"
readme = "README.md"
repository = "https://github.com/DataDog/datadog-api-client-rust"
version = "0.4.0"
[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]