[package]
edition = "2021"
name = "datadog-api-client"
version = "0.32.0"
authors = ["support@datadoghq.com"]
build = "build.rs"
include = [
"/build.rs",
"/Cargo.toml",
"/LICENSE-3rdparty.csv",
"/LICENSE",
"/NOTICE",
"/README.md",
"/src/**/*",
"/examples/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for the Datadog API."
readme = "README.md"
keywords = [
"datadog",
"api",
"client",
"openapi",
]
categories = [
"api-bindings",
"config",
"web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/DataDog/datadog-api-client-rust"
[package.metadata.docs.rs]
cargo-args = [
"-Zunstable-options",
"-Zrustdoc-scrape-examples",
]
[features]
default = [
"native-tls",
"zstd",
"retry",
]
native-tls = ["reqwest/native-tls"]
retry = ["dep:reqwest-retry"]
rustls-tls = ["reqwest/rustls"]
wasm = []
zstd = ["dep:zstd"]
[lib]
name = "datadog_api_client"
path = "src/lib.rs"
[[example]]
name = "v1_authentication_Validate"
path = "examples/v1_authentication_Validate.rs"
doc-scrape-examples = true
[[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_1093147852"
path = "examples/v1_dashboards_CreateDashboard_1093147852.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_1259346254"
path = "examples/v1_dashboards_CreateDashboard_1259346254.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_1413226400"
path = "examples/v1_dashboards_CreateDashboard_1413226400.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1423904722"
path = "examples/v1_dashboards_CreateDashboard_1423904722.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1433408735"
path = "examples/v1_dashboards_CreateDashboard_1433408735.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_1490099434"
path = "examples/v1_dashboards_CreateDashboard_1490099434.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1617893815"
path = "examples/v1_dashboards_CreateDashboard_1617893815.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1705253330"
path = "examples/v1_dashboards_CreateDashboard_1705253330.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1712853070"
path = "examples/v1_dashboards_CreateDashboard_1712853070.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_1751391372"
path = "examples/v1_dashboards_CreateDashboard_1751391372.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_2049446128"
path = "examples/v1_dashboards_CreateDashboard_2049446128.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_2252738813"
path = "examples/v1_dashboards_CreateDashboard_2252738813.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_2345541687"
path = "examples/v1_dashboards_CreateDashboard_2345541687.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_258152475"
path = "examples/v1_dashboards_CreateDashboard_258152475.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_2617251399"
path = "examples/v1_dashboards_CreateDashboard_2617251399.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_2823363212"
path = "examples/v1_dashboards_CreateDashboard_2823363212.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2843286292"
path = "examples/v1_dashboards_CreateDashboard_2843286292.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2844071429"
path = "examples/v1_dashboards_CreateDashboard_2844071429.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2850365602"
path = "examples/v1_dashboards_CreateDashboard_2850365602.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2882802132"
path = "examples/v1_dashboards_CreateDashboard_2882802132.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_3298564989"
path = "examples/v1_dashboards_CreateDashboard_3298564989.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_3520534424"
path = "examples/v1_dashboards_CreateDashboard_3520534424.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3562282606"
path = "examples/v1_dashboards_CreateDashboard_3562282606.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3631423980"
path = "examples/v1_dashboards_CreateDashboard_3631423980.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3669695268"
path = "examples/v1_dashboards_CreateDashboard_3669695268.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3685886950"
path = "examples/v1_dashboards_CreateDashboard_3685886950.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_373890042"
path = "examples/v1_dashboards_CreateDashboard_373890042.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3767278442"
path = "examples/v1_dashboards_CreateDashboard_3767278442.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_4018282928"
path = "examples/v1_dashboards_CreateDashboard_4018282928.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_416487533"
path = "examples/v1_dashboards_CreateDashboard_416487533.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_607525069"
path = "examples/v1_dashboards_CreateDashboard_607525069.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_651038379"
path = "examples/v1_dashboards_CreateDashboard_651038379.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_732700533"
path = "examples/v1_dashboards_CreateDashboard_732700533.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_765140092"
path = "examples/v1_dashboards_CreateDashboard_765140092.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_794302680"
path = "examples/v1_dashboards_CreateDashboard_794302680.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_865807520"
path = "examples/v1_dashboards_CreateDashboard_865807520.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_9836563"
path = "examples/v1_dashboards_CreateDashboard_9836563.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_CreatePublicDashboard_1668947073"
path = "examples/v1_dashboards_CreatePublicDashboard_1668947073.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_SendPublicDashboardInvitation_3435926116"
path = "examples/v1_dashboards_SendPublicDashboardInvitation_3435926116.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_dashboards_UpdatePublicDashboard_1708268778"
path = "examples/v1_dashboards_UpdatePublicDashboard_1708268778.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_DeleteLogsIndex"
path = "examples/v1_logs-indexes_DeleteLogsIndex.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_CreateLogsPipeline_1248402480"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_1248402480.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_1267211320"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_1267211320.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_1271012410"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_1271012410.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_1745625064"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_1745625064.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_2256674867"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_2256674867.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_2599033345"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_2599033345.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_2707101123"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_2707101123.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_3314493032"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_3314493032.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_3336967838"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_3336967838.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_3934594739"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_3934594739.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_501419705"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_501419705.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_1303514967"
path = "examples/v1_monitors_CreateMonitor_1303514967.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_2082938111"
path = "examples/v1_monitors_CreateMonitor_2082938111.rs"
[[example]]
name = "v1_monitors_CreateMonitor_2520912138"
path = "examples/v1_monitors_CreateMonitor_2520912138.rs"
[[example]]
name = "v1_monitors_CreateMonitor_2589528326"
path = "examples/v1_monitors_CreateMonitor_2589528326.rs"
[[example]]
name = "v1_monitors_CreateMonitor_2608995690"
path = "examples/v1_monitors_CreateMonitor_2608995690.rs"
[[example]]
name = "v1_monitors_CreateMonitor_3541766733"
path = "examples/v1_monitors_CreateMonitor_3541766733.rs"
[[example]]
name = "v1_monitors_CreateMonitor_3626832481"
path = "examples/v1_monitors_CreateMonitor_3626832481.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_2154432960"
path = "examples/v1_monitors_ListMonitors_2154432960.rs"
[[example]]
name = "v1_monitors_ListMonitors_463213563"
path = "examples/v1_monitors_ListMonitors_463213563.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_CreateSLOCorrection_2888963657"
path = "examples/v1_service-level-objective-corrections_CreateSLOCorrection_2888963657.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-objective-corrections_UpdateSLOCorrection_2949191256"
path = "examples/v1_service-level-objective-corrections_UpdateSLOCorrection_2949191256.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_CreateSLO_512760759"
path = "examples/v1_service-level-objectives_CreateSLO_512760759.rs"
[[example]]
name = "v1_service-level-objectives_CreateSLO_707861409"
path = "examples/v1_service-level-objectives_CreateSLO_707861409.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_2106135939"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_2106135939.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_2472747642"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_2472747642.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_2547523542"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_2547523542.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_CreateSyntheticsMobileTest"
path = "examples/v1_synthetics_CreateSyntheticsMobileTest.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_FetchUptimes"
path = "examples/v1_synthetics_FetchUptimes.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_GetMobileTest"
path = "examples/v1_synthetics_GetMobileTest.rs"
[[example]]
name = "v1_synthetics_GetMobileTest_212471226"
path = "examples/v1_synthetics_GetMobileTest_212471226.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_SearchTests"
path = "examples/v1_synthetics_SearchTests.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_UpdateMobileTest"
path = "examples/v1_synthetics_UpdateMobileTest.rs"
[[example]]
name = "v1_synthetics_UpdateMobileTest_477498912"
path = "examples/v1_synthetics_UpdateMobileTest_477498912.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_action-connection_CreateActionConnection"
path = "examples/v2_action-connection_CreateActionConnection.rs"
[[example]]
name = "v2_action-connection_DeleteActionConnection"
path = "examples/v2_action-connection_DeleteActionConnection.rs"
[[example]]
name = "v2_action-connection_GetActionConnection"
path = "examples/v2_action-connection_GetActionConnection.rs"
[[example]]
name = "v2_action-connection_GetAppKeyRegistration"
path = "examples/v2_action-connection_GetAppKeyRegistration.rs"
[[example]]
name = "v2_action-connection_ListAppKeyRegistrations"
path = "examples/v2_action-connection_ListAppKeyRegistrations.rs"
[[example]]
name = "v2_action-connection_RegisterAppKey"
path = "examples/v2_action-connection_RegisterAppKey.rs"
[[example]]
name = "v2_action-connection_UnregisterAppKey"
path = "examples/v2_action-connection_UnregisterAppKey.rs"
[[example]]
name = "v2_action-connection_UpdateActionConnection"
path = "examples/v2_action-connection_UpdateActionConnection.rs"
[[example]]
name = "v2_actions-datastores_BulkDeleteDatastoreItems"
path = "examples/v2_actions-datastores_BulkDeleteDatastoreItems.rs"
[[example]]
name = "v2_actions-datastores_BulkWriteDatastoreItems"
path = "examples/v2_actions-datastores_BulkWriteDatastoreItems.rs"
[[example]]
name = "v2_actions-datastores_CreateDatastore"
path = "examples/v2_actions-datastores_CreateDatastore.rs"
[[example]]
name = "v2_actions-datastores_DeleteDatastore"
path = "examples/v2_actions-datastores_DeleteDatastore.rs"
[[example]]
name = "v2_actions-datastores_DeleteDatastoreItem"
path = "examples/v2_actions-datastores_DeleteDatastoreItem.rs"
[[example]]
name = "v2_actions-datastores_GetDatastore"
path = "examples/v2_actions-datastores_GetDatastore.rs"
[[example]]
name = "v2_actions-datastores_ListDatastoreItems"
path = "examples/v2_actions-datastores_ListDatastoreItems.rs"
[[example]]
name = "v2_actions-datastores_ListDatastores"
path = "examples/v2_actions-datastores_ListDatastores.rs"
[[example]]
name = "v2_actions-datastores_UpdateDatastore"
path = "examples/v2_actions-datastores_UpdateDatastore.rs"
[[example]]
name = "v2_actions-datastores_UpdateDatastoreItem"
path = "examples/v2_actions-datastores_UpdateDatastoreItem.rs"
[[example]]
name = "v2_agentless-scanning_CreateAwsOnDemandTask"
path = "examples/v2_agentless-scanning_CreateAwsOnDemandTask.rs"
[[example]]
name = "v2_agentless-scanning_CreateAwsScanOptions"
path = "examples/v2_agentless-scanning_CreateAwsScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_CreateAzureScanOptions"
path = "examples/v2_agentless-scanning_CreateAzureScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_CreateGcpScanOptions"
path = "examples/v2_agentless-scanning_CreateGcpScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_DeleteAwsScanOptions"
path = "examples/v2_agentless-scanning_DeleteAwsScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_DeleteAzureScanOptions"
path = "examples/v2_agentless-scanning_DeleteAzureScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_DeleteGcpScanOptions"
path = "examples/v2_agentless-scanning_DeleteGcpScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_GetAwsOnDemandTask"
path = "examples/v2_agentless-scanning_GetAwsOnDemandTask.rs"
[[example]]
name = "v2_agentless-scanning_GetAwsScanOptions"
path = "examples/v2_agentless-scanning_GetAwsScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_GetAzureScanOptions"
path = "examples/v2_agentless-scanning_GetAzureScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_GetGcpScanOptions"
path = "examples/v2_agentless-scanning_GetGcpScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_ListAwsOnDemandTasks"
path = "examples/v2_agentless-scanning_ListAwsOnDemandTasks.rs"
[[example]]
name = "v2_agentless-scanning_ListAwsScanOptions"
path = "examples/v2_agentless-scanning_ListAwsScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_ListAzureScanOptions"
path = "examples/v2_agentless-scanning_ListAzureScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_ListGcpScanOptions"
path = "examples/v2_agentless-scanning_ListGcpScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_UpdateAwsScanOptions"
path = "examples/v2_agentless-scanning_UpdateAwsScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_UpdateAzureScanOptions"
path = "examples/v2_agentless-scanning_UpdateAzureScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_UpdateGcpScanOptions"
path = "examples/v2_agentless-scanning_UpdateGcpScanOptions.rs"
[[example]]
name = "v2_annotations_CreateAnnotation"
path = "examples/v2_annotations_CreateAnnotation.rs"
[[example]]
name = "v2_annotations_DeleteAnnotation"
path = "examples/v2_annotations_DeleteAnnotation.rs"
[[example]]
name = "v2_annotations_GetPageAnnotations"
path = "examples/v2_annotations_GetPageAnnotations.rs"
[[example]]
name = "v2_annotations_ListAnnotations"
path = "examples/v2_annotations_ListAnnotations.rs"
[[example]]
name = "v2_annotations_UpdateAnnotation"
path = "examples/v2_annotations_UpdateAnnotation.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_CreateApmRetentionFilter_3853850379"
path = "examples/v2_apm-retention-filters_CreateApmRetentionFilter_3853850379.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_apm-retention-filters_UpdateApmRetentionFilter_3916044058"
path = "examples/v2_apm-retention-filters_UpdateApmRetentionFilter_3916044058.rs"
[[example]]
name = "v2_apm-trace_GetPrunedTraceByID"
path = "examples/v2_apm-trace_GetPrunedTraceByID.rs"
[[example]]
name = "v2_apm-trace_GetTraceByID"
path = "examples/v2_apm-trace_GetTraceByID.rs"
[[example]]
name = "v2_apm_GetServiceList"
path = "examples/v2_apm_GetServiceList.rs"
[[example]]
name = "v2_app-builder_CreateApp"
path = "examples/v2_app-builder_CreateApp.rs"
[[example]]
name = "v2_app-builder_CreatePublishRequest"
path = "examples/v2_app-builder_CreatePublishRequest.rs"
[[example]]
name = "v2_app-builder_DeleteApp"
path = "examples/v2_app-builder_DeleteApp.rs"
[[example]]
name = "v2_app-builder_DeleteApps"
path = "examples/v2_app-builder_DeleteApps.rs"
[[example]]
name = "v2_app-builder_GetApp"
path = "examples/v2_app-builder_GetApp.rs"
[[example]]
name = "v2_app-builder_GetBlueprint"
path = "examples/v2_app-builder_GetBlueprint.rs"
[[example]]
name = "v2_app-builder_GetBlueprintsByIntegrationId"
path = "examples/v2_app-builder_GetBlueprintsByIntegrationId.rs"
[[example]]
name = "v2_app-builder_GetBlueprintsBySlugs"
path = "examples/v2_app-builder_GetBlueprintsBySlugs.rs"
[[example]]
name = "v2_app-builder_ListAppVersions"
path = "examples/v2_app-builder_ListAppVersions.rs"
[[example]]
name = "v2_app-builder_ListApps"
path = "examples/v2_app-builder_ListApps.rs"
[[example]]
name = "v2_app-builder_ListBlueprints"
path = "examples/v2_app-builder_ListBlueprints.rs"
[[example]]
name = "v2_app-builder_ListTags"
path = "examples/v2_app-builder_ListTags.rs"
[[example]]
name = "v2_app-builder_PublishApp"
path = "examples/v2_app-builder_PublishApp.rs"
[[example]]
name = "v2_app-builder_RevertApp"
path = "examples/v2_app-builder_RevertApp.rs"
[[example]]
name = "v2_app-builder_UnpublishApp"
path = "examples/v2_app-builder_UnpublishApp.rs"
[[example]]
name = "v2_app-builder_UpdateApp"
path = "examples/v2_app-builder_UpdateApp.rs"
[[example]]
name = "v2_app-builder_UpdateAppFavorite"
path = "examples/v2_app-builder_UpdateAppFavorite.rs"
[[example]]
name = "v2_app-builder_UpdateAppSelfService"
path = "examples/v2_app-builder_UpdateAppSelfService.rs"
[[example]]
name = "v2_app-builder_UpdateAppTags"
path = "examples/v2_app-builder_UpdateAppTags.rs"
[[example]]
name = "v2_app-builder_UpdateAppVersionName"
path = "examples/v2_app-builder_UpdateAppVersionName.rs"
[[example]]
name = "v2_app-builder_UpdateProtectionLevel"
path = "examples/v2_app-builder_UpdateProtectionLevel.rs"
[[example]]
name = "v2_application-security_CreateApplicationSecurityWafCustomRule"
path = "examples/v2_application-security_CreateApplicationSecurityWafCustomRule.rs"
[[example]]
name = "v2_application-security_CreateApplicationSecurityWafExclusionFilter"
path = "examples/v2_application-security_CreateApplicationSecurityWafExclusionFilter.rs"
[[example]]
name = "v2_application-security_CreateApplicationSecurityWafPolicy"
path = "examples/v2_application-security_CreateApplicationSecurityWafPolicy.rs"
[[example]]
name = "v2_application-security_DeleteApplicationSecurityWafCustomRule"
path = "examples/v2_application-security_DeleteApplicationSecurityWafCustomRule.rs"
[[example]]
name = "v2_application-security_DeleteApplicationSecurityWafExclusionFilter"
path = "examples/v2_application-security_DeleteApplicationSecurityWafExclusionFilter.rs"
[[example]]
name = "v2_application-security_DeleteApplicationSecurityWafPolicy"
path = "examples/v2_application-security_DeleteApplicationSecurityWafPolicy.rs"
[[example]]
name = "v2_application-security_GetApplicationSecurityWafCustomRule"
path = "examples/v2_application-security_GetApplicationSecurityWafCustomRule.rs"
[[example]]
name = "v2_application-security_GetApplicationSecurityWafExclusionFilter"
path = "examples/v2_application-security_GetApplicationSecurityWafExclusionFilter.rs"
[[example]]
name = "v2_application-security_GetApplicationSecurityWafPolicy"
path = "examples/v2_application-security_GetApplicationSecurityWafPolicy.rs"
[[example]]
name = "v2_application-security_GetAsmServiceByName"
path = "examples/v2_application-security_GetAsmServiceByName.rs"
[[example]]
name = "v2_application-security_ListApplicationSecurityWAFCustomRules"
path = "examples/v2_application-security_ListApplicationSecurityWAFCustomRules.rs"
[[example]]
name = "v2_application-security_ListApplicationSecurityWAFPolicies"
path = "examples/v2_application-security_ListApplicationSecurityWAFPolicies.rs"
[[example]]
name = "v2_application-security_ListApplicationSecurityWafExclusionFilters"
path = "examples/v2_application-security_ListApplicationSecurityWafExclusionFilters.rs"
[[example]]
name = "v2_application-security_UpdateApplicationSecurityWafCustomRule"
path = "examples/v2_application-security_UpdateApplicationSecurityWafCustomRule.rs"
[[example]]
name = "v2_application-security_UpdateApplicationSecurityWafExclusionFilter"
path = "examples/v2_application-security_UpdateApplicationSecurityWafExclusionFilter.rs"
[[example]]
name = "v2_application-security_UpdateApplicationSecurityWafPolicy"
path = "examples/v2_application-security_UpdateApplicationSecurityWafPolicy.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_aws-integration_CreateAWSAccount"
path = "examples/v2_aws-integration_CreateAWSAccount.rs"
[[example]]
name = "v2_aws-integration_CreateAWSAccountCCMConfig"
path = "examples/v2_aws-integration_CreateAWSAccountCCMConfig.rs"
[[example]]
name = "v2_aws-integration_CreateAWSAccount_1716720881"
path = "examples/v2_aws-integration_CreateAWSAccount_1716720881.rs"
[[example]]
name = "v2_aws-integration_CreateAWSEventBridgeSource"
path = "examples/v2_aws-integration_CreateAWSEventBridgeSource.rs"
[[example]]
name = "v2_aws-integration_CreateNewAWSExternalID"
path = "examples/v2_aws-integration_CreateNewAWSExternalID.rs"
[[example]]
name = "v2_aws-integration_CreateNewAWSExternalID_364713854"
path = "examples/v2_aws-integration_CreateNewAWSExternalID_364713854.rs"
[[example]]
name = "v2_aws-integration_DeleteAWSAccount"
path = "examples/v2_aws-integration_DeleteAWSAccount.rs"
[[example]]
name = "v2_aws-integration_DeleteAWSAccountCCMConfig"
path = "examples/v2_aws-integration_DeleteAWSAccountCCMConfig.rs"
[[example]]
name = "v2_aws-integration_DeleteAWSEventBridgeSource"
path = "examples/v2_aws-integration_DeleteAWSEventBridgeSource.rs"
[[example]]
name = "v2_aws-integration_GetAWSAccount"
path = "examples/v2_aws-integration_GetAWSAccount.rs"
[[example]]
name = "v2_aws-integration_GetAWSAccountCCMConfig"
path = "examples/v2_aws-integration_GetAWSAccountCCMConfig.rs"
[[example]]
name = "v2_aws-integration_GetAWSIntegrationIAMPermissions"
path = "examples/v2_aws-integration_GetAWSIntegrationIAMPermissions.rs"
[[example]]
name = "v2_aws-integration_GetAWSIntegrationIAMPermissionsResourceCollection"
path = "examples/v2_aws-integration_GetAWSIntegrationIAMPermissionsResourceCollection.rs"
[[example]]
name = "v2_aws-integration_GetAWSIntegrationIAMPermissionsResourceCollection_1008672547"
path = "examples/v2_aws-integration_GetAWSIntegrationIAMPermissionsResourceCollection_1008672547.rs"
[[example]]
name = "v2_aws-integration_GetAWSIntegrationIAMPermissionsStandard"
path = "examples/v2_aws-integration_GetAWSIntegrationIAMPermissionsStandard.rs"
[[example]]
name = "v2_aws-integration_GetAWSIntegrationIAMPermissionsStandard_3136299151"
path = "examples/v2_aws-integration_GetAWSIntegrationIAMPermissionsStandard_3136299151.rs"
[[example]]
name = "v2_aws-integration_ListAWSAccounts"
path = "examples/v2_aws-integration_ListAWSAccounts.rs"
[[example]]
name = "v2_aws-integration_ListAWSEventBridgeSources"
path = "examples/v2_aws-integration_ListAWSEventBridgeSources.rs"
[[example]]
name = "v2_aws-integration_ListAWSNamespaces"
path = "examples/v2_aws-integration_ListAWSNamespaces.rs"
[[example]]
name = "v2_aws-integration_ListAWSNamespaces_3031307873"
path = "examples/v2_aws-integration_ListAWSNamespaces_3031307873.rs"
[[example]]
name = "v2_aws-integration_UpdateAWSAccount"
path = "examples/v2_aws-integration_UpdateAWSAccount.rs"
[[example]]
name = "v2_aws-integration_UpdateAWSAccountCCMConfig"
path = "examples/v2_aws-integration_UpdateAWSAccountCCMConfig.rs"
[[example]]
name = "v2_aws-integration_ValidateAWSCCMConfig"
path = "examples/v2_aws-integration_ValidateAWSCCMConfig.rs"
[[example]]
name = "v2_aws-logs-integration_ListAWSLogsServices"
path = "examples/v2_aws-logs-integration_ListAWSLogsServices.rs"
[[example]]
name = "v2_bits-ai_GetInvestigation"
path = "examples/v2_bits-ai_GetInvestigation.rs"
[[example]]
name = "v2_bits-ai_ListInvestigations"
path = "examples/v2_bits-ai_ListInvestigations.rs"
[[example]]
name = "v2_bits-ai_ListInvestigations_130750454"
path = "examples/v2_bits-ai_ListInvestigations_130750454.rs"
[[example]]
name = "v2_bits-ai_TriggerInvestigation"
path = "examples/v2_bits-ai_TriggerInvestigation.rs"
[[example]]
name = "v2_case-management-attribute_CreateCustomAttributeConfig"
path = "examples/v2_case-management-attribute_CreateCustomAttributeConfig.rs"
[[example]]
name = "v2_case-management-attribute_DeleteCustomAttributeConfig"
path = "examples/v2_case-management-attribute_DeleteCustomAttributeConfig.rs"
[[example]]
name = "v2_case-management-attribute_GetAllCustomAttributeConfigsByCaseType"
path = "examples/v2_case-management-attribute_GetAllCustomAttributeConfigsByCaseType.rs"
[[example]]
name = "v2_case-management-attribute_GetAllCustomAttributes"
path = "examples/v2_case-management-attribute_GetAllCustomAttributes.rs"
[[example]]
name = "v2_case-management-attribute_UpdateCustomAttributeConfig"
path = "examples/v2_case-management-attribute_UpdateCustomAttributeConfig.rs"
[[example]]
name = "v2_case-management-type_CreateCaseType"
path = "examples/v2_case-management-type_CreateCaseType.rs"
[[example]]
name = "v2_case-management-type_DeleteCaseType"
path = "examples/v2_case-management-type_DeleteCaseType.rs"
[[example]]
name = "v2_case-management-type_DeleteCaseType_2790986149"
path = "examples/v2_case-management-type_DeleteCaseType_2790986149.rs"
[[example]]
name = "v2_case-management-type_GetAllCaseTypes"
path = "examples/v2_case-management-type_GetAllCaseTypes.rs"
[[example]]
name = "v2_case-management-type_UpdateCaseType"
path = "examples/v2_case-management-type_UpdateCaseType.rs"
[[example]]
name = "v2_case-management_AddCaseInsights"
path = "examples/v2_case-management_AddCaseInsights.rs"
[[example]]
name = "v2_case-management_AggregateCases"
path = "examples/v2_case-management_AggregateCases.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_BulkUpdateCases"
path = "examples/v2_case-management_BulkUpdateCases.rs"
[[example]]
name = "v2_case-management_CommentCase"
path = "examples/v2_case-management_CommentCase.rs"
[[example]]
name = "v2_case-management_CountCases"
path = "examples/v2_case-management_CountCases.rs"
[[example]]
name = "v2_case-management_CreateCase"
path = "examples/v2_case-management_CreateCase.rs"
[[example]]
name = "v2_case-management_CreateCaseAutomationRule"
path = "examples/v2_case-management_CreateCaseAutomationRule.rs"
[[example]]
name = "v2_case-management_CreateCaseJiraIssue"
path = "examples/v2_case-management_CreateCaseJiraIssue.rs"
[[example]]
name = "v2_case-management_CreateCaseLink"
path = "examples/v2_case-management_CreateCaseLink.rs"
[[example]]
name = "v2_case-management_CreateCaseNotebook"
path = "examples/v2_case-management_CreateCaseNotebook.rs"
[[example]]
name = "v2_case-management_CreateCaseServiceNowTicket"
path = "examples/v2_case-management_CreateCaseServiceNowTicket.rs"
[[example]]
name = "v2_case-management_CreateCaseView"
path = "examples/v2_case-management_CreateCaseView.rs"
[[example]]
name = "v2_case-management_CreateMaintenanceWindow"
path = "examples/v2_case-management_CreateMaintenanceWindow.rs"
[[example]]
name = "v2_case-management_CreateProject"
path = "examples/v2_case-management_CreateProject.rs"
[[example]]
name = "v2_case-management_CreateProjectNotificationRule"
path = "examples/v2_case-management_CreateProjectNotificationRule.rs"
[[example]]
name = "v2_case-management_DeleteCaseAutomationRule"
path = "examples/v2_case-management_DeleteCaseAutomationRule.rs"
[[example]]
name = "v2_case-management_DeleteCaseComment"
path = "examples/v2_case-management_DeleteCaseComment.rs"
[[example]]
name = "v2_case-management_DeleteCaseCustomAttribute"
path = "examples/v2_case-management_DeleteCaseCustomAttribute.rs"
[[example]]
name = "v2_case-management_DeleteCaseLink"
path = "examples/v2_case-management_DeleteCaseLink.rs"
[[example]]
name = "v2_case-management_DeleteCaseView"
path = "examples/v2_case-management_DeleteCaseView.rs"
[[example]]
name = "v2_case-management_DeleteMaintenanceWindow"
path = "examples/v2_case-management_DeleteMaintenanceWindow.rs"
[[example]]
name = "v2_case-management_DeleteProject"
path = "examples/v2_case-management_DeleteProject.rs"
[[example]]
name = "v2_case-management_DeleteProjectNotificationRule"
path = "examples/v2_case-management_DeleteProjectNotificationRule.rs"
[[example]]
name = "v2_case-management_DisableCaseAutomationRule"
path = "examples/v2_case-management_DisableCaseAutomationRule.rs"
[[example]]
name = "v2_case-management_EnableCaseAutomationRule"
path = "examples/v2_case-management_EnableCaseAutomationRule.rs"
[[example]]
name = "v2_case-management_FavoriteCaseProject"
path = "examples/v2_case-management_FavoriteCaseProject.rs"
[[example]]
name = "v2_case-management_GetCase"
path = "examples/v2_case-management_GetCase.rs"
[[example]]
name = "v2_case-management_GetCaseAutomationRule"
path = "examples/v2_case-management_GetCaseAutomationRule.rs"
[[example]]
name = "v2_case-management_GetCaseView"
path = "examples/v2_case-management_GetCaseView.rs"
[[example]]
name = "v2_case-management_GetProject"
path = "examples/v2_case-management_GetProject.rs"
[[example]]
name = "v2_case-management_GetProjectNotificationRules"
path = "examples/v2_case-management_GetProjectNotificationRules.rs"
[[example]]
name = "v2_case-management_GetProjects"
path = "examples/v2_case-management_GetProjects.rs"
[[example]]
name = "v2_case-management_LinkIncident"
path = "examples/v2_case-management_LinkIncident.rs"
[[example]]
name = "v2_case-management_LinkJiraIssueToCase"
path = "examples/v2_case-management_LinkJiraIssueToCase.rs"
[[example]]
name = "v2_case-management_ListCaseAutomationRules"
path = "examples/v2_case-management_ListCaseAutomationRules.rs"
[[example]]
name = "v2_case-management_ListCaseLinks"
path = "examples/v2_case-management_ListCaseLinks.rs"
[[example]]
name = "v2_case-management_ListCaseTimeline"
path = "examples/v2_case-management_ListCaseTimeline.rs"
[[example]]
name = "v2_case-management_ListCaseViews"
path = "examples/v2_case-management_ListCaseViews.rs"
[[example]]
name = "v2_case-management_ListCaseWatchers"
path = "examples/v2_case-management_ListCaseWatchers.rs"
[[example]]
name = "v2_case-management_ListMaintenanceWindows"
path = "examples/v2_case-management_ListMaintenanceWindows.rs"
[[example]]
name = "v2_case-management_ListUserCaseProjectFavorites"
path = "examples/v2_case-management_ListUserCaseProjectFavorites.rs"
[[example]]
name = "v2_case-management_MoveCaseToProject"
path = "examples/v2_case-management_MoveCaseToProject.rs"
[[example]]
name = "v2_case-management_RemoveCaseInsights"
path = "examples/v2_case-management_RemoveCaseInsights.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_UnfavoriteCaseProject"
path = "examples/v2_case-management_UnfavoriteCaseProject.rs"
[[example]]
name = "v2_case-management_UnlinkJiraIssue"
path = "examples/v2_case-management_UnlinkJiraIssue.rs"
[[example]]
name = "v2_case-management_UnwatchCase"
path = "examples/v2_case-management_UnwatchCase.rs"
[[example]]
name = "v2_case-management_UpdateAttributes"
path = "examples/v2_case-management_UpdateAttributes.rs"
[[example]]
name = "v2_case-management_UpdateCaseAutomationRule"
path = "examples/v2_case-management_UpdateCaseAutomationRule.rs"
[[example]]
name = "v2_case-management_UpdateCaseComment"
path = "examples/v2_case-management_UpdateCaseComment.rs"
[[example]]
name = "v2_case-management_UpdateCaseCustomAttribute"
path = "examples/v2_case-management_UpdateCaseCustomAttribute.rs"
[[example]]
name = "v2_case-management_UpdateCaseDescription"
path = "examples/v2_case-management_UpdateCaseDescription.rs"
[[example]]
name = "v2_case-management_UpdateCaseDueDate"
path = "examples/v2_case-management_UpdateCaseDueDate.rs"
[[example]]
name = "v2_case-management_UpdateCaseResolvedReason"
path = "examples/v2_case-management_UpdateCaseResolvedReason.rs"
[[example]]
name = "v2_case-management_UpdateCaseTitle"
path = "examples/v2_case-management_UpdateCaseTitle.rs"
[[example]]
name = "v2_case-management_UpdateCaseView"
path = "examples/v2_case-management_UpdateCaseView.rs"
[[example]]
name = "v2_case-management_UpdateMaintenanceWindow"
path = "examples/v2_case-management_UpdateMaintenanceWindow.rs"
[[example]]
name = "v2_case-management_UpdatePriority"
path = "examples/v2_case-management_UpdatePriority.rs"
[[example]]
name = "v2_case-management_UpdateProject"
path = "examples/v2_case-management_UpdateProject.rs"
[[example]]
name = "v2_case-management_UpdateProjectNotificationRule"
path = "examples/v2_case-management_UpdateProjectNotificationRule.rs"
[[example]]
name = "v2_case-management_UpdateStatus"
path = "examples/v2_case-management_UpdateStatus.rs"
[[example]]
name = "v2_case-management_WatchCase"
path = "examples/v2_case-management_WatchCase.rs"
[[example]]
name = "v2_change-management_CreateChangeRequest"
path = "examples/v2_change-management_CreateChangeRequest.rs"
[[example]]
name = "v2_change-management_CreateChangeRequestBranch"
path = "examples/v2_change-management_CreateChangeRequestBranch.rs"
[[example]]
name = "v2_change-management_DeleteChangeRequestDecision"
path = "examples/v2_change-management_DeleteChangeRequestDecision.rs"
[[example]]
name = "v2_change-management_GetChangeRequest"
path = "examples/v2_change-management_GetChangeRequest.rs"
[[example]]
name = "v2_change-management_UpdateChangeRequest"
path = "examples/v2_change-management_UpdateChangeRequest.rs"
[[example]]
name = "v2_change-management_UpdateChangeRequestDecision"
path = "examples/v2_change-management_UpdateChangeRequestDecision.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_CreateCIAppPipelineEvent_2341150096"
path = "examples/v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_2341150096.rs"
[[example]]
name = "v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_2836340212"
path = "examples/v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_2836340212.rs"
[[example]]
name = "v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_819339921"
path = "examples/v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_819339921.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-authentication_CreateAWSCloudAuthPersonaMapping"
path = "examples/v2_cloud-authentication_CreateAWSCloudAuthPersonaMapping.rs"
[[example]]
name = "v2_cloud-authentication_DeleteAWSCloudAuthPersonaMapping"
path = "examples/v2_cloud-authentication_DeleteAWSCloudAuthPersonaMapping.rs"
[[example]]
name = "v2_cloud-authentication_GetAWSCloudAuthPersonaMapping"
path = "examples/v2_cloud-authentication_GetAWSCloudAuthPersonaMapping.rs"
[[example]]
name = "v2_cloud-authentication_ListAWSCloudAuthPersonaMappings"
path = "examples/v2_cloud-authentication_ListAWSCloudAuthPersonaMappings.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_CreateCostGCPUsageCostConfig"
path = "examples/v2_cloud-cost-management_CreateCostGCPUsageCostConfig.rs"
[[example]]
name = "v2_cloud-cost-management_CreateCustomAllocationRule"
path = "examples/v2_cloud-cost-management_CreateCustomAllocationRule.rs"
[[example]]
name = "v2_cloud-cost-management_CreateTagPipelinesRuleset"
path = "examples/v2_cloud-cost-management_CreateTagPipelinesRuleset.rs"
[[example]]
name = "v2_cloud-cost-management_CreateTagPipelinesRuleset_1897535856"
path = "examples/v2_cloud-cost-management_CreateTagPipelinesRuleset_1897535856.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteBudget"
path = "examples/v2_cloud-cost-management_DeleteBudget.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_DeleteCostGCPUsageCostConfig"
path = "examples/v2_cloud-cost-management_DeleteCostGCPUsageCostConfig.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteCostTagDescriptionByKey"
path = "examples/v2_cloud-cost-management_DeleteCostTagDescriptionByKey.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteCustomAllocationRule"
path = "examples/v2_cloud-cost-management_DeleteCustomAllocationRule.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_DeleteTagPipelinesRuleset"
path = "examples/v2_cloud-cost-management_DeleteTagPipelinesRuleset.rs"
[[example]]
name = "v2_cloud-cost-management_GenerateCostTagDescriptionByKey"
path = "examples/v2_cloud-cost-management_GenerateCostTagDescriptionByKey.rs"
[[example]]
name = "v2_cloud-cost-management_GetBudget"
path = "examples/v2_cloud-cost-management_GetBudget.rs"
[[example]]
name = "v2_cloud-cost-management_GetCommitmentsCommitmentList"
path = "examples/v2_cloud-cost-management_GetCommitmentsCommitmentList.rs"
[[example]]
name = "v2_cloud-cost-management_GetCommitmentsCoverageScalar"
path = "examples/v2_cloud-cost-management_GetCommitmentsCoverageScalar.rs"
[[example]]
name = "v2_cloud-cost-management_GetCommitmentsCoverageTimeseries"
path = "examples/v2_cloud-cost-management_GetCommitmentsCoverageTimeseries.rs"
[[example]]
name = "v2_cloud-cost-management_GetCommitmentsOnDemandHotspotsScalar"
path = "examples/v2_cloud-cost-management_GetCommitmentsOnDemandHotspotsScalar.rs"
[[example]]
name = "v2_cloud-cost-management_GetCommitmentsSavingsScalar"
path = "examples/v2_cloud-cost-management_GetCommitmentsSavingsScalar.rs"
[[example]]
name = "v2_cloud-cost-management_GetCommitmentsSavingsTimeseries"
path = "examples/v2_cloud-cost-management_GetCommitmentsSavingsTimeseries.rs"
[[example]]
name = "v2_cloud-cost-management_GetCommitmentsUtilizationScalar"
path = "examples/v2_cloud-cost-management_GetCommitmentsUtilizationScalar.rs"
[[example]]
name = "v2_cloud-cost-management_GetCommitmentsUtilizationTimeseries"
path = "examples/v2_cloud-cost-management_GetCommitmentsUtilizationTimeseries.rs"
[[example]]
name = "v2_cloud-cost-management_GetCostAWSCURConfig"
path = "examples/v2_cloud-cost-management_GetCostAWSCURConfig.rs"
[[example]]
name = "v2_cloud-cost-management_GetCostAnomaly"
path = "examples/v2_cloud-cost-management_GetCostAnomaly.rs"
[[example]]
name = "v2_cloud-cost-management_GetCostAzureUCConfig"
path = "examples/v2_cloud-cost-management_GetCostAzureUCConfig.rs"
[[example]]
name = "v2_cloud-cost-management_GetCostGCPUsageCostConfig"
path = "examples/v2_cloud-cost-management_GetCostGCPUsageCostConfig.rs"
[[example]]
name = "v2_cloud-cost-management_GetCostTagDescriptionByKey"
path = "examples/v2_cloud-cost-management_GetCostTagDescriptionByKey.rs"
[[example]]
name = "v2_cloud-cost-management_GetCostTagKey"
path = "examples/v2_cloud-cost-management_GetCostTagKey.rs"
[[example]]
name = "v2_cloud-cost-management_GetCostTagMetadataCurrency"
path = "examples/v2_cloud-cost-management_GetCostTagMetadataCurrency.rs"
[[example]]
name = "v2_cloud-cost-management_GetCustomAllocationRule"
path = "examples/v2_cloud-cost-management_GetCustomAllocationRule.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_GetTagPipelinesRuleset"
path = "examples/v2_cloud-cost-management_GetTagPipelinesRuleset.rs"
[[example]]
name = "v2_cloud-cost-management_ListBudgets"
path = "examples/v2_cloud-cost-management_ListBudgets.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostAWSCURConfigs"
path = "examples/v2_cloud-cost-management_ListCostAWSCURConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostAnomalies"
path = "examples/v2_cloud-cost-management_ListCostAnomalies.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostAzureUCConfigs"
path = "examples/v2_cloud-cost-management_ListCostAzureUCConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostGCPUsageCostConfigs"
path = "examples/v2_cloud-cost-management_ListCostGCPUsageCostConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostOCIConfigs"
path = "examples/v2_cloud-cost-management_ListCostOCIConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostTagDescriptions"
path = "examples/v2_cloud-cost-management_ListCostTagDescriptions.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostTagKeySources"
path = "examples/v2_cloud-cost-management_ListCostTagKeySources.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostTagKeys"
path = "examples/v2_cloud-cost-management_ListCostTagKeys.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostTagMetadata"
path = "examples/v2_cloud-cost-management_ListCostTagMetadata.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostTagMetadataMetrics"
path = "examples/v2_cloud-cost-management_ListCostTagMetadataMetrics.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostTagMetadataMonths"
path = "examples/v2_cloud-cost-management_ListCostTagMetadataMonths.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostTagMetadataOrchestrators"
path = "examples/v2_cloud-cost-management_ListCostTagMetadataOrchestrators.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostTags"
path = "examples/v2_cloud-cost-management_ListCostTags.rs"
[[example]]
name = "v2_cloud-cost-management_ListCustomAllocationRules"
path = "examples/v2_cloud-cost-management_ListCustomAllocationRules.rs"
[[example]]
name = "v2_cloud-cost-management_ListCustomAllocationRulesStatus"
path = "examples/v2_cloud-cost-management_ListCustomAllocationRulesStatus.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_ListTagPipelinesRulesets"
path = "examples/v2_cloud-cost-management_ListTagPipelinesRulesets.rs"
[[example]]
name = "v2_cloud-cost-management_ListTagPipelinesRulesetsStatus"
path = "examples/v2_cloud-cost-management_ListTagPipelinesRulesetsStatus.rs"
[[example]]
name = "v2_cloud-cost-management_ReorderCustomAllocationRules"
path = "examples/v2_cloud-cost-management_ReorderCustomAllocationRules.rs"
[[example]]
name = "v2_cloud-cost-management_ReorderTagPipelinesRulesets"
path = "examples/v2_cloud-cost-management_ReorderTagPipelinesRulesets.rs"
[[example]]
name = "v2_cloud-cost-management_SearchCostRecommendations"
path = "examples/v2_cloud-cost-management_SearchCostRecommendations.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_UpdateCostGCPUsageCostConfig"
path = "examples/v2_cloud-cost-management_UpdateCostGCPUsageCostConfig.rs"
[[example]]
name = "v2_cloud-cost-management_UpdateCustomAllocationRule"
path = "examples/v2_cloud-cost-management_UpdateCustomAllocationRule.rs"
[[example]]
name = "v2_cloud-cost-management_UpdateTagPipelinesRuleset"
path = "examples/v2_cloud-cost-management_UpdateTagPipelinesRuleset.rs"
[[example]]
name = "v2_cloud-cost-management_UpdateTagPipelinesRuleset_1964644735"
path = "examples/v2_cloud-cost-management_UpdateTagPipelinesRuleset_1964644735.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_cloud-cost-management_UpsertBudget"
path = "examples/v2_cloud-cost-management_UpsertBudget.rs"
[[example]]
name = "v2_cloud-cost-management_UpsertCostTagDescriptionByKey"
path = "examples/v2_cloud-cost-management_UpsertCostTagDescriptionByKey.rs"
[[example]]
name = "v2_cloud-cost-management_ValidateBudget"
path = "examples/v2_cloud-cost-management_ValidateBudget.rs"
[[example]]
name = "v2_cloud-cost-management_ValidateCsvBudget"
path = "examples/v2_cloud-cost-management_ValidateCsvBudget.rs"
[[example]]
name = "v2_cloud-cost-management_ValidateQuery"
path = "examples/v2_cloud-cost-management_ValidateQuery.rs"
[[example]]
name = "v2_cloud-network-monitoring_GetAggregatedConnections"
path = "examples/v2_cloud-network-monitoring_GetAggregatedConnections.rs"
[[example]]
name = "v2_cloud-network-monitoring_GetAggregatedConnections_3059356111"
path = "examples/v2_cloud-network-monitoring_GetAggregatedConnections_3059356111.rs"
[[example]]
name = "v2_cloud-network-monitoring_GetAggregatedDns"
path = "examples/v2_cloud-network-monitoring_GetAggregatedDns.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_code-coverage_GetCodeCoverageBranchSummary"
path = "examples/v2_code-coverage_GetCodeCoverageBranchSummary.rs"
[[example]]
name = "v2_code-coverage_GetCodeCoverageBranchSummary_2532383345"
path = "examples/v2_code-coverage_GetCodeCoverageBranchSummary_2532383345.rs"
[[example]]
name = "v2_code-coverage_GetCodeCoverageCommitSummary"
path = "examples/v2_code-coverage_GetCodeCoverageCommitSummary.rs"
[[example]]
name = "v2_code-coverage_GetCodeCoverageCommitSummary_2575243916"
path = "examples/v2_code-coverage_GetCodeCoverageCommitSummary_2575243916.rs"
[[example]]
name = "v2_compliance_GetRuleBasedView"
path = "examples/v2_compliance_GetRuleBasedView.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-agents_ListAllCSMAgents"
path = "examples/v2_csm-agents_ListAllCSMAgents.rs"
[[example]]
name = "v2_csm-agents_ListAllCSMServerlessAgents"
path = "examples/v2_csm-agents_ListAllCSMServerlessAgents.rs"
[[example]]
name = "v2_csm-coverage-analysis_GetCSMCloudAccountsCoverageAnalysis"
path = "examples/v2_csm-coverage-analysis_GetCSMCloudAccountsCoverageAnalysis.rs"
[[example]]
name = "v2_csm-coverage-analysis_GetCSMHostsAndContainersCoverageAnalysis"
path = "examples/v2_csm-coverage-analysis_GetCSMHostsAndContainersCoverageAnalysis.rs"
[[example]]
name = "v2_csm-coverage-analysis_GetCSMServerlessCoverageAnalysis"
path = "examples/v2_csm-coverage-analysis_GetCSMServerlessCoverageAnalysis.rs"
[[example]]
name = "v2_csm-ownership_CreateOwnershipFeedback"
path = "examples/v2_csm-ownership_CreateOwnershipFeedback.rs"
[[example]]
name = "v2_csm-ownership_GetOwnershipEvidence"
path = "examples/v2_csm-ownership_GetOwnershipEvidence.rs"
[[example]]
name = "v2_csm-ownership_GetOwnershipInference"
path = "examples/v2_csm-ownership_GetOwnershipInference.rs"
[[example]]
name = "v2_csm-ownership_ListOwnershipHistory"
path = "examples/v2_csm-ownership_ListOwnershipHistory.rs"
[[example]]
name = "v2_csm-ownership_ListOwnershipHistoryByOwnerType"
path = "examples/v2_csm-ownership_ListOwnershipHistoryByOwnerType.rs"
[[example]]
name = "v2_csm-ownership_ListOwnershipInferences"
path = "examples/v2_csm-ownership_ListOwnershipInferences.rs"
[[example]]
name = "v2_csm-settings_GetCSMAgentlessHostFacetInfo"
path = "examples/v2_csm-settings_GetCSMAgentlessHostFacetInfo.rs"
[[example]]
name = "v2_csm-settings_GetCSMUnifiedHostFacetInfo"
path = "examples/v2_csm-settings_GetCSMUnifiedHostFacetInfo.rs"
[[example]]
name = "v2_csm-settings_ListCSMAgentlessHostFacets"
path = "examples/v2_csm-settings_ListCSMAgentlessHostFacets.rs"
[[example]]
name = "v2_csm-settings_ListCSMAgentlessHosts"
path = "examples/v2_csm-settings_ListCSMAgentlessHosts.rs"
[[example]]
name = "v2_csm-settings_ListCSMUnifiedHostFacets"
path = "examples/v2_csm-settings_ListCSMUnifiedHostFacets.rs"
[[example]]
name = "v2_csm-settings_ListCSMUnifiedHosts"
path = "examples/v2_csm-settings_ListCSMUnifiedHosts.rs"
[[example]]
name = "v2_csm-threats_CreateCSMThreatsAgentPolicy"
path = "examples/v2_csm-threats_CreateCSMThreatsAgentPolicy.rs"
[[example]]
name = "v2_csm-threats_CreateCSMThreatsAgentRule"
path = "examples/v2_csm-threats_CreateCSMThreatsAgentRule.rs"
[[example]]
name = "v2_csm-threats_CreateCSMThreatsAgentRule_1295653933"
path = "examples/v2_csm-threats_CreateCSMThreatsAgentRule_1295653933.rs"
[[example]]
name = "v2_csm-threats_CreateCSMThreatsAgentRule_1363354233"
path = "examples/v2_csm-threats_CreateCSMThreatsAgentRule_1363354233.rs"
[[example]]
name = "v2_csm-threats_CreateCloudWorkloadSecurityAgentRule"
path = "examples/v2_csm-threats_CreateCloudWorkloadSecurityAgentRule.rs"
[[example]]
name = "v2_csm-threats_DeleteCSMThreatsAgentPolicy"
path = "examples/v2_csm-threats_DeleteCSMThreatsAgentPolicy.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_GetCSMThreatsAgentPolicy"
path = "examples/v2_csm-threats_GetCSMThreatsAgentPolicy.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_ListCSMThreatsAgentPolicies"
path = "examples/v2_csm-threats_ListCSMThreatsAgentPolicies.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_UpdateCSMThreatsAgentPolicy"
path = "examples/v2_csm-threats_UpdateCSMThreatsAgentPolicy.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_customer-org_DisableCustomerOrg"
path = "examples/v2_customer-org_DisableCustomerOrg.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_dashboard-secure-embed_CreateDashboardSecureEmbed"
path = "examples/v2_dashboard-secure-embed_CreateDashboardSecureEmbed.rs"
[[example]]
name = "v2_dashboard-secure-embed_DeleteDashboardSecureEmbed"
path = "examples/v2_dashboard-secure-embed_DeleteDashboardSecureEmbed.rs"
[[example]]
name = "v2_dashboard-secure-embed_GetDashboardSecureEmbed"
path = "examples/v2_dashboard-secure-embed_GetDashboardSecureEmbed.rs"
[[example]]
name = "v2_dashboard-secure-embed_UpdateDashboardSecureEmbed"
path = "examples/v2_dashboard-secure-embed_UpdateDashboardSecureEmbed.rs"
[[example]]
name = "v2_dashboard-sharing_ListSharedDashboardsByDashboardId"
path = "examples/v2_dashboard-sharing_ListSharedDashboardsByDashboardId.rs"
[[example]]
name = "v2_dashboards_GetDashboardUsage"
path = "examples/v2_dashboards_GetDashboardUsage.rs"
[[example]]
name = "v2_dashboards_ListDashboardsUsage"
path = "examples/v2_dashboards_ListDashboardsUsage.rs"
[[example]]
name = "v2_dashboards_ListDashboardsUsage_3152353926"
path = "examples/v2_dashboards_ListDashboardsUsage_3152353926.rs"
[[example]]
name = "v2_dashboards_ListDashboardsUsage_3889372739"
path = "examples/v2_dashboards_ListDashboardsUsage_3889372739.rs"
[[example]]
name = "v2_dashboards_ListDashboardsUsage_3946782296"
path = "examples/v2_dashboards_ListDashboardsUsage_3946782296.rs"
[[example]]
name = "v2_dashboards_ListDashboardsUsage_4183300898"
path = "examples/v2_dashboards_ListDashboardsUsage_4183300898.rs"
[[example]]
name = "v2_data-deletion_CancelDataDeletionRequest"
path = "examples/v2_data-deletion_CancelDataDeletionRequest.rs"
[[example]]
name = "v2_data-deletion_CreateDataDeletionRequest"
path = "examples/v2_data-deletion_CreateDataDeletionRequest.rs"
[[example]]
name = "v2_data-deletion_GetDataDeletionRequests"
path = "examples/v2_data-deletion_GetDataDeletionRequests.rs"
[[example]]
name = "v2_datasets_CreateDataset"
path = "examples/v2_datasets_CreateDataset.rs"
[[example]]
name = "v2_datasets_DeleteDataset"
path = "examples/v2_datasets_DeleteDataset.rs"
[[example]]
name = "v2_datasets_GetAllDatasets"
path = "examples/v2_datasets_GetAllDatasets.rs"
[[example]]
name = "v2_datasets_GetDataset"
path = "examples/v2_datasets_GetDataset.rs"
[[example]]
name = "v2_datasets_UpdateDataset"
path = "examples/v2_datasets_UpdateDataset.rs"
[[example]]
name = "v2_deployment-gates_CreateDeploymentGate"
path = "examples/v2_deployment-gates_CreateDeploymentGate.rs"
[[example]]
name = "v2_deployment-gates_CreateDeploymentRule"
path = "examples/v2_deployment-gates_CreateDeploymentRule.rs"
[[example]]
name = "v2_deployment-gates_DeleteDeploymentGate"
path = "examples/v2_deployment-gates_DeleteDeploymentGate.rs"
[[example]]
name = "v2_deployment-gates_DeleteDeploymentRule"
path = "examples/v2_deployment-gates_DeleteDeploymentRule.rs"
[[example]]
name = "v2_deployment-gates_GetDeploymentGate"
path = "examples/v2_deployment-gates_GetDeploymentGate.rs"
[[example]]
name = "v2_deployment-gates_GetDeploymentGateRules"
path = "examples/v2_deployment-gates_GetDeploymentGateRules.rs"
[[example]]
name = "v2_deployment-gates_GetDeploymentGatesEvaluationResult"
path = "examples/v2_deployment-gates_GetDeploymentGatesEvaluationResult.rs"
[[example]]
name = "v2_deployment-gates_GetDeploymentGatesEvaluationResult_3594131214"
path = "examples/v2_deployment-gates_GetDeploymentGatesEvaluationResult_3594131214.rs"
[[example]]
name = "v2_deployment-gates_GetDeploymentRule"
path = "examples/v2_deployment-gates_GetDeploymentRule.rs"
[[example]]
name = "v2_deployment-gates_ListDeploymentGates"
path = "examples/v2_deployment-gates_ListDeploymentGates.rs"
[[example]]
name = "v2_deployment-gates_TriggerDeploymentGatesEvaluation"
path = "examples/v2_deployment-gates_TriggerDeploymentGatesEvaluation.rs"
[[example]]
name = "v2_deployment-gates_TriggerDeploymentGatesEvaluation_691804290"
path = "examples/v2_deployment-gates_TriggerDeploymentGatesEvaluation_691804290.rs"
[[example]]
name = "v2_deployment-gates_UpdateDeploymentGate"
path = "examples/v2_deployment-gates_UpdateDeploymentGate.rs"
[[example]]
name = "v2_deployment-gates_UpdateDeploymentRule"
path = "examples/v2_deployment-gates_UpdateDeploymentRule.rs"
[[example]]
name = "v2_domain-allowlist_GetDomainAllowlist"
path = "examples/v2_domain-allowlist_GetDomainAllowlist.rs"
[[example]]
name = "v2_domain-allowlist_PatchDomainAllowlist"
path = "examples/v2_domain-allowlist_PatchDomainAllowlist.rs"
[[example]]
name = "v2_dora-metrics_CreateDORADeployment"
path = "examples/v2_dora-metrics_CreateDORADeployment.rs"
[[example]]
name = "v2_dora-metrics_CreateDORAFailure"
path = "examples/v2_dora-metrics_CreateDORAFailure.rs"
[[example]]
name = "v2_dora-metrics_CreateDORAIncident"
path = "examples/v2_dora-metrics_CreateDORAIncident.rs"
[[example]]
name = "v2_dora-metrics_CreateDORAIncident_1101664022"
path = "examples/v2_dora-metrics_CreateDORAIncident_1101664022.rs"
[[example]]
name = "v2_dora-metrics_DeleteDORADeployment"
path = "examples/v2_dora-metrics_DeleteDORADeployment.rs"
[[example]]
name = "v2_dora-metrics_DeleteDORAFailure"
path = "examples/v2_dora-metrics_DeleteDORAFailure.rs"
[[example]]
name = "v2_dora-metrics_DeleteDORAFailure_3462074974"
path = "examples/v2_dora-metrics_DeleteDORAFailure_3462074974.rs"
[[example]]
name = "v2_dora-metrics_GetDORADeployment"
path = "examples/v2_dora-metrics_GetDORADeployment.rs"
[[example]]
name = "v2_dora-metrics_GetDORAFailure"
path = "examples/v2_dora-metrics_GetDORAFailure.rs"
[[example]]
name = "v2_dora-metrics_ListDORADeployments"
path = "examples/v2_dora-metrics_ListDORADeployments.rs"
[[example]]
name = "v2_dora-metrics_ListDORAFailures"
path = "examples/v2_dora-metrics_ListDORAFailures.rs"
[[example]]
name = "v2_dora-metrics_ListDORAFailures_3269988848"
path = "examples/v2_dora-metrics_ListDORAFailures_3269988848.rs"
[[example]]
name = "v2_dora-metrics_PatchDORADeployment"
path = "examples/v2_dora-metrics_PatchDORADeployment.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_entity-integration-configs_DeleteEntityIntegrationConfig"
path = "examples/v2_entity-integration-configs_DeleteEntityIntegrationConfig.rs"
[[example]]
name = "v2_entity-integration-configs_GetEntityIntegrationConfig"
path = "examples/v2_entity-integration-configs_GetEntityIntegrationConfig.rs"
[[example]]
name = "v2_entity-integration-configs_UpdateEntityIntegrationConfig"
path = "examples/v2_entity-integration-configs_UpdateEntityIntegrationConfig.rs"
[[example]]
name = "v2_entity-risk-scores_GetEntityRiskScore"
path = "examples/v2_entity-risk-scores_GetEntityRiskScore.rs"
[[example]]
name = "v2_entity-risk-scores_ListEntityRiskScores"
path = "examples/v2_entity-risk-scores_ListEntityRiskScores.rs"
[[example]]
name = "v2_error-tracking_DeleteIssueAssignee"
path = "examples/v2_error-tracking_DeleteIssueAssignee.rs"
[[example]]
name = "v2_error-tracking_GetIssue"
path = "examples/v2_error-tracking_GetIssue.rs"
[[example]]
name = "v2_error-tracking_SearchIssues"
path = "examples/v2_error-tracking_SearchIssues.rs"
[[example]]
name = "v2_error-tracking_UpdateIssueAssignee"
path = "examples/v2_error-tracking_UpdateIssueAssignee.rs"
[[example]]
name = "v2_error-tracking_UpdateIssueState"
path = "examples/v2_error-tracking_UpdateIssueState.rs"
[[example]]
name = "v2_events_CreateEvent"
path = "examples/v2_events_CreateEvent.rs"
[[example]]
name = "v2_events_GetEvent"
path = "examples/v2_events_GetEvent.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_feature-flags_ArchiveFeatureFlag"
path = "examples/v2_feature-flags_ArchiveFeatureFlag.rs"
[[example]]
name = "v2_feature-flags_CreateAllocationsForFeatureFlagInEnvironment"
path = "examples/v2_feature-flags_CreateAllocationsForFeatureFlagInEnvironment.rs"
[[example]]
name = "v2_feature-flags_CreateAllocationsForFeatureFlagInEnvironment_3662093014"
path = "examples/v2_feature-flags_CreateAllocationsForFeatureFlagInEnvironment_3662093014.rs"
[[example]]
name = "v2_feature-flags_CreateFeatureFlag"
path = "examples/v2_feature-flags_CreateFeatureFlag.rs"
[[example]]
name = "v2_feature-flags_CreateFeatureFlagsEnvironment"
path = "examples/v2_feature-flags_CreateFeatureFlagsEnvironment.rs"
[[example]]
name = "v2_feature-flags_DeleteFeatureFlagsEnvironment"
path = "examples/v2_feature-flags_DeleteFeatureFlagsEnvironment.rs"
[[example]]
name = "v2_feature-flags_DisableFeatureFlagEnvironment"
path = "examples/v2_feature-flags_DisableFeatureFlagEnvironment.rs"
[[example]]
name = "v2_feature-flags_EnableFeatureFlagEnvironment"
path = "examples/v2_feature-flags_EnableFeatureFlagEnvironment.rs"
[[example]]
name = "v2_feature-flags_GetFeatureFlag"
path = "examples/v2_feature-flags_GetFeatureFlag.rs"
[[example]]
name = "v2_feature-flags_GetFeatureFlagsEnvironment"
path = "examples/v2_feature-flags_GetFeatureFlagsEnvironment.rs"
[[example]]
name = "v2_feature-flags_ListFeatureFlags"
path = "examples/v2_feature-flags_ListFeatureFlags.rs"
[[example]]
name = "v2_feature-flags_ListFeatureFlagsEnvironments"
path = "examples/v2_feature-flags_ListFeatureFlagsEnvironments.rs"
[[example]]
name = "v2_feature-flags_PauseExposureSchedule"
path = "examples/v2_feature-flags_PauseExposureSchedule.rs"
[[example]]
name = "v2_feature-flags_ResumeExposureSchedule"
path = "examples/v2_feature-flags_ResumeExposureSchedule.rs"
[[example]]
name = "v2_feature-flags_StartExposureSchedule"
path = "examples/v2_feature-flags_StartExposureSchedule.rs"
[[example]]
name = "v2_feature-flags_StopExposureSchedule"
path = "examples/v2_feature-flags_StopExposureSchedule.rs"
[[example]]
name = "v2_feature-flags_UnarchiveFeatureFlag"
path = "examples/v2_feature-flags_UnarchiveFeatureFlag.rs"
[[example]]
name = "v2_feature-flags_UpdateAllocationsForFeatureFlagInEnvironment"
path = "examples/v2_feature-flags_UpdateAllocationsForFeatureFlagInEnvironment.rs"
[[example]]
name = "v2_feature-flags_UpdateAllocationsForFeatureFlagInEnvironment_3789036209"
path = "examples/v2_feature-flags_UpdateAllocationsForFeatureFlagInEnvironment_3789036209.rs"
[[example]]
name = "v2_feature-flags_UpdateFeatureFlag"
path = "examples/v2_feature-flags_UpdateFeatureFlag.rs"
[[example]]
name = "v2_feature-flags_UpdateFeatureFlagsEnvironment"
path = "examples/v2_feature-flags_UpdateFeatureFlagsEnvironment.rs"
[[example]]
name = "v2_fleet-automation_CancelFleetDeployment"
path = "examples/v2_fleet-automation_CancelFleetDeployment.rs"
[[example]]
name = "v2_fleet-automation_CreateFleetDeploymentConfigure"
path = "examples/v2_fleet-automation_CreateFleetDeploymentConfigure.rs"
[[example]]
name = "v2_fleet-automation_CreateFleetDeploymentUpgrade"
path = "examples/v2_fleet-automation_CreateFleetDeploymentUpgrade.rs"
[[example]]
name = "v2_fleet-automation_CreateFleetSchedule"
path = "examples/v2_fleet-automation_CreateFleetSchedule.rs"
[[example]]
name = "v2_fleet-automation_DeleteFleetSchedule"
path = "examples/v2_fleet-automation_DeleteFleetSchedule.rs"
[[example]]
name = "v2_fleet-automation_GetFleetAgentInfo"
path = "examples/v2_fleet-automation_GetFleetAgentInfo.rs"
[[example]]
name = "v2_fleet-automation_GetFleetDeployment"
path = "examples/v2_fleet-automation_GetFleetDeployment.rs"
[[example]]
name = "v2_fleet-automation_GetFleetDeployment_1482493803"
path = "examples/v2_fleet-automation_GetFleetDeployment_1482493803.rs"
[[example]]
name = "v2_fleet-automation_GetFleetSchedule"
path = "examples/v2_fleet-automation_GetFleetSchedule.rs"
[[example]]
name = "v2_fleet-automation_ListFleetAgentTracers"
path = "examples/v2_fleet-automation_ListFleetAgentTracers.rs"
[[example]]
name = "v2_fleet-automation_ListFleetAgentVersions"
path = "examples/v2_fleet-automation_ListFleetAgentVersions.rs"
[[example]]
name = "v2_fleet-automation_ListFleetAgents"
path = "examples/v2_fleet-automation_ListFleetAgents.rs"
[[example]]
name = "v2_fleet-automation_ListFleetDeployments"
path = "examples/v2_fleet-automation_ListFleetDeployments.rs"
[[example]]
name = "v2_fleet-automation_ListFleetSchedules"
path = "examples/v2_fleet-automation_ListFleetSchedules.rs"
[[example]]
name = "v2_fleet-automation_ListFleetTracers"
path = "examples/v2_fleet-automation_ListFleetTracers.rs"
[[example]]
name = "v2_fleet-automation_TriggerFleetSchedule"
path = "examples/v2_fleet-automation_TriggerFleetSchedule.rs"
[[example]]
name = "v2_fleet-automation_UpdateFleetSchedule"
path = "examples/v2_fleet-automation_UpdateFleetSchedule.rs"
[[example]]
name = "v2_forms_CloneForm"
path = "examples/v2_forms_CloneForm.rs"
[[example]]
name = "v2_forms_CreateAndPublishForm"
path = "examples/v2_forms_CreateAndPublishForm.rs"
[[example]]
name = "v2_forms_CreateForm"
path = "examples/v2_forms_CreateForm.rs"
[[example]]
name = "v2_forms_DeleteForm"
path = "examples/v2_forms_DeleteForm.rs"
[[example]]
name = "v2_forms_GetForm"
path = "examples/v2_forms_GetForm.rs"
[[example]]
name = "v2_forms_ListForms"
path = "examples/v2_forms_ListForms.rs"
[[example]]
name = "v2_forms_PublishForm"
path = "examples/v2_forms_PublishForm.rs"
[[example]]
name = "v2_forms_UpdateForm"
path = "examples/v2_forms_UpdateForm.rs"
[[example]]
name = "v2_forms_UpsertAndPublishFormVersion"
path = "examples/v2_forms_UpsertAndPublishFormVersion.rs"
[[example]]
name = "v2_forms_UpsertFormVersion"
path = "examples/v2_forms_UpsertFormVersion.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_google-chat-integration_CreateGoogleChatTargetAudience"
path = "examples/v2_google-chat-integration_CreateGoogleChatTargetAudience.rs"
[[example]]
name = "v2_google-chat-integration_CreateOrganizationHandle"
path = "examples/v2_google-chat-integration_CreateOrganizationHandle.rs"
[[example]]
name = "v2_google-chat-integration_DeleteGoogleChatDelegatedUser"
path = "examples/v2_google-chat-integration_DeleteGoogleChatDelegatedUser.rs"
[[example]]
name = "v2_google-chat-integration_DeleteGoogleChatOrganization"
path = "examples/v2_google-chat-integration_DeleteGoogleChatOrganization.rs"
[[example]]
name = "v2_google-chat-integration_DeleteGoogleChatTargetAudience"
path = "examples/v2_google-chat-integration_DeleteGoogleChatTargetAudience.rs"
[[example]]
name = "v2_google-chat-integration_DeleteOrganizationHandle"
path = "examples/v2_google-chat-integration_DeleteOrganizationHandle.rs"
[[example]]
name = "v2_google-chat-integration_GetGoogleChatDelegatedUser"
path = "examples/v2_google-chat-integration_GetGoogleChatDelegatedUser.rs"
[[example]]
name = "v2_google-chat-integration_GetGoogleChatOrganization"
path = "examples/v2_google-chat-integration_GetGoogleChatOrganization.rs"
[[example]]
name = "v2_google-chat-integration_GetGoogleChatTargetAudience"
path = "examples/v2_google-chat-integration_GetGoogleChatTargetAudience.rs"
[[example]]
name = "v2_google-chat-integration_GetOrganizationHandle"
path = "examples/v2_google-chat-integration_GetOrganizationHandle.rs"
[[example]]
name = "v2_google-chat-integration_GetSpaceByDisplayName"
path = "examples/v2_google-chat-integration_GetSpaceByDisplayName.rs"
[[example]]
name = "v2_google-chat-integration_ListGoogleChatOrganizations"
path = "examples/v2_google-chat-integration_ListGoogleChatOrganizations.rs"
[[example]]
name = "v2_google-chat-integration_ListGoogleChatTargetAudiences"
path = "examples/v2_google-chat-integration_ListGoogleChatTargetAudiences.rs"
[[example]]
name = "v2_google-chat-integration_ListOrganizationHandles"
path = "examples/v2_google-chat-integration_ListOrganizationHandles.rs"
[[example]]
name = "v2_google-chat-integration_UpdateGoogleChatTargetAudience"
path = "examples/v2_google-chat-integration_UpdateGoogleChatTargetAudience.rs"
[[example]]
name = "v2_google-chat-integration_UpdateOrganizationHandle"
path = "examples/v2_google-chat-integration_UpdateOrganizationHandle.rs"
[[example]]
name = "v2_high-availability-multiregion_CreateHamrOrgConnection"
path = "examples/v2_high-availability-multiregion_CreateHamrOrgConnection.rs"
[[example]]
name = "v2_high-availability-multiregion_GetHamrOrgConnection"
path = "examples/v2_high-availability-multiregion_GetHamrOrgConnection.rs"
[[example]]
name = "v2_incidents_CreateGlobalIncidentHandle"
path = "examples/v2_incidents_CreateGlobalIncidentHandle.rs"
[[example]]
name = "v2_incidents_CreateIncident"
path = "examples/v2_incidents_CreateIncident.rs"
[[example]]
name = "v2_incidents_CreateIncidentAttachment"
path = "examples/v2_incidents_CreateIncidentAttachment.rs"
[[example]]
name = "v2_incidents_CreateIncidentImpact"
path = "examples/v2_incidents_CreateIncidentImpact.rs"
[[example]]
name = "v2_incidents_CreateIncidentIntegration"
path = "examples/v2_incidents_CreateIncidentIntegration.rs"
[[example]]
name = "v2_incidents_CreateIncidentNotificationRule"
path = "examples/v2_incidents_CreateIncidentNotificationRule.rs"
[[example]]
name = "v2_incidents_CreateIncidentNotificationRule_3029800608"
path = "examples/v2_incidents_CreateIncidentNotificationRule_3029800608.rs"
[[example]]
name = "v2_incidents_CreateIncidentNotificationTemplate"
path = "examples/v2_incidents_CreateIncidentNotificationTemplate.rs"
[[example]]
name = "v2_incidents_CreateIncidentPostmortemAttachment"
path = "examples/v2_incidents_CreateIncidentPostmortemAttachment.rs"
[[example]]
name = "v2_incidents_CreateIncidentPostmortemTemplate"
path = "examples/v2_incidents_CreateIncidentPostmortemTemplate.rs"
[[example]]
name = "v2_incidents_CreateIncidentTodo"
path = "examples/v2_incidents_CreateIncidentTodo.rs"
[[example]]
name = "v2_incidents_CreateIncidentType"
path = "examples/v2_incidents_CreateIncidentType.rs"
[[example]]
name = "v2_incidents_CreateIncidentUserDefinedField"
path = "examples/v2_incidents_CreateIncidentUserDefinedField.rs"
[[example]]
name = "v2_incidents_DeleteGlobalIncidentHandle"
path = "examples/v2_incidents_DeleteGlobalIncidentHandle.rs"
[[example]]
name = "v2_incidents_DeleteIncident"
path = "examples/v2_incidents_DeleteIncident.rs"
[[example]]
name = "v2_incidents_DeleteIncidentAttachment"
path = "examples/v2_incidents_DeleteIncidentAttachment.rs"
[[example]]
name = "v2_incidents_DeleteIncidentImpact"
path = "examples/v2_incidents_DeleteIncidentImpact.rs"
[[example]]
name = "v2_incidents_DeleteIncidentIntegration"
path = "examples/v2_incidents_DeleteIncidentIntegration.rs"
[[example]]
name = "v2_incidents_DeleteIncidentNotificationRule"
path = "examples/v2_incidents_DeleteIncidentNotificationRule.rs"
[[example]]
name = "v2_incidents_DeleteIncidentNotificationRule_4148107167"
path = "examples/v2_incidents_DeleteIncidentNotificationRule_4148107167.rs"
[[example]]
name = "v2_incidents_DeleteIncidentNotificationTemplate"
path = "examples/v2_incidents_DeleteIncidentNotificationTemplate.rs"
[[example]]
name = "v2_incidents_DeleteIncidentNotificationTemplate_1602689347"
path = "examples/v2_incidents_DeleteIncidentNotificationTemplate_1602689347.rs"
[[example]]
name = "v2_incidents_DeleteIncidentPostmortemTemplate"
path = "examples/v2_incidents_DeleteIncidentPostmortemTemplate.rs"
[[example]]
name = "v2_incidents_DeleteIncidentTodo"
path = "examples/v2_incidents_DeleteIncidentTodo.rs"
[[example]]
name = "v2_incidents_DeleteIncidentType"
path = "examples/v2_incidents_DeleteIncidentType.rs"
[[example]]
name = "v2_incidents_DeleteIncidentUserDefinedField"
path = "examples/v2_incidents_DeleteIncidentUserDefinedField.rs"
[[example]]
name = "v2_incidents_GetGlobalIncidentSettings"
path = "examples/v2_incidents_GetGlobalIncidentSettings.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_GetIncidentNotificationRule"
path = "examples/v2_incidents_GetIncidentNotificationRule.rs"
[[example]]
name = "v2_incidents_GetIncidentNotificationRule_67441486"
path = "examples/v2_incidents_GetIncidentNotificationRule_67441486.rs"
[[example]]
name = "v2_incidents_GetIncidentNotificationTemplate"
path = "examples/v2_incidents_GetIncidentNotificationTemplate.rs"
[[example]]
name = "v2_incidents_GetIncidentPostmortemTemplate"
path = "examples/v2_incidents_GetIncidentPostmortemTemplate.rs"
[[example]]
name = "v2_incidents_GetIncidentTodo"
path = "examples/v2_incidents_GetIncidentTodo.rs"
[[example]]
name = "v2_incidents_GetIncidentType"
path = "examples/v2_incidents_GetIncidentType.rs"
[[example]]
name = "v2_incidents_GetIncidentUserDefinedField"
path = "examples/v2_incidents_GetIncidentUserDefinedField.rs"
[[example]]
name = "v2_incidents_ImportIncident"
path = "examples/v2_incidents_ImportIncident.rs"
[[example]]
name = "v2_incidents_ListGlobalIncidentHandles"
path = "examples/v2_incidents_ListGlobalIncidentHandles.rs"
[[example]]
name = "v2_incidents_ListIncidentAttachments"
path = "examples/v2_incidents_ListIncidentAttachments.rs"
[[example]]
name = "v2_incidents_ListIncidentImpacts"
path = "examples/v2_incidents_ListIncidentImpacts.rs"
[[example]]
name = "v2_incidents_ListIncidentIntegrations"
path = "examples/v2_incidents_ListIncidentIntegrations.rs"
[[example]]
name = "v2_incidents_ListIncidentNotificationRules"
path = "examples/v2_incidents_ListIncidentNotificationRules.rs"
[[example]]
name = "v2_incidents_ListIncidentNotificationTemplates"
path = "examples/v2_incidents_ListIncidentNotificationTemplates.rs"
[[example]]
name = "v2_incidents_ListIncidentPostmortemTemplates"
path = "examples/v2_incidents_ListIncidentPostmortemTemplates.rs"
[[example]]
name = "v2_incidents_ListIncidentTodos"
path = "examples/v2_incidents_ListIncidentTodos.rs"
[[example]]
name = "v2_incidents_ListIncidentTypes"
path = "examples/v2_incidents_ListIncidentTypes.rs"
[[example]]
name = "v2_incidents_ListIncidentUserDefinedFields"
path = "examples/v2_incidents_ListIncidentUserDefinedFields.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_UpdateGlobalIncidentHandle"
path = "examples/v2_incidents_UpdateGlobalIncidentHandle.rs"
[[example]]
name = "v2_incidents_UpdateGlobalIncidentSettings"
path = "examples/v2_incidents_UpdateGlobalIncidentSettings.rs"
[[example]]
name = "v2_incidents_UpdateIncident"
path = "examples/v2_incidents_UpdateIncident.rs"
[[example]]
name = "v2_incidents_UpdateIncidentAttachment"
path = "examples/v2_incidents_UpdateIncidentAttachment.rs"
[[example]]
name = "v2_incidents_UpdateIncidentIntegration"
path = "examples/v2_incidents_UpdateIncidentIntegration.rs"
[[example]]
name = "v2_incidents_UpdateIncidentNotificationRule"
path = "examples/v2_incidents_UpdateIncidentNotificationRule.rs"
[[example]]
name = "v2_incidents_UpdateIncidentNotificationRule_1207309457"
path = "examples/v2_incidents_UpdateIncidentNotificationRule_1207309457.rs"
[[example]]
name = "v2_incidents_UpdateIncidentNotificationTemplate"
path = "examples/v2_incidents_UpdateIncidentNotificationTemplate.rs"
[[example]]
name = "v2_incidents_UpdateIncidentPostmortemTemplate"
path = "examples/v2_incidents_UpdateIncidentPostmortemTemplate.rs"
[[example]]
name = "v2_incidents_UpdateIncidentTodo"
path = "examples/v2_incidents_UpdateIncidentTodo.rs"
[[example]]
name = "v2_incidents_UpdateIncidentType"
path = "examples/v2_incidents_UpdateIncidentType.rs"
[[example]]
name = "v2_incidents_UpdateIncidentUserDefinedField"
path = "examples/v2_incidents_UpdateIncidentUserDefinedField.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_integrations_ListIntegrations"
path = "examples/v2_integrations_ListIntegrations.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_jira-integration_CreateJiraIssueTemplate"
path = "examples/v2_jira-integration_CreateJiraIssueTemplate.rs"
[[example]]
name = "v2_jira-integration_DeleteJiraAccount"
path = "examples/v2_jira-integration_DeleteJiraAccount.rs"
[[example]]
name = "v2_jira-integration_DeleteJiraIssueTemplate"
path = "examples/v2_jira-integration_DeleteJiraIssueTemplate.rs"
[[example]]
name = "v2_jira-integration_GetJiraIssueTemplate"
path = "examples/v2_jira-integration_GetJiraIssueTemplate.rs"
[[example]]
name = "v2_jira-integration_ListJiraAccounts"
path = "examples/v2_jira-integration_ListJiraAccounts.rs"
[[example]]
name = "v2_jira-integration_ListJiraIssueTemplates"
path = "examples/v2_jira-integration_ListJiraIssueTemplates.rs"
[[example]]
name = "v2_jira-integration_UpdateJiraIssueTemplate"
path = "examples/v2_jira-integration_UpdateJiraIssueTemplate.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_CreatePersonalAccessToken"
path = "examples/v2_key-management_CreatePersonalAccessToken.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_GetPersonalAccessToken"
path = "examples/v2_key-management_GetPersonalAccessToken.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_ListPersonalAccessTokens"
path = "examples/v2_key-management_ListPersonalAccessTokens.rs"
[[example]]
name = "v2_key-management_ListPersonalAccessTokens_4153414404"
path = "examples/v2_key-management_ListPersonalAccessTokens_4153414404.rs"
[[example]]
name = "v2_key-management_RevokePersonalAccessToken"
path = "examples/v2_key-management_RevokePersonalAccessToken.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_key-management_UpdatePersonalAccessToken"
path = "examples/v2_key-management_UpdatePersonalAccessToken.rs"
[[example]]
name = "v2_key-management_Validate"
path = "examples/v2_key-management_Validate.rs"
[[example]]
name = "v2_key-management_ValidateAPIKey"
path = "examples/v2_key-management_ValidateAPIKey.rs"
[[example]]
name = "v2_llm-observability_AggregateLLMObsExperimentation"
path = "examples/v2_llm-observability_AggregateLLMObsExperimentation.rs"
[[example]]
name = "v2_llm-observability_BatchUpdateLLMObsDataset"
path = "examples/v2_llm-observability_BatchUpdateLLMObsDataset.rs"
[[example]]
name = "v2_llm-observability_CloneLLMObsDataset"
path = "examples/v2_llm-observability_CloneLLMObsDataset.rs"
[[example]]
name = "v2_llm-observability_CreateLLMObsAnnotationQueue"
path = "examples/v2_llm-observability_CreateLLMObsAnnotationQueue.rs"
[[example]]
name = "v2_llm-observability_CreateLLMObsAnnotationQueueInteractions"
path = "examples/v2_llm-observability_CreateLLMObsAnnotationQueueInteractions.rs"
[[example]]
name = "v2_llm-observability_CreateLLMObsAnnotationQueueInteractions_2021594537"
path = "examples/v2_llm-observability_CreateLLMObsAnnotationQueueInteractions_2021594537.rs"
[[example]]
name = "v2_llm-observability_CreateLLMObsDataset"
path = "examples/v2_llm-observability_CreateLLMObsDataset.rs"
[[example]]
name = "v2_llm-observability_CreateLLMObsDatasetRecords"
path = "examples/v2_llm-observability_CreateLLMObsDatasetRecords.rs"
[[example]]
name = "v2_llm-observability_CreateLLMObsExperiment"
path = "examples/v2_llm-observability_CreateLLMObsExperiment.rs"
[[example]]
name = "v2_llm-observability_CreateLLMObsExperimentEvents"
path = "examples/v2_llm-observability_CreateLLMObsExperimentEvents.rs"
[[example]]
name = "v2_llm-observability_CreateLLMObsIntegrationInference"
path = "examples/v2_llm-observability_CreateLLMObsIntegrationInference.rs"
[[example]]
name = "v2_llm-observability_CreateLLMObsProject"
path = "examples/v2_llm-observability_CreateLLMObsProject.rs"
[[example]]
name = "v2_llm-observability_DeleteLLMObsAnnotationQueue"
path = "examples/v2_llm-observability_DeleteLLMObsAnnotationQueue.rs"
[[example]]
name = "v2_llm-observability_DeleteLLMObsAnnotationQueueInteractions"
path = "examples/v2_llm-observability_DeleteLLMObsAnnotationQueueInteractions.rs"
[[example]]
name = "v2_llm-observability_DeleteLLMObsAnnotations"
path = "examples/v2_llm-observability_DeleteLLMObsAnnotations.rs"
[[example]]
name = "v2_llm-observability_DeleteLLMObsCustomEvalConfig"
path = "examples/v2_llm-observability_DeleteLLMObsCustomEvalConfig.rs"
[[example]]
name = "v2_llm-observability_DeleteLLMObsData"
path = "examples/v2_llm-observability_DeleteLLMObsData.rs"
[[example]]
name = "v2_llm-observability_DeleteLLMObsDatasetRecords"
path = "examples/v2_llm-observability_DeleteLLMObsDatasetRecords.rs"
[[example]]
name = "v2_llm-observability_DeleteLLMObsDatasets"
path = "examples/v2_llm-observability_DeleteLLMObsDatasets.rs"
[[example]]
name = "v2_llm-observability_DeleteLLMObsExperiments"
path = "examples/v2_llm-observability_DeleteLLMObsExperiments.rs"
[[example]]
name = "v2_llm-observability_DeleteLLMObsPatternsConfig"
path = "examples/v2_llm-observability_DeleteLLMObsPatternsConfig.rs"
[[example]]
name = "v2_llm-observability_DeleteLLMObsProjects"
path = "examples/v2_llm-observability_DeleteLLMObsProjects.rs"
[[example]]
name = "v2_llm-observability_ExportLLMObsDataset"
path = "examples/v2_llm-observability_ExportLLMObsDataset.rs"
[[example]]
name = "v2_llm-observability_GetLLMObsAnnotatedInteractions"
path = "examples/v2_llm-observability_GetLLMObsAnnotatedInteractions.rs"
[[example]]
name = "v2_llm-observability_GetLLMObsAnnotatedInteractionsByTraceIDs"
path = "examples/v2_llm-observability_GetLLMObsAnnotatedInteractionsByTraceIDs.rs"
[[example]]
name = "v2_llm-observability_GetLLMObsAnnotationQueueLabelSchema"
path = "examples/v2_llm-observability_GetLLMObsAnnotationQueueLabelSchema.rs"
[[example]]
name = "v2_llm-observability_GetLLMObsCustomEvalConfig"
path = "examples/v2_llm-observability_GetLLMObsCustomEvalConfig.rs"
[[example]]
name = "v2_llm-observability_GetLLMObsDatasetDraftState"
path = "examples/v2_llm-observability_GetLLMObsDatasetDraftState.rs"
[[example]]
name = "v2_llm-observability_GetLLMObsPatternsConfig"
path = "examples/v2_llm-observability_GetLLMObsPatternsConfig.rs"
[[example]]
name = "v2_llm-observability_GetLLMObsPatternsRunStatus"
path = "examples/v2_llm-observability_GetLLMObsPatternsRunStatus.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsAnnotationQueues"
path = "examples/v2_llm-observability_ListLLMObsAnnotationQueues.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsDatasetRecords"
path = "examples/v2_llm-observability_ListLLMObsDatasetRecords.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsDatasetVersions"
path = "examples/v2_llm-observability_ListLLMObsDatasetVersions.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsDatasets"
path = "examples/v2_llm-observability_ListLLMObsDatasets.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsExperimentEvents"
path = "examples/v2_llm-observability_ListLLMObsExperimentEvents.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsExperimentEventsV1"
path = "examples/v2_llm-observability_ListLLMObsExperimentEventsV1.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsExperimentEventsV2"
path = "examples/v2_llm-observability_ListLLMObsExperimentEventsV2.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsExperiments"
path = "examples/v2_llm-observability_ListLLMObsExperiments.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsIntegrationAccounts"
path = "examples/v2_llm-observability_ListLLMObsIntegrationAccounts.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsIntegrationModels"
path = "examples/v2_llm-observability_ListLLMObsIntegrationModels.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsPatternsClusteredPoints"
path = "examples/v2_llm-observability_ListLLMObsPatternsClusteredPoints.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsPatternsConfigs"
path = "examples/v2_llm-observability_ListLLMObsPatternsConfigs.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsPatternsRuns"
path = "examples/v2_llm-observability_ListLLMObsPatternsRuns.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsPatternsTopics"
path = "examples/v2_llm-observability_ListLLMObsPatternsTopics.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsPatternsTopicsWithClusteredPoints"
path = "examples/v2_llm-observability_ListLLMObsPatternsTopicsWithClusteredPoints.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsProjects"
path = "examples/v2_llm-observability_ListLLMObsProjects.rs"
[[example]]
name = "v2_llm-observability_ListLLMObsSpans"
path = "examples/v2_llm-observability_ListLLMObsSpans.rs"
[[example]]
name = "v2_llm-observability_LockLLMObsDatasetDraftState"
path = "examples/v2_llm-observability_LockLLMObsDatasetDraftState.rs"
[[example]]
name = "v2_llm-observability_RestoreLLMObsDatasetVersion"
path = "examples/v2_llm-observability_RestoreLLMObsDatasetVersion.rs"
[[example]]
name = "v2_llm-observability_SearchLLMObsExperimentation"
path = "examples/v2_llm-observability_SearchLLMObsExperimentation.rs"
[[example]]
name = "v2_llm-observability_SearchLLMObsSpans"
path = "examples/v2_llm-observability_SearchLLMObsSpans.rs"
[[example]]
name = "v2_llm-observability_SimpleSearchLLMObsExperimentation"
path = "examples/v2_llm-observability_SimpleSearchLLMObsExperimentation.rs"
[[example]]
name = "v2_llm-observability_TriggerLLMObsPatterns"
path = "examples/v2_llm-observability_TriggerLLMObsPatterns.rs"
[[example]]
name = "v2_llm-observability_UnlockLLMObsDatasetDraftState"
path = "examples/v2_llm-observability_UnlockLLMObsDatasetDraftState.rs"
[[example]]
name = "v2_llm-observability_UpdateLLMObsAnnotationQueue"
path = "examples/v2_llm-observability_UpdateLLMObsAnnotationQueue.rs"
[[example]]
name = "v2_llm-observability_UpdateLLMObsAnnotationQueueLabelSchema"
path = "examples/v2_llm-observability_UpdateLLMObsAnnotationQueueLabelSchema.rs"
[[example]]
name = "v2_llm-observability_UpdateLLMObsCustomEvalConfig"
path = "examples/v2_llm-observability_UpdateLLMObsCustomEvalConfig.rs"
[[example]]
name = "v2_llm-observability_UpdateLLMObsDataset"
path = "examples/v2_llm-observability_UpdateLLMObsDataset.rs"
[[example]]
name = "v2_llm-observability_UpdateLLMObsDatasetRecords"
path = "examples/v2_llm-observability_UpdateLLMObsDatasetRecords.rs"
[[example]]
name = "v2_llm-observability_UpdateLLMObsExperiment"
path = "examples/v2_llm-observability_UpdateLLMObsExperiment.rs"
[[example]]
name = "v2_llm-observability_UpdateLLMObsProject"
path = "examples/v2_llm-observability_UpdateLLMObsProject.rs"
[[example]]
name = "v2_llm-observability_UploadLLMObsDatasetRecordsFile"
path = "examples/v2_llm-observability_UploadLLMObsDatasetRecordsFile.rs"
[[example]]
name = "v2_llm-observability_UpsertLLMObsAnnotations"
path = "examples/v2_llm-observability_UpsertLLMObsAnnotations.rs"
[[example]]
name = "v2_llm-observability_UpsertLLMObsPatternsConfig"
path = "examples/v2_llm-observability_UpsertLLMObsPatternsConfig.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_140188544"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_140188544.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_1718754520"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_1718754520.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_1735989579"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_1735989579.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_2184123765"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_2184123765.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_2534546779"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_2534546779.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_3120242932"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_3120242932.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-custom-destinations_UpdateLogsCustomDestination_2034509257"
path = "examples/v2_logs-custom-destinations_UpdateLogsCustomDestination_2034509257.rs"
[[example]]
name = "v2_logs-custom-destinations_UpdateLogsCustomDestination_213195663"
path = "examples/v2_logs-custom-destinations_UpdateLogsCustomDestination_213195663.rs"
[[example]]
name = "v2_logs-custom-destinations_UpdateLogsCustomDestination_2612469098"
path = "examples/v2_logs-custom-destinations_UpdateLogsCustomDestination_2612469098.rs"
[[example]]
name = "v2_logs-custom-destinations_UpdateLogsCustomDestination_2701272624"
path = "examples/v2_logs-custom-destinations_UpdateLogsCustomDestination_2701272624.rs"
[[example]]
name = "v2_logs-custom-destinations_UpdateLogsCustomDestination_3227001838"
path = "examples/v2_logs-custom-destinations_UpdateLogsCustomDestination_3227001838.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-restriction-queries_AddRoleToRestrictionQuery"
path = "examples/v2_logs-restriction-queries_AddRoleToRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_CreateRestrictionQuery"
path = "examples/v2_logs-restriction-queries_CreateRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_DeleteRestrictionQuery"
path = "examples/v2_logs-restriction-queries_DeleteRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_GetRestrictionQuery"
path = "examples/v2_logs-restriction-queries_GetRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_GetRoleRestrictionQuery"
path = "examples/v2_logs-restriction-queries_GetRoleRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_ListRestrictionQueries"
path = "examples/v2_logs-restriction-queries_ListRestrictionQueries.rs"
[[example]]
name = "v2_logs-restriction-queries_ListRestrictionQueryRoles"
path = "examples/v2_logs-restriction-queries_ListRestrictionQueryRoles.rs"
[[example]]
name = "v2_logs-restriction-queries_ListUserRestrictionQueries"
path = "examples/v2_logs-restriction-queries_ListUserRestrictionQueries.rs"
[[example]]
name = "v2_logs-restriction-queries_RemoveRoleFromRestrictionQuery"
path = "examples/v2_logs-restriction-queries_RemoveRoleFromRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_ReplaceRestrictionQuery"
path = "examples/v2_logs-restriction-queries_ReplaceRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_UpdateRestrictionQuery"
path = "examples/v2_logs-restriction-queries_UpdateRestrictionQuery.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_175182691"
path = "examples/v2_logs_ListLogsGet_175182691.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_ListLogs_3400928236"
path = "examples/v2_logs_ListLogs_3400928236.rs"
[[example]]
name = "v2_logs_ListLogs_534975433"
path = "examples/v2_logs_ListLogs_534975433.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_CreateTagIndexingRule"
path = "examples/v2_metrics_CreateTagIndexingRule.rs"
[[example]]
name = "v2_metrics_CreateTagIndexingRuleExemption"
path = "examples/v2_metrics_CreateTagIndexingRuleExemption.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_DeleteTagIndexingRule"
path = "examples/v2_metrics_DeleteTagIndexingRule.rs"
[[example]]
name = "v2_metrics_DeleteTagIndexingRuleExemption"
path = "examples/v2_metrics_DeleteTagIndexingRuleExemption.rs"
[[example]]
name = "v2_metrics_EstimateMetricsOutputSeries"
path = "examples/v2_metrics_EstimateMetricsOutputSeries.rs"
[[example]]
name = "v2_metrics_GetMetricTagCardinalityDetails"
path = "examples/v2_metrics_GetMetricTagCardinalityDetails.rs"
[[example]]
name = "v2_metrics_GetTagIndexingRule"
path = "examples/v2_metrics_GetTagIndexingRule.rs"
[[example]]
name = "v2_metrics_GetTagIndexingRuleExemption"
path = "examples/v2_metrics_GetTagIndexingRuleExemption.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_ListTagConfigurations_3969783727"
path = "examples/v2_metrics_ListTagConfigurations_3969783727.rs"
[[example]]
name = "v2_metrics_ListTagIndexingRules"
path = "examples/v2_metrics_ListTagIndexingRules.rs"
[[example]]
name = "v2_metrics_ListTagIndexingRulesForMetric"
path = "examples/v2_metrics_ListTagIndexingRulesForMetric.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_1479548882"
path = "examples/v2_metrics_QueryScalarData_1479548882.rs"
[[example]]
name = "v2_metrics_QueryScalarData_1904811219"
path = "examples/v2_metrics_QueryScalarData_1904811219.rs"
[[example]]
name = "v2_metrics_QueryScalarData_2086017331"
path = "examples/v2_metrics_QueryScalarData_2086017331.rs"
[[example]]
name = "v2_metrics_QueryScalarData_2298288525"
path = "examples/v2_metrics_QueryScalarData_2298288525.rs"
[[example]]
name = "v2_metrics_QueryScalarData_2398494003"
path = "examples/v2_metrics_QueryScalarData_2398494003.rs"
[[example]]
name = "v2_metrics_QueryScalarData_2533499017"
path = "examples/v2_metrics_QueryScalarData_2533499017.rs"
[[example]]
name = "v2_metrics_QueryScalarData_2757564916"
path = "examples/v2_metrics_QueryScalarData_2757564916.rs"
[[example]]
name = "v2_metrics_QueryScalarData_3112571352"
path = "examples/v2_metrics_QueryScalarData_3112571352.rs"
[[example]]
name = "v2_metrics_QueryScalarData_3210877526"
path = "examples/v2_metrics_QueryScalarData_3210877526.rs"
[[example]]
name = "v2_metrics_QueryScalarData_3246660196"
path = "examples/v2_metrics_QueryScalarData_3246660196.rs"
[[example]]
name = "v2_metrics_QueryScalarData_3470073355"
path = "examples/v2_metrics_QueryScalarData_3470073355.rs"
[[example]]
name = "v2_metrics_QueryScalarData_3740015316"
path = "examples/v2_metrics_QueryScalarData_3740015316.rs"
[[example]]
name = "v2_metrics_QueryScalarData_394862343"
path = "examples/v2_metrics_QueryScalarData_394862343.rs"
[[example]]
name = "v2_metrics_QueryScalarData_397220765"
path = "examples/v2_metrics_QueryScalarData_397220765.rs"
[[example]]
name = "v2_metrics_QueryScalarData_420944803"
path = "examples/v2_metrics_QueryScalarData_420944803.rs"
[[example]]
name = "v2_metrics_QueryScalarData_4230617918"
path = "examples/v2_metrics_QueryScalarData_4230617918.rs"
[[example]]
name = "v2_metrics_QueryScalarData_4257291081"
path = "examples/v2_metrics_QueryScalarData_4257291081.rs"
[[example]]
name = "v2_metrics_QueryScalarData_779493885"
path = "examples/v2_metrics_QueryScalarData_779493885.rs"
[[example]]
name = "v2_metrics_QueryScalarData_891952130"
path = "examples/v2_metrics_QueryScalarData_891952130.rs"
[[example]]
name = "v2_metrics_QueryScalarData_922754919"
path = "examples/v2_metrics_QueryScalarData_922754919.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData"
path = "examples/v2_metrics_QueryTimeseriesData.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_1080761370"
path = "examples/v2_metrics_QueryTimeseriesData_1080761370.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_108927825"
path = "examples/v2_metrics_QueryTimeseriesData_108927825.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_1116544040"
path = "examples/v2_metrics_QueryTimeseriesData_1116544040.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_1606557647"
path = "examples/v2_metrics_QueryTimeseriesData_1606557647.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_1639521432"
path = "examples/v2_metrics_QueryTimeseriesData_1639521432.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_2159746306"
path = "examples/v2_metrics_QueryTimeseriesData_2159746306.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_2186419469"
path = "examples/v2_metrics_QueryTimeseriesData_2186419469.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_2649955681"
path = "examples/v2_metrics_QueryTimeseriesData_2649955681.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_2673679719"
path = "examples/v2_metrics_QueryTimeseriesData_2673679719.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_2884575435"
path = "examples/v2_metrics_QueryTimeseriesData_2884575435.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_301142940"
path = "examples/v2_metrics_QueryTimeseriesData_301142940.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_3174309318"
path = "examples/v2_metrics_QueryTimeseriesData_3174309318.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_3442090283"
path = "examples/v2_metrics_QueryTimeseriesData_3442090283.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_3535807425"
path = "examples/v2_metrics_QueryTimeseriesData_3535807425.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_4028506518"
path = "examples/v2_metrics_QueryTimeseriesData_4028506518.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_4190640887"
path = "examples/v2_metrics_QueryTimeseriesData_4190640887.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_4246412951"
path = "examples/v2_metrics_QueryTimeseriesData_4246412951.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_475733751"
path = "examples/v2_metrics_QueryTimeseriesData_475733751.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_597826488"
path = "examples/v2_metrics_QueryTimeseriesData_597826488.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_847716941"
path = "examples/v2_metrics_QueryTimeseriesData_847716941.rs"
[[example]]
name = "v2_metrics_ReorderTagIndexingRules"
path = "examples/v2_metrics_ReorderTagIndexingRules.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_metrics_UpdateTagIndexingRule"
path = "examples/v2_metrics_UpdateTagIndexingRule.rs"
[[example]]
name = "v2_microsoft-teams-integration_CreateTenantBasedHandle"
path = "examples/v2_microsoft-teams-integration_CreateTenantBasedHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_CreateTenantBasedHandle_1540689753"
path = "examples/v2_microsoft-teams-integration_CreateTenantBasedHandle_1540689753.rs"
[[example]]
name = "v2_microsoft-teams-integration_CreateWorkflowsWebhookHandle"
path = "examples/v2_microsoft-teams-integration_CreateWorkflowsWebhookHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_CreateWorkflowsWebhookHandle_1716851881"
path = "examples/v2_microsoft-teams-integration_CreateWorkflowsWebhookHandle_1716851881.rs"
[[example]]
name = "v2_microsoft-teams-integration_DeleteMSTeamsUserBinding"
path = "examples/v2_microsoft-teams-integration_DeleteMSTeamsUserBinding.rs"
[[example]]
name = "v2_microsoft-teams-integration_DeleteTenantBasedHandle"
path = "examples/v2_microsoft-teams-integration_DeleteTenantBasedHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_DeleteTenantBasedHandle_377884154"
path = "examples/v2_microsoft-teams-integration_DeleteTenantBasedHandle_377884154.rs"
[[example]]
name = "v2_microsoft-teams-integration_DeleteWorkflowsWebhookHandle"
path = "examples/v2_microsoft-teams-integration_DeleteWorkflowsWebhookHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_DeleteWorkflowsWebhookHandle_107549514"
path = "examples/v2_microsoft-teams-integration_DeleteWorkflowsWebhookHandle_107549514.rs"
[[example]]
name = "v2_microsoft-teams-integration_GetChannelByName"
path = "examples/v2_microsoft-teams-integration_GetChannelByName.rs"
[[example]]
name = "v2_microsoft-teams-integration_GetTenantBasedHandle"
path = "examples/v2_microsoft-teams-integration_GetTenantBasedHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_GetTenantBasedHandle_2883785101"
path = "examples/v2_microsoft-teams-integration_GetTenantBasedHandle_2883785101.rs"
[[example]]
name = "v2_microsoft-teams-integration_GetWorkflowsWebhookHandle"
path = "examples/v2_microsoft-teams-integration_GetWorkflowsWebhookHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_GetWorkflowsWebhookHandle_3421443805"
path = "examples/v2_microsoft-teams-integration_GetWorkflowsWebhookHandle_3421443805.rs"
[[example]]
name = "v2_microsoft-teams-integration_ListTenantBasedHandles"
path = "examples/v2_microsoft-teams-integration_ListTenantBasedHandles.rs"
[[example]]
name = "v2_microsoft-teams-integration_ListTenantBasedHandles_769592979"
path = "examples/v2_microsoft-teams-integration_ListTenantBasedHandles_769592979.rs"
[[example]]
name = "v2_microsoft-teams-integration_ListWorkflowsWebhookHandles"
path = "examples/v2_microsoft-teams-integration_ListWorkflowsWebhookHandles.rs"
[[example]]
name = "v2_microsoft-teams-integration_ListWorkflowsWebhookHandles_620762083"
path = "examples/v2_microsoft-teams-integration_ListWorkflowsWebhookHandles_620762083.rs"
[[example]]
name = "v2_microsoft-teams-integration_UpdateTenantBasedHandle"
path = "examples/v2_microsoft-teams-integration_UpdateTenantBasedHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_UpdateTenantBasedHandle_419892746"
path = "examples/v2_microsoft-teams-integration_UpdateTenantBasedHandle_419892746.rs"
[[example]]
name = "v2_microsoft-teams-integration_UpdateWorkflowsWebhookHandle"
path = "examples/v2_microsoft-teams-integration_UpdateWorkflowsWebhookHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_UpdateWorkflowsWebhookHandle_163189594"
path = "examples/v2_microsoft-teams-integration_UpdateWorkflowsWebhookHandle_163189594.rs"
[[example]]
name = "v2_model-lab-api_DeleteModelLabRun"
path = "examples/v2_model-lab-api_DeleteModelLabRun.rs"
[[example]]
name = "v2_model-lab-api_GetModelLabArtifactContent"
path = "examples/v2_model-lab-api_GetModelLabArtifactContent.rs"
[[example]]
name = "v2_model-lab-api_GetModelLabArtifactContent_2858422658"
path = "examples/v2_model-lab-api_GetModelLabArtifactContent_2858422658.rs"
[[example]]
name = "v2_model-lab-api_GetModelLabProject"
path = "examples/v2_model-lab-api_GetModelLabProject.rs"
[[example]]
name = "v2_model-lab-api_GetModelLabRun"
path = "examples/v2_model-lab-api_GetModelLabRun.rs"
[[example]]
name = "v2_model-lab-api_ListModelLabProjectArtifacts"
path = "examples/v2_model-lab-api_ListModelLabProjectArtifacts.rs"
[[example]]
name = "v2_model-lab-api_ListModelLabProjectFacetKeys"
path = "examples/v2_model-lab-api_ListModelLabProjectFacetKeys.rs"
[[example]]
name = "v2_model-lab-api_ListModelLabProjectFacetValues"
path = "examples/v2_model-lab-api_ListModelLabProjectFacetValues.rs"
[[example]]
name = "v2_model-lab-api_ListModelLabProjects"
path = "examples/v2_model-lab-api_ListModelLabProjects.rs"
[[example]]
name = "v2_model-lab-api_ListModelLabRunArtifacts"
path = "examples/v2_model-lab-api_ListModelLabRunArtifacts.rs"
[[example]]
name = "v2_model-lab-api_ListModelLabRunFacetKeys"
path = "examples/v2_model-lab-api_ListModelLabRunFacetKeys.rs"
[[example]]
name = "v2_model-lab-api_ListModelLabRunFacetValues"
path = "examples/v2_model-lab-api_ListModelLabRunFacetValues.rs"
[[example]]
name = "v2_model-lab-api_ListModelLabRuns"
path = "examples/v2_model-lab-api_ListModelLabRuns.rs"
[[example]]
name = "v2_model-lab-api_PinModelLabRun"
path = "examples/v2_model-lab-api_PinModelLabRun.rs"
[[example]]
name = "v2_model-lab-api_StarModelLabProject"
path = "examples/v2_model-lab-api_StarModelLabProject.rs"
[[example]]
name = "v2_model-lab-api_UnpinModelLabRun"
path = "examples/v2_model-lab-api_UnpinModelLabRun.rs"
[[example]]
name = "v2_model-lab-api_UnstarModelLabProject"
path = "examples/v2_model-lab-api_UnstarModelLabProject.rs"
[[example]]
name = "v2_model-lab-api_UnstarModelLabProject_931927092"
path = "examples/v2_model-lab-api_UnstarModelLabProject_931927092.rs"
[[example]]
name = "v2_monitors_CreateMonitorConfigPolicy"
path = "examples/v2_monitors_CreateMonitorConfigPolicy.rs"
[[example]]
name = "v2_monitors_CreateMonitorNotificationRule"
path = "examples/v2_monitors_CreateMonitorNotificationRule.rs"
[[example]]
name = "v2_monitors_CreateMonitorNotificationRule_1181818787"
path = "examples/v2_monitors_CreateMonitorNotificationRule_1181818787.rs"
[[example]]
name = "v2_monitors_CreateMonitorNotificationRule_1379932371"
path = "examples/v2_monitors_CreateMonitorNotificationRule_1379932371.rs"
[[example]]
name = "v2_monitors_CreateMonitorUserTemplate"
path = "examples/v2_monitors_CreateMonitorUserTemplate.rs"
[[example]]
name = "v2_monitors_DeleteMonitorConfigPolicy"
path = "examples/v2_monitors_DeleteMonitorConfigPolicy.rs"
[[example]]
name = "v2_monitors_DeleteMonitorNotificationRule"
path = "examples/v2_monitors_DeleteMonitorNotificationRule.rs"
[[example]]
name = "v2_monitors_DeleteMonitorUserTemplate"
path = "examples/v2_monitors_DeleteMonitorUserTemplate.rs"
[[example]]
name = "v2_monitors_GetMonitorConfigPolicy"
path = "examples/v2_monitors_GetMonitorConfigPolicy.rs"
[[example]]
name = "v2_monitors_GetMonitorNotificationRule"
path = "examples/v2_monitors_GetMonitorNotificationRule.rs"
[[example]]
name = "v2_monitors_GetMonitorNotificationRules"
path = "examples/v2_monitors_GetMonitorNotificationRules.rs"
[[example]]
name = "v2_monitors_GetMonitorUserTemplate"
path = "examples/v2_monitors_GetMonitorUserTemplate.rs"
[[example]]
name = "v2_monitors_ListMonitorConfigPolicies"
path = "examples/v2_monitors_ListMonitorConfigPolicies.rs"
[[example]]
name = "v2_monitors_ListMonitorUserTemplates"
path = "examples/v2_monitors_ListMonitorUserTemplates.rs"
[[example]]
name = "v2_monitors_UpdateMonitorConfigPolicy"
path = "examples/v2_monitors_UpdateMonitorConfigPolicy.rs"
[[example]]
name = "v2_monitors_UpdateMonitorNotificationRule"
path = "examples/v2_monitors_UpdateMonitorNotificationRule.rs"
[[example]]
name = "v2_monitors_UpdateMonitorNotificationRule_1400905713"
path = "examples/v2_monitors_UpdateMonitorNotificationRule_1400905713.rs"
[[example]]
name = "v2_monitors_UpdateMonitorNotificationRule_1446058210"
path = "examples/v2_monitors_UpdateMonitorNotificationRule_1446058210.rs"
[[example]]
name = "v2_monitors_UpdateMonitorUserTemplate"
path = "examples/v2_monitors_UpdateMonitorUserTemplate.rs"
[[example]]
name = "v2_monitors_ValidateExistingMonitorUserTemplate"
path = "examples/v2_monitors_ValidateExistingMonitorUserTemplate.rs"
[[example]]
name = "v2_monitors_ValidateMonitorUserTemplate"
path = "examples/v2_monitors_ValidateMonitorUserTemplate.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_ListDevices_2712868412"
path = "examples/v2_network-device-monitoring_ListDevices_2712868412.rs"
[[example]]
name = "v2_network-device-monitoring_ListInterfaceUserTags"
path = "examples/v2_network-device-monitoring_ListInterfaceUserTags.rs"
[[example]]
name = "v2_network-device-monitoring_UpdateDeviceUserTags"
path = "examples/v2_network-device-monitoring_UpdateDeviceUserTags.rs"
[[example]]
name = "v2_network-device-monitoring_UpdateInterfaceUserTags"
path = "examples/v2_network-device-monitoring_UpdateInterfaceUserTags.rs"
[[example]]
name = "v2_network-health-insights_ListNetworkHealthInsights"
path = "examples/v2_network-health-insights_ListNetworkHealthInsights.rs"
[[example]]
name = "v2_oauth2-client-public_DeleteScopesRestriction"
path = "examples/v2_oauth2-client-public_DeleteScopesRestriction.rs"
[[example]]
name = "v2_oauth2-client-public_GetScopesRestriction"
path = "examples/v2_oauth2-client-public_GetScopesRestriction.rs"
[[example]]
name = "v2_oauth2-client-public_RegisterOAuthClient"
path = "examples/v2_oauth2-client-public_RegisterOAuthClient.rs"
[[example]]
name = "v2_oauth2-client-public_UpsertScopesRestriction"
path = "examples/v2_oauth2-client-public_UpsertScopesRestriction.rs"
[[example]]
name = "v2_observability-pipelines_CreatePipeline"
path = "examples/v2_observability-pipelines_CreatePipeline.rs"
[[example]]
name = "v2_observability-pipelines_CreatePipeline_3363445359"
path = "examples/v2_observability-pipelines_CreatePipeline_3363445359.rs"
[[example]]
name = "v2_observability-pipelines_CreatePipeline_581245895"
path = "examples/v2_observability-pipelines_CreatePipeline_581245895.rs"
[[example]]
name = "v2_observability-pipelines_DeletePipeline"
path = "examples/v2_observability-pipelines_DeletePipeline.rs"
[[example]]
name = "v2_observability-pipelines_GetPipeline"
path = "examples/v2_observability-pipelines_GetPipeline.rs"
[[example]]
name = "v2_observability-pipelines_ListPipelines"
path = "examples/v2_observability-pipelines_ListPipelines.rs"
[[example]]
name = "v2_observability-pipelines_UpdatePipeline"
path = "examples/v2_observability-pipelines_UpdatePipeline.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline"
path = "examples/v2_observability-pipelines_ValidatePipeline.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_1070998129"
path = "examples/v2_observability-pipelines_ValidatePipeline_1070998129.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_1130701356"
path = "examples/v2_observability-pipelines_ValidatePipeline_1130701356.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_1267410221"
path = "examples/v2_observability-pipelines_ValidatePipeline_1267410221.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_1330454428"
path = "examples/v2_observability-pipelines_ValidatePipeline_1330454428.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_1785209526"
path = "examples/v2_observability-pipelines_ValidatePipeline_1785209526.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_2899320203"
path = "examples/v2_observability-pipelines_ValidatePipeline_2899320203.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_2960728933"
path = "examples/v2_observability-pipelines_ValidatePipeline_2960728933.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_3024756866"
path = "examples/v2_observability-pipelines_ValidatePipeline_3024756866.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_3067748504"
path = "examples/v2_observability-pipelines_ValidatePipeline_3067748504.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_3565101276"
path = "examples/v2_observability-pipelines_ValidatePipeline_3565101276.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_815080644"
path = "examples/v2_observability-pipelines_ValidatePipeline_815080644.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_884022323"
path = "examples/v2_observability-pipelines_ValidatePipeline_884022323.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline_99164570"
path = "examples/v2_observability-pipelines_ValidatePipeline_99164570.rs"
[[example]]
name = "v2_oci-integration_CreateTenancyConfig"
path = "examples/v2_oci-integration_CreateTenancyConfig.rs"
[[example]]
name = "v2_oci-integration_DeleteTenancyConfig"
path = "examples/v2_oci-integration_DeleteTenancyConfig.rs"
[[example]]
name = "v2_oci-integration_GetTenancyConfig"
path = "examples/v2_oci-integration_GetTenancyConfig.rs"
[[example]]
name = "v2_oci-integration_GetTenancyConfigs"
path = "examples/v2_oci-integration_GetTenancyConfigs.rs"
[[example]]
name = "v2_oci-integration_ListTenancyProducts"
path = "examples/v2_oci-integration_ListTenancyProducts.rs"
[[example]]
name = "v2_oci-integration_UpdateTenancyConfig"
path = "examples/v2_oci-integration_UpdateTenancyConfig.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_on-call-paging_AcknowledgeOnCallPage"
path = "examples/v2_on-call-paging_AcknowledgeOnCallPage.rs"
[[example]]
name = "v2_on-call-paging_CreateOnCallPage"
path = "examples/v2_on-call-paging_CreateOnCallPage.rs"
[[example]]
name = "v2_on-call-paging_EscalateOnCallPage"
path = "examples/v2_on-call-paging_EscalateOnCallPage.rs"
[[example]]
name = "v2_on-call-paging_ResolveOnCallPage"
path = "examples/v2_on-call-paging_ResolveOnCallPage.rs"
[[example]]
name = "v2_on-call_CreateOnCallEscalationPolicy"
path = "examples/v2_on-call_CreateOnCallEscalationPolicy.rs"
[[example]]
name = "v2_on-call_CreateOnCallSchedule"
path = "examples/v2_on-call_CreateOnCallSchedule.rs"
[[example]]
name = "v2_on-call_CreateUserNotificationChannel"
path = "examples/v2_on-call_CreateUserNotificationChannel.rs"
[[example]]
name = "v2_on-call_CreateUserNotificationRule"
path = "examples/v2_on-call_CreateUserNotificationRule.rs"
[[example]]
name = "v2_on-call_DeleteOnCallEscalationPolicy"
path = "examples/v2_on-call_DeleteOnCallEscalationPolicy.rs"
[[example]]
name = "v2_on-call_DeleteOnCallSchedule"
path = "examples/v2_on-call_DeleteOnCallSchedule.rs"
[[example]]
name = "v2_on-call_DeleteUserNotificationChannel"
path = "examples/v2_on-call_DeleteUserNotificationChannel.rs"
[[example]]
name = "v2_on-call_DeleteUserNotificationRule"
path = "examples/v2_on-call_DeleteUserNotificationRule.rs"
[[example]]
name = "v2_on-call_GetOnCallEscalationPolicy"
path = "examples/v2_on-call_GetOnCallEscalationPolicy.rs"
[[example]]
name = "v2_on-call_GetOnCallSchedule"
path = "examples/v2_on-call_GetOnCallSchedule.rs"
[[example]]
name = "v2_on-call_GetOnCallTeamRoutingRules"
path = "examples/v2_on-call_GetOnCallTeamRoutingRules.rs"
[[example]]
name = "v2_on-call_GetScheduleOnCallUser"
path = "examples/v2_on-call_GetScheduleOnCallUser.rs"
[[example]]
name = "v2_on-call_GetTeamOnCallUsers"
path = "examples/v2_on-call_GetTeamOnCallUsers.rs"
[[example]]
name = "v2_on-call_GetUserNotificationChannel"
path = "examples/v2_on-call_GetUserNotificationChannel.rs"
[[example]]
name = "v2_on-call_GetUserNotificationRule"
path = "examples/v2_on-call_GetUserNotificationRule.rs"
[[example]]
name = "v2_on-call_ListUserNotificationChannels"
path = "examples/v2_on-call_ListUserNotificationChannels.rs"
[[example]]
name = "v2_on-call_ListUserNotificationRules"
path = "examples/v2_on-call_ListUserNotificationRules.rs"
[[example]]
name = "v2_on-call_SetOnCallTeamRoutingRules"
path = "examples/v2_on-call_SetOnCallTeamRoutingRules.rs"
[[example]]
name = "v2_on-call_UpdateOnCallEscalationPolicy"
path = "examples/v2_on-call_UpdateOnCallEscalationPolicy.rs"
[[example]]
name = "v2_on-call_UpdateOnCallSchedule"
path = "examples/v2_on-call_UpdateOnCallSchedule.rs"
[[example]]
name = "v2_on-call_UpdateUserNotificationRule"
path = "examples/v2_on-call_UpdateUserNotificationRule.rs"
[[example]]
name = "v2_opsgenie-integration_CreateOpsgenieAccount"
path = "examples/v2_opsgenie-integration_CreateOpsgenieAccount.rs"
[[example]]
name = "v2_opsgenie-integration_CreateOpsgenieService"
path = "examples/v2_opsgenie-integration_CreateOpsgenieService.rs"
[[example]]
name = "v2_opsgenie-integration_DeleteOpsgenieAccount"
path = "examples/v2_opsgenie-integration_DeleteOpsgenieAccount.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_ListOpsgenieAccounts"
path = "examples/v2_opsgenie-integration_ListOpsgenieAccounts.rs"
[[example]]
name = "v2_opsgenie-integration_ListOpsgenieServices"
path = "examples/v2_opsgenie-integration_ListOpsgenieServices.rs"
[[example]]
name = "v2_opsgenie-integration_UpdateOpsgenieAccount"
path = "examples/v2_opsgenie-integration_UpdateOpsgenieAccount.rs"
[[example]]
name = "v2_opsgenie-integration_UpdateOpsgenieService"
path = "examples/v2_opsgenie-integration_UpdateOpsgenieService.rs"
[[example]]
name = "v2_org-connections_CreateOrgConnections"
path = "examples/v2_org-connections_CreateOrgConnections.rs"
[[example]]
name = "v2_org-connections_DeleteOrgConnections"
path = "examples/v2_org-connections_DeleteOrgConnections.rs"
[[example]]
name = "v2_org-connections_ListOrgConnections"
path = "examples/v2_org-connections_ListOrgConnections.rs"
[[example]]
name = "v2_org-connections_UpdateOrgConnections"
path = "examples/v2_org-connections_UpdateOrgConnections.rs"
[[example]]
name = "v2_org-groups_BulkUpdateOrgGroupMemberships"
path = "examples/v2_org-groups_BulkUpdateOrgGroupMemberships.rs"
[[example]]
name = "v2_org-groups_CreateOrgGroup"
path = "examples/v2_org-groups_CreateOrgGroup.rs"
[[example]]
name = "v2_org-groups_CreateOrgGroupPolicy"
path = "examples/v2_org-groups_CreateOrgGroupPolicy.rs"
[[example]]
name = "v2_org-groups_CreateOrgGroupPolicyOverride"
path = "examples/v2_org-groups_CreateOrgGroupPolicyOverride.rs"
[[example]]
name = "v2_org-groups_DeleteOrgGroup"
path = "examples/v2_org-groups_DeleteOrgGroup.rs"
[[example]]
name = "v2_org-groups_DeleteOrgGroupPolicy"
path = "examples/v2_org-groups_DeleteOrgGroupPolicy.rs"
[[example]]
name = "v2_org-groups_DeleteOrgGroupPolicyOverride"
path = "examples/v2_org-groups_DeleteOrgGroupPolicyOverride.rs"
[[example]]
name = "v2_org-groups_GetOrgGroup"
path = "examples/v2_org-groups_GetOrgGroup.rs"
[[example]]
name = "v2_org-groups_GetOrgGroupMembership"
path = "examples/v2_org-groups_GetOrgGroupMembership.rs"
[[example]]
name = "v2_org-groups_GetOrgGroupPolicy"
path = "examples/v2_org-groups_GetOrgGroupPolicy.rs"
[[example]]
name = "v2_org-groups_GetOrgGroupPolicyOverride"
path = "examples/v2_org-groups_GetOrgGroupPolicyOverride.rs"
[[example]]
name = "v2_org-groups_ListOrgGroupMemberships"
path = "examples/v2_org-groups_ListOrgGroupMemberships.rs"
[[example]]
name = "v2_org-groups_ListOrgGroupPolicies"
path = "examples/v2_org-groups_ListOrgGroupPolicies.rs"
[[example]]
name = "v2_org-groups_ListOrgGroupPolicyConfigs"
path = "examples/v2_org-groups_ListOrgGroupPolicyConfigs.rs"
[[example]]
name = "v2_org-groups_ListOrgGroupPolicyOverrides"
path = "examples/v2_org-groups_ListOrgGroupPolicyOverrides.rs"
[[example]]
name = "v2_org-groups_ListOrgGroups"
path = "examples/v2_org-groups_ListOrgGroups.rs"
[[example]]
name = "v2_org-groups_UpdateOrgGroup"
path = "examples/v2_org-groups_UpdateOrgGroup.rs"
[[example]]
name = "v2_org-groups_UpdateOrgGroupMembership"
path = "examples/v2_org-groups_UpdateOrgGroupMembership.rs"
[[example]]
name = "v2_org-groups_UpdateOrgGroupPolicy"
path = "examples/v2_org-groups_UpdateOrgGroupPolicy.rs"
[[example]]
name = "v2_org-groups_UpdateOrgGroupPolicyOverride"
path = "examples/v2_org-groups_UpdateOrgGroupPolicyOverride.rs"
[[example]]
name = "v2_organizations_GetOrgConfig"
path = "examples/v2_organizations_GetOrgConfig.rs"
[[example]]
name = "v2_organizations_GetSAMLConfiguration"
path = "examples/v2_organizations_GetSAMLConfiguration.rs"
[[example]]
name = "v2_organizations_ListGlobalOrgs"
path = "examples/v2_organizations_ListGlobalOrgs.rs"
[[example]]
name = "v2_organizations_ListGlobalOrgs_465966063"
path = "examples/v2_organizations_ListGlobalOrgs_465966063.rs"
[[example]]
name = "v2_organizations_ListOrgConfigs"
path = "examples/v2_organizations_ListOrgConfigs.rs"
[[example]]
name = "v2_organizations_ListOrgs"
path = "examples/v2_organizations_ListOrgs.rs"
[[example]]
name = "v2_organizations_ListSAMLConfigurations"
path = "examples/v2_organizations_ListSAMLConfigurations.rs"
[[example]]
name = "v2_organizations_UpdateLoginOrgConfigsMaxSessionDuration"
path = "examples/v2_organizations_UpdateLoginOrgConfigsMaxSessionDuration.rs"
[[example]]
name = "v2_organizations_UpdateOrgConfig"
path = "examples/v2_organizations_UpdateOrgConfig.rs"
[[example]]
name = "v2_organizations_UpdateOrgSamlConfigurations"
path = "examples/v2_organizations_UpdateOrgSamlConfigurations.rs"
[[example]]
name = "v2_organizations_UpdateSAMLConfiguration"
path = "examples/v2_organizations_UpdateSAMLConfiguration.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_product-analytics_QueryProductAnalyticsScalar"
path = "examples/v2_product-analytics_QueryProductAnalyticsScalar.rs"
[[example]]
name = "v2_product-analytics_QueryProductAnalyticsTimeseries"
path = "examples/v2_product-analytics_QueryProductAnalyticsTimeseries.rs"
[[example]]
name = "v2_product-analytics_SubmitProductAnalyticsEvent"
path = "examples/v2_product-analytics_SubmitProductAnalyticsEvent.rs"
[[example]]
name = "v2_reference-tables_BatchRowsQuery"
path = "examples/v2_reference-tables_BatchRowsQuery.rs"
[[example]]
name = "v2_reference-tables_CreateReferenceTable"
path = "examples/v2_reference-tables_CreateReferenceTable.rs"
[[example]]
name = "v2_reference-tables_CreateReferenceTableUpload"
path = "examples/v2_reference-tables_CreateReferenceTableUpload.rs"
[[example]]
name = "v2_reference-tables_CreateReferenceTable_3196130987"
path = "examples/v2_reference-tables_CreateReferenceTable_3196130987.rs"
[[example]]
name = "v2_reference-tables_DeleteRows"
path = "examples/v2_reference-tables_DeleteRows.rs"
[[example]]
name = "v2_reference-tables_DeleteTable"
path = "examples/v2_reference-tables_DeleteTable.rs"
[[example]]
name = "v2_reference-tables_GetRowsByID"
path = "examples/v2_reference-tables_GetRowsByID.rs"
[[example]]
name = "v2_reference-tables_GetTable"
path = "examples/v2_reference-tables_GetTable.rs"
[[example]]
name = "v2_reference-tables_ListReferenceTableRows"
path = "examples/v2_reference-tables_ListReferenceTableRows.rs"
[[example]]
name = "v2_reference-tables_ListTables"
path = "examples/v2_reference-tables_ListTables.rs"
[[example]]
name = "v2_reference-tables_UpdateReferenceTable"
path = "examples/v2_reference-tables_UpdateReferenceTable.rs"
[[example]]
name = "v2_reference-tables_UpsertRows"
path = "examples/v2_reference-tables_UpsertRows.rs"
[[example]]
name = "v2_report-schedules_CreateReportSchedule"
path = "examples/v2_report-schedules_CreateReportSchedule.rs"
[[example]]
name = "v2_report-schedules_PatchReportSchedule"
path = "examples/v2_report-schedules_PatchReportSchedule.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_ListRoleTemplates"
path = "examples/v2_roles_ListRoleTemplates.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-audience-management_CreateConnection"
path = "examples/v2_rum-audience-management_CreateConnection.rs"
[[example]]
name = "v2_rum-audience-management_DeleteConnection"
path = "examples/v2_rum-audience-management_DeleteConnection.rs"
[[example]]
name = "v2_rum-audience-management_GetAccountFacetInfo"
path = "examples/v2_rum-audience-management_GetAccountFacetInfo.rs"
[[example]]
name = "v2_rum-audience-management_GetMapping"
path = "examples/v2_rum-audience-management_GetMapping.rs"
[[example]]
name = "v2_rum-audience-management_GetUserFacetInfo"
path = "examples/v2_rum-audience-management_GetUserFacetInfo.rs"
[[example]]
name = "v2_rum-audience-management_ListConnections"
path = "examples/v2_rum-audience-management_ListConnections.rs"
[[example]]
name = "v2_rum-audience-management_QueryAccounts"
path = "examples/v2_rum-audience-management_QueryAccounts.rs"
[[example]]
name = "v2_rum-audience-management_QueryEventFilteredUsers"
path = "examples/v2_rum-audience-management_QueryEventFilteredUsers.rs"
[[example]]
name = "v2_rum-audience-management_QueryUsers"
path = "examples/v2_rum-audience-management_QueryUsers.rs"
[[example]]
name = "v2_rum-audience-management_UpdateConnection"
path = "examples/v2_rum-audience-management_UpdateConnection.rs"
[[example]]
name = "v2_rum-insights_QueryAggregatedLongTasks"
path = "examples/v2_rum-insights_QueryAggregatedLongTasks.rs"
[[example]]
name = "v2_rum-insights_QueryAggregatedSignalsProblems"
path = "examples/v2_rum-insights_QueryAggregatedSignalsProblems.rs"
[[example]]
name = "v2_rum-insights_QueryAggregatedWaterfall"
path = "examples/v2_rum-insights_QueryAggregatedWaterfall.rs"
[[example]]
name = "v2_rum-metrics_CreateRumMetric"
path = "examples/v2_rum-metrics_CreateRumMetric.rs"
[[example]]
name = "v2_rum-metrics_DeleteRumMetric"
path = "examples/v2_rum-metrics_DeleteRumMetric.rs"
[[example]]
name = "v2_rum-metrics_GetRumMetric"
path = "examples/v2_rum-metrics_GetRumMetric.rs"
[[example]]
name = "v2_rum-metrics_ListRumMetrics"
path = "examples/v2_rum-metrics_ListRumMetrics.rs"
[[example]]
name = "v2_rum-metrics_UpdateRumMetric"
path = "examples/v2_rum-metrics_UpdateRumMetric.rs"
[[example]]
name = "v2_rum-rate-limit_DeleteRumRateLimitConfig"
path = "examples/v2_rum-rate-limit_DeleteRumRateLimitConfig.rs"
[[example]]
name = "v2_rum-rate-limit_GetRumRateLimitConfig"
path = "examples/v2_rum-rate-limit_GetRumRateLimitConfig.rs"
[[example]]
name = "v2_rum-rate-limit_UpdateRumRateLimitConfig"
path = "examples/v2_rum-rate-limit_UpdateRumRateLimitConfig.rs"
[[example]]
name = "v2_rum-replay-heatmaps_CreateReplayHeatmapSnapshot"
path = "examples/v2_rum-replay-heatmaps_CreateReplayHeatmapSnapshot.rs"
[[example]]
name = "v2_rum-replay-heatmaps_DeleteReplayHeatmapSnapshot"
path = "examples/v2_rum-replay-heatmaps_DeleteReplayHeatmapSnapshot.rs"
[[example]]
name = "v2_rum-replay-heatmaps_ListReplayHeatmapSnapshots"
path = "examples/v2_rum-replay-heatmaps_ListReplayHeatmapSnapshots.rs"
[[example]]
name = "v2_rum-replay-heatmaps_UpdateReplayHeatmapSnapshot"
path = "examples/v2_rum-replay-heatmaps_UpdateReplayHeatmapSnapshot.rs"
[[example]]
name = "v2_rum-replay-playlists_AddRumReplaySessionToPlaylist"
path = "examples/v2_rum-replay-playlists_AddRumReplaySessionToPlaylist.rs"
[[example]]
name = "v2_rum-replay-playlists_BulkRemoveRumReplayPlaylistSessions"
path = "examples/v2_rum-replay-playlists_BulkRemoveRumReplayPlaylistSessions.rs"
[[example]]
name = "v2_rum-replay-playlists_CreateRumReplayPlaylist"
path = "examples/v2_rum-replay-playlists_CreateRumReplayPlaylist.rs"
[[example]]
name = "v2_rum-replay-playlists_DeleteRumReplayPlaylist"
path = "examples/v2_rum-replay-playlists_DeleteRumReplayPlaylist.rs"
[[example]]
name = "v2_rum-replay-playlists_GetRumReplayPlaylist"
path = "examples/v2_rum-replay-playlists_GetRumReplayPlaylist.rs"
[[example]]
name = "v2_rum-replay-playlists_ListRumReplayPlaylistSessions"
path = "examples/v2_rum-replay-playlists_ListRumReplayPlaylistSessions.rs"
[[example]]
name = "v2_rum-replay-playlists_ListRumReplayPlaylists"
path = "examples/v2_rum-replay-playlists_ListRumReplayPlaylists.rs"
[[example]]
name = "v2_rum-replay-playlists_RemoveRumReplaySessionFromPlaylist"
path = "examples/v2_rum-replay-playlists_RemoveRumReplaySessionFromPlaylist.rs"
[[example]]
name = "v2_rum-replay-playlists_UpdateRumReplayPlaylist"
path = "examples/v2_rum-replay-playlists_UpdateRumReplayPlaylist.rs"
[[example]]
name = "v2_rum-replay-sessions_GetSegments"
path = "examples/v2_rum-replay-sessions_GetSegments.rs"
[[example]]
name = "v2_rum-replay-viewership_CreateRumReplaySessionWatch"
path = "examples/v2_rum-replay-viewership_CreateRumReplaySessionWatch.rs"
[[example]]
name = "v2_rum-replay-viewership_DeleteRumReplaySessionWatch"
path = "examples/v2_rum-replay-viewership_DeleteRumReplaySessionWatch.rs"
[[example]]
name = "v2_rum-replay-viewership_ListRumReplaySessionWatchers"
path = "examples/v2_rum-replay-viewership_ListRumReplaySessionWatchers.rs"
[[example]]
name = "v2_rum-replay-viewership_ListRumReplayViewershipHistorySessions"
path = "examples/v2_rum-replay-viewership_ListRumReplayViewershipHistorySessions.rs"
[[example]]
name = "v2_rum-retention-filters_CreateRetentionFilter"
path = "examples/v2_rum-retention-filters_CreateRetentionFilter.rs"
[[example]]
name = "v2_rum-retention-filters_DeleteRetentionFilter"
path = "examples/v2_rum-retention-filters_DeleteRetentionFilter.rs"
[[example]]
name = "v2_rum-retention-filters_GetPermanentRetentionFilter"
path = "examples/v2_rum-retention-filters_GetPermanentRetentionFilter.rs"
[[example]]
name = "v2_rum-retention-filters_GetRetentionFilter"
path = "examples/v2_rum-retention-filters_GetRetentionFilter.rs"
[[example]]
name = "v2_rum-retention-filters_ListPermanentRetentionFilters"
path = "examples/v2_rum-retention-filters_ListPermanentRetentionFilters.rs"
[[example]]
name = "v2_rum-retention-filters_ListRetentionFilters"
path = "examples/v2_rum-retention-filters_ListRetentionFilters.rs"
[[example]]
name = "v2_rum-retention-filters_OrderRetentionFilters"
path = "examples/v2_rum-retention-filters_OrderRetentionFilters.rs"
[[example]]
name = "v2_rum-retention-filters_UpdatePermanentRetentionFilter"
path = "examples/v2_rum-retention-filters_UpdatePermanentRetentionFilter.rs"
[[example]]
name = "v2_rum-retention-filters_UpdateRetentionFilter"
path = "examples/v2_rum-retention-filters_UpdateRetentionFilter.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_CreateRUMApplication_1946294560"
path = "examples/v2_rum_CreateRUMApplication_1946294560.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_rum_UpdateRUMApplication_394074053"
path = "examples/v2_rum_UpdateRUMApplication_394074053.rs"
[[example]]
name = "v2_salesforce-integration_CreateIncidentTemplate"
path = "examples/v2_salesforce-integration_CreateIncidentTemplate.rs"
[[example]]
name = "v2_salesforce-integration_DeleteIncidentTemplate"
path = "examples/v2_salesforce-integration_DeleteIncidentTemplate.rs"
[[example]]
name = "v2_salesforce-integration_DeleteSalesforceOrganization"
path = "examples/v2_salesforce-integration_DeleteSalesforceOrganization.rs"
[[example]]
name = "v2_salesforce-integration_GetIncidentTemplates"
path = "examples/v2_salesforce-integration_GetIncidentTemplates.rs"
[[example]]
name = "v2_salesforce-integration_GetSalesforceOrganizations"
path = "examples/v2_salesforce-integration_GetSalesforceOrganizations.rs"
[[example]]
name = "v2_salesforce-integration_UpdateIncidentTemplate"
path = "examples/v2_salesforce-integration_UpdateIncidentTemplate.rs"
[[example]]
name = "v2_scorecards_CreateScorecardCampaign"
path = "examples/v2_scorecards_CreateScorecardCampaign.rs"
[[example]]
name = "v2_scorecards_CreateScorecardOutcomesBatch"
path = "examples/v2_scorecards_CreateScorecardOutcomesBatch.rs"
[[example]]
name = "v2_scorecards_CreateScorecardRule"
path = "examples/v2_scorecards_CreateScorecardRule.rs"
[[example]]
name = "v2_scorecards_DeleteScorecardCampaign"
path = "examples/v2_scorecards_DeleteScorecardCampaign.rs"
[[example]]
name = "v2_scorecards_DeleteScorecardRule"
path = "examples/v2_scorecards_DeleteScorecardRule.rs"
[[example]]
name = "v2_scorecards_GetScorecardCampaign"
path = "examples/v2_scorecards_GetScorecardCampaign.rs"
[[example]]
name = "v2_scorecards_ListScorecardCampaigns"
path = "examples/v2_scorecards_ListScorecardCampaigns.rs"
[[example]]
name = "v2_scorecards_ListScorecardOutcomes"
path = "examples/v2_scorecards_ListScorecardOutcomes.rs"
[[example]]
name = "v2_scorecards_ListScorecardOutcomes_2663454275"
path = "examples/v2_scorecards_ListScorecardOutcomes_2663454275.rs"
[[example]]
name = "v2_scorecards_ListScorecardRules"
path = "examples/v2_scorecards_ListScorecardRules.rs"
[[example]]
name = "v2_scorecards_ListScorecardRules_4057666343"
path = "examples/v2_scorecards_ListScorecardRules_4057666343.rs"
[[example]]
name = "v2_scorecards_ListScorecardScores"
path = "examples/v2_scorecards_ListScorecardScores.rs"
[[example]]
name = "v2_scorecards_ListScorecards"
path = "examples/v2_scorecards_ListScorecards.rs"
[[example]]
name = "v2_scorecards_UpdateScorecardCampaign"
path = "examples/v2_scorecards_UpdateScorecardCampaign.rs"
[[example]]
name = "v2_scorecards_UpdateScorecardOutcomes"
path = "examples/v2_scorecards_UpdateScorecardOutcomes.rs"
[[example]]
name = "v2_scorecards_UpdateScorecardOutcomes_2262047257"
path = "examples/v2_scorecards_UpdateScorecardOutcomes_2262047257.rs"
[[example]]
name = "v2_scorecards_UpdateScorecardRule"
path = "examples/v2_scorecards_UpdateScorecardRule.rs"
[[example]]
name = "v2_scorecards_UpdateScorecardRule_1831541184"
path = "examples/v2_scorecards_UpdateScorecardRule_1831541184.rs"
[[example]]
name = "v2_seats_AssignSeatsUser"
path = "examples/v2_seats_AssignSeatsUser.rs"
[[example]]
name = "v2_seats_GetSeatsUsers"
path = "examples/v2_seats_GetSeatsUsers.rs"
[[example]]
name = "v2_seats_UnassignSeatsUser"
path = "examples/v2_seats_UnassignSeatsUser.rs"
[[example]]
name = "v2_security-monitoring_ActivateContentPack"
path = "examples/v2_security-monitoring_ActivateContentPack.rs"
[[example]]
name = "v2_security-monitoring_AttachCase"
path = "examples/v2_security-monitoring_AttachCase.rs"
[[example]]
name = "v2_security-monitoring_AttachCase_897782765"
path = "examples/v2_security-monitoring_AttachCase_897782765.rs"
[[example]]
name = "v2_security-monitoring_AttachJiraIssue"
path = "examples/v2_security-monitoring_AttachJiraIssue.rs"
[[example]]
name = "v2_security-monitoring_AttachJiraIssue_3042842144"
path = "examples/v2_security-monitoring_AttachJiraIssue_3042842144.rs"
[[example]]
name = "v2_security-monitoring_AttachServiceNowTicket"
path = "examples/v2_security-monitoring_AttachServiceNowTicket.rs"
[[example]]
name = "v2_security-monitoring_BatchGetSecurityMonitoringDatasetDependencies"
path = "examples/v2_security-monitoring_BatchGetSecurityMonitoringDatasetDependencies.rs"
[[example]]
name = "v2_security-monitoring_BulkConvertExistingSecurityMonitoringRules"
path = "examples/v2_security-monitoring_BulkConvertExistingSecurityMonitoringRules.rs"
[[example]]
name = "v2_security-monitoring_BulkCreateSampleLogGenerationSubscriptions"
path = "examples/v2_security-monitoring_BulkCreateSampleLogGenerationSubscriptions.rs"
[[example]]
name = "v2_security-monitoring_BulkDeleteSecurityMonitoringRules"
path = "examples/v2_security-monitoring_BulkDeleteSecurityMonitoringRules.rs"
[[example]]
name = "v2_security-monitoring_BulkEditSecurityMonitoringSignals"
path = "examples/v2_security-monitoring_BulkEditSecurityMonitoringSignals.rs"
[[example]]
name = "v2_security-monitoring_BulkEditSecurityMonitoringSignalsAssignee"
path = "examples/v2_security-monitoring_BulkEditSecurityMonitoringSignalsAssignee.rs"
[[example]]
name = "v2_security-monitoring_BulkEditSecurityMonitoringSignalsState"
path = "examples/v2_security-monitoring_BulkEditSecurityMonitoringSignalsState.rs"
[[example]]
name = "v2_security-monitoring_BulkExportSecurityMonitoringRules"
path = "examples/v2_security-monitoring_BulkExportSecurityMonitoringRules.rs"
[[example]]
name = "v2_security-monitoring_BulkExportSecurityMonitoringTerraformResources"
path = "examples/v2_security-monitoring_BulkExportSecurityMonitoringTerraformResources.rs"
[[example]]
name = "v2_security-monitoring_CancelHistoricalJob"
path = "examples/v2_security-monitoring_CancelHistoricalJob.rs"
[[example]]
name = "v2_security-monitoring_ConvertExistingSecurityMonitoringRule"
path = "examples/v2_security-monitoring_ConvertExistingSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_ConvertJobResultToSignal"
path = "examples/v2_security-monitoring_ConvertJobResultToSignal.rs"
[[example]]
name = "v2_security-monitoring_ConvertSecurityMonitoringRuleFromJSONToTerraform"
path = "examples/v2_security-monitoring_ConvertSecurityMonitoringRuleFromJSONToTerraform.rs"
[[example]]
name = "v2_security-monitoring_ConvertSecurityMonitoringTerraformResource"
path = "examples/v2_security-monitoring_ConvertSecurityMonitoringTerraformResource.rs"
[[example]]
name = "v2_security-monitoring_CreateCases"
path = "examples/v2_security-monitoring_CreateCases.rs"
[[example]]
name = "v2_security-monitoring_CreateCases_2385516013"
path = "examples/v2_security-monitoring_CreateCases_2385516013.rs"
[[example]]
name = "v2_security-monitoring_CreateCases_2798851680"
path = "examples/v2_security-monitoring_CreateCases_2798851680.rs"
[[example]]
name = "v2_security-monitoring_CreateCustomFramework"
path = "examples/v2_security-monitoring_CreateCustomFramework.rs"
[[example]]
name = "v2_security-monitoring_CreateIoCTriageState"
path = "examples/v2_security-monitoring_CreateIoCTriageState.rs"
[[example]]
name = "v2_security-monitoring_CreateJiraIssues"
path = "examples/v2_security-monitoring_CreateJiraIssues.rs"
[[example]]
name = "v2_security-monitoring_CreateJiraIssues_379590688"
path = "examples/v2_security-monitoring_CreateJiraIssues_379590688.rs"
[[example]]
name = "v2_security-monitoring_CreateJiraIssues_829823123"
path = "examples/v2_security-monitoring_CreateJiraIssues_829823123.rs"
[[example]]
name = "v2_security-monitoring_CreateSampleLogGenerationSubscription"
path = "examples/v2_security-monitoring_CreateSampleLogGenerationSubscription.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityFilter"
path = "examples/v2_security-monitoring_CreateSecurityFilter.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringCriticalAsset"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringCriticalAsset.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringDataset"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringDataset.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringIntegrationConfig"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringIntegrationConfig.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_1965169892"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_1965169892.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_2323193894"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_2323193894.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_2899714190"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_2899714190.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_3243059428"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_3243059428.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_3355193622"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_3355193622.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_868881438"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_868881438.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_CreateServiceNowTickets"
path = "examples/v2_security-monitoring_CreateServiceNowTickets.rs"
[[example]]
name = "v2_security-monitoring_CreateSignalNotificationRule"
path = "examples/v2_security-monitoring_CreateSignalNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_CreateStaticAnalysisAst"
path = "examples/v2_security-monitoring_CreateStaticAnalysisAst.rs"
[[example]]
name = "v2_security-monitoring_CreateStaticAnalysisServerAnalysis"
path = "examples/v2_security-monitoring_CreateStaticAnalysisServerAnalysis.rs"
[[example]]
name = "v2_security-monitoring_CreateVulnerabilityNotificationRule"
path = "examples/v2_security-monitoring_CreateVulnerabilityNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_CreateVulnerabilityNotificationRule_2417112739"
path = "examples/v2_security-monitoring_CreateVulnerabilityNotificationRule_2417112739.rs"
[[example]]
name = "v2_security-monitoring_DeactivateContentPack"
path = "examples/v2_security-monitoring_DeactivateContentPack.rs"
[[example]]
name = "v2_security-monitoring_DeleteCustomFramework"
path = "examples/v2_security-monitoring_DeleteCustomFramework.rs"
[[example]]
name = "v2_security-monitoring_DeleteHistoricalJob"
path = "examples/v2_security-monitoring_DeleteHistoricalJob.rs"
[[example]]
name = "v2_security-monitoring_DeleteSampleLogGenerationSubscription"
path = "examples/v2_security-monitoring_DeleteSampleLogGenerationSubscription.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_DeleteSecurityMonitoringCriticalAsset"
path = "examples/v2_security-monitoring_DeleteSecurityMonitoringCriticalAsset.rs"
[[example]]
name = "v2_security-monitoring_DeleteSecurityMonitoringDataset"
path = "examples/v2_security-monitoring_DeleteSecurityMonitoringDataset.rs"
[[example]]
name = "v2_security-monitoring_DeleteSecurityMonitoringIntegrationConfig"
path = "examples/v2_security-monitoring_DeleteSecurityMonitoringIntegrationConfig.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_DeleteSignalNotificationRule"
path = "examples/v2_security-monitoring_DeleteSignalNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_DeleteVulnerabilityNotificationRule"
path = "examples/v2_security-monitoring_DeleteVulnerabilityNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_DetachCase"
path = "examples/v2_security-monitoring_DetachCase.rs"
[[example]]
name = "v2_security-monitoring_EditSecurityMonitoringSignal"
path = "examples/v2_security-monitoring_EditSecurityMonitoringSignal.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_ExportSecurityMonitoringTerraformResource"
path = "examples/v2_security-monitoring_ExportSecurityMonitoringTerraformResource.rs"
[[example]]
name = "v2_security-monitoring_GetContentPacksStates"
path = "examples/v2_security-monitoring_GetContentPacksStates.rs"
[[example]]
name = "v2_security-monitoring_GetCriticalAssetsAffectingRule"
path = "examples/v2_security-monitoring_GetCriticalAssetsAffectingRule.rs"
[[example]]
name = "v2_security-monitoring_GetCustomFramework"
path = "examples/v2_security-monitoring_GetCustomFramework.rs"
[[example]]
name = "v2_security-monitoring_GetEntityContext"
path = "examples/v2_security-monitoring_GetEntityContext.rs"
[[example]]
name = "v2_security-monitoring_GetFinding"
path = "examples/v2_security-monitoring_GetFinding.rs"
[[example]]
name = "v2_security-monitoring_GetHistoricalJob"
path = "examples/v2_security-monitoring_GetHistoricalJob.rs"
[[example]]
name = "v2_security-monitoring_GetIndicatorOfCompromise"
path = "examples/v2_security-monitoring_GetIndicatorOfCompromise.rs"
[[example]]
name = "v2_security-monitoring_GetInvestigationLogQueriesMatchingSignal"
path = "examples/v2_security-monitoring_GetInvestigationLogQueriesMatchingSignal.rs"
[[example]]
name = "v2_security-monitoring_GetResourceEvaluationFilters"
path = "examples/v2_security-monitoring_GetResourceEvaluationFilters.rs"
[[example]]
name = "v2_security-monitoring_GetRuleVersionHistory"
path = "examples/v2_security-monitoring_GetRuleVersionHistory.rs"
[[example]]
name = "v2_security-monitoring_GetRuleVersionHistory_2467565841"
path = "examples/v2_security-monitoring_GetRuleVersionHistory_2467565841.rs"
[[example]]
name = "v2_security-monitoring_GetSBOM"
path = "examples/v2_security-monitoring_GetSBOM.rs"
[[example]]
name = "v2_security-monitoring_GetSecretsRules"
path = "examples/v2_security-monitoring_GetSecretsRules.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityFilter"
path = "examples/v2_security-monitoring_GetSecurityFilter.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringCriticalAsset"
path = "examples/v2_security-monitoring_GetSecurityMonitoringCriticalAsset.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringDataset"
path = "examples/v2_security-monitoring_GetSecurityMonitoringDataset.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringDatasetByVersion"
path = "examples/v2_security-monitoring_GetSecurityMonitoringDatasetByVersion.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringDatasetVersionHistory"
path = "examples/v2_security-monitoring_GetSecurityMonitoringDatasetVersionHistory.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringHistsignal"
path = "examples/v2_security-monitoring_GetSecurityMonitoringHistsignal.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringHistsignalsByJobId"
path = "examples/v2_security-monitoring_GetSecurityMonitoringHistsignalsByJobId.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringIntegrationConfig"
path = "examples/v2_security-monitoring_GetSecurityMonitoringIntegrationConfig.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_GetSignalEntities"
path = "examples/v2_security-monitoring_GetSignalEntities.rs"
[[example]]
name = "v2_security-monitoring_GetSignalNotificationRule"
path = "examples/v2_security-monitoring_GetSignalNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_GetSignalNotificationRules"
path = "examples/v2_security-monitoring_GetSignalNotificationRules.rs"
[[example]]
name = "v2_security-monitoring_GetSingleEntityContext"
path = "examples/v2_security-monitoring_GetSingleEntityContext.rs"
[[example]]
name = "v2_security-monitoring_GetStaticAnalysisDefaultRulesets"
path = "examples/v2_security-monitoring_GetStaticAnalysisDefaultRulesets.rs"
[[example]]
name = "v2_security-monitoring_GetStaticAnalysisNodeTypes"
path = "examples/v2_security-monitoring_GetStaticAnalysisNodeTypes.rs"
[[example]]
name = "v2_security-monitoring_GetStaticAnalysisRuleset"
path = "examples/v2_security-monitoring_GetStaticAnalysisRuleset.rs"
[[example]]
name = "v2_security-monitoring_GetStaticAnalysisTreeSitterWasm"
path = "examples/v2_security-monitoring_GetStaticAnalysisTreeSitterWasm.rs"
[[example]]
name = "v2_security-monitoring_GetSuggestedActionsMatchingSignal"
path = "examples/v2_security-monitoring_GetSuggestedActionsMatchingSignal.rs"
[[example]]
name = "v2_security-monitoring_GetSuppressionVersionHistory"
path = "examples/v2_security-monitoring_GetSuppressionVersionHistory.rs"
[[example]]
name = "v2_security-monitoring_GetSuppressionsAffectingFutureRule"
path = "examples/v2_security-monitoring_GetSuppressionsAffectingFutureRule.rs"
[[example]]
name = "v2_security-monitoring_GetSuppressionsAffectingRule"
path = "examples/v2_security-monitoring_GetSuppressionsAffectingRule.rs"
[[example]]
name = "v2_security-monitoring_GetVulnerabilityNotificationRule"
path = "examples/v2_security-monitoring_GetVulnerabilityNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_GetVulnerabilityNotificationRules"
path = "examples/v2_security-monitoring_GetVulnerabilityNotificationRules.rs"
[[example]]
name = "v2_security-monitoring_ListAssetsSBOMs"
path = "examples/v2_security-monitoring_ListAssetsSBOMs.rs"
[[example]]
name = "v2_security-monitoring_ListFindings"
path = "examples/v2_security-monitoring_ListFindings.rs"
[[example]]
name = "v2_security-monitoring_ListFindings_1668290866"
path = "examples/v2_security-monitoring_ListFindings_1668290866.rs"
[[example]]
name = "v2_security-monitoring_ListFindings_2932019633"
path = "examples/v2_security-monitoring_ListFindings_2932019633.rs"
[[example]]
name = "v2_security-monitoring_ListFindings_3865842421"
path = "examples/v2_security-monitoring_ListFindings_3865842421.rs"
[[example]]
name = "v2_security-monitoring_ListHistoricalJobs"
path = "examples/v2_security-monitoring_ListHistoricalJobs.rs"
[[example]]
name = "v2_security-monitoring_ListIndicatorsOfCompromise"
path = "examples/v2_security-monitoring_ListIndicatorsOfCompromise.rs"
[[example]]
name = "v2_security-monitoring_ListMultipleRulesets"
path = "examples/v2_security-monitoring_ListMultipleRulesets.rs"
[[example]]
name = "v2_security-monitoring_ListSampleLogGenerationSubscriptions"
path = "examples/v2_security-monitoring_ListSampleLogGenerationSubscriptions.rs"
[[example]]
name = "v2_security-monitoring_ListScannedAssetsMetadata"
path = "examples/v2_security-monitoring_ListScannedAssetsMetadata.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityFilterVersions"
path = "examples/v2_security-monitoring_ListSecurityFilterVersions.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityFilters"
path = "examples/v2_security-monitoring_ListSecurityFilters.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityFindings"
path = "examples/v2_security-monitoring_ListSecurityFindings.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityFindings_2925663885"
path = "examples/v2_security-monitoring_ListSecurityFindings_2925663885.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringCriticalAssets"
path = "examples/v2_security-monitoring_ListSecurityMonitoringCriticalAssets.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringDatasets"
path = "examples/v2_security-monitoring_ListSecurityMonitoringDatasets.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringHistsignals"
path = "examples/v2_security-monitoring_ListSecurityMonitoringHistsignals.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringIntegrationConfigs"
path = "examples/v2_security-monitoring_ListSecurityMonitoringIntegrationConfigs.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_ListSecurityMonitoringSuppressions_1315707136"
path = "examples/v2_security-monitoring_ListSecurityMonitoringSuppressions_1315707136.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringSuppressions_1741429096"
path = "examples/v2_security-monitoring_ListSecurityMonitoringSuppressions_1741429096.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringSuppressions_3985905558"
path = "examples/v2_security-monitoring_ListSecurityMonitoringSuppressions_3985905558.rs"
[[example]]
name = "v2_security-monitoring_ListStaticAnalysisCodegenRulesets"
path = "examples/v2_security-monitoring_ListStaticAnalysisCodegenRulesets.rs"
[[example]]
name = "v2_security-monitoring_ListVulnerabilities"
path = "examples/v2_security-monitoring_ListVulnerabilities.rs"
[[example]]
name = "v2_security-monitoring_ListVulnerableAssets"
path = "examples/v2_security-monitoring_ListVulnerableAssets.rs"
[[example]]
name = "v2_security-monitoring_MuteSecurityFindings"
path = "examples/v2_security-monitoring_MuteSecurityFindings.rs"
[[example]]
name = "v2_security-monitoring_MuteSecurityFindings_298521544"
path = "examples/v2_security-monitoring_MuteSecurityFindings_298521544.rs"
[[example]]
name = "v2_security-monitoring_MuteSecurityFindings_3830190821"
path = "examples/v2_security-monitoring_MuteSecurityFindings_3830190821.rs"
[[example]]
name = "v2_security-monitoring_PatchSignalNotificationRule"
path = "examples/v2_security-monitoring_PatchSignalNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_PatchVulnerabilityNotificationRule"
path = "examples/v2_security-monitoring_PatchVulnerabilityNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_RestoreSecurityMonitoringRule"
path = "examples/v2_security-monitoring_RestoreSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_RunHistoricalJob"
path = "examples/v2_security-monitoring_RunHistoricalJob.rs"
[[example]]
name = "v2_security-monitoring_SearchSecurityFindings"
path = "examples/v2_security-monitoring_SearchSecurityFindings.rs"
[[example]]
name = "v2_security-monitoring_SearchSecurityFindings_3678541639"
path = "examples/v2_security-monitoring_SearchSecurityFindings_3678541639.rs"
[[example]]
name = "v2_security-monitoring_SearchSecurityMonitoringHistsignals"
path = "examples/v2_security-monitoring_SearchSecurityMonitoringHistsignals.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_SendSecurityMonitoringNotificationPreview"
path = "examples/v2_security-monitoring_SendSecurityMonitoringNotificationPreview.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_UpdateCustomFramework"
path = "examples/v2_security-monitoring_UpdateCustomFramework.rs"
[[example]]
name = "v2_security-monitoring_UpdateFindingsAssignee"
path = "examples/v2_security-monitoring_UpdateFindingsAssignee.rs"
[[example]]
name = "v2_security-monitoring_UpdateResourceEvaluationFilters"
path = "examples/v2_security-monitoring_UpdateResourceEvaluationFilters.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityFilter"
path = "examples/v2_security-monitoring_UpdateSecurityFilter.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityMonitoringCriticalAsset"
path = "examples/v2_security-monitoring_UpdateSecurityMonitoringCriticalAsset.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityMonitoringDataset"
path = "examples/v2_security-monitoring_UpdateSecurityMonitoringDataset.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityMonitoringIntegrationConfig"
path = "examples/v2_security-monitoring_UpdateSecurityMonitoringIntegrationConfig.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_ValidateSecurityMonitoringIntegrationConfig"
path = "examples/v2_security-monitoring_ValidateSecurityMonitoringIntegrationConfig.rs"
[[example]]
name = "v2_security-monitoring_ValidateSecurityMonitoringIntegrationCredentials"
path = "examples/v2_security-monitoring_ValidateSecurityMonitoringIntegrationCredentials.rs"
[[example]]
name = "v2_security-monitoring_ValidateSecurityMonitoringRule"
path = "examples/v2_security-monitoring_ValidateSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_ValidateSecurityMonitoringRule_2609327779"
path = "examples/v2_security-monitoring_ValidateSecurityMonitoringRule_2609327779.rs"
[[example]]
name = "v2_security-monitoring_ValidateSecurityMonitoringRule_4152369508"
path = "examples/v2_security-monitoring_ValidateSecurityMonitoringRule_4152369508.rs"
[[example]]
name = "v2_security-monitoring_ValidateSecurityMonitoringSuppression"
path = "examples/v2_security-monitoring_ValidateSecurityMonitoringSuppression.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_CreateScanningRule_502667299"
path = "examples/v2_sensitive-data-scanner_CreateScanningRule_502667299.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_CreateServiceAccountAccessToken"
path = "examples/v2_service-accounts_CreateServiceAccountAccessToken.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_GetServiceAccountAccessToken"
path = "examples/v2_service-accounts_GetServiceAccountAccessToken.rs"
[[example]]
name = "v2_service-accounts_GetServiceAccountApplicationKey"
path = "examples/v2_service-accounts_GetServiceAccountApplicationKey.rs"
[[example]]
name = "v2_service-accounts_ListServiceAccountAccessTokens"
path = "examples/v2_service-accounts_ListServiceAccountAccessTokens.rs"
[[example]]
name = "v2_service-accounts_ListServiceAccountApplicationKeys"
path = "examples/v2_service-accounts_ListServiceAccountApplicationKeys.rs"
[[example]]
name = "v2_service-accounts_RevokeServiceAccountAccessToken"
path = "examples/v2_service-accounts_RevokeServiceAccountAccessToken.rs"
[[example]]
name = "v2_service-accounts_UpdateServiceAccountAccessToken"
path = "examples/v2_service-accounts_UpdateServiceAccountAccessToken.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-level-objectives_GetSloStatus"
path = "examples/v2_service-level-objectives_GetSloStatus.rs"
[[example]]
name = "v2_servicenow-integration_CreateServiceNowTemplate"
path = "examples/v2_servicenow-integration_CreateServiceNowTemplate.rs"
[[example]]
name = "v2_servicenow-integration_DeleteServiceNowTemplate"
path = "examples/v2_servicenow-integration_DeleteServiceNowTemplate.rs"
[[example]]
name = "v2_servicenow-integration_GetServiceNowTemplate"
path = "examples/v2_servicenow-integration_GetServiceNowTemplate.rs"
[[example]]
name = "v2_servicenow-integration_ListServiceNowAssignmentGroups"
path = "examples/v2_servicenow-integration_ListServiceNowAssignmentGroups.rs"
[[example]]
name = "v2_servicenow-integration_ListServiceNowBusinessServices"
path = "examples/v2_servicenow-integration_ListServiceNowBusinessServices.rs"
[[example]]
name = "v2_servicenow-integration_ListServiceNowInstances"
path = "examples/v2_servicenow-integration_ListServiceNowInstances.rs"
[[example]]
name = "v2_servicenow-integration_ListServiceNowTemplates"
path = "examples/v2_servicenow-integration_ListServiceNowTemplates.rs"
[[example]]
name = "v2_servicenow-integration_ListServiceNowUsers"
path = "examples/v2_servicenow-integration_ListServiceNowUsers.rs"
[[example]]
name = "v2_servicenow-integration_UpdateServiceNowTemplate"
path = "examples/v2_servicenow-integration_UpdateServiceNowTemplate.rs"
[[example]]
name = "v2_slack-integration_ListSlackUserBindings"
path = "examples/v2_slack-integration_ListSlackUserBindings.rs"
[[example]]
name = "v2_software-catalog_DeleteCatalogEntity"
path = "examples/v2_software-catalog_DeleteCatalogEntity.rs"
[[example]]
name = "v2_software-catalog_DeleteCatalogKind"
path = "examples/v2_software-catalog_DeleteCatalogKind.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_ListCatalogKind"
path = "examples/v2_software-catalog_ListCatalogKind.rs"
[[example]]
name = "v2_software-catalog_ListCatalogKind_3806205775"
path = "examples/v2_software-catalog_ListCatalogKind_3806205775.rs"
[[example]]
name = "v2_software-catalog_ListCatalogRelation"
path = "examples/v2_software-catalog_ListCatalogRelation.rs"
[[example]]
name = "v2_software-catalog_ListCatalogRelation_1311054087"
path = "examples/v2_software-catalog_ListCatalogRelation_1311054087.rs"
[[example]]
name = "v2_software-catalog_PreviewCatalogEntities"
path = "examples/v2_software-catalog_PreviewCatalogEntities.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_software-catalog_UpsertCatalogKind"
path = "examples/v2_software-catalog_UpsertCatalogKind.rs"
[[example]]
name = "v2_spa_GetSPARecommendations"
path = "examples/v2_spa_GetSPARecommendations.rs"
[[example]]
name = "v2_spa_GetSPARecommendationsWithShard"
path = "examples/v2_spa_GetSPARecommendationsWithShard.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_static-analysis_CreateAiCustomRule"
path = "examples/v2_static-analysis_CreateAiCustomRule.rs"
[[example]]
name = "v2_static-analysis_CreateAiCustomRuleRevision"
path = "examples/v2_static-analysis_CreateAiCustomRuleRevision.rs"
[[example]]
name = "v2_static-analysis_CreateAiCustomRuleset"
path = "examples/v2_static-analysis_CreateAiCustomRuleset.rs"
[[example]]
name = "v2_static-analysis_CreateAiMemoryViolationResult"
path = "examples/v2_static-analysis_CreateAiMemoryViolationResult.rs"
[[example]]
name = "v2_static-analysis_CreateCustomRule"
path = "examples/v2_static-analysis_CreateCustomRule.rs"
[[example]]
name = "v2_static-analysis_CreateCustomRuleRevision"
path = "examples/v2_static-analysis_CreateCustomRuleRevision.rs"
[[example]]
name = "v2_static-analysis_CreateCustomRuleset"
path = "examples/v2_static-analysis_CreateCustomRuleset.rs"
[[example]]
name = "v2_static-analysis_CreateSCAResolveVulnerableSymbols"
path = "examples/v2_static-analysis_CreateSCAResolveVulnerableSymbols.rs"
[[example]]
name = "v2_static-analysis_CreateSCAResult"
path = "examples/v2_static-analysis_CreateSCAResult.rs"
[[example]]
name = "v2_static-analysis_CreateSCAScan"
path = "examples/v2_static-analysis_CreateSCAScan.rs"
[[example]]
name = "v2_static-analysis_DeleteAiCustomRule"
path = "examples/v2_static-analysis_DeleteAiCustomRule.rs"
[[example]]
name = "v2_static-analysis_DeleteAiCustomRuleset"
path = "examples/v2_static-analysis_DeleteAiCustomRuleset.rs"
[[example]]
name = "v2_static-analysis_DeleteAiMemoryViolationResult"
path = "examples/v2_static-analysis_DeleteAiMemoryViolationResult.rs"
[[example]]
name = "v2_static-analysis_DeleteCustomRule"
path = "examples/v2_static-analysis_DeleteCustomRule.rs"
[[example]]
name = "v2_static-analysis_DeleteCustomRuleset"
path = "examples/v2_static-analysis_DeleteCustomRuleset.rs"
[[example]]
name = "v2_static-analysis_GetAiCustomRule"
path = "examples/v2_static-analysis_GetAiCustomRule.rs"
[[example]]
name = "v2_static-analysis_GetAiCustomRuleRevision"
path = "examples/v2_static-analysis_GetAiCustomRuleRevision.rs"
[[example]]
name = "v2_static-analysis_GetAiCustomRuleset"
path = "examples/v2_static-analysis_GetAiCustomRuleset.rs"
[[example]]
name = "v2_static-analysis_GetCustomRule"
path = "examples/v2_static-analysis_GetCustomRule.rs"
[[example]]
name = "v2_static-analysis_GetCustomRuleRevision"
path = "examples/v2_static-analysis_GetCustomRuleRevision.rs"
[[example]]
name = "v2_static-analysis_GetCustomRuleset"
path = "examples/v2_static-analysis_GetCustomRuleset.rs"
[[example]]
name = "v2_static-analysis_GetSCAScan"
path = "examples/v2_static-analysis_GetSCAScan.rs"
[[example]]
name = "v2_static-analysis_ListAiCustomRuleRevisions"
path = "examples/v2_static-analysis_ListAiCustomRuleRevisions.rs"
[[example]]
name = "v2_static-analysis_ListAiCustomRuleRevisions_842014679"
path = "examples/v2_static-analysis_ListAiCustomRuleRevisions_842014679.rs"
[[example]]
name = "v2_static-analysis_ListAiCustomRulesets"
path = "examples/v2_static-analysis_ListAiCustomRulesets.rs"
[[example]]
name = "v2_static-analysis_ListAiMemoryViolationResults"
path = "examples/v2_static-analysis_ListAiMemoryViolationResults.rs"
[[example]]
name = "v2_static-analysis_ListAiPrompts"
path = "examples/v2_static-analysis_ListAiPrompts.rs"
[[example]]
name = "v2_static-analysis_ListCustomRuleRevisions"
path = "examples/v2_static-analysis_ListCustomRuleRevisions.rs"
[[example]]
name = "v2_static-analysis_ListCustomRuleRevisions_3739033293"
path = "examples/v2_static-analysis_ListCustomRuleRevisions_3739033293.rs"
[[example]]
name = "v2_static-analysis_ListCustomRulesets"
path = "examples/v2_static-analysis_ListCustomRulesets.rs"
[[example]]
name = "v2_static-analysis_ListSCALicenses"
path = "examples/v2_static-analysis_ListSCALicenses.rs"
[[example]]
name = "v2_static-analysis_RevertCustomRuleRevision"
path = "examples/v2_static-analysis_RevertCustomRuleRevision.rs"
[[example]]
name = "v2_static-analysis_UpdateAiCustomRuleset"
path = "examples/v2_static-analysis_UpdateAiCustomRuleset.rs"
[[example]]
name = "v2_static-analysis_UpdateCustomRuleset"
path = "examples/v2_static-analysis_UpdateCustomRuleset.rs"
[[example]]
name = "v2_status-pages_CreateBackfilledDegradation"
path = "examples/v2_status-pages_CreateBackfilledDegradation.rs"
[[example]]
name = "v2_status-pages_CreateBackfilledMaintenance"
path = "examples/v2_status-pages_CreateBackfilledMaintenance.rs"
[[example]]
name = "v2_status-pages_CreateComponent"
path = "examples/v2_status-pages_CreateComponent.rs"
[[example]]
name = "v2_status-pages_CreateDegradation"
path = "examples/v2_status-pages_CreateDegradation.rs"
[[example]]
name = "v2_status-pages_CreateMaintenance"
path = "examples/v2_status-pages_CreateMaintenance.rs"
[[example]]
name = "v2_status-pages_CreateMaintenance_2202276054"
path = "examples/v2_status-pages_CreateMaintenance_2202276054.rs"
[[example]]
name = "v2_status-pages_CreateStatusPage"
path = "examples/v2_status-pages_CreateStatusPage.rs"
[[example]]
name = "v2_status-pages_DeleteComponent"
path = "examples/v2_status-pages_DeleteComponent.rs"
[[example]]
name = "v2_status-pages_DeleteDegradation"
path = "examples/v2_status-pages_DeleteDegradation.rs"
[[example]]
name = "v2_status-pages_DeleteStatusPage"
path = "examples/v2_status-pages_DeleteStatusPage.rs"
[[example]]
name = "v2_status-pages_GetComponent"
path = "examples/v2_status-pages_GetComponent.rs"
[[example]]
name = "v2_status-pages_GetDegradation"
path = "examples/v2_status-pages_GetDegradation.rs"
[[example]]
name = "v2_status-pages_GetMaintenance"
path = "examples/v2_status-pages_GetMaintenance.rs"
[[example]]
name = "v2_status-pages_GetStatusPage"
path = "examples/v2_status-pages_GetStatusPage.rs"
[[example]]
name = "v2_status-pages_ListComponents"
path = "examples/v2_status-pages_ListComponents.rs"
[[example]]
name = "v2_status-pages_ListDegradations"
path = "examples/v2_status-pages_ListDegradations.rs"
[[example]]
name = "v2_status-pages_ListMaintenances"
path = "examples/v2_status-pages_ListMaintenances.rs"
[[example]]
name = "v2_status-pages_ListStatusPages"
path = "examples/v2_status-pages_ListStatusPages.rs"
[[example]]
name = "v2_status-pages_PublishStatusPage"
path = "examples/v2_status-pages_PublishStatusPage.rs"
[[example]]
name = "v2_status-pages_UnpublishStatusPage"
path = "examples/v2_status-pages_UnpublishStatusPage.rs"
[[example]]
name = "v2_status-pages_UpdateComponent"
path = "examples/v2_status-pages_UpdateComponent.rs"
[[example]]
name = "v2_status-pages_UpdateDegradation"
path = "examples/v2_status-pages_UpdateDegradation.rs"
[[example]]
name = "v2_status-pages_UpdateMaintenance"
path = "examples/v2_status-pages_UpdateMaintenance.rs"
[[example]]
name = "v2_status-pages_UpdateStatusPage"
path = "examples/v2_status-pages_UpdateStatusPage.rs"
[[example]]
name = "v2_statuspage-integration_CreateStatuspageAccount"
path = "examples/v2_statuspage-integration_CreateStatuspageAccount.rs"
[[example]]
name = "v2_statuspage-integration_CreateStatuspageUrlSetting"
path = "examples/v2_statuspage-integration_CreateStatuspageUrlSetting.rs"
[[example]]
name = "v2_statuspage-integration_DeleteStatuspageAccount"
path = "examples/v2_statuspage-integration_DeleteStatuspageAccount.rs"
[[example]]
name = "v2_statuspage-integration_DeleteStatuspageUrlSetting"
path = "examples/v2_statuspage-integration_DeleteStatuspageUrlSetting.rs"
[[example]]
name = "v2_statuspage-integration_GetStatuspageAccount"
path = "examples/v2_statuspage-integration_GetStatuspageAccount.rs"
[[example]]
name = "v2_statuspage-integration_ListStatuspageUrlSettings"
path = "examples/v2_statuspage-integration_ListStatuspageUrlSettings.rs"
[[example]]
name = "v2_statuspage-integration_UpdateStatuspageAccount"
path = "examples/v2_statuspage-integration_UpdateStatuspageAccount.rs"
[[example]]
name = "v2_statuspage-integration_UpdateStatuspageUrlSetting"
path = "examples/v2_statuspage-integration_UpdateStatuspageUrlSetting.rs"
[[example]]
name = "v2_stegadography_GetStegadographyWidgets"
path = "examples/v2_stegadography_GetStegadographyWidgets.rs"
[[example]]
name = "v2_storage-management_DeleteSyncConfig"
path = "examples/v2_storage-management_DeleteSyncConfig.rs"
[[example]]
name = "v2_storage-management_UpsertSyncConfig"
path = "examples/v2_storage-management_UpsertSyncConfig.rs"
[[example]]
name = "v2_synthetics_AbortTestFileMultipartUpload"
path = "examples/v2_synthetics_AbortTestFileMultipartUpload.rs"
[[example]]
name = "v2_synthetics_AddTestToSyntheticsDowntime"
path = "examples/v2_synthetics_AddTestToSyntheticsDowntime.rs"
[[example]]
name = "v2_synthetics_CompleteTestFileMultipartUpload"
path = "examples/v2_synthetics_CompleteTestFileMultipartUpload.rs"
[[example]]
name = "v2_synthetics_CreateSyntheticsDowntime"
path = "examples/v2_synthetics_CreateSyntheticsDowntime.rs"
[[example]]
name = "v2_synthetics_CreateSyntheticsNetworkTest"
path = "examples/v2_synthetics_CreateSyntheticsNetworkTest.rs"
[[example]]
name = "v2_synthetics_CreateSyntheticsSuite"
path = "examples/v2_synthetics_CreateSyntheticsSuite.rs"
[[example]]
name = "v2_synthetics_DeleteSyntheticsDowntime"
path = "examples/v2_synthetics_DeleteSyntheticsDowntime.rs"
[[example]]
name = "v2_synthetics_DeleteSyntheticsSuites"
path = "examples/v2_synthetics_DeleteSyntheticsSuites.rs"
[[example]]
name = "v2_synthetics_DeleteSyntheticsTests"
path = "examples/v2_synthetics_DeleteSyntheticsTests.rs"
[[example]]
name = "v2_synthetics_EditSyntheticsSuite"
path = "examples/v2_synthetics_EditSyntheticsSuite.rs"
[[example]]
name = "v2_synthetics_GetApiMultistepSubtestParents"
path = "examples/v2_synthetics_GetApiMultistepSubtestParents.rs"
[[example]]
name = "v2_synthetics_GetApiMultistepSubtests"
path = "examples/v2_synthetics_GetApiMultistepSubtests.rs"
[[example]]
name = "v2_synthetics_GetOnDemandConcurrencyCap"
path = "examples/v2_synthetics_GetOnDemandConcurrencyCap.rs"
[[example]]
name = "v2_synthetics_GetSyntheticsBrowserTestResult"
path = "examples/v2_synthetics_GetSyntheticsBrowserTestResult.rs"
[[example]]
name = "v2_synthetics_GetSyntheticsDowntime"
path = "examples/v2_synthetics_GetSyntheticsDowntime.rs"
[[example]]
name = "v2_synthetics_GetSyntheticsFastTestResult"
path = "examples/v2_synthetics_GetSyntheticsFastTestResult.rs"
[[example]]
name = "v2_synthetics_GetSyntheticsNetworkTest"
path = "examples/v2_synthetics_GetSyntheticsNetworkTest.rs"
[[example]]
name = "v2_synthetics_GetSyntheticsSuite"
path = "examples/v2_synthetics_GetSyntheticsSuite.rs"
[[example]]
name = "v2_synthetics_GetSyntheticsTestResult"
path = "examples/v2_synthetics_GetSyntheticsTestResult.rs"
[[example]]
name = "v2_synthetics_GetSyntheticsTestVersion"
path = "examples/v2_synthetics_GetSyntheticsTestVersion.rs"
[[example]]
name = "v2_synthetics_GetTestFileDownloadUrl"
path = "examples/v2_synthetics_GetTestFileDownloadUrl.rs"
[[example]]
name = "v2_synthetics_GetTestFileMultipartPresignedUrls"
path = "examples/v2_synthetics_GetTestFileMultipartPresignedUrls.rs"
[[example]]
name = "v2_synthetics_GetTestParentSuites"
path = "examples/v2_synthetics_GetTestParentSuites.rs"
[[example]]
name = "v2_synthetics_ListSyntheticsBrowserTestLatestResults"
path = "examples/v2_synthetics_ListSyntheticsBrowserTestLatestResults.rs"
[[example]]
name = "v2_synthetics_ListSyntheticsDowntimes"
path = "examples/v2_synthetics_ListSyntheticsDowntimes.rs"
[[example]]
name = "v2_synthetics_ListSyntheticsTestLatestResults"
path = "examples/v2_synthetics_ListSyntheticsTestLatestResults.rs"
[[example]]
name = "v2_synthetics_ListSyntheticsTestVersions"
path = "examples/v2_synthetics_ListSyntheticsTestVersions.rs"
[[example]]
name = "v2_synthetics_PatchGlobalVariable"
path = "examples/v2_synthetics_PatchGlobalVariable.rs"
[[example]]
name = "v2_synthetics_PatchTestSuite"
path = "examples/v2_synthetics_PatchTestSuite.rs"
[[example]]
name = "v2_synthetics_PollSyntheticsTestResults"
path = "examples/v2_synthetics_PollSyntheticsTestResults.rs"
[[example]]
name = "v2_synthetics_RemoveTestFromSyntheticsDowntime"
path = "examples/v2_synthetics_RemoveTestFromSyntheticsDowntime.rs"
[[example]]
name = "v2_synthetics_SearchSuites"
path = "examples/v2_synthetics_SearchSuites.rs"
[[example]]
name = "v2_synthetics_SearchSuites_2539131170"
path = "examples/v2_synthetics_SearchSuites_2539131170.rs"
[[example]]
name = "v2_synthetics_SetOnDemandConcurrencyCap"
path = "examples/v2_synthetics_SetOnDemandConcurrencyCap.rs"
[[example]]
name = "v2_synthetics_UpdateSyntheticsDowntime"
path = "examples/v2_synthetics_UpdateSyntheticsDowntime.rs"
[[example]]
name = "v2_synthetics_UpdateSyntheticsNetworkTest"
path = "examples/v2_synthetics_UpdateSyntheticsNetworkTest.rs"
[[example]]
name = "v2_tag-policies_CreateTagPolicy"
path = "examples/v2_tag-policies_CreateTagPolicy.rs"
[[example]]
name = "v2_tag-policies_DeleteTagPolicy"
path = "examples/v2_tag-policies_DeleteTagPolicy.rs"
[[example]]
name = "v2_tag-policies_GetTagPolicy"
path = "examples/v2_tag-policies_GetTagPolicy.rs"
[[example]]
name = "v2_tag-policies_GetTagPolicyScore"
path = "examples/v2_tag-policies_GetTagPolicyScore.rs"
[[example]]
name = "v2_tag-policies_ListTagPolicies"
path = "examples/v2_tag-policies_ListTagPolicies.rs"
[[example]]
name = "v2_tag-policies_UpdateTagPolicy"
path = "examples/v2_tag-policies_UpdateTagPolicy.rs"
[[example]]
name = "v2_teams_AddMemberTeam"
path = "examples/v2_teams_AddMemberTeam.rs"
[[example]]
name = "v2_teams_AddTeamHierarchyLink"
path = "examples/v2_teams_AddTeamHierarchyLink.rs"
[[example]]
name = "v2_teams_CreateTeam"
path = "examples/v2_teams_CreateTeam.rs"
[[example]]
name = "v2_teams_CreateTeamConnections"
path = "examples/v2_teams_CreateTeamConnections.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_CreateTeamNotificationRule"
path = "examples/v2_teams_CreateTeamNotificationRule.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_DeleteTeamConnections"
path = "examples/v2_teams_DeleteTeamConnections.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_DeleteTeamNotificationRule"
path = "examples/v2_teams_DeleteTeamNotificationRule.rs"
[[example]]
name = "v2_teams_GetTeam"
path = "examples/v2_teams_GetTeam.rs"
[[example]]
name = "v2_teams_GetTeamHierarchyLink"
path = "examples/v2_teams_GetTeamHierarchyLink.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_GetTeamNotificationRule"
path = "examples/v2_teams_GetTeamNotificationRule.rs"
[[example]]
name = "v2_teams_GetTeamNotificationRules"
path = "examples/v2_teams_GetTeamNotificationRules.rs"
[[example]]
name = "v2_teams_GetTeamPermissionSettings"
path = "examples/v2_teams_GetTeamPermissionSettings.rs"
[[example]]
name = "v2_teams_GetTeamSync"
path = "examples/v2_teams_GetTeamSync.rs"
[[example]]
name = "v2_teams_GetUserMemberships"
path = "examples/v2_teams_GetUserMemberships.rs"
[[example]]
name = "v2_teams_ListMemberTeams"
path = "examples/v2_teams_ListMemberTeams.rs"
[[example]]
name = "v2_teams_ListMemberTeams_1662850354"
path = "examples/v2_teams_ListMemberTeams_1662850354.rs"
[[example]]
name = "v2_teams_ListTeamConnections"
path = "examples/v2_teams_ListTeamConnections.rs"
[[example]]
name = "v2_teams_ListTeamConnections_1473516764"
path = "examples/v2_teams_ListTeamConnections_1473516764.rs"
[[example]]
name = "v2_teams_ListTeamConnections_2418873869"
path = "examples/v2_teams_ListTeamConnections_2418873869.rs"
[[example]]
name = "v2_teams_ListTeamHierarchyLinks"
path = "examples/v2_teams_ListTeamHierarchyLinks.rs"
[[example]]
name = "v2_teams_ListTeamHierarchyLinks_3360757486"
path = "examples/v2_teams_ListTeamHierarchyLinks_3360757486.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_RemoveMemberTeam"
path = "examples/v2_teams_RemoveMemberTeam.rs"
[[example]]
name = "v2_teams_RemoveTeamHierarchyLink"
path = "examples/v2_teams_RemoveTeamHierarchyLink.rs"
[[example]]
name = "v2_teams_SyncTeams"
path = "examples/v2_teams_SyncTeams.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_UpdateTeamNotificationRule"
path = "examples/v2_teams_UpdateTeamNotificationRule.rs"
[[example]]
name = "v2_teams_UpdateTeamPermissionSetting"
path = "examples/v2_teams_UpdateTeamPermissionSetting.rs"
[[example]]
name = "v2_teams_UpdateTeam_780342264"
path = "examples/v2_teams_UpdateTeam_780342264.rs"
[[example]]
name = "v2_test-optimization_DeleteTestOptimizationServiceSettings"
path = "examples/v2_test-optimization_DeleteTestOptimizationServiceSettings.rs"
[[example]]
name = "v2_test-optimization_GetFlakyTestsManagementPolicies"
path = "examples/v2_test-optimization_GetFlakyTestsManagementPolicies.rs"
[[example]]
name = "v2_test-optimization_GetTestOptimizationServiceSettings"
path = "examples/v2_test-optimization_GetTestOptimizationServiceSettings.rs"
[[example]]
name = "v2_test-optimization_SearchFlakyTests"
path = "examples/v2_test-optimization_SearchFlakyTests.rs"
[[example]]
name = "v2_test-optimization_SearchFlakyTests_1224086727"
path = "examples/v2_test-optimization_SearchFlakyTests_1224086727.rs"
[[example]]
name = "v2_test-optimization_SearchFlakyTests_209064879"
path = "examples/v2_test-optimization_SearchFlakyTests_209064879.rs"
[[example]]
name = "v2_test-optimization_SearchFlakyTests_2665223746"
path = "examples/v2_test-optimization_SearchFlakyTests_2665223746.rs"
[[example]]
name = "v2_test-optimization_UpdateFlakyTests"
path = "examples/v2_test-optimization_UpdateFlakyTests.rs"
[[example]]
name = "v2_test-optimization_UpdateFlakyTestsManagementPolicies"
path = "examples/v2_test-optimization_UpdateFlakyTestsManagementPolicies.rs"
[[example]]
name = "v2_test-optimization_UpdateTestOptimizationServiceSettings"
path = "examples/v2_test-optimization_UpdateTestOptimizationServiceSettings.rs"
[[example]]
name = "v2_usage-metering_GetActiveBillingDimensions"
path = "examples/v2_usage-metering_GetActiveBillingDimensions.rs"
[[example]]
name = "v2_usage-metering_GetBillingDimensionMapping"
path = "examples/v2_usage-metering_GetBillingDimensionMapping.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_GetUsageAttributionTypes"
path = "examples/v2_usage-metering_GetUsageAttributionTypes.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_usage-metering_GetUsageSummaryAvailableFields"
path = "examples/v2_usage-metering_GetUsageSummaryAvailableFields.rs"
[[example]]
name = "v2_usage-metering_GetUsageSummaryAvailableFields_2682263043"
path = "examples/v2_usage-metering_GetUsageSummaryAvailableFields_2682263043.rs"
[[example]]
name = "v2_users_AnonymizeUsers"
path = "examples/v2_users_AnonymizeUsers.rs"
[[example]]
name = "v2_users_CreateUser"
path = "examples/v2_users_CreateUser.rs"
[[example]]
name = "v2_users_DeleteUserInvitations"
path = "examples/v2_users_DeleteUserInvitations.rs"
[[example]]
name = "v2_users_DisableUser"
path = "examples/v2_users_DisableUser.rs"
[[example]]
name = "v2_users_GetCurrentUser"
path = "examples/v2_users_GetCurrentUser.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_UpdateCurrentUser"
path = "examples/v2_users_UpdateCurrentUser.rs"
[[example]]
name = "v2_users_UpdateUser"
path = "examples/v2_users_UpdateUser.rs"
[[example]]
name = "v2_web-integrations_CreateWebIntegrationAccount"
path = "examples/v2_web-integrations_CreateWebIntegrationAccount.rs"
[[example]]
name = "v2_web-integrations_DeleteWebIntegrationAccount"
path = "examples/v2_web-integrations_DeleteWebIntegrationAccount.rs"
[[example]]
name = "v2_web-integrations_GetWebIntegrationAccount"
path = "examples/v2_web-integrations_GetWebIntegrationAccount.rs"
[[example]]
name = "v2_web-integrations_ListWebIntegrationAccounts"
path = "examples/v2_web-integrations_ListWebIntegrationAccounts.rs"
[[example]]
name = "v2_web-integrations_UpdateWebIntegrationAccount"
path = "examples/v2_web-integrations_UpdateWebIntegrationAccount.rs"
[[example]]
name = "v2_webhooks-integration_CreateOAuth2ClientCredentials"
path = "examples/v2_webhooks-integration_CreateOAuth2ClientCredentials.rs"
[[example]]
name = "v2_webhooks-integration_DeleteOAuth2ClientCredentials"
path = "examples/v2_webhooks-integration_DeleteOAuth2ClientCredentials.rs"
[[example]]
name = "v2_webhooks-integration_GetAllAuthMethods"
path = "examples/v2_webhooks-integration_GetAllAuthMethods.rs"
[[example]]
name = "v2_webhooks-integration_GetOAuth2ClientCredentials"
path = "examples/v2_webhooks-integration_GetOAuth2ClientCredentials.rs"
[[example]]
name = "v2_webhooks-integration_UpdateOAuth2ClientCredentials"
path = "examples/v2_webhooks-integration_UpdateOAuth2ClientCredentials.rs"
[[example]]
name = "v2_widgets_CreateWidget"
path = "examples/v2_widgets_CreateWidget.rs"
[[example]]
name = "v2_widgets_DeleteWidget"
path = "examples/v2_widgets_DeleteWidget.rs"
[[example]]
name = "v2_widgets_GetWidget"
path = "examples/v2_widgets_GetWidget.rs"
[[example]]
name = "v2_widgets_SearchWidgets"
path = "examples/v2_widgets_SearchWidgets.rs"
[[example]]
name = "v2_widgets_UpdateWidget"
path = "examples/v2_widgets_UpdateWidget.rs"
[[example]]
name = "v2_workflow-automation_CancelWorkflowInstance"
path = "examples/v2_workflow-automation_CancelWorkflowInstance.rs"
[[example]]
name = "v2_workflow-automation_CreateWorkflow"
path = "examples/v2_workflow-automation_CreateWorkflow.rs"
[[example]]
name = "v2_workflow-automation_CreateWorkflowInstance"
path = "examples/v2_workflow-automation_CreateWorkflowInstance.rs"
[[example]]
name = "v2_workflow-automation_DeleteWorkflow"
path = "examples/v2_workflow-automation_DeleteWorkflow.rs"
[[example]]
name = "v2_workflow-automation_GetWorkflow"
path = "examples/v2_workflow-automation_GetWorkflow.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"
[[example]]
name = "v2_workflow-automation_ListWorkflows"
path = "examples/v2_workflow-automation_ListWorkflows.rs"
[[example]]
name = "v2_workflow-automation_ListWorkflows_71111569"
path = "examples/v2_workflow-automation_ListWorkflows_71111569.rs"
[[example]]
name = "v2_workflow-automation_UpdateWorkflow"
path = "examples/v2_workflow-automation_UpdateWorkflow.rs"
[dependencies.async-stream]
version = "0.3.6"
[dependencies.chrono]
version = "0.4.44"
features = ["serde"]
[dependencies.flate2]
version = "1.1.9"
[dependencies.form-data-builder]
version = "1.0.1"
[dependencies.futures-core]
version = "0.3.32"
[dependencies.getrandom]
version = "0.2"
features = ["js"]
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.log]
version = "0.4.29"
[dependencies.reqwest]
version = "0.13.2"
features = [
"multipart",
"query",
]
default-features = false
[dependencies.reqwest-middleware]
version = "0.5.1"
features = ["query"]
[dependencies.reqwest-retry]
version = "0.9.1"
optional = true
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
[dependencies.serde_with]
version = "3.18.0"
[dependencies.url]
version = "2.5.8"
[dependencies.uuid]
version = "1.23.0"
features = [
"v4",
"fast-rng",
"macro-diagnostics",
"serde",
"js",
]
[dependencies.zstd]
version = "0.13.3"
optional = true
[dev-dependencies.chrono]
version = "0.4.44"
[dev-dependencies.convert_case]
version = "0.11.0"
[dev-dependencies.cucumber]
version = "0.22.1"
[dev-dependencies.env_logger]
version = "0.11.10"
[dev-dependencies.futures]
version = "0.3.32"
[dev-dependencies.futures-util]
version = "0.3.32"
[dev-dependencies.minijinja]
version = "2.18.0"
[dev-dependencies.regex]
version = "1.12.3"
[dev-dependencies.sha256]
version = "1.6.0"
[dev-dependencies.tokio]
version = "1.50"
features = [
"macros",
"rt-multi-thread",
"time",
]
[dev-dependencies.urlencoding]
version = "2.1.3"
[dev-dependencies.vcr-cassette]
version = "2.0.1"
[build-dependencies.rustc_version]
version = "0.4.1"