From 77f0846deb02cb35785ae24e6852c8cde05c6083 Mon Sep 17 00:00:00 2001 From: therve Date: Fri, 11 Mar 2022 14:33:34 +0000 Subject: [PATCH] Add basic mypy structure (#879) * Add basic mypy structure This adds some typing information to make sure we can run mypy on the code base. * Add types d1d1aa5497f3ec6c9b468a8243abc9993648249b --- datadog_api_client.html | 14 +- datadog_api_client.v1.model.html | 1500 +++++++++++++++--------------- datadog_api_client.v2.model.html | 872 ++++++++--------- searchindex.js | 2 +- 4 files changed, 1194 insertions(+), 1194 deletions(-) diff --git a/datadog_api_client.html b/datadog_api_client.html index 43a849a1d2..d3fb107035 100644 --- a/datadog_api_client.html +++ b/datadog_api_client.html @@ -1594,7 +1594,7 @@

datadog_api_client
-call_api(resource_path: str, method: str, path_params: Optional[Dict[str, Any]] = None, query_params: Optional[List[Tuple[str, Any]]] = None, header_params: Optional[Dict[str, Any]] = None, body: Optional[Any] = None, post_params: Optional[List[Tuple[str, Any]]] = None, files: Optional[Dict[str, List[io.IOBase]]] = None, response_type: Optional[Tuple[Any]] = None, auth_settings: Optional[List[str]] = None, async_req: Optional[bool] = None, _return_http_data_only: Optional[bool] = None, collection_formats: Optional[Dict[str, str]] = None, _preload_content: bool = True, _request_timeout: Optional[Union[int, float, Tuple]] = None, _host: Optional[str] = None, _check_type: Optional[bool] = None)
+call_api(resource_path: str, method: str, path_params: Optional[Dict[str, Any]] = None, query_params: Optional[List[Tuple[str, Any]]] = None, header_params: Optional[Dict[str, Any]] = None, body: Optional[Any] = None, post_params: Optional[List[Tuple[str, Any]]] = None, files: Optional[Dict[str, List[_io.FileIO]]] = None, response_type: Optional[Tuple[Any]] = None, auth_settings: Optional[List[str]] = None, async_req: Optional[bool] = None, _return_http_data_only: Optional[bool] = None, collection_formats: Optional[Dict[str, str]] = None, _preload_content: bool = True, _request_timeout: Optional[Union[int, float, Tuple]] = None, _host: Optional[str] = None, _check_type: Optional[bool] = None)

Makes the HTTP request (synchronous) and returns deserialized data.

To make an async_req request, set the async_req parameter.

@@ -1680,7 +1680,7 @@

datadog_api_client

-files_parameters(files: Optional[Dict[str, List[io.IOBase]]] = None)
+files_parameters(files: Optional[Dict[str, List[_io.FileIO]]] = None)

Builds form parameters.

Parameters
@@ -1714,7 +1714,7 @@

datadog_api_client

-parameters_to_tuples(params, collection_formats)
+parameters_to_tuples(params, collection_formats) List[Tuple[str, str]]

Get parameters as list of tuples, formatting collections.

Parameters
@@ -2178,11 +2178,11 @@

datadog_api_client

-allowed_values = mappingproxy({})
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = mappingproxy({})
-attribute_map = mappingproxy({})
+attribute_map: Mapping[str, str] = mappingproxy({})
@@ -2194,7 +2194,7 @@

datadog_api_client

-read_only_vars = mappingproxy({})
+read_only_vars: Collection[str] = frozenset({})
@@ -2202,7 +2202,7 @@

datadog_api_client

-validations = mappingproxy({})
+validations: Mapping[str, Mapping[str, int]] = mappingproxy({})
diff --git a/datadog_api_client.v1.model.html b/datadog_api_client.v1.model.html index b250d16df0..1b739ecbf1 100644 --- a/datadog_api_client.v1.model.html +++ b/datadog_api_client.v1.model.html @@ -3171,7 +3171,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ADMIN': 'adm', 'ERROR': 'ERROR', 'READ_ONLY': 'ro', 'STANDARD': 'st'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ADMIN': 'adm', 'ERROR': 'ERROR', 'READ_ONLY': 'ro', 'STANDARD': 'st'}}
@@ -3199,7 +3199,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'alert_id': 'alert_id', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'viz_type': 'viz_type'}
+attribute_map: Mapping[str, str] = {'alert_id': 'alert_id', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'viz_type': 'viz_type'}

@@ -3219,7 +3219,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ALERT_GRAPH': 'alert_graph'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ALERT_GRAPH': 'alert_graph'}}

@@ -3235,7 +3235,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'alert_id': 'alert_id', 'precision': 'precision', 'text_align': 'text_align', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'unit': 'unit'}
+attribute_map: Mapping[str, str] = {'alert_id': 'alert_id', 'precision': 'precision', 'text_align': 'text_align', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'unit': 'unit'}

@@ -3255,7 +3255,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ALERT_VALUE': 'alert_value'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ALERT_VALUE': 'alert_value'}}

@@ -3271,7 +3271,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'errors': 'errors'}
+attribute_map: Mapping[str, str] = {'errors': 'errors'}

@@ -3287,7 +3287,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created': 'created', 'created_by': 'created_by', 'key': 'key', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'created': 'created', 'created_by': 'created_by', 'key': 'key', 'name': 'name'}

@@ -3295,11 +3295,11 @@

datadog_api_client.v1.model

-read_only_vars = {'created', 'created_by', 'key'}
+read_only_vars: Collection[str] = {'created', 'created_by', 'key'}
-validations = {'key': {'max_length': 32, 'min_length': 32}}
+validations: Mapping[str, Mapping[str, int]] = {'key': {'max_length': 32, 'min_length': 32}}

@@ -3311,7 +3311,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'api_keys': 'api_keys'}
+attribute_map: Mapping[str, str] = {'api_keys': 'api_keys'}
@@ -3331,7 +3331,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'api_key': 'api_key'}
+attribute_map: Mapping[str, str] = {'api_key': 'api_key'}

@@ -3351,7 +3351,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'alias': 'alias', 'cell_display_mode': 'cell_display_mode', 'name': 'name', 'order': 'order'}
+attribute_map: Mapping[str, str] = {'alias': 'alias', 'cell_display_mode': 'cell_display_mode', 'name': 'name', 'order': 'order'}

@@ -3371,7 +3371,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'columns': 'columns', 'env': 'env', 'name': 'name', 'primary_tag': 'primary_tag', 'resource': 'resource', 'row_type': 'row_type', 'service': 'service'}
+attribute_map: Mapping[str, str] = {'columns': 'columns', 'env': 'env', 'name': 'name', 'primary_tag': 'primary_tag', 'resource': 'resource', 'row_type': 'row_type', 'service': 'service'}

@@ -3391,7 +3391,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'RESOURCE': 'resource', 'SERVICE': 'service', 'SPAN': 'span'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'RESOURCE': 'resource', 'SERVICE': 'service', 'SPAN': 'span'}}

@@ -3407,7 +3407,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hash': 'hash', 'name': 'name', 'owner': 'owner'}
+attribute_map: Mapping[str, str] = {'hash': 'hash', 'name': 'name', 'owner': 'owner'}

@@ -3415,11 +3415,11 @@

datadog_api_client.v1.model

-read_only_vars = {'hash', 'owner'}
+read_only_vars: Collection[str] = {'hash', 'owner'}
-validations = {'hash': {'max_length': 40, 'min_length': 40}}
+validations: Mapping[str, Mapping[str, int]] = {'hash': {'max_length': 40, 'min_length': 40}}
@@ -3431,7 +3431,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'application_keys': 'application_keys'}
+attribute_map: Mapping[str, str] = {'application_keys': 'application_keys'}
@@ -3451,7 +3451,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'application_key': 'application_key'}
+attribute_map: Mapping[str, str] = {'application_key': 'application_key'}

@@ -3471,7 +3471,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'valid': 'valid'}
+attribute_map: Mapping[str, str] = {'valid': 'valid'}

@@ -3479,7 +3479,7 @@

datadog_api_client.v1.model

-read_only_vars = {'valid'}
+read_only_vars: Collection[str] = {'valid'}
@@ -3491,7 +3491,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'access_key_id': 'access_key_id', 'account_id': 'account_id', 'account_specific_namespace_rules': 'account_specific_namespace_rules', 'cspm_resource_collection_enabled': 'cspm_resource_collection_enabled', 'excluded_regions': 'excluded_regions', 'filter_tags': 'filter_tags', 'host_tags': 'host_tags', 'metrics_collection_enabled': 'metrics_collection_enabled', 'resource_collection_enabled': 'resource_collection_enabled', 'role_name': 'role_name', 'secret_access_key': 'secret_access_key'}
+attribute_map: Mapping[str, str] = {'access_key_id': 'access_key_id', 'account_id': 'account_id', 'account_specific_namespace_rules': 'account_specific_namespace_rules', 'cspm_resource_collection_enabled': 'cspm_resource_collection_enabled', 'excluded_regions': 'excluded_regions', 'filter_tags': 'filter_tags', 'host_tags': 'host_tags', 'metrics_collection_enabled': 'metrics_collection_enabled', 'resource_collection_enabled': 'resource_collection_enabled', 'role_name': 'role_name', 'secret_access_key': 'secret_access_key'}
@@ -3507,7 +3507,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'account_id': 'account_id', 'lambda_arn': 'lambda_arn'}
+attribute_map: Mapping[str, str] = {'account_id': 'account_id', 'lambda_arn': 'lambda_arn'}

@@ -3523,7 +3523,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'external_id': 'external_id'}
+attribute_map: Mapping[str, str] = {'external_id': 'external_id'}

@@ -3539,7 +3539,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'access_key_id': 'access_key_id', 'account_id': 'account_id', 'role_name': 'role_name'}
+attribute_map: Mapping[str, str] = {'access_key_id': 'access_key_id', 'account_id': 'account_id', 'role_name': 'role_name'}

@@ -3555,7 +3555,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'accounts': 'accounts'}
+attribute_map: Mapping[str, str] = {'accounts': 'accounts'}

@@ -3575,7 +3575,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'code': 'code', 'message': 'message'}
+attribute_map: Mapping[str, str] = {'code': 'code', 'message': 'message'}

@@ -3591,7 +3591,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'errors': 'errors', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'errors': 'errors', 'status': 'status'}

@@ -3611,7 +3611,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'arn': 'arn'}
+attribute_map: Mapping[str, str] = {'arn': 'arn'}

@@ -3627,7 +3627,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'account_id': 'account_id', 'lambdas': 'lambdas', 'services': 'services'}
+attribute_map: Mapping[str, str] = {'account_id': 'account_id', 'lambdas': 'lambdas', 'services': 'services'}

@@ -3647,7 +3647,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'label': 'label'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'label': 'label'}

@@ -3663,7 +3663,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'account_id': 'account_id', 'services': 'services'}
+attribute_map: Mapping[str, str] = {'account_id': 'account_id', 'services': 'services'}

@@ -3679,7 +3679,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'APPLICATION_ELB': 'application_elb', 'CUSTOM': 'custom', 'ELB': 'elb', 'LAMBDA': 'lambda', 'NETWORK_ELB': 'network_elb', 'RDS': 'rds', 'SQS': 'sqs'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'APPLICATION_ELB': 'application_elb', 'CUSTOM': 'custom', 'ELB': 'elb', 'LAMBDA': 'lambda', 'NETWORK_ELB': 'network_elb', 'RDS': 'rds', 'SQS': 'sqs'}}

@@ -3695,7 +3695,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'namespace': 'namespace', 'tag_filter_str': 'tag_filter_str'}
+attribute_map: Mapping[str, str] = {'namespace': 'namespace', 'tag_filter_str': 'tag_filter_str'}

@@ -3715,7 +3715,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'account_id': 'account_id', 'namespace': 'namespace', 'tag_filter_str': 'tag_filter_str'}
+attribute_map: Mapping[str, str] = {'account_id': 'account_id', 'namespace': 'namespace', 'tag_filter_str': 'tag_filter_str'}

@@ -3735,7 +3735,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'account_id': 'account_id', 'namespace': 'namespace'}
+attribute_map: Mapping[str, str] = {'account_id': 'account_id', 'namespace': 'namespace'}

@@ -3755,7 +3755,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'filters': 'filters'}
+attribute_map: Mapping[str, str] = {'filters': 'filters'}

@@ -3775,7 +3775,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'automute': 'automute', 'client_id': 'client_id', 'client_secret': 'client_secret', 'errors': 'errors', 'host_filters': 'host_filters', 'new_client_id': 'new_client_id', 'new_tenant_name': 'new_tenant_name', 'tenant_name': 'tenant_name'}
+attribute_map: Mapping[str, str] = {'automute': 'automute', 'client_id': 'client_id', 'client_secret': 'client_secret', 'errors': 'errors', 'host_filters': 'host_filters', 'new_client_id': 'new_client_id', 'new_tenant_name': 'new_tenant_name', 'tenant_name': 'tenant_name'}

@@ -3807,7 +3807,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'scope': 'scope'}
+attribute_map: Mapping[str, str] = {'scope': 'scope'}

@@ -3823,7 +3823,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cancelled_ids': 'cancelled_ids'}
+attribute_map: Mapping[str, str] = {'cancelled_ids': 'cancelled_ids'}

@@ -3839,7 +3839,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'custom_links': 'custom_links', 'requests': 'requests', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'custom_links': 'custom_links', 'requests': 'requests', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -3847,7 +3847,7 @@

datadog_api_client.v1.model

-validations = {'requests': {'max_items': 1, 'min_items': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'requests': {'max_items': 1, 'min_items': 1}}
@@ -3863,7 +3863,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CHANGE': 'change'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CHANGE': 'change'}}
@@ -3879,7 +3879,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'apm_query': 'apm_query', 'change_type': 'change_type', 'compare_to': 'compare_to', 'event_query': 'event_query', 'formulas': 'formulas', 'increase_good': 'increase_good', 'log_query': 'log_query', 'network_query': 'network_query', 'order_by': 'order_by', 'order_dir': 'order_dir', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query', 'show_present': 'show_present'}
+attribute_map: Mapping[str, str] = {'apm_query': 'apm_query', 'change_type': 'change_type', 'compare_to': 'compare_to', 'event_query': 'event_query', 'formulas': 'formulas', 'increase_good': 'increase_good', 'log_query': 'log_query', 'network_query': 'network_query', 'order_by': 'order_by', 'order_dir': 'order_dir', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query', 'show_present': 'show_present'}

@@ -3899,7 +3899,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'errors': 'errors'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'errors': 'errors'}

@@ -3919,7 +3919,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'ok': 'ok'}
+attribute_map: Mapping[str, str] = {'ok': 'ok'}

@@ -3935,7 +3935,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'errors': 'errors'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'errors': 'errors'}

@@ -3955,7 +3955,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'ok': 'ok'}
+attribute_map: Mapping[str, str] = {'ok': 'ok'}

@@ -3971,7 +3971,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'check': 'check', 'group': 'group', 'group_by': 'group_by', 'grouping': 'grouping', 'tags': 'tags', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'check': 'check', 'group': 'group', 'group_by': 'group_by', 'grouping': 'grouping', 'tags': 'tags', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -3991,7 +3991,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CHECK_STATUS': 'check_status'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CHECK_STATUS': 'check_status'}}

@@ -4007,7 +4007,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DEFLATE': 'deflate', 'GZIP': 'gzip'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DEFLATE': 'deflate', 'GZIP': 'gzip'}}

@@ -4023,7 +4023,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'email': 'email', 'handle': 'handle', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'email': 'email', 'handle': 'handle', 'name': 'name'}

@@ -4039,7 +4039,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'author_handle': 'author_handle', 'author_name': 'author_name', 'created_at': 'created_at', 'description': 'description', 'id': 'id', 'is_read_only': 'is_read_only', 'layout_type': 'layout_type', 'modified_at': 'modified_at', 'notify_list': 'notify_list', 'reflow_type': 'reflow_type', 'restricted_roles': 'restricted_roles', 'template_variable_presets': 'template_variable_presets', 'template_variables': 'template_variables', 'title': 'title', 'url': 'url', 'widgets': 'widgets'}
+attribute_map: Mapping[str, str] = {'author_handle': 'author_handle', 'author_name': 'author_name', 'created_at': 'created_at', 'description': 'description', 'id': 'id', 'is_read_only': 'is_read_only', 'layout_type': 'layout_type', 'modified_at': 'modified_at', 'notify_list': 'notify_list', 'reflow_type': 'reflow_type', 'restricted_roles': 'restricted_roles', 'template_variable_presets': 'template_variable_presets', 'template_variables': 'template_variables', 'title': 'title', 'url': 'url', 'widgets': 'widgets'}

@@ -4047,7 +4047,7 @@

datadog_api_client.v1.model

-read_only_vars = {'author_handle', 'author_name', 'created_at', 'id', 'modified_at', 'url'}
+read_only_vars: Collection[str] = {'author_handle', 'author_name', 'created_at', 'id', 'modified_at', 'url'}

@@ -4063,7 +4063,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'type': 'type'}
@@ -4099,7 +4099,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -4119,7 +4119,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'deleted_dashboard_id': 'deleted_dashboard_id'}
+attribute_map: Mapping[str, str] = {'deleted_dashboard_id': 'deleted_dashboard_id'}

@@ -4135,7 +4135,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'FREE': 'free', 'ORDERED': 'ordered'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'FREE': 'free', 'ORDERED': 'ordered'}}

@@ -4151,7 +4151,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'author': 'author', 'created': 'created', 'dashboard_count': 'dashboard_count', 'id': 'id', 'is_favorite': 'is_favorite', 'modified': 'modified', 'name': 'name', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'author': 'author', 'created': 'created', 'dashboard_count': 'dashboard_count', 'id': 'id', 'is_favorite': 'is_favorite', 'modified': 'modified', 'name': 'name', 'type': 'type'}

@@ -4159,7 +4159,7 @@

datadog_api_client.v1.model

-read_only_vars = {'author', 'created', 'dashboard_count', 'id', 'is_favorite', 'modified', 'type'}
+read_only_vars: Collection[str] = {'author', 'created', 'dashboard_count', 'id', 'is_favorite', 'modified', 'type'}

@@ -4175,7 +4175,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'deleted_dashboard_list_id': 'deleted_dashboard_list_id'}
+attribute_map: Mapping[str, str] = {'deleted_dashboard_list_id': 'deleted_dashboard_list_id'}
@@ -4191,7 +4191,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'dashboard_lists': 'dashboard_lists'}
+attribute_map: Mapping[str, str] = {'dashboard_lists': 'dashboard_lists'}

@@ -4211,7 +4211,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AUTO': 'auto', 'FIXED': 'fixed'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AUTO': 'auto', 'FIXED': 'fixed'}}

@@ -4227,7 +4227,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DASHBOARD': 'dashboard'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DASHBOARD': 'dashboard'}}

@@ -4243,7 +4243,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -4263,7 +4263,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'dashboards': 'dashboards'}
+attribute_map: Mapping[str, str] = {'dashboards': 'dashboards'}

@@ -4283,7 +4283,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'author_handle': 'author_handle', 'created_at': 'created_at', 'description': 'description', 'id': 'id', 'is_read_only': 'is_read_only', 'layout_type': 'layout_type', 'modified_at': 'modified_at', 'title': 'title', 'url': 'url'}
+attribute_map: Mapping[str, str] = {'author_handle': 'author_handle', 'created_at': 'created_at', 'description': 'description', 'id': 'id', 'is_read_only': 'is_read_only', 'layout_type': 'layout_type', 'modified_at': 'modified_at', 'title': 'title', 'url': 'url'}

@@ -4303,7 +4303,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'available_values': 'available_values', 'default': 'default', 'name': 'name', 'prefix': 'prefix'}
+attribute_map: Mapping[str, str] = {'available_values': 'available_values', 'default': 'default', 'name': 'name', 'prefix': 'prefix'}

@@ -4319,7 +4319,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name', 'template_variables': 'template_variables'}
+attribute_map: Mapping[str, str] = {'name': 'name', 'template_variables': 'template_variables'}

@@ -4339,7 +4339,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'name': 'name', 'value': 'value'}

@@ -4355,7 +4355,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'deleted_monitor_id': 'deleted_monitor_id'}
+attribute_map: Mapping[str, str] = {'deleted_monitor_id': 'deleted_monitor_id'}

@@ -4371,7 +4371,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'legend_size': 'legend_size', 'markers': 'markers', 'requests': 'requests', 'show_legend': 'show_legend', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'xaxis': 'xaxis', 'yaxis': 'yaxis'}
+attribute_map: Mapping[str, str] = {'legend_size': 'legend_size', 'markers': 'markers', 'requests': 'requests', 'show_legend': 'show_legend', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'xaxis': 'xaxis', 'yaxis': 'yaxis'}

@@ -4379,7 +4379,7 @@

datadog_api_client.v1.model

-validations = {'requests': {'max_items': 1, 'min_items': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'requests': {'max_items': 1, 'min_items': 1}}

@@ -4395,7 +4395,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DISTRIBUTION': 'distribution'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DISTRIBUTION': 'distribution'}}
@@ -4411,7 +4411,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'apm_query': 'apm_query', 'apm_stats_query': 'apm_stats_query', 'event_query': 'event_query', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'rum_query': 'rum_query', 'security_query': 'security_query', 'style': 'style'}
+attribute_map: Mapping[str, str] = {'apm_query': 'apm_query', 'apm_stats_query': 'apm_stats_query', 'event_query': 'event_query', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'rum_query': 'rum_query', 'security_query': 'security_query', 'style': 'style'}

@@ -4431,7 +4431,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'include_zero': 'include_zero', 'max': 'max', 'min': 'min', 'scale': 'scale'}
+attribute_map: Mapping[str, str] = {'include_zero': 'include_zero', 'max': 'max', 'min': 'min', 'scale': 'scale'}

@@ -4447,7 +4447,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'include_zero': 'include_zero', 'label': 'label', 'max': 'max', 'min': 'min', 'scale': 'scale'}
+attribute_map: Mapping[str, str] = {'include_zero': 'include_zero', 'label': 'label', 'max': 'max', 'min': 'min', 'scale': 'scale'}

@@ -4463,7 +4463,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'active': 'active', 'active_child': 'active_child', 'canceled': 'canceled', 'creator_id': 'creator_id', 'disabled': 'disabled', 'downtime_type': 'downtime_type', 'end': 'end', 'id': 'id', 'message': 'message', 'monitor_id': 'monitor_id', 'monitor_tags': 'monitor_tags', 'parent_id': 'parent_id', 'recurrence': 'recurrence', 'scope': 'scope', 'start': 'start', 'timezone': 'timezone', 'updater_id': 'updater_id'}
+attribute_map: Mapping[str, str] = {'active': 'active', 'active_child': 'active_child', 'canceled': 'canceled', 'creator_id': 'creator_id', 'disabled': 'disabled', 'downtime_type': 'downtime_type', 'end': 'end', 'id': 'id', 'message': 'message', 'monitor_id': 'monitor_id', 'monitor_tags': 'monitor_tags', 'parent_id': 'parent_id', 'recurrence': 'recurrence', 'scope': 'scope', 'start': 'start', 'timezone': 'timezone', 'updater_id': 'updater_id'}

@@ -4471,11 +4471,11 @@

datadog_api_client.v1.model

-read_only_vars = {'active', 'active_child', 'canceled', 'creator_id', 'downtime_type', 'id', 'updater_id'}
+read_only_vars: Collection[str] = {'active', 'active_child', 'canceled', 'creator_id', 'downtime_type', 'id', 'updater_id'}
-validations = {'creator_id': {'inclusive_maximum': 2147483647}, 'downtime_type': {'inclusive_maximum': 2147483647}, 'updater_id': {'inclusive_maximum': 2147483647}}
+validations: Mapping[str, Mapping[str, int]] = {'creator_id': {'inclusive_maximum': 2147483647}, 'downtime_type': {'inclusive_maximum': 2147483647}, 'updater_id': {'inclusive_maximum': 2147483647}}

@@ -4491,7 +4491,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'active': 'active', 'canceled': 'canceled', 'creator_id': 'creator_id', 'disabled': 'disabled', 'downtime_type': 'downtime_type', 'end': 'end', 'id': 'id', 'message': 'message', 'monitor_id': 'monitor_id', 'monitor_tags': 'monitor_tags', 'parent_id': 'parent_id', 'recurrence': 'recurrence', 'scope': 'scope', 'start': 'start', 'timezone': 'timezone', 'updater_id': 'updater_id'}
+attribute_map: Mapping[str, str] = {'active': 'active', 'canceled': 'canceled', 'creator_id': 'creator_id', 'disabled': 'disabled', 'downtime_type': 'downtime_type', 'end': 'end', 'id': 'id', 'message': 'message', 'monitor_id': 'monitor_id', 'monitor_tags': 'monitor_tags', 'parent_id': 'parent_id', 'recurrence': 'recurrence', 'scope': 'scope', 'start': 'start', 'timezone': 'timezone', 'updater_id': 'updater_id'}
@@ -4499,11 +4499,11 @@

datadog_api_client.v1.model

-read_only_vars = {'active', 'canceled', 'creator_id', 'downtime_type', 'id', 'updater_id'}
+read_only_vars: Collection[str] = {'active', 'canceled', 'creator_id', 'downtime_type', 'id', 'updater_id'}
-validations = {'creator_id': {'inclusive_maximum': 2147483647}, 'downtime_type': {'inclusive_maximum': 2147483647}, 'updater_id': {'inclusive_maximum': 2147483647}}
+validations: Mapping[str, Mapping[str, int]] = {'creator_id': {'inclusive_maximum': 2147483647}, 'downtime_type': {'inclusive_maximum': 2147483647}, 'updater_id': {'inclusive_maximum': 2147483647}}

@@ -4519,7 +4519,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'period': 'period', 'rrule': 'rrule', 'type': 'type', 'until_date': 'until_date', 'until_occurrences': 'until_occurrences', 'week_days': 'week_days'}
+attribute_map: Mapping[str, str] = {'period': 'period', 'rrule': 'rrule', 'type': 'type', 'until_date': 'until_date', 'until_occurrences': 'until_occurrences', 'week_days': 'week_days'}
@@ -4527,7 +4527,7 @@

datadog_api_client.v1.model

-validations = {'period': {'inclusive_maximum': 2147483647}, 'until_occurrences': {'inclusive_maximum': 2147483647}}
+validations: Mapping[str, Mapping[str, int]] = {'period': {'inclusive_maximum': 2147483647}, 'until_occurrences': {'inclusive_maximum': 2147483647}}

@@ -4539,7 +4539,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'alert_type': 'alert_type', 'date_happened': 'date_happened', 'device_name': 'device_name', 'host': 'host', 'id': 'id', 'id_str': 'id_str', 'payload': 'payload', 'priority': 'priority', 'source_type_name': 'source_type_name', 'tags': 'tags', 'text': 'text', 'title': 'title', 'url': 'url'}
+attribute_map: Mapping[str, str] = {'alert_type': 'alert_type', 'date_happened': 'date_happened', 'device_name': 'device_name', 'host': 'host', 'id': 'id', 'id_str': 'id_str', 'payload': 'payload', 'priority': 'priority', 'source_type_name': 'source_type_name', 'tags': 'tags', 'text': 'text', 'title': 'title', 'url': 'url'}
@@ -4547,11 +4547,11 @@

datadog_api_client.v1.model

-read_only_vars = {'id', 'id_str', 'payload', 'url'}
+read_only_vars: Collection[str] = {'id', 'id_str', 'payload', 'url'}
-validations = {'text': {'max_length': 4000}}
+validations: Mapping[str, Mapping[str, int]] = {'text': {'max_length': 4000}}
@@ -4567,7 +4567,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ERROR': 'error', 'INFO': 'info', 'RECOMMENDATION': 'recommendation', 'SNAPSHOT': 'snapshot', 'SUCCESS': 'success', 'USER_UPDATE': 'user_update', 'WARNING': 'warning'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ERROR': 'error', 'INFO': 'info', 'RECOMMENDATION': 'recommendation', 'SNAPSHOT': 'snapshot', 'SUCCESS': 'success', 'USER_UPDATE': 'user_update', 'WARNING': 'warning'}}
@@ -4583,7 +4583,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation_key': 'aggregation_key', 'alert_type': 'alert_type', 'date_happened': 'date_happened', 'device_name': 'device_name', 'host': 'host', 'priority': 'priority', 'related_event_id': 'related_event_id', 'source_type_name': 'source_type_name', 'tags': 'tags', 'text': 'text', 'title': 'title'}
+attribute_map: Mapping[str, str] = {'aggregation_key': 'aggregation_key', 'alert_type': 'alert_type', 'date_happened': 'date_happened', 'device_name': 'device_name', 'host': 'host', 'priority': 'priority', 'related_event_id': 'related_event_id', 'source_type_name': 'source_type_name', 'tags': 'tags', 'text': 'text', 'title': 'title'}

@@ -4591,7 +4591,7 @@

datadog_api_client.v1.model

-validations = {'aggregation_key': {'max_length': 100}, 'text': {'max_length': 4000}}
+validations: Mapping[str, Mapping[str, int]] = {'aggregation_key': {'max_length': 100}, 'text': {'max_length': 4000}}

@@ -4607,7 +4607,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'event': 'event', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'event': 'event', 'status': 'status'}
@@ -4627,7 +4627,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'events': 'events', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'events': 'events', 'status': 'status'}

@@ -4647,7 +4647,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'LOW': 'low', 'NORMAL': 'normal'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'LOW': 'low', 'NORMAL': 'normal'}}

@@ -4663,7 +4663,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'search': 'search', 'tags_execution': 'tags_execution'}
+attribute_map: Mapping[str, str] = {'search': 'search', 'tags_execution': 'tags_execution'}

@@ -4679,7 +4679,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'event': 'event', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'event': 'event', 'status': 'status'}

@@ -4699,7 +4699,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'event_size': 'event_size', 'query': 'query', 'tags_execution': 'tags_execution', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'event_size': 'event_size', 'query': 'query', 'tags_execution': 'tags_execution', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -4719,7 +4719,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'EVENT_STREAM': 'event_stream'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'EVENT_STREAM': 'event_stream'}}

@@ -4735,7 +4735,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'query': 'query', 'tags_execution': 'tags_execution', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'query': 'query', 'tags_execution': 'tags_execution', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -4755,7 +4755,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'EVENT_TIMELINE': 'event_timeline'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'EVENT_TIMELINE': 'event_timeline'}}

@@ -4771,7 +4771,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AVG_DURATION': 'avg_duration', 'AVG_ROOT_DURATION': 'avg_root_duration', 'AVG_SPANS_PER_TRACE': 'avg_spans_per_trace', 'ERROR_RATE': 'error_rate', 'PCT_EXEC_TIME': 'pct_exec_time', 'PCT_OF_TRACES': 'pct_of_traces', 'TOTAL_TRACES_COUNT': 'total_traces_count'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AVG_DURATION': 'avg_duration', 'AVG_ROOT_DURATION': 'avg_root_duration', 'AVG_SPANS_PER_TRACE': 'avg_spans_per_trace', 'ERROR_RATE': 'error_rate', 'PCT_EXEC_TIME': 'pct_exec_time', 'PCT_OF_TRACES': 'pct_of_traces', 'TOTAL_TRACES_COUNT': 'total_traces_count'}}

@@ -4787,7 +4787,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'APM_DEPENDENCY_STATS': 'apm_dependency_stats'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'APM_DEPENDENCY_STATS': 'apm_dependency_stats'}}

@@ -4803,7 +4803,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data_source': 'data_source', 'env': 'env', 'is_upstream': 'is_upstream', 'name': 'name', 'operation_name': 'operation_name', 'primary_tag_name': 'primary_tag_name', 'primary_tag_value': 'primary_tag_value', 'resource_name': 'resource_name', 'service': 'service', 'stat': 'stat'}
+attribute_map: Mapping[str, str] = {'data_source': 'data_source', 'env': 'env', 'is_upstream': 'is_upstream', 'name': 'name', 'operation_name': 'operation_name', 'primary_tag_name': 'primary_tag_name', 'primary_tag_value': 'primary_tag_value', 'resource_name': 'resource_name', 'service': 'service', 'stat': 'stat'}

@@ -4823,7 +4823,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ERRORS': 'errors', 'ERROR_RATE': 'error_rate', 'HITS': 'hits', 'LATENCY_AVG': 'latency_avg', 'LATENCY_MAX': 'latency_max', 'LATENCY_P50': 'latency_p50', 'LATENCY_P75': 'latency_p75', 'LATENCY_P90': 'latency_p90', 'LATENCY_P95': 'latency_p95', 'LATENCY_P99': 'latency_p99'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ERRORS': 'errors', 'ERROR_RATE': 'error_rate', 'HITS': 'hits', 'LATENCY_AVG': 'latency_avg', 'LATENCY_MAX': 'latency_max', 'LATENCY_P50': 'latency_p50', 'LATENCY_P75': 'latency_p75', 'LATENCY_P90': 'latency_p90', 'LATENCY_P95': 'latency_p95', 'LATENCY_P99': 'latency_p99'}}

@@ -4839,7 +4839,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'APM_RESOURCE_STATS': 'apm_resource_stats'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'APM_RESOURCE_STATS': 'apm_resource_stats'}}

@@ -4855,7 +4855,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data_source': 'data_source', 'env': 'env', 'group_by': 'group_by', 'name': 'name', 'operation_name': 'operation_name', 'primary_tag_name': 'primary_tag_name', 'primary_tag_value': 'primary_tag_value', 'resource_name': 'resource_name', 'service': 'service', 'stat': 'stat'}
+attribute_map: Mapping[str, str] = {'data_source': 'data_source', 'env': 'env', 'group_by': 'group_by', 'name': 'name', 'operation_name': 'operation_name', 'primary_tag_name': 'primary_tag_name', 'primary_tag_value': 'primary_tag_value', 'resource_name': 'resource_name', 'service': 'service', 'stat': 'stat'}

@@ -4875,7 +4875,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AVG': 'avg', 'CARDINALITY': 'cardinality', 'COUNT': 'count', 'MAX': 'max', 'MEDIAN': 'median', 'MIN': 'min', 'PC75': 'pc75', 'PC90': 'pc90', 'PC95': 'pc95', 'PC98': 'pc98', 'PC99': 'pc99', 'SUM': 'sum'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AVG': 'avg', 'CARDINALITY': 'cardinality', 'COUNT': 'count', 'MAX': 'max', 'MEDIAN': 'median', 'MIN': 'min', 'PC75': 'pc75', 'PC90': 'pc90', 'PC95': 'pc95', 'PC98': 'pc98', 'PC99': 'pc99', 'SUM': 'sum'}}

@@ -4891,7 +4891,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'compute': 'compute', 'data_source': 'data_source', 'group_by': 'group_by', 'indexes': 'indexes', 'name': 'name', 'search': 'search'}
+attribute_map: Mapping[str, str] = {'compute': 'compute', 'data_source': 'data_source', 'group_by': 'group_by', 'indexes': 'indexes', 'name': 'name', 'search': 'search'}

@@ -4911,7 +4911,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation': 'aggregation', 'interval': 'interval', 'metric': 'metric'}
+attribute_map: Mapping[str, str] = {'aggregation': 'aggregation', 'interval': 'interval', 'metric': 'metric'}

@@ -4931,7 +4931,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'query': 'query'}
+attribute_map: Mapping[str, str] = {'query': 'query'}

@@ -4947,7 +4947,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'facet': 'facet', 'limit': 'limit', 'sort': 'sort'}
+attribute_map: Mapping[str, str] = {'facet': 'facet', 'limit': 'limit', 'sort': 'sort'}

@@ -4967,7 +4967,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation': 'aggregation', 'metric': 'metric', 'order': 'order'}
+attribute_map: Mapping[str, str] = {'aggregation': 'aggregation', 'metric': 'metric', 'order': 'order'}

@@ -4987,7 +4987,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AUDIT': 'audit', 'EVENTS': 'events', 'LOGS': 'logs', 'NETWORK': 'network', 'PROFILES': 'profiles', 'RUM': 'rum', 'SECURITY_SIGNALS': 'security_signals', 'SPANS': 'spans'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AUDIT': 'audit', 'EVENTS': 'events', 'LOGS': 'logs', 'NETWORK': 'network', 'PROFILES': 'profiles', 'RUM': 'rum', 'SECURITY_SIGNALS': 'security_signals', 'SPANS': 'spans'}}

@@ -5003,7 +5003,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AREA': 'area', 'AVG': 'avg', 'L2NORM': 'l2norm', 'LAST': 'last', 'MAX': 'max', 'MIN': 'min', 'PERCENTILE': 'percentile', 'SUM': 'sum'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AREA': 'area', 'AVG': 'avg', 'L2NORM': 'l2norm', 'LAST': 'last', 'MAX': 'max', 'MIN': 'min', 'PERCENTILE': 'percentile', 'SUM': 'sum'}}

@@ -5019,7 +5019,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'METRICS': 'metrics'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'METRICS': 'metrics'}}

@@ -5035,7 +5035,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregator': 'aggregator', 'data_source': 'data_source', 'name': 'name', 'query': 'query'}
+attribute_map: Mapping[str, str] = {'aggregator': 'aggregator', 'data_source': 'data_source', 'name': 'name', 'query': 'query'}

@@ -5055,7 +5055,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CONTAINER': 'container', 'PROCESS': 'process'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CONTAINER': 'container', 'PROCESS': 'process'}}

@@ -5071,7 +5071,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregator': 'aggregator', 'data_source': 'data_source', 'is_normalized_cpu': 'is_normalized_cpu', 'limit': 'limit', 'metric': 'metric', 'name': 'name', 'sort': 'sort', 'tag_filters': 'tag_filters', 'text_filter': 'text_filter'}
+attribute_map: Mapping[str, str] = {'aggregator': 'aggregator', 'data_source': 'data_source', 'is_normalized_cpu': 'is_normalized_cpu', 'limit': 'limit', 'metric': 'metric', 'name': 'name', 'sort': 'sort', 'tag_filters': 'tag_filters', 'text_filter': 'text_filter'}

@@ -5103,7 +5103,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'SCALAR': 'scalar', 'TIMESERIES': 'timeseries'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'SCALAR': 'scalar', 'TIMESERIES': 'timeseries'}}

@@ -5119,7 +5119,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'color': 'color', 'font_size': 'font_size', 'text': 'text', 'text_align': 'text_align', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'color': 'color', 'font_size': 'font_size', 'text': 'text', 'text_align': 'text_align', 'type': 'type'}

@@ -5139,7 +5139,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'FREE_TEXT': 'free_text'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'FREE_TEXT': 'free_text'}}

@@ -5155,7 +5155,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data_source': 'data_source', 'query_string': 'query_string', 'steps': 'steps'}
+attribute_map: Mapping[str, str] = {'data_source': 'data_source', 'query_string': 'query_string', 'steps': 'steps'}

@@ -5175,7 +5175,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'FUNNEL': 'funnel'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'FUNNEL': 'funnel'}}

@@ -5191,7 +5191,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'RUM': 'rum'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'RUM': 'rum'}}

@@ -5207,7 +5207,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'facet': 'facet', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'facet': 'facet', 'value': 'value'}

@@ -5223,7 +5223,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'requests': 'requests', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'requests': 'requests', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -5231,7 +5231,7 @@

datadog_api_client.v1.model

-validations = {'requests': {'max_items': 1, 'min_items': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'requests': {'max_items': 1, 'min_items': 1}}

@@ -5247,7 +5247,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'FUNNEL': 'funnel'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'FUNNEL': 'funnel'}}
@@ -5263,7 +5263,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'query': 'query', 'request_type': 'request_type'}
+attribute_map: Mapping[str, str] = {'query': 'query', 'request_type': 'request_type'}

@@ -5283,7 +5283,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'auth_provider_x509_cert_url': 'auth_provider_x509_cert_url', 'auth_uri': 'auth_uri', 'automute': 'automute', 'client_email': 'client_email', 'client_id': 'client_id', 'client_x509_cert_url': 'client_x509_cert_url', 'errors': 'errors', 'host_filters': 'host_filters', 'private_key': 'private_key', 'private_key_id': 'private_key_id', 'project_id': 'project_id', 'token_uri': 'token_uri', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'auth_provider_x509_cert_url': 'auth_provider_x509_cert_url', 'auth_uri': 'auth_uri', 'automute': 'automute', 'client_email': 'client_email', 'client_id': 'client_id', 'client_x509_cert_url': 'client_x509_cert_url', 'errors': 'errors', 'host_filters': 'host_filters', 'private_key': 'private_key', 'private_key_id': 'private_key_id', 'project_id': 'project_id', 'token_uri': 'token_uri', 'type': 'type'}

@@ -5315,7 +5315,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'custom_links': 'custom_links', 'requests': 'requests', 'style': 'style', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'view': 'view'}
+attribute_map: Mapping[str, str] = {'custom_links': 'custom_links', 'requests': 'requests', 'style': 'style', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'view': 'view'}

@@ -5323,7 +5323,7 @@

datadog_api_client.v1.model

-validations = {'requests': {'max_items': 1, 'min_items': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'requests': {'max_items': 1, 'min_items': 1}}

@@ -5339,7 +5339,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'palette': 'palette', 'palette_flip': 'palette_flip'}
+attribute_map: Mapping[str, str] = {'palette': 'palette', 'palette_flip': 'palette_flip'}
@@ -5355,7 +5355,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'GEOMAP': 'geomap'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'GEOMAP': 'geomap'}}

@@ -5371,7 +5371,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'focus': 'focus'}
+attribute_map: Mapping[str, str] = {'focus': 'focus'}

@@ -5387,7 +5387,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'formulas': 'formulas', 'log_query': 'log_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query'}
+attribute_map: Mapping[str, str] = {'formulas': 'formulas', 'log_query': 'log_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query'}

@@ -5407,7 +5407,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'graph_def': 'graph_def', 'metric_query': 'metric_query', 'snapshot_url': 'snapshot_url'}
+attribute_map: Mapping[str, str] = {'graph_def': 'graph_def', 'metric_query': 'metric_query', 'snapshot_url': 'snapshot_url'}

@@ -5423,7 +5423,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'background_color': 'background_color', 'banner_img': 'banner_img', 'layout_type': 'layout_type', 'show_title': 'show_title', 'title': 'title', 'title_align': 'title_align', 'type': 'type', 'widgets': 'widgets'}
+attribute_map: Mapping[str, str] = {'background_color': 'background_color', 'banner_img': 'banner_img', 'layout_type': 'layout_type', 'show_title': 'show_title', 'title': 'title', 'title_align': 'title_align', 'type': 'type', 'widgets': 'widgets'}

@@ -5443,7 +5443,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'GROUP': 'group'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'GROUP': 'group'}}

@@ -5459,7 +5459,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'custom_links': 'custom_links', 'events': 'events', 'legend_size': 'legend_size', 'requests': 'requests', 'show_legend': 'show_legend', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'yaxis': 'yaxis'}
+attribute_map: Mapping[str, str] = {'custom_links': 'custom_links', 'events': 'events', 'legend_size': 'legend_size', 'requests': 'requests', 'show_legend': 'show_legend', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'yaxis': 'yaxis'}

@@ -5467,7 +5467,7 @@

datadog_api_client.v1.model

-validations = {'requests': {'max_items': 1, 'min_items': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'requests': {'max_items': 1, 'min_items': 1}}

@@ -5483,7 +5483,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'HEATMAP': 'heatmap'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'HEATMAP': 'heatmap'}}
@@ -5499,7 +5499,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'apm_query': 'apm_query', 'event_query': 'event_query', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'rum_query': 'rum_query', 'security_query': 'security_query', 'style': 'style'}
+attribute_map: Mapping[str, str] = {'apm_query': 'apm_query', 'event_query': 'event_query', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'rum_query': 'rum_query', 'security_query': 'security_query', 'style': 'style'}

@@ -5519,7 +5519,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aliases': 'aliases', 'apps': 'apps', 'aws_name': 'aws_name', 'host_name': 'host_name', 'id': 'id', 'is_muted': 'is_muted', 'last_reported_time': 'last_reported_time', 'meta': 'meta', 'metrics': 'metrics', 'mute_timeout': 'mute_timeout', 'name': 'name', 'sources': 'sources', 'tags_by_source': 'tags_by_source', 'up': 'up'}
+attribute_map: Mapping[str, str] = {'aliases': 'aliases', 'apps': 'apps', 'aws_name': 'aws_name', 'host_name': 'host_name', 'id': 'id', 'is_muted': 'is_muted', 'last_reported_time': 'last_reported_time', 'meta': 'meta', 'metrics': 'metrics', 'mute_timeout': 'mute_timeout', 'name': 'name', 'sources': 'sources', 'tags_by_source': 'tags_by_source', 'up': 'up'}

@@ -5539,7 +5539,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'host_list': 'host_list', 'total_matching': 'total_matching', 'total_returned': 'total_returned'}
+attribute_map: Mapping[str, str] = {'host_list': 'host_list', 'total_matching': 'total_matching', 'total_returned': 'total_returned'}

@@ -5559,7 +5559,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'apm_query': 'apm_query', 'event_query': 'event_query', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'rum_query': 'rum_query', 'security_query': 'security_query'}
+attribute_map: Mapping[str, str] = {'apm_query': 'apm_query', 'event_query': 'event_query', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'rum_query': 'rum_query', 'security_query': 'security_query'}

@@ -5579,7 +5579,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'custom_links': 'custom_links', 'group': 'group', 'no_group_hosts': 'no_group_hosts', 'no_metric_hosts': 'no_metric_hosts', 'node_type': 'node_type', 'notes': 'notes', 'requests': 'requests', 'scope': 'scope', 'style': 'style', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'custom_links': 'custom_links', 'group': 'group', 'no_group_hosts': 'no_group_hosts', 'no_metric_hosts': 'no_metric_hosts', 'node_type': 'node_type', 'notes': 'notes', 'requests': 'requests', 'scope': 'scope', 'style': 'style', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -5599,7 +5599,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'fill': 'fill', 'size': 'size'}
+attribute_map: Mapping[str, str] = {'fill': 'fill', 'size': 'size'}

@@ -5619,7 +5619,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'fill_max': 'fill_max', 'fill_min': 'fill_min', 'palette': 'palette', 'palette_flip': 'palette_flip'}
+attribute_map: Mapping[str, str] = {'fill_max': 'fill_max', 'fill_min': 'fill_min', 'palette': 'palette', 'palette_flip': 'palette_flip'}

@@ -5635,7 +5635,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'HOSTMAP': 'hostmap'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'HOSTMAP': 'hostmap'}}

@@ -5651,7 +5651,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'agent_checks': 'agent_checks', 'agent_version': 'agent_version', 'cpu_cores': 'cpuCores', 'fbsd_v': 'fbsdV', 'gohai': 'gohai', 'install_method': 'install_method', 'mac_v': 'macV', 'machine': 'machine', 'nix_v': 'nixV', 'platform': 'platform', 'processor': 'processor', 'python_v': 'pythonV', 'socket_fqdn': 'socket-fqdn', 'socket_hostname': 'socket-hostname', 'win_v': 'winV'}
+attribute_map: Mapping[str, str] = {'agent_checks': 'agent_checks', 'agent_version': 'agent_version', 'cpu_cores': 'cpuCores', 'fbsd_v': 'fbsdV', 'gohai': 'gohai', 'install_method': 'install_method', 'mac_v': 'macV', 'machine': 'machine', 'nix_v': 'nixV', 'platform': 'platform', 'processor': 'processor', 'python_v': 'pythonV', 'socket_fqdn': 'socket-fqdn', 'socket_hostname': 'socket-hostname', 'win_v': 'winV'}

@@ -5671,7 +5671,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'installer_version': 'installer_version', 'tool': 'tool', 'tool_version': 'tool_version'}
+attribute_map: Mapping[str, str] = {'installer_version': 'installer_version', 'tool': 'tool', 'tool_version': 'tool_version'}

@@ -5687,7 +5687,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cpu': 'cpu', 'iowait': 'iowait', 'load': 'load'}
+attribute_map: Mapping[str, str] = {'cpu': 'cpu', 'iowait': 'iowait', 'load': 'load'}

@@ -5703,7 +5703,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'action': 'action', 'end': 'end', 'hostname': 'hostname', 'message': 'message'}
+attribute_map: Mapping[str, str] = {'action': 'action', 'end': 'end', 'hostname': 'hostname', 'message': 'message'}

@@ -5719,7 +5719,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'end': 'end', 'message': 'message', 'override': 'override'}
+attribute_map: Mapping[str, str] = {'end': 'end', 'message': 'message', 'override': 'override'}

@@ -5735,7 +5735,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'host': 'host', 'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'host': 'host', 'tags': 'tags'}

@@ -5751,7 +5751,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'total_active': 'total_active', 'total_up': 'total_up'}
+attribute_map: Mapping[str, str] = {'total_active': 'total_active', 'total_up': 'total_up'}

@@ -5767,7 +5767,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id', 'tag_config_source': 'tag_config_source', 'tags': 'tags', 'total_usage_sum': 'total_usage_sum', 'updated_at': 'updated_at', 'usage_type': 'usage_type'}
+attribute_map: Mapping[str, str] = {'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id', 'tag_config_source': 'tag_config_source', 'tags': 'tags', 'total_usage_sum': 'total_usage_sum', 'updated_at': 'updated_at', 'usage_type': 'usage_type'}

@@ -5787,7 +5787,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'pagination': 'pagination'}
+attribute_map: Mapping[str, str] = {'pagination': 'pagination'}

@@ -5807,7 +5807,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'next_record_id': 'next_record_id'}
+attribute_map: Mapping[str, str] = {'next_record_id': 'next_record_id'}

@@ -5823,7 +5823,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'metadata': 'metadata', 'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'metadata': 'metadata', 'usage': 'usage'}

@@ -5843,7 +5843,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'API_USAGE': 'api_usage', 'APM_HOST_USAGE': 'apm_host_usage', 'BROWSER_USAGE': 'browser_usage', 'CONTAINER_USAGE': 'container_usage', 'CUSTOM_TIMESERIES_USAGE': 'custom_timeseries_usage', 'ESTIMATED_INDEXED_LOGS_USAGE': 'estimated_indexed_logs_usage', 'FARGATE_USAGE': 'fargate_usage', 'FUNCTIONS_USAGE': 'functions_usage', 'INDEXED_LOGS_USAGE': 'indexed_logs_usage', 'INFRA_HOST_USAGE': 'infra_host_usage', 'INVOCATIONS_USAGE': 'invocations_usage', 'NPM_HOST_USAGE': 'npm_host_usage', 'PROFILED_CONTAINER_USAGE': 'profiled_container_usage', 'PROFILED_HOST_USAGE': 'profiled_host_usage', 'SNMP_USAGE': 'snmp_usage'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'API_USAGE': 'api_usage', 'APM_HOST_USAGE': 'apm_host_usage', 'BROWSER_USAGE': 'browser_usage', 'CONTAINER_USAGE': 'container_usage', 'CUSTOM_TIMESERIES_USAGE': 'custom_timeseries_usage', 'ESTIMATED_INDEXED_LOGS_USAGE': 'estimated_indexed_logs_usage', 'FARGATE_USAGE': 'fargate_usage', 'FUNCTIONS_USAGE': 'functions_usage', 'INDEXED_LOGS_USAGE': 'indexed_logs_usage', 'INFRA_HOST_USAGE': 'infra_host_usage', 'INVOCATIONS_USAGE': 'invocations_usage', 'NPM_HOST_USAGE': 'npm_host_usage', 'PROFILED_CONTAINER_USAGE': 'profiled_container_usage', 'PROFILED_HOST_USAGE': 'profiled_host_usage', 'SNMP_USAGE': 'snmp_usage'}}

@@ -5875,7 +5875,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'code': 'code', 'message': 'message'}
+attribute_map: Mapping[str, str] = {'code': 'code', 'message': 'message'}

@@ -5883,7 +5883,7 @@

datadog_api_client.v1.model

-validations = {'code': {'inclusive_maximum': 2147483647}}
+validations: Mapping[str, Mapping[str, int]] = {'code': {'inclusive_maximum': 2147483647}}

@@ -5895,7 +5895,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'ddsource': 'ddsource', 'ddtags': 'ddtags', 'hostname': 'hostname', 'message': 'message', 'service': 'service'}
+attribute_map: Mapping[str, str] = {'ddsource': 'ddsource', 'ddtags': 'ddtags', 'hostname': 'hostname', 'message': 'message', 'service': 'service'}
@@ -5911,7 +5911,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DELETE': 'DELETE', 'GET': 'GET', 'HEAD': 'HEAD', 'OPTIONS': 'OPTIONS', 'PATCH': 'PATCH', 'POST': 'POST', 'PUT': 'PUT'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DELETE': 'DELETE', 'GET': 'GET', 'HEAD': 'HEAD', 'OPTIONS': 'OPTIONS', 'PATCH': 'PATCH', 'POST': 'POST', 'PUT': 'PUT'}}

@@ -5927,7 +5927,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'type': 'type', 'url': 'url'}
+attribute_map: Mapping[str, str] = {'type': 'type', 'url': 'url'}

@@ -5947,7 +5947,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'IFRAME': 'iframe'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'IFRAME': 'iframe'}}

@@ -5963,7 +5963,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'idp_file': 'idp_file'}
+attribute_map: Mapping[str, str] = {'idp_file': 'idp_file'}

@@ -5979,7 +5979,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'message': 'message'}
+attribute_map: Mapping[str, str] = {'message': 'message'}

@@ -5995,7 +5995,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'has_background': 'has_background', 'has_border': 'has_border', 'horizontal_align': 'horizontal_align', 'margin': 'margin', 'sizing': 'sizing', 'type': 'type', 'url': 'url', 'url_dark_theme': 'url_dark_theme', 'vertical_align': 'vertical_align'}
+attribute_map: Mapping[str, str] = {'has_background': 'has_background', 'has_border': 'has_border', 'horizontal_align': 'horizontal_align', 'margin': 'margin', 'sizing': 'sizing', 'type': 'type', 'url': 'url', 'url_dark_theme': 'url_dark_theme', 'vertical_align': 'vertical_align'}

@@ -6015,7 +6015,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'IMAGE': 'image'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'IMAGE': 'image'}}

@@ -6031,7 +6031,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'status': 'status'}
+attribute_map: Mapping[str, str] = {'status': 'status'}

@@ -6047,7 +6047,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv6': 'prefixes_ipv6'}
+attribute_map: Mapping[str, str] = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv6': 'prefixes_ipv6'}

@@ -6063,7 +6063,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv6': 'prefixes_ipv6'}
+attribute_map: Mapping[str, str] = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv6': 'prefixes_ipv6'}

@@ -6079,7 +6079,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv6': 'prefixes_ipv6'}
+attribute_map: Mapping[str, str] = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv6': 'prefixes_ipv6'}

@@ -6095,7 +6095,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv6': 'prefixes_ipv6'}
+attribute_map: Mapping[str, str] = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv6': 'prefixes_ipv6'}

@@ -6111,7 +6111,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv6': 'prefixes_ipv6'}
+attribute_map: Mapping[str, str] = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv6': 'prefixes_ipv6'}

@@ -6127,7 +6127,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv4_by_location': 'prefixes_ipv4_by_location', 'prefixes_ipv6': 'prefixes_ipv6', 'prefixes_ipv6_by_location': 'prefixes_ipv6_by_location'}
+attribute_map: Mapping[str, str] = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv4_by_location': 'prefixes_ipv4_by_location', 'prefixes_ipv6': 'prefixes_ipv6', 'prefixes_ipv6_by_location': 'prefixes_ipv6_by_location'}

@@ -6143,7 +6143,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv6': 'prefixes_ipv6'}
+attribute_map: Mapping[str, str] = {'prefixes_ipv4': 'prefixes_ipv4', 'prefixes_ipv6': 'prefixes_ipv6'}

@@ -6159,7 +6159,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'agents': 'agents', 'api': 'api', 'apm': 'apm', 'logs': 'logs', 'modified': 'modified', 'process': 'process', 'synthetics': 'synthetics', 'version': 'version', 'webhooks': 'webhooks'}
+attribute_map: Mapping[str, str] = {'agents': 'agents', 'api': 'api', 'apm': 'apm', 'logs': 'logs', 'modified': 'modified', 'process': 'process', 'synthetics': 'synthetics', 'version': 'version', 'webhooks': 'webhooks'}

@@ -6179,7 +6179,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'field': 'field', 'width': 'width'}
+attribute_map: Mapping[str, str] = {'field': 'field', 'width': 'width'}

@@ -6199,7 +6199,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AUTO': 'auto', 'COMPACT': 'compact', 'FULL': 'full'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AUTO': 'auto', 'COMPACT': 'compact', 'FULL': 'full'}}

@@ -6215,7 +6215,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data_source': 'data_source', 'indexes': 'indexes', 'query_string': 'query_string'}
+attribute_map: Mapping[str, str] = {'data_source': 'data_source', 'indexes': 'indexes', 'query_string': 'query_string'}

@@ -6235,7 +6235,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'EVENT_LIST': 'event_list'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'EVENT_LIST': 'event_list'}}

@@ -6251,7 +6251,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AUDIT_STREAM': 'audit_stream', 'ISSUE_STREAM': 'issue_stream', 'LOGS_STREAM': 'logs_stream'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AUDIT_STREAM': 'audit_stream', 'ISSUE_STREAM': 'issue_stream', 'LOGS_STREAM': 'logs_stream'}}

@@ -6267,7 +6267,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'legend_size': 'legend_size', 'requests': 'requests', 'show_legend': 'show_legend', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'legend_size': 'legend_size', 'requests': 'requests', 'show_legend': 'show_legend', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -6275,7 +6275,7 @@

datadog_api_client.v1.model

-validations = {'requests': {'max_items': 1, 'min_items': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'requests': {'max_items': 1, 'min_items': 1}}
@@ -6291,7 +6291,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'LIST_STREAM': 'list_stream'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'LIST_STREAM': 'list_stream'}}
@@ -6307,7 +6307,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'columns': 'columns', 'query': 'query', 'response_format': 'response_format'}
+attribute_map: Mapping[str, str] = {'columns': 'columns', 'query': 'query', 'response_format': 'response_format'}

@@ -6327,7 +6327,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'content': 'content', 'id': 'id'}
+attribute_map: Mapping[str, str] = {'content': 'content', 'id': 'id'}

@@ -6347,7 +6347,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'host': 'host', 'message': 'message', 'service': 'service', 'tags': 'tags', 'timestamp': 'timestamp'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'host': 'host', 'message': 'message', 'service': 'service', 'tags': 'tags', 'timestamp': 'timestamp'}

@@ -6363,7 +6363,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'compute': 'compute', 'group_by': 'group_by', 'index': 'index', 'multi_compute': 'multi_compute', 'search': 'search'}
+attribute_map: Mapping[str, str] = {'compute': 'compute', 'group_by': 'group_by', 'index': 'index', 'multi_compute': 'multi_compute', 'search': 'search'}

@@ -6383,7 +6383,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'facet': 'facet', 'limit': 'limit', 'sort': 'sort'}
+attribute_map: Mapping[str, str] = {'facet': 'facet', 'limit': 'limit', 'sort': 'sort'}

@@ -6403,7 +6403,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation': 'aggregation', 'facet': 'facet', 'order': 'order'}
+attribute_map: Mapping[str, str] = {'aggregation': 'aggregation', 'facet': 'facet', 'order': 'order'}

@@ -6423,7 +6423,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'query': 'query'}
+attribute_map: Mapping[str, str] = {'query': 'query'}

@@ -6439,7 +6439,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'columns': 'columns', 'indexes': 'indexes', 'logset': 'logset', 'message_display': 'message_display', 'query': 'query', 'show_date_column': 'show_date_column', 'show_message_column': 'show_message_column', 'sort': 'sort', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'columns': 'columns', 'indexes': 'indexes', 'logset': 'logset', 'message_display': 'message_display', 'query': 'query', 'show_date_column': 'show_date_column', 'show_message_column': 'show_message_column', 'sort': 'sort', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -6459,7 +6459,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'LOG_STREAM': 'log_stream'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'LOG_STREAM': 'log_stream'}}

@@ -6475,7 +6475,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'code': 'code', 'details': 'details', 'message': 'message'}
+attribute_map: Mapping[str, str] = {'code': 'code', 'details': 'details', 'message': 'message'}

@@ -6495,7 +6495,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'error': 'error'}
+attribute_map: Mapping[str, str] = {'error': 'error'}

@@ -6515,7 +6515,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'expression': 'expression', 'is_enabled': 'is_enabled', 'is_replace_missing': 'is_replace_missing', 'name': 'name', 'target': 'target', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'expression': 'expression', 'is_enabled': 'is_enabled', 'is_replace_missing': 'is_replace_missing', 'name': 'name', 'target': 'target', 'type': 'type'}

@@ -6535,7 +6535,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ARITHMETIC_PROCESSOR': 'arithmetic-processor'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ARITHMETIC_PROCESSOR': 'arithmetic-processor'}}

@@ -6551,7 +6551,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_enabled': 'is_enabled', 'name': 'name', 'override_on_conflict': 'override_on_conflict', 'preserve_source': 'preserve_source', 'source_type': 'source_type', 'sources': 'sources', 'target': 'target', 'target_format': 'target_format', 'target_type': 'target_type', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'is_enabled': 'is_enabled', 'name': 'name', 'override_on_conflict': 'override_on_conflict', 'preserve_source': 'preserve_source', 'source_type': 'source_type', 'sources': 'sources', 'target': 'target', 'target_format': 'target_format', 'target_type': 'target_type', 'type': 'type'}

@@ -6571,7 +6571,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ATTRIBUTE_REMAPPER': 'attribute-remapper'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ATTRIBUTE_REMAPPER': 'attribute-remapper'}}

@@ -6587,7 +6587,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'orgs': 'orgs', 'usage': 'usage', 'usage_by_month': 'usage_by_month'}
+attribute_map: Mapping[str, str] = {'orgs': 'orgs', 'usage': 'usage', 'usage_by_month': 'usage_by_month'}

@@ -6607,7 +6607,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'date': 'date', 'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'date': 'date', 'usage': 'usage'}

@@ -6627,7 +6627,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -6647,7 +6647,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -6667,7 +6667,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'categories': 'categories', 'is_enabled': 'is_enabled', 'name': 'name', 'target': 'target', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'categories': 'categories', 'is_enabled': 'is_enabled', 'name': 'name', 'target': 'target', 'type': 'type'}

@@ -6687,7 +6687,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'filter': 'filter', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'filter': 'filter', 'name': 'name'}

@@ -6707,7 +6707,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CATEGORY_PROCESSOR': 'category-processor'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CATEGORY_PROCESSOR': 'category-processor'}}

@@ -6723,7 +6723,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_enabled': 'is_enabled', 'name': 'name', 'sources': 'sources', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'is_enabled': 'is_enabled', 'name': 'name', 'sources': 'sources', 'type': 'type'}

@@ -6743,7 +6743,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DATE_REMAPPER': 'date-remapper'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DATE_REMAPPER': 'date-remapper'}}

@@ -6759,7 +6759,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'filter': 'filter', 'is_enabled': 'is_enabled', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'filter': 'filter', 'is_enabled': 'is_enabled', 'name': 'name'}

@@ -6779,7 +6779,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'query': 'query', 'sample_rate': 'sample_rate'}
+attribute_map: Mapping[str, str] = {'query': 'query', 'sample_rate': 'sample_rate'}

@@ -6795,7 +6795,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'query': 'query'}
+attribute_map: Mapping[str, str] = {'query': 'query'}

@@ -6811,7 +6811,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_enabled': 'is_enabled', 'name': 'name', 'sources': 'sources', 'target': 'target', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'is_enabled': 'is_enabled', 'name': 'name', 'sources': 'sources', 'target': 'target', 'type': 'type'}

@@ -6831,7 +6831,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'GEO_IP_PARSER': 'geo-ip-parser'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'GEO_IP_PARSER': 'geo-ip-parser'}}

@@ -6847,7 +6847,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'grok': 'grok', 'is_enabled': 'is_enabled', 'name': 'name', 'samples': 'samples', 'source': 'source', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'grok': 'grok', 'is_enabled': 'is_enabled', 'name': 'name', 'samples': 'samples', 'source': 'source', 'type': 'type'}

@@ -6855,7 +6855,7 @@

datadog_api_client.v1.model

-validations = {'samples': {'max_items': 5}}
+validations: Mapping[str, Mapping[str, int]] = {'samples': {'max_items': 5}}

@@ -6871,7 +6871,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'match_rules': 'match_rules', 'support_rules': 'support_rules'}
+attribute_map: Mapping[str, str] = {'match_rules': 'match_rules', 'support_rules': 'support_rules'}
@@ -6887,7 +6887,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'GROK_PARSER': 'grok-parser'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'GROK_PARSER': 'grok-parser'}}

@@ -6903,7 +6903,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'daily_limit': 'daily_limit', 'exclusion_filters': 'exclusion_filters', 'filter': 'filter', 'is_rate_limited': 'is_rate_limited', 'name': 'name', 'num_retention_days': 'num_retention_days'}
+attribute_map: Mapping[str, str] = {'daily_limit': 'daily_limit', 'exclusion_filters': 'exclusion_filters', 'filter': 'filter', 'is_rate_limited': 'is_rate_limited', 'name': 'name', 'num_retention_days': 'num_retention_days'}

@@ -6911,7 +6911,7 @@

datadog_api_client.v1.model

-read_only_vars = {'is_rate_limited'}
+read_only_vars: Collection[str] = {'is_rate_limited'}

@@ -6927,7 +6927,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'indexes': 'indexes'}
+attribute_map: Mapping[str, str] = {'indexes': 'indexes'}
@@ -6947,7 +6947,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'daily_limit': 'daily_limit', 'disable_daily_limit': 'disable_daily_limit', 'exclusion_filters': 'exclusion_filters', 'filter': 'filter', 'num_retention_days': 'num_retention_days'}
+attribute_map: Mapping[str, str] = {'daily_limit': 'daily_limit', 'disable_daily_limit': 'disable_daily_limit', 'exclusion_filters': 'exclusion_filters', 'filter': 'filter', 'num_retention_days': 'num_retention_days'}

@@ -6967,7 +6967,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'index_names': 'index_names'}
+attribute_map: Mapping[str, str] = {'index_names': 'index_names'}

@@ -6983,7 +6983,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'index': 'index', 'limit': 'limit', 'query': 'query', 'sort': 'sort', 'start_at': 'startAt', 'time': 'time'}
+attribute_map: Mapping[str, str] = {'index': 'index', 'limit': 'limit', 'query': 'query', 'sort': 'sort', 'start_at': 'startAt', 'time': 'time'}

@@ -6991,7 +6991,7 @@

datadog_api_client.v1.model

-validations = {'limit': {'inclusive_maximum': 1000}}
+validations: Mapping[str, Mapping[str, int]] = {'limit': {'inclusive_maximum': 1000}}

@@ -7007,7 +7007,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'_from': 'from', 'timezone': 'timezone', 'to': 'to'}
+attribute_map: Mapping[str, str] = {'_from': 'from', 'timezone': 'timezone', 'to': 'to'}
@@ -7023,7 +7023,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'logs': 'logs', 'next_log_id': 'nextLogId', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'logs': 'logs', 'next_log_id': 'nextLogId', 'status': 'status'}

@@ -7043,7 +7043,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'default_lookup': 'default_lookup', 'is_enabled': 'is_enabled', 'lookup_table': 'lookup_table', 'name': 'name', 'source': 'source', 'target': 'target', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'default_lookup': 'default_lookup', 'is_enabled': 'is_enabled', 'lookup_table': 'lookup_table', 'name': 'name', 'source': 'source', 'target': 'target', 'type': 'type'}

@@ -7063,7 +7063,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'LOOKUP_PROCESSOR': 'lookup-processor'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'LOOKUP_PROCESSOR': 'lookup-processor'}}

@@ -7079,7 +7079,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_enabled': 'is_enabled', 'name': 'name', 'sources': 'sources', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'is_enabled': 'is_enabled', 'name': 'name', 'sources': 'sources', 'type': 'type'}

@@ -7099,7 +7099,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'MESSAGE_REMAPPER': 'message-remapper'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'MESSAGE_REMAPPER': 'message-remapper'}}

@@ -7115,7 +7115,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'filter': 'filter', 'id': 'id', 'is_enabled': 'is_enabled', 'is_read_only': 'is_read_only', 'name': 'name', 'processors': 'processors', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'filter': 'filter', 'id': 'id', 'is_enabled': 'is_enabled', 'is_read_only': 'is_read_only', 'name': 'name', 'processors': 'processors', 'type': 'type'}

@@ -7123,7 +7123,7 @@

datadog_api_client.v1.model

-read_only_vars = {'id', 'is_read_only', 'type'}
+read_only_vars: Collection[str] = {'id', 'is_read_only', 'type'}

@@ -7155,7 +7155,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'filter': 'filter', 'is_enabled': 'is_enabled', 'name': 'name', 'processors': 'processors', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'filter': 'filter', 'is_enabled': 'is_enabled', 'name': 'name', 'processors': 'processors', 'type': 'type'}
@@ -7175,7 +7175,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'PIPELINE': 'pipeline'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'PIPELINE': 'pipeline'}}

@@ -7191,7 +7191,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'pipeline_ids': 'pipeline_ids'}
+attribute_map: Mapping[str, str] = {'pipeline_ids': 'pipeline_ids'}

@@ -7219,7 +7219,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation': 'aggregation', 'facet': 'facet', 'interval': 'interval'}
+attribute_map: Mapping[str, str] = {'aggregation': 'aggregation', 'facet': 'facet', 'interval': 'interval'}

@@ -7235,7 +7235,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'logs_indexed_logs_usage_agg_sum': 'logs_indexed_logs_usage_agg_sum', 'logs_live_indexed_logs_usage_agg_sum': 'logs_live_indexed_logs_usage_agg_sum', 'logs_rehydrated_indexed_logs_usage_agg_sum': 'logs_rehydrated_indexed_logs_usage_agg_sum', 'retention': 'retention'}
+attribute_map: Mapping[str, str] = {'logs_indexed_logs_usage_agg_sum': 'logs_indexed_logs_usage_agg_sum', 'logs_live_indexed_logs_usage_agg_sum': 'logs_live_indexed_logs_usage_agg_sum', 'logs_rehydrated_indexed_logs_usage_agg_sum': 'logs_rehydrated_indexed_logs_usage_agg_sum', 'retention': 'retention'}

@@ -7251,7 +7251,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'logs_indexed_logs_usage_sum': 'logs_indexed_logs_usage_sum', 'logs_live_indexed_logs_usage_sum': 'logs_live_indexed_logs_usage_sum', 'logs_rehydrated_indexed_logs_usage_sum': 'logs_rehydrated_indexed_logs_usage_sum', 'retention': 'retention'}
+attribute_map: Mapping[str, str] = {'logs_indexed_logs_usage_sum': 'logs_indexed_logs_usage_sum', 'logs_live_indexed_logs_usage_sum': 'logs_live_indexed_logs_usage_sum', 'logs_rehydrated_indexed_logs_usage_sum': 'logs_rehydrated_indexed_logs_usage_sum', 'retention': 'retention'}

@@ -7267,7 +7267,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_enabled': 'is_enabled', 'name': 'name', 'sources': 'sources', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'is_enabled': 'is_enabled', 'name': 'name', 'sources': 'sources', 'type': 'type'}

@@ -7287,7 +7287,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'SERVICE_REMAPPER': 'service-remapper'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'SERVICE_REMAPPER': 'service-remapper'}}

@@ -7303,7 +7303,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TIME_ASCENDING': 'asc', 'TIME_DESCENDING': 'desc'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TIME_ASCENDING': 'asc', 'TIME_DESCENDING': 'desc'}}

@@ -7319,7 +7319,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_enabled': 'is_enabled', 'name': 'name', 'sources': 'sources', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'is_enabled': 'is_enabled', 'name': 'name', 'sources': 'sources', 'type': 'type'}

@@ -7339,7 +7339,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'STATUS_REMAPPER': 'status-remapper'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'STATUS_REMAPPER': 'status-remapper'}}

@@ -7355,7 +7355,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_enabled': 'is_enabled', 'is_replace_missing': 'is_replace_missing', 'name': 'name', 'target': 'target', 'template': 'template', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'is_enabled': 'is_enabled', 'is_replace_missing': 'is_replace_missing', 'name': 'name', 'target': 'target', 'template': 'template', 'type': 'type'}

@@ -7375,7 +7375,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'STRING_BUILDER_PROCESSOR': 'string-builder-processor'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'STRING_BUILDER_PROCESSOR': 'string-builder-processor'}}

@@ -7391,7 +7391,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_enabled': 'is_enabled', 'name': 'name', 'sources': 'sources', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'is_enabled': 'is_enabled', 'name': 'name', 'sources': 'sources', 'type': 'type'}

@@ -7411,7 +7411,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TRACE_ID_REMAPPER': 'trace-id-remapper'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TRACE_ID_REMAPPER': 'trace-id-remapper'}}

@@ -7427,7 +7427,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_enabled': 'is_enabled', 'name': 'name', 'normalize_ending_slashes': 'normalize_ending_slashes', 'sources': 'sources', 'target': 'target', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'is_enabled': 'is_enabled', 'name': 'name', 'normalize_ending_slashes': 'normalize_ending_slashes', 'sources': 'sources', 'target': 'target', 'type': 'type'}

@@ -7447,7 +7447,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'URL_PARSER': 'url-parser'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'URL_PARSER': 'url-parser'}}

@@ -7463,7 +7463,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_enabled': 'is_enabled', 'is_encoded': 'is_encoded', 'name': 'name', 'sources': 'sources', 'target': 'target', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'is_enabled': 'is_enabled', 'is_encoded': 'is_encoded', 'name': 'name', 'sources': 'sources', 'target': 'target', 'type': 'type'}

@@ -7483,7 +7483,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'USER_AGENT_PARSER': 'user-agent-parser'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'USER_AGENT_PARSER': 'user-agent-parser'}}

@@ -7499,7 +7499,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DEFLATE': 'deflate'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DEFLATE': 'deflate'}}

@@ -7515,7 +7515,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'description': 'description', 'integration': 'integration', 'per_unit': 'per_unit', 'short_name': 'short_name', 'statsd_interval': 'statsd_interval', 'type': 'type', 'unit': 'unit'}
+attribute_map: Mapping[str, str] = {'description': 'description', 'integration': 'integration', 'per_unit': 'per_unit', 'short_name': 'short_name', 'statsd_interval': 'statsd_interval', 'type': 'type', 'unit': 'unit'}

@@ -7523,7 +7523,7 @@

datadog_api_client.v1.model

-read_only_vars = {'integration'}
+read_only_vars: Collection[str] = {'integration'}

@@ -7535,7 +7535,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'results': 'results'}
+attribute_map: Mapping[str, str] = {'results': 'results'}
@@ -7555,7 +7555,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'metrics': 'metrics'}
+attribute_map: Mapping[str, str] = {'metrics': 'metrics'}

@@ -7571,7 +7571,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'_from': 'from', 'metrics': 'metrics'}
+attribute_map: Mapping[str, str] = {'_from': 'from', 'metrics': 'metrics'}

@@ -7587,7 +7587,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'series': 'series'}
+attribute_map: Mapping[str, str] = {'series': 'series'}

@@ -7607,7 +7607,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggr': 'aggr', 'display_name': 'display_name', 'end': 'end', 'expression': 'expression', 'interval': 'interval', 'length': 'length', 'metric': 'metric', 'pointlist': 'pointlist', 'query_index': 'query_index', 'scope': 'scope', 'start': 'start', 'tag_set': 'tag_set', 'unit': 'unit'}
+attribute_map: Mapping[str, str] = {'aggr': 'aggr', 'display_name': 'display_name', 'end': 'end', 'expression': 'expression', 'interval': 'interval', 'length': 'length', 'metric': 'metric', 'pointlist': 'pointlist', 'query_index': 'query_index', 'scope': 'scope', 'start': 'start', 'tag_set': 'tag_set', 'unit': 'unit'}

@@ -7615,11 +7615,11 @@

datadog_api_client.v1.model

-read_only_vars = {'aggr', 'display_name', 'end', 'expression', 'interval', 'length', 'metric', 'pointlist', 'query_index', 'scope', 'start', 'tag_set', 'unit'}
+read_only_vars: Collection[str] = {'aggr', 'display_name', 'end', 'expression', 'interval', 'length', 'metric', 'pointlist', 'query_index', 'scope', 'start', 'tag_set', 'unit'}
-validations = {'unit': {'max_items': 2, 'min_items': 2}}
+validations: Mapping[str, Mapping[str, int]] = {'unit': {'max_items': 2, 'min_items': 2}}
@@ -7635,7 +7635,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'error': 'error', 'from_date': 'from_date', 'group_by': 'group_by', 'message': 'message', 'query': 'query', 'res_type': 'res_type', 'series': 'series', 'status': 'status', 'to_date': 'to_date'}
+attribute_map: Mapping[str, str] = {'error': 'error', 'from_date': 'from_date', 'group_by': 'group_by', 'message': 'message', 'query': 'query', 'res_type': 'res_type', 'series': 'series', 'status': 'status', 'to_date': 'to_date'}
@@ -7643,7 +7643,7 @@

datadog_api_client.v1.model

-read_only_vars = {'error', 'from_date', 'group_by', 'message', 'query', 'res_type', 'series', 'status', 'to_date'}
+read_only_vars: Collection[str] = {'error', 'from_date', 'group_by', 'message', 'query', 'res_type', 'series', 'status', 'to_date'}

@@ -7659,7 +7659,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'family': 'family', 'name': 'name', 'plural': 'plural', 'scale_factor': 'scale_factor', 'short_name': 'short_name'}
+attribute_map: Mapping[str, str] = {'family': 'family', 'name': 'name', 'plural': 'plural', 'scale_factor': 'scale_factor', 'short_name': 'short_name'}
@@ -7667,7 +7667,7 @@

datadog_api_client.v1.model

-read_only_vars = {'family', 'name', 'plural', 'scale_factor', 'short_name'}
+read_only_vars: Collection[str] = {'family', 'name', 'plural', 'scale_factor', 'short_name'}

@@ -7679,7 +7679,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created': 'created', 'creator': 'creator', 'deleted': 'deleted', 'id': 'id', 'message': 'message', 'modified': 'modified', 'multi': 'multi', 'name': 'name', 'options': 'options', 'overall_state': 'overall_state', 'priority': 'priority', 'query': 'query', 'restricted_roles': 'restricted_roles', 'state': 'state', 'tags': 'tags', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'created': 'created', 'creator': 'creator', 'deleted': 'deleted', 'id': 'id', 'message': 'message', 'modified': 'modified', 'multi': 'multi', 'name': 'name', 'options': 'options', 'overall_state': 'overall_state', 'priority': 'priority', 'query': 'query', 'restricted_roles': 'restricted_roles', 'state': 'state', 'tags': 'tags', 'type': 'type'}
@@ -7687,11 +7687,11 @@

datadog_api_client.v1.model

-read_only_vars = {'created', 'creator', 'deleted', 'id', 'modified', 'multi', 'overall_state', 'state'}
+read_only_vars: Collection[str] = {'created', 'creator', 'deleted', 'id', 'modified', 'multi', 'overall_state', 'state'}
-validations = {'priority': {'inclusive_maximum': 5, 'inclusive_minimum': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'priority': {'inclusive_maximum': 5, 'inclusive_minimum': 1}}
@@ -7707,7 +7707,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CHROME_LAPTOP_LARGE': 'chrome.laptop_large', 'CHROME_MOBILE_SMALL': 'chrome.mobile_small', 'CHROME_TABLET': 'chrome.tablet', 'FIREFOX_LAPTOP_LARGE': 'firefox.laptop_large', 'FIREFOX_MOBILE_SMALL': 'firefox.mobile_small', 'FIREFOX_TABLET': 'firefox.tablet', 'LAPTOP_LARGE': 'laptop_large', 'MOBILE_SMALL': 'mobile_small', 'TABLET': 'tablet'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CHROME_LAPTOP_LARGE': 'chrome.laptop_large', 'CHROME_MOBILE_SMALL': 'chrome.mobile_small', 'CHROME_TABLET': 'chrome.tablet', 'FIREFOX_LAPTOP_LARGE': 'firefox.laptop_large', 'FIREFOX_MOBILE_SMALL': 'firefox.mobile_small', 'FIREFOX_TABLET': 'firefox.tablet', 'LAPTOP_LARGE': 'laptop_large', 'MOBILE_SMALL': 'mobile_small', 'TABLET': 'tablet'}}
@@ -7723,7 +7723,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AVG': 'avg', 'CARDINALITY': 'cardinality', 'COUNT': 'count', 'MAX': 'max', 'MEDIAN': 'median', 'MIN': 'min', 'PC75': 'pc75', 'PC90': 'pc90', 'PC95': 'pc95', 'PC98': 'pc98', 'PC99': 'pc99', 'SUM': 'sum'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AVG': 'avg', 'CARDINALITY': 'cardinality', 'COUNT': 'count', 'MAX': 'max', 'MEDIAN': 'median', 'MIN': 'min', 'PC75': 'pc75', 'PC90': 'pc90', 'PC95': 'pc95', 'PC98': 'pc98', 'PC99': 'pc99', 'SUM': 'sum'}}

@@ -7739,7 +7739,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'compute': 'compute', 'data_source': 'data_source', 'group_by': 'group_by', 'indexes': 'indexes', 'name': 'name', 'search': 'search'}
+attribute_map: Mapping[str, str] = {'compute': 'compute', 'data_source': 'data_source', 'group_by': 'group_by', 'indexes': 'indexes', 'name': 'name', 'search': 'search'}

@@ -7759,7 +7759,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation': 'aggregation', 'interval': 'interval', 'metric': 'metric'}
+attribute_map: Mapping[str, str] = {'aggregation': 'aggregation', 'interval': 'interval', 'metric': 'metric'}

@@ -7779,7 +7779,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'query': 'query'}
+attribute_map: Mapping[str, str] = {'query': 'query'}

@@ -7795,7 +7795,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'facet': 'facet', 'limit': 'limit', 'sort': 'sort'}
+attribute_map: Mapping[str, str] = {'facet': 'facet', 'limit': 'limit', 'sort': 'sort'}

@@ -7815,7 +7815,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation': 'aggregation', 'metric': 'metric', 'order': 'order'}
+attribute_map: Mapping[str, str] = {'aggregation': 'aggregation', 'metric': 'metric', 'order': 'order'}

@@ -7835,7 +7835,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'RUM': 'rum'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'RUM': 'rum'}}

@@ -7863,7 +7863,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'counts': 'counts', 'groups': 'groups', 'metadata': 'metadata'}
+attribute_map: Mapping[str, str] = {'counts': 'counts', 'groups': 'groups', 'metadata': 'metadata'}

@@ -7871,7 +7871,7 @@

datadog_api_client.v1.model

-read_only_vars = {'counts', 'groups'}
+read_only_vars: Collection[str] = {'counts', 'groups'}

@@ -7887,7 +7887,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'status': 'status', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'status': 'status', 'type': 'type'}
@@ -7907,7 +7907,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'group': 'group', 'group_tags': 'group_tags', 'last_nodata_ts': 'last_nodata_ts', 'last_triggered_ts': 'last_triggered_ts', 'monitor_id': 'monitor_id', 'monitor_name': 'monitor_name', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'group': 'group', 'group_tags': 'group_tags', 'last_nodata_ts': 'last_nodata_ts', 'last_triggered_ts': 'last_triggered_ts', 'monitor_id': 'monitor_id', 'monitor_name': 'monitor_name', 'status': 'status'}

@@ -7915,7 +7915,7 @@

datadog_api_client.v1.model

-read_only_vars = {'group', 'group_tags', 'last_nodata_ts', 'last_triggered_ts', 'monitor_id', 'monitor_name', 'status'}
+read_only_vars: Collection[str] = {'group', 'group_tags', 'last_nodata_ts', 'last_triggered_ts', 'monitor_id', 'monitor_name', 'status'}

@@ -7931,7 +7931,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation': 'aggregation', 'device_ids': 'device_ids', 'enable_logs_sample': 'enable_logs_sample', 'escalation_message': 'escalation_message', 'evaluation_delay': 'evaluation_delay', 'groupby_simple_monitor': 'groupby_simple_monitor', 'include_tags': 'include_tags', 'locked': 'locked', 'min_failure_duration': 'min_failure_duration', 'min_location_failed': 'min_location_failed', 'new_group_delay': 'new_group_delay', 'new_host_delay': 'new_host_delay', 'no_data_timeframe': 'no_data_timeframe', 'notify_audit': 'notify_audit', 'notify_no_data': 'notify_no_data', 'renotify_interval': 'renotify_interval', 'renotify_occurrences': 'renotify_occurrences', 'renotify_statuses': 'renotify_statuses', 'require_full_window': 'require_full_window', 'silenced': 'silenced', 'synthetics_check_id': 'synthetics_check_id', 'threshold_windows': 'threshold_windows', 'thresholds': 'thresholds', 'timeout_h': 'timeout_h', 'variables': 'variables'}
+attribute_map: Mapping[str, str] = {'aggregation': 'aggregation', 'device_ids': 'device_ids', 'enable_logs_sample': 'enable_logs_sample', 'escalation_message': 'escalation_message', 'evaluation_delay': 'evaluation_delay', 'groupby_simple_monitor': 'groupby_simple_monitor', 'include_tags': 'include_tags', 'locked': 'locked', 'min_failure_duration': 'min_failure_duration', 'min_location_failed': 'min_location_failed', 'new_group_delay': 'new_group_delay', 'new_host_delay': 'new_host_delay', 'no_data_timeframe': 'no_data_timeframe', 'notify_audit': 'notify_audit', 'notify_no_data': 'notify_no_data', 'renotify_interval': 'renotify_interval', 'renotify_occurrences': 'renotify_occurrences', 'renotify_statuses': 'renotify_statuses', 'require_full_window': 'require_full_window', 'silenced': 'silenced', 'synthetics_check_id': 'synthetics_check_id', 'threshold_windows': 'threshold_windows', 'thresholds': 'thresholds', 'timeout_h': 'timeout_h', 'variables': 'variables'}
@@ -7939,11 +7939,11 @@

datadog_api_client.v1.model

-read_only_vars = {'aggregation', 'device_ids'}
+read_only_vars: Collection[str] = {'aggregation', 'device_ids'}
-validations = {'min_failure_duration': {'inclusive_maximum': 7200, 'inclusive_minimum': 0}}
+validations: Mapping[str, Mapping[str, int]] = {'min_failure_duration': {'inclusive_maximum': 7200, 'inclusive_minimum': 0}}

@@ -7959,7 +7959,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'group_by': 'group_by', 'metric': 'metric', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'group_by': 'group_by', 'metric': 'metric', 'type': 'type'}
@@ -7975,7 +7975,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ALERT': 'Alert', 'IGNORED': 'Ignored', 'NO_DATA': 'No Data', 'OK': 'OK', 'SKIPPED': 'Skipped', 'UNKNOWN': 'Unknown', 'WARN': 'Warn'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ALERT': 'Alert', 'IGNORED': 'Ignored', 'NO_DATA': 'No Data', 'OK': 'OK', 'SKIPPED': 'Skipped', 'UNKNOWN': 'Unknown', 'WARN': 'Warn'}}

@@ -7991,7 +7991,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ALERT': 'alert', 'NO_DATA': 'no data', 'WARN': 'warn'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ALERT': 'alert', 'NO_DATA': 'no data', 'WARN': 'warn'}}

@@ -8019,7 +8019,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'counts': 'counts', 'metadata': 'metadata', 'monitors': 'monitors'}
+attribute_map: Mapping[str, str] = {'counts': 'counts', 'metadata': 'metadata', 'monitors': 'monitors'}

@@ -8027,7 +8027,7 @@

datadog_api_client.v1.model

-read_only_vars = {'counts', 'monitors'}
+read_only_vars: Collection[str] = {'counts', 'monitors'}

@@ -8043,7 +8043,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'muted': 'muted', 'status': 'status', 'tag': 'tag', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'muted': 'muted', 'status': 'status', 'tag': 'tag', 'type': 'type'}
@@ -8063,7 +8063,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'page': 'page', 'page_count': 'page_count', 'per_page': 'per_page', 'total_count': 'total_count'}
+attribute_map: Mapping[str, str] = {'page': 'page', 'page_count': 'page_count', 'per_page': 'per_page', 'total_count': 'total_count'}

@@ -8071,7 +8071,7 @@

datadog_api_client.v1.model

-read_only_vars = {'page', 'page_count', 'per_page', 'total_count'}
+read_only_vars: Collection[str] = {'page', 'page_count', 'per_page', 'total_count'}

@@ -8083,7 +8083,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'classification': 'classification', 'creator': 'creator', 'id': 'id', 'last_triggered_ts': 'last_triggered_ts', 'metrics': 'metrics', 'name': 'name', 'notifications': 'notifications', 'org_id': 'org_id', 'query': 'query', 'scopes': 'scopes', 'status': 'status', 'tags': 'tags', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'classification': 'classification', 'creator': 'creator', 'id': 'id', 'last_triggered_ts': 'last_triggered_ts', 'metrics': 'metrics', 'name': 'name', 'notifications': 'notifications', 'org_id': 'org_id', 'query': 'query', 'scopes': 'scopes', 'status': 'status', 'tags': 'tags', 'type': 'type'}
@@ -8091,7 +8091,7 @@

datadog_api_client.v1.model

-read_only_vars = {'classification', 'creator', 'id', 'last_triggered_ts', 'metrics', 'name', 'notifications', 'org_id', 'status', 'tags'}
+read_only_vars: Collection[str] = {'classification', 'creator', 'id', 'last_triggered_ts', 'metrics', 'name', 'notifications', 'org_id', 'status', 'tags'}
@@ -8107,7 +8107,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'handle': 'handle', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'handle': 'handle', 'name': 'name'}
@@ -8115,7 +8115,7 @@

datadog_api_client.v1.model

-read_only_vars = {'handle', 'name'}
+read_only_vars: Collection[str] = {'handle', 'name'}

@@ -8127,7 +8127,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'groups': 'groups'}
+attribute_map: Mapping[str, str] = {'groups': 'groups'}
@@ -8147,7 +8147,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'last_nodata_ts': 'last_nodata_ts', 'last_notified_ts': 'last_notified_ts', 'last_resolved_ts': 'last_resolved_ts', 'last_triggered_ts': 'last_triggered_ts', 'name': 'name', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'last_nodata_ts': 'last_nodata_ts', 'last_notified_ts': 'last_notified_ts', 'last_resolved_ts': 'last_resolved_ts', 'last_triggered_ts': 'last_triggered_ts', 'name': 'name', 'status': 'status'}

@@ -8155,7 +8155,7 @@

datadog_api_client.v1.model

-read_only_vars = {'status'}
+read_only_vars: Collection[str] = {'status'}
@@ -8171,7 +8171,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'color_preference': 'color_preference', 'count': 'count', 'display_format': 'display_format', 'hide_zero_counts': 'hide_zero_counts', 'query': 'query', 'show_last_triggered': 'show_last_triggered', 'sort': 'sort', 'start': 'start', 'summary_type': 'summary_type', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'color_preference': 'color_preference', 'count': 'count', 'display_format': 'display_format', 'hide_zero_counts': 'hide_zero_counts', 'query': 'query', 'show_last_triggered': 'show_last_triggered', 'sort': 'sort', 'start': 'start', 'summary_type': 'summary_type', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
@@ -8191,7 +8191,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'MANAGE_STATUS': 'manage_status'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'MANAGE_STATUS': 'manage_status'}}

@@ -8207,7 +8207,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'recovery_window': 'recovery_window', 'trigger_window': 'trigger_window'}
+attribute_map: Mapping[str, str] = {'recovery_window': 'recovery_window', 'trigger_window': 'trigger_window'}

@@ -8223,7 +8223,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'critical': 'critical', 'critical_recovery': 'critical_recovery', 'ok': 'ok', 'unknown': 'unknown', 'warning': 'warning', 'warning_recovery': 'warning_recovery'}
+attribute_map: Mapping[str, str] = {'critical': 'critical', 'critical_recovery': 'critical_recovery', 'ok': 'ok', 'unknown': 'unknown', 'warning': 'warning', 'warning_recovery': 'warning_recovery'}

@@ -8239,7 +8239,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AUDIT_ALERT': 'audit alert', 'CI_PIPELINES_ALERT': 'ci-pipelines alert', 'COMPOSITE': 'composite', 'EVENT_ALERT': 'event alert', 'EVENT_V2_ALERT': 'event-v2 alert', 'LOG_ALERT': 'log alert', 'METRIC_ALERT': 'metric alert', 'PROCESS_ALERT': 'process alert', 'QUERY_ALERT': 'query alert', 'RUM_ALERT': 'rum alert', 'SERVICE_CHECK': 'service check', 'SLO_ALERT': 'slo alert', 'SYNTHETICS_ALERT': 'synthetics alert', 'TRACE_ANALYTICS_ALERT': 'trace-analytics alert'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AUDIT_ALERT': 'audit alert', 'CI_PIPELINES_ALERT': 'ci-pipelines alert', 'COMPOSITE': 'composite', 'EVENT_ALERT': 'event alert', 'EVENT_V2_ALERT': 'event-v2 alert', 'LOG_ALERT': 'log alert', 'METRIC_ALERT': 'metric alert', 'PROCESS_ALERT': 'process alert', 'QUERY_ALERT': 'query alert', 'RUM_ALERT': 'rum alert', 'SERVICE_CHECK': 'service check', 'SLO_ALERT': 'slo alert', 'SYNTHETICS_ALERT': 'synthetics alert', 'TRACE_ANALYTICS_ALERT': 'trace-analytics alert'}}

@@ -8255,7 +8255,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created': 'created', 'creator': 'creator', 'deleted': 'deleted', 'id': 'id', 'message': 'message', 'modified': 'modified', 'multi': 'multi', 'name': 'name', 'options': 'options', 'overall_state': 'overall_state', 'priority': 'priority', 'query': 'query', 'restricted_roles': 'restricted_roles', 'state': 'state', 'tags': 'tags', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'created': 'created', 'creator': 'creator', 'deleted': 'deleted', 'id': 'id', 'message': 'message', 'modified': 'modified', 'multi': 'multi', 'name': 'name', 'options': 'options', 'overall_state': 'overall_state', 'priority': 'priority', 'query': 'query', 'restricted_roles': 'restricted_roles', 'state': 'state', 'tags': 'tags', 'type': 'type'}

@@ -8263,11 +8263,11 @@

datadog_api_client.v1.model

-read_only_vars = {'created', 'creator', 'deleted', 'id', 'modified', 'multi', 'overall_state', 'state'}
+read_only_vars: Collection[str] = {'created', 'creator', 'deleted', 'id', 'modified', 'multi', 'overall_state', 'state'}
-validations = {'priority': {'inclusive_maximum': 5, 'inclusive_minimum': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'priority': {'inclusive_maximum': 5, 'inclusive_minimum': 1}}

@@ -8283,7 +8283,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'month': 'month', 'org_name': 'org_name', 'public_id': 'public_id', 'tag_config_source': 'tag_config_source', 'tags': 'tags', 'updated_at': 'updated_at', 'values': 'values'}
+attribute_map: Mapping[str, str] = {'month': 'month', 'org_name': 'org_name', 'public_id': 'public_id', 'tag_config_source': 'tag_config_source', 'tags': 'tags', 'updated_at': 'updated_at', 'values': 'values'}
@@ -8303,7 +8303,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregates': 'aggregates', 'pagination': 'pagination'}
+attribute_map: Mapping[str, str] = {'aggregates': 'aggregates', 'pagination': 'pagination'}

@@ -8323,7 +8323,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'next_record_id': 'next_record_id'}
+attribute_map: Mapping[str, str] = {'next_record_id': 'next_record_id'}

@@ -8339,7 +8339,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'metadata': 'metadata', 'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'metadata': 'metadata', 'usage': 'usage'}

@@ -8359,7 +8359,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ALL': '*', 'API_PERCENTAGE': 'api_percentage', 'API_USAGE': 'api_usage', 'APM_HOST_PERCENTAGE': 'apm_host_percentage', 'APM_HOST_USAGE': 'apm_host_usage', 'BROWSER_PERCENTAGE': 'browser_percentage', 'BROWSER_USAGE': 'browser_usage', 'CONTAINER_PERCENTAGE': 'container_percentage', 'CONTAINER_USAGE': 'container_usage', 'CUSTOM_TIMESERIES_PERCENTAGE': 'custom_timeseries_percentage', 'CUSTOM_TIMESERIES_USAGE': 'custom_timeseries_usage', 'ESTIMATED_INDEXED_LOGS_PERCENTAGE': 'estimated_indexed_logs_percentage', 'ESTIMATED_INDEXED_LOGS_USAGE': 'estimated_indexed_logs_usage', 'FARGATE_PERCENTAGE': 'fargate_percentage', 'FARGATE_USAGE': 'fargate_usage', 'FUNCTIONS_PERCENTAGE': 'functions_percentage', 'FUNCTIONS_USAGE': 'functions_usage', 'INDEXED_LOGS_PERCENTAGE': 'indexed_logs_percentage', 'INDEXED_LOGS_USAGE': 'indexed_logs_usage', 'INFRA_HOST_PERCENTAGE': 'infra_host_percentage', 'INFRA_HOST_USAGE': 'infra_host_usage', 'INVOCATIONS_PERCENTAGE': 'invocations_percentage', 'INVOCATIONS_USAGE': 'invocations_usage', 'NPM_HOST_PERCENTAGE': 'npm_host_percentage', 'NPM_HOST_USAGE': 'npm_host_usage', 'PROFILED_CONTAINER_PERCENTAGE': 'profiled_container_percentage', 'PROFILED_CONTAINER_USAGE': 'profiled_container_usage', 'PROFILED_HOST_PERCENTAGE': 'profiled_host_percentage', 'PROFILED_HOST_USAGE': 'profiled_host_usage', 'SNMP_PERCENTAGE': 'snmp_percentage', 'SNMP_USAGE': 'snmp_usage'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ALL': '*', 'API_PERCENTAGE': 'api_percentage', 'API_USAGE': 'api_usage', 'APM_HOST_PERCENTAGE': 'apm_host_percentage', 'APM_HOST_USAGE': 'apm_host_usage', 'BROWSER_PERCENTAGE': 'browser_percentage', 'BROWSER_USAGE': 'browser_usage', 'CONTAINER_PERCENTAGE': 'container_percentage', 'CONTAINER_USAGE': 'container_usage', 'CUSTOM_TIMESERIES_PERCENTAGE': 'custom_timeseries_percentage', 'CUSTOM_TIMESERIES_USAGE': 'custom_timeseries_usage', 'ESTIMATED_INDEXED_LOGS_PERCENTAGE': 'estimated_indexed_logs_percentage', 'ESTIMATED_INDEXED_LOGS_USAGE': 'estimated_indexed_logs_usage', 'FARGATE_PERCENTAGE': 'fargate_percentage', 'FARGATE_USAGE': 'fargate_usage', 'FUNCTIONS_PERCENTAGE': 'functions_percentage', 'FUNCTIONS_USAGE': 'functions_usage', 'INDEXED_LOGS_PERCENTAGE': 'indexed_logs_percentage', 'INDEXED_LOGS_USAGE': 'indexed_logs_usage', 'INFRA_HOST_PERCENTAGE': 'infra_host_percentage', 'INFRA_HOST_USAGE': 'infra_host_usage', 'INVOCATIONS_PERCENTAGE': 'invocations_percentage', 'INVOCATIONS_USAGE': 'invocations_usage', 'NPM_HOST_PERCENTAGE': 'npm_host_percentage', 'NPM_HOST_USAGE': 'npm_host_usage', 'PROFILED_CONTAINER_PERCENTAGE': 'profiled_container_percentage', 'PROFILED_CONTAINER_USAGE': 'profiled_container_usage', 'PROFILED_HOST_PERCENTAGE': 'profiled_host_percentage', 'PROFILED_HOST_USAGE': 'profiled_host_usage', 'SNMP_PERCENTAGE': 'snmp_percentage', 'SNMP_USAGE': 'snmp_usage'}}

@@ -8375,7 +8375,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'api_percentage': 'api_percentage', 'api_usage': 'api_usage', 'apm_host_percentage': 'apm_host_percentage', 'apm_host_usage': 'apm_host_usage', 'browser_percentage': 'browser_percentage', 'browser_usage': 'browser_usage', 'container_percentage': 'container_percentage', 'container_usage': 'container_usage', 'custom_timeseries_percentage': 'custom_timeseries_percentage', 'custom_timeseries_usage': 'custom_timeseries_usage', 'estimated_indexed_logs_percentage': 'estimated_indexed_logs_percentage', 'estimated_indexed_logs_usage': 'estimated_indexed_logs_usage', 'fargate_percentage': 'fargate_percentage', 'fargate_usage': 'fargate_usage', 'functions_percentage': 'functions_percentage', 'functions_usage': 'functions_usage', 'indexed_logs_percentage': 'indexed_logs_percentage', 'indexed_logs_usage': 'indexed_logs_usage', 'infra_host_percentage': 'infra_host_percentage', 'infra_host_usage': 'infra_host_usage', 'invocations_percentage': 'invocations_percentage', 'invocations_usage': 'invocations_usage', 'npm_host_percentage': 'npm_host_percentage', 'npm_host_usage': 'npm_host_usage', 'profiled_container_percentage': 'profiled_container_percentage', 'profiled_container_usage': 'profiled_container_usage', 'profiled_host_percentage': 'profiled_host_percentage', 'profiled_host_usage': 'profiled_host_usage', 'snmp_percentage': 'snmp_percentage', 'snmp_usage': 'snmp_usage'}
+attribute_map: Mapping[str, str] = {'api_percentage': 'api_percentage', 'api_usage': 'api_usage', 'apm_host_percentage': 'apm_host_percentage', 'apm_host_usage': 'apm_host_usage', 'browser_percentage': 'browser_percentage', 'browser_usage': 'browser_usage', 'container_percentage': 'container_percentage', 'container_usage': 'container_usage', 'custom_timeseries_percentage': 'custom_timeseries_percentage', 'custom_timeseries_usage': 'custom_timeseries_usage', 'estimated_indexed_logs_percentage': 'estimated_indexed_logs_percentage', 'estimated_indexed_logs_usage': 'estimated_indexed_logs_usage', 'fargate_percentage': 'fargate_percentage', 'fargate_usage': 'fargate_usage', 'functions_percentage': 'functions_percentage', 'functions_usage': 'functions_usage', 'indexed_logs_percentage': 'indexed_logs_percentage', 'indexed_logs_usage': 'indexed_logs_usage', 'infra_host_percentage': 'infra_host_percentage', 'infra_host_usage': 'infra_host_usage', 'invocations_percentage': 'invocations_percentage', 'invocations_usage': 'invocations_usage', 'npm_host_percentage': 'npm_host_percentage', 'npm_host_usage': 'npm_host_usage', 'profiled_container_percentage': 'profiled_container_percentage', 'profiled_container_usage': 'profiled_container_usage', 'profiled_host_percentage': 'profiled_host_percentage', 'profiled_host_usage': 'profiled_host_usage', 'snmp_percentage': 'snmp_percentage', 'snmp_usage': 'snmp_usage'}

@@ -8391,7 +8391,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'background_color': 'background_color', 'content': 'content', 'font_size': 'font_size', 'has_padding': 'has_padding', 'show_tick': 'show_tick', 'text_align': 'text_align', 'tick_edge': 'tick_edge', 'tick_pos': 'tick_pos', 'type': 'type', 'vertical_align': 'vertical_align'}
+attribute_map: Mapping[str, str] = {'background_color': 'background_color', 'content': 'content', 'font_size': 'font_size', 'has_padding': 'has_padding', 'show_tick': 'show_tick', 'text_align': 'text_align', 'tick_edge': 'tick_edge', 'tick_pos': 'tick_pos', 'type': 'type', 'vertical_align': 'vertical_align'}

@@ -8411,7 +8411,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'NOTE': 'note'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'NOTE': 'note'}}

@@ -8427,7 +8427,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'end': 'end', 'live': 'live', 'start': 'start'}
+attribute_map: Mapping[str, str] = {'end': 'end', 'live': 'live', 'start': 'start'}

@@ -8443,7 +8443,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_at': 'created_at', 'disabled': 'disabled', 'email': 'email', 'handle': 'handle', 'icon': 'icon', 'name': 'name', 'status': 'status', 'title': 'title', 'verified': 'verified'}
+attribute_map: Mapping[str, str] = {'created_at': 'created_at', 'disabled': 'disabled', 'email': 'email', 'handle': 'handle', 'icon': 'icon', 'name': 'name', 'status': 'status', 'title': 'title', 'verified': 'verified'}

@@ -8459,7 +8459,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -8491,7 +8491,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'NOTEBOOK_CELLS': 'notebook_cells'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'NOTEBOOK_CELLS': 'notebook_cells'}}

@@ -8507,7 +8507,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -8551,7 +8551,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -8583,7 +8583,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -8603,7 +8603,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cells': 'cells', 'metadata': 'metadata', 'name': 'name', 'status': 'status', 'time': 'time'}
+attribute_map: Mapping[str, str] = {'cells': 'cells', 'metadata': 'metadata', 'name': 'name', 'status': 'status', 'time': 'time'}

@@ -8611,7 +8611,7 @@

datadog_api_client.v1.model

-validations = {'name': {'max_length': 80, 'min_length': 0}}
+validations: Mapping[str, Mapping[str, int]] = {'name': {'max_length': 80, 'min_length': 0}}

@@ -8627,7 +8627,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}
@@ -8647,7 +8647,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'definition': 'definition', 'graph_size': 'graph_size', 'split_by': 'split_by', 'time': 'time'}
+attribute_map: Mapping[str, str] = {'definition': 'definition', 'graph_size': 'graph_size', 'split_by': 'split_by', 'time': 'time'}

@@ -8679,7 +8679,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'EXTRA_LARGE': 'xl', 'EXTRA_SMALL': 'xs', 'LARGE': 'l', 'MEDIUM': 'm', 'SMALL': 's'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'EXTRA_LARGE': 'xl', 'EXTRA_SMALL': 'xs', 'LARGE': 'l', 'MEDIUM': 'm', 'SMALL': 's'}}

@@ -8695,7 +8695,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'definition': 'definition', 'graph_size': 'graph_size', 'split_by': 'split_by', 'time': 'time'}
+attribute_map: Mapping[str, str] = {'definition': 'definition', 'graph_size': 'graph_size', 'split_by': 'split_by', 'time': 'time'}

@@ -8715,7 +8715,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'definition': 'definition', 'graph_size': 'graph_size', 'time': 'time'}
+attribute_map: Mapping[str, str] = {'definition': 'definition', 'graph_size': 'graph_size', 'time': 'time'}

@@ -8735,7 +8735,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'definition': 'definition'}
+attribute_map: Mapping[str, str] = {'definition': 'definition'}

@@ -8755,7 +8755,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'text': 'text', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'text': 'text', 'type': 'type'}

@@ -8775,7 +8775,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'MARKDOWN': 'markdown'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'MARKDOWN': 'markdown'}}

@@ -8791,7 +8791,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_template': 'is_template', 'take_snapshots': 'take_snapshots', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'is_template': 'is_template', 'take_snapshots': 'take_snapshots', 'type': 'type'}

@@ -8811,7 +8811,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DOCUMENTATION': 'documentation', 'INVESTIGATION': 'investigation', 'POSTMORTEM': 'postmortem', 'REPORT': 'report', 'RUNBOOK': 'runbook'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DOCUMENTATION': 'documentation', 'INVESTIGATION': 'investigation', 'POSTMORTEM': 'postmortem', 'REPORT': 'report', 'RUNBOOK': 'runbook'}}

@@ -8827,7 +8827,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'live_span': 'live_span'}
+attribute_map: Mapping[str, str] = {'live_span': 'live_span'}

@@ -8847,7 +8847,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'NOTEBOOKS': 'notebooks'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'NOTEBOOKS': 'notebooks'}}

@@ -8863,7 +8863,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -8883,7 +8883,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -8891,7 +8891,7 @@

datadog_api_client.v1.model

-read_only_vars = {'id'}
+read_only_vars: Collection[str] = {'id'}

@@ -8907,7 +8907,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'author': 'author', 'cells': 'cells', 'created': 'created', 'metadata': 'metadata', 'modified': 'modified', 'name': 'name', 'status': 'status', 'time': 'time'}
+attribute_map: Mapping[str, str] = {'author': 'author', 'cells': 'cells', 'created': 'created', 'metadata': 'metadata', 'modified': 'modified', 'name': 'name', 'status': 'status', 'time': 'time'}
@@ -8915,11 +8915,11 @@

datadog_api_client.v1.model

-read_only_vars = {'created', 'modified'}
+read_only_vars: Collection[str] = {'created', 'modified'}
-validations = {'name': {'max_length': 80, 'min_length': 0}}
+validations: Mapping[str, Mapping[str, int]] = {'name': {'max_length': 80, 'min_length': 0}}

@@ -8935,7 +8935,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'keys': 'keys', 'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'keys': 'keys', 'tags': 'tags'}
@@ -8951,7 +8951,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'PUBLISHED': 'published'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'PUBLISHED': 'published'}}

@@ -8967,7 +8967,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'definition': 'definition', 'graph_size': 'graph_size', 'split_by': 'split_by', 'time': 'time'}
+attribute_map: Mapping[str, str] = {'definition': 'definition', 'graph_size': 'graph_size', 'split_by': 'split_by', 'time': 'time'}

@@ -8987,7 +8987,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'definition': 'definition', 'graph_size': 'graph_size', 'split_by': 'split_by', 'time': 'time'}
+attribute_map: Mapping[str, str] = {'definition': 'definition', 'graph_size': 'graph_size', 'split_by': 'split_by', 'time': 'time'}

@@ -9019,7 +9019,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -9039,7 +9039,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cells': 'cells', 'metadata': 'metadata', 'name': 'name', 'status': 'status', 'time': 'time'}
+attribute_map: Mapping[str, str] = {'cells': 'cells', 'metadata': 'metadata', 'name': 'name', 'status': 'status', 'time': 'time'}

@@ -9047,7 +9047,7 @@

datadog_api_client.v1.model

-validations = {'name': {'max_length': 80, 'min_length': 0}}
+validations: Mapping[str, Mapping[str, int]] = {'name': {'max_length': 80, 'min_length': 0}}

@@ -9063,7 +9063,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}
@@ -9083,7 +9083,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'meta': 'meta'}

@@ -9103,7 +9103,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -9111,7 +9111,7 @@

datadog_api_client.v1.model

-read_only_vars = {'id'}
+read_only_vars: Collection[str] = {'id'}

@@ -9127,7 +9127,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'author': 'author', 'cells': 'cells', 'created': 'created', 'metadata': 'metadata', 'modified': 'modified', 'name': 'name', 'status': 'status', 'time': 'time'}
+attribute_map: Mapping[str, str] = {'author': 'author', 'cells': 'cells', 'created': 'created', 'metadata': 'metadata', 'modified': 'modified', 'name': 'name', 'status': 'status', 'time': 'time'}
@@ -9135,11 +9135,11 @@

datadog_api_client.v1.model

-read_only_vars = {'created', 'modified'}
+read_only_vars: Collection[str] = {'created', 'modified'}
-validations = {'name': {'max_length': 80, 'min_length': 0}}
+validations: Mapping[str, Mapping[str, int]] = {'name': {'max_length': 80, 'min_length': 0}}

@@ -9155,7 +9155,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'page': 'page'}
+attribute_map: Mapping[str, str] = {'page': 'page'}
@@ -9175,7 +9175,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'total_count': 'total_count', 'total_filtered_count': 'total_filtered_count'}
+attribute_map: Mapping[str, str] = {'total_count': 'total_count', 'total_filtered_count': 'total_filtered_count'}

@@ -9191,7 +9191,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'billing': 'billing', 'created': 'created', 'description': 'description', 'name': 'name', 'public_id': 'public_id', 'settings': 'settings', 'subscription': 'subscription'}
+attribute_map: Mapping[str, str] = {'billing': 'billing', 'created': 'created', 'description': 'description', 'name': 'name', 'public_id': 'public_id', 'settings': 'settings', 'subscription': 'subscription'}

@@ -9199,11 +9199,11 @@

datadog_api_client.v1.model

-read_only_vars = {'created'}
+read_only_vars: Collection[str] = {'created'}
-validations = {'name': {'inclusive_maximum': 32}}
+validations: Mapping[str, Mapping[str, int]] = {'name': {'inclusive_maximum': 32}}

@@ -9219,7 +9219,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'type': 'type'}
+attribute_map: Mapping[str, str] = {'type': 'type'}
@@ -9235,7 +9235,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'billing': 'billing', 'name': 'name', 'subscription': 'subscription'}
+attribute_map: Mapping[str, str] = {'billing': 'billing', 'name': 'name', 'subscription': 'subscription'}

@@ -9243,7 +9243,7 @@

datadog_api_client.v1.model

-validations = {'name': {'inclusive_maximum': 32}}
+validations: Mapping[str, Mapping[str, int]] = {'name': {'inclusive_maximum': 32}}

@@ -9259,7 +9259,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'api_key': 'api_key', 'application_key': 'application_key', 'org': 'org', 'user': 'user'}
+attribute_map: Mapping[str, str] = {'api_key': 'api_key', 'application_key': 'application_key', 'org': 'org', 'user': 'user'}
@@ -9279,7 +9279,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'orgs': 'orgs'}
+attribute_map: Mapping[str, str] = {'orgs': 'orgs'}

@@ -9299,7 +9299,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'org': 'org'}
+attribute_map: Mapping[str, str] = {'org': 'org'}

@@ -9319,7 +9319,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'private_widget_share': 'private_widget_share', 'saml': 'saml', 'saml_autocreate_access_role': 'saml_autocreate_access_role', 'saml_autocreate_users_domains': 'saml_autocreate_users_domains', 'saml_can_be_enabled': 'saml_can_be_enabled', 'saml_idp_endpoint': 'saml_idp_endpoint', 'saml_idp_initiated_login': 'saml_idp_initiated_login', 'saml_idp_metadata_uploaded': 'saml_idp_metadata_uploaded', 'saml_login_url': 'saml_login_url', 'saml_strict_mode': 'saml_strict_mode'}
+attribute_map: Mapping[str, str] = {'private_widget_share': 'private_widget_share', 'saml': 'saml', 'saml_autocreate_access_role': 'saml_autocreate_access_role', 'saml_autocreate_users_domains': 'saml_autocreate_users_domains', 'saml_can_be_enabled': 'saml_can_be_enabled', 'saml_idp_endpoint': 'saml_idp_endpoint', 'saml_idp_initiated_login': 'saml_idp_initiated_login', 'saml_idp_metadata_uploaded': 'saml_idp_metadata_uploaded', 'saml_login_url': 'saml_login_url', 'saml_strict_mode': 'saml_strict_mode'}

@@ -9339,7 +9339,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'enabled': 'enabled'}
+attribute_map: Mapping[str, str] = {'enabled': 'enabled'}

@@ -9355,7 +9355,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'domains': 'domains', 'enabled': 'enabled'}
+attribute_map: Mapping[str, str] = {'domains': 'domains', 'enabled': 'enabled'}

@@ -9371,7 +9371,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'enabled': 'enabled'}
+attribute_map: Mapping[str, str] = {'enabled': 'enabled'}

@@ -9387,7 +9387,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'enabled': 'enabled'}
+attribute_map: Mapping[str, str] = {'enabled': 'enabled'}

@@ -9403,7 +9403,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'type': 'type'}
+attribute_map: Mapping[str, str] = {'type': 'type'}

@@ -9419,7 +9419,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'service_key': 'service_key', 'service_name': 'service_name'}
+attribute_map: Mapping[str, str] = {'service_key': 'service_key', 'service_name': 'service_name'}

@@ -9435,7 +9435,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'service_key': 'service_key'}
+attribute_map: Mapping[str, str] = {'service_key': 'service_key'}

@@ -9451,7 +9451,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'service_name': 'service_name'}
+attribute_map: Mapping[str, str] = {'service_name': 'service_name'}

@@ -9467,7 +9467,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'total_count': 'total_count', 'total_filtered_count': 'total_filtered_count'}
+attribute_map: Mapping[str, str] = {'total_count': 'total_count', 'total_filtered_count': 'total_filtered_count'}

@@ -9487,7 +9487,7 @@

datadog_api_client.v1.model

-validations = {'value': {'max_items': 2, 'min_items': 2}}
+validations: Mapping[str, Mapping[str, int]] = {'value': {'max_items': 2, 'min_items': 2}}

@@ -9499,7 +9499,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'filter_by': 'filter_by', 'limit': 'limit', 'metric': 'metric', 'search_by': 'search_by'}
+attribute_map: Mapping[str, str] = {'filter_by': 'filter_by', 'limit': 'limit', 'metric': 'metric', 'search_by': 'search_by'}
@@ -9507,7 +9507,7 @@

datadog_api_client.v1.model

-validations = {'limit': {'inclusive_minimum': 0}}
+validations: Mapping[str, Mapping[str, int]] = {'limit': {'inclusive_minimum': 0}}
@@ -9519,7 +9519,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ASC': 'asc', 'DESC': 'desc'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ASC': 'asc', 'DESC': 'desc'}}
@@ -9535,7 +9535,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'autoscale': 'autoscale', 'custom_links': 'custom_links', 'custom_unit': 'custom_unit', 'precision': 'precision', 'requests': 'requests', 'text_align': 'text_align', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'autoscale': 'autoscale', 'custom_links': 'custom_links', 'custom_unit': 'custom_unit', 'precision': 'precision', 'requests': 'requests', 'text_align': 'text_align', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -9543,7 +9543,7 @@

datadog_api_client.v1.model

-validations = {'requests': {'max_items': 1, 'min_items': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'requests': {'max_items': 1, 'min_items': 1}}
@@ -9559,7 +9559,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'QUERY_VALUE': 'query_value'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'QUERY_VALUE': 'query_value'}}
@@ -9575,7 +9575,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregator': 'aggregator', 'apm_query': 'apm_query', 'audit_query': 'audit_query', 'conditional_formats': 'conditional_formats', 'event_query': 'event_query', 'formulas': 'formulas', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query'}
+attribute_map: Mapping[str, str] = {'aggregator': 'aggregator', 'apm_query': 'apm_query', 'audit_query': 'audit_query', 'conditional_formats': 'conditional_formats', 'event_query': 'event_query', 'formulas': 'formulas', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query'}

@@ -9595,7 +9595,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'page': 'page'}
+attribute_map: Mapping[str, str] = {'page': 'page'}

@@ -9615,7 +9615,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregator': 'aggregator', 'apm_query': 'apm_query', 'event_query': 'event_query', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'rum_query': 'rum_query', 'security_query': 'security_query'}
+attribute_map: Mapping[str, str] = {'aggregator': 'aggregator', 'apm_query': 'apm_query', 'event_query': 'event_query', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'rum_query': 'rum_query', 'security_query': 'security_query'}

@@ -9635,7 +9635,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'color_by_groups': 'color_by_groups', 'custom_links': 'custom_links', 'requests': 'requests', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'xaxis': 'xaxis', 'yaxis': 'yaxis'}
+attribute_map: Mapping[str, str] = {'color_by_groups': 'color_by_groups', 'custom_links': 'custom_links', 'requests': 'requests', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'xaxis': 'xaxis', 'yaxis': 'yaxis'}

@@ -9655,7 +9655,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'table': 'table', 'x': 'x', 'y': 'y'}
+attribute_map: Mapping[str, str] = {'table': 'table', 'x': 'x', 'y': 'y'}

@@ -9675,7 +9675,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'SCATTERPLOT': 'scatterplot'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'SCATTERPLOT': 'scatterplot'}}

@@ -9691,7 +9691,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'COLOR': 'color', 'RADIUS': 'radius', 'X': 'x', 'Y': 'y'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'COLOR': 'color', 'RADIUS': 'radius', 'X': 'x', 'Y': 'y'}}

@@ -9707,7 +9707,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'formulas': 'formulas', 'queries': 'queries', 'response_format': 'response_format'}
+attribute_map: Mapping[str, str] = {'formulas': 'formulas', 'queries': 'queries', 'response_format': 'response_format'}

@@ -9727,7 +9727,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AVERAGE': 'avg', 'LAST': 'last', 'MAXIMUM': 'max', 'MINIMUM': 'min', 'SUM': 'sum'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AVERAGE': 'avg', 'LAST': 'last', 'MAXIMUM': 'max', 'MINIMUM': 'min', 'SUM': 'sum'}}

@@ -9743,7 +9743,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'alias': 'alias', 'dimension': 'dimension', 'formula': 'formula'}
+attribute_map: Mapping[str, str] = {'alias': 'alias', 'dimension': 'dimension', 'formula': 'formula'}

@@ -9763,7 +9763,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'host': 'host', 'interval': 'interval', 'metric': 'metric', 'points': 'points', 'tags': 'tags', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'host': 'host', 'interval': 'interval', 'metric': 'metric', 'points': 'points', 'tags': 'tags', 'type': 'type'}

@@ -9783,7 +9783,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'check': 'check', 'host_name': 'host_name', 'message': 'message', 'status': 'status', 'tags': 'tags', 'timestamp': 'timestamp'}
+attribute_map: Mapping[str, str] = {'check': 'check', 'host_name': 'host_name', 'message': 'message', 'status': 'status', 'tags': 'tags', 'timestamp': 'timestamp'}

@@ -9803,7 +9803,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CRITICAL': 2, 'OK': 0, 'UNKNOWN': 3, 'WARNING': 1}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CRITICAL': 2, 'OK': 0, 'UNKNOWN': 3, 'WARNING': 1}}

@@ -9835,7 +9835,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_at': 'created_at', 'creator': 'creator', 'description': 'description', 'groups': 'groups', 'id': 'id', 'modified_at': 'modified_at', 'monitor_ids': 'monitor_ids', 'monitor_tags': 'monitor_tags', 'name': 'name', 'query': 'query', 'tags': 'tags', 'thresholds': 'thresholds', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'created_at': 'created_at', 'creator': 'creator', 'description': 'description', 'groups': 'groups', 'id': 'id', 'modified_at': 'modified_at', 'monitor_ids': 'monitor_ids', 'monitor_tags': 'monitor_tags', 'name': 'name', 'query': 'query', 'tags': 'tags', 'thresholds': 'thresholds', 'type': 'type'}

@@ -9843,7 +9843,7 @@

datadog_api_client.v1.model

-read_only_vars = {'created_at', 'creator', 'id', 'modified_at'}
+read_only_vars: Collection[str] = {'created_at', 'creator', 'id', 'modified_at'}

@@ -9859,7 +9859,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'denominator': 'denominator', 'numerator': 'numerator'}
+attribute_map: Mapping[str, str] = {'denominator': 'denominator', 'numerator': 'numerator'}
@@ -9875,7 +9875,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'description': 'description', 'groups': 'groups', 'monitor_ids': 'monitor_ids', 'name': 'name', 'query': 'query', 'tags': 'tags', 'thresholds': 'thresholds', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'description': 'description', 'groups': 'groups', 'monitor_ids': 'monitor_ids', 'name': 'name', 'query': 'query', 'tags': 'tags', 'thresholds': 'thresholds', 'type': 'type'}

@@ -9895,7 +9895,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'custom_links': 'custom_links', 'filters': 'filters', 'service': 'service', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'custom_links': 'custom_links', 'filters': 'filters', 'service': 'service', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -9903,7 +9903,7 @@

datadog_api_client.v1.model

-validations = {'filters': {'min_items': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'filters': {'min_items': 1}}

@@ -9919,7 +9919,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'SERVICEMAP': 'servicemap'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'SERVICEMAP': 'servicemap'}}
@@ -9935,7 +9935,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'display_format': 'display_format', 'env': 'env', 'service': 'service', 'show_breakdown': 'show_breakdown', 'show_distribution': 'show_distribution', 'show_errors': 'show_errors', 'show_hits': 'show_hits', 'show_latency': 'show_latency', 'show_resource_list': 'show_resource_list', 'size_format': 'size_format', 'span_name': 'span_name', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'display_format': 'display_format', 'env': 'env', 'service': 'service', 'show_breakdown': 'show_breakdown', 'show_distribution': 'show_distribution', 'show_errors': 'show_errors', 'show_hits': 'show_hits', 'show_latency': 'show_latency', 'show_resource_list': 'show_resource_list', 'size_format': 'size_format', 'span_name': 'span_name', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -9955,7 +9955,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TRACE_SERVICE': 'trace_service'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TRACE_SERVICE': 'trace_service'}}

@@ -9971,7 +9971,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'display': 'display', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'display': 'display', 'name': 'name'}

@@ -9991,7 +9991,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'message': 'message', 'notified': 'notified', 'snapshot': 'snapshot', 'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'message': 'message', 'notified': 'notified', 'snapshot': 'snapshot', 'tags': 'tags'}

@@ -10039,7 +10039,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'message': 'message', 'timeframe': 'timeframe'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'message': 'message', 'timeframe': 'timeframe'}

@@ -10059,7 +10059,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'errors': 'errors'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'errors': 'errors'}

@@ -10079,7 +10079,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'deleted': 'deleted', 'updated': 'updated'}
+attribute_map: Mapping[str, str] = {'deleted': 'deleted', 'updated': 'updated'}

@@ -10095,7 +10095,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -10115,7 +10115,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DEPLOYMENT': 'Deployment', 'OTHER': 'Other', 'OUTSIDE_BUSINESS_HOURS': 'Outside Business Hours', 'SCHEDULED_MAINTENANCE': 'Scheduled Maintenance'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DEPLOYMENT': 'Deployment', 'OTHER': 'Other', 'OUTSIDE_BUSINESS_HOURS': 'Outside Business Hours', 'SCHEDULED_MAINTENANCE': 'Scheduled Maintenance'}}

@@ -10131,7 +10131,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -10151,7 +10151,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -10171,7 +10171,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'category': 'category', 'description': 'description', 'duration': 'duration', 'end': 'end', 'rrule': 'rrule', 'slo_id': 'slo_id', 'start': 'start', 'timezone': 'timezone'}
+attribute_map: Mapping[str, str] = {'category': 'category', 'description': 'description', 'duration': 'duration', 'end': 'end', 'rrule': 'rrule', 'slo_id': 'slo_id', 'start': 'start', 'timezone': 'timezone'}

@@ -10191,7 +10191,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'meta': 'meta'}

@@ -10211,7 +10211,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -10231,7 +10231,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'category': 'category', 'created_at': 'created_at', 'creator': 'creator', 'description': 'description', 'duration': 'duration', 'end': 'end', 'modified_at': 'modified_at', 'modifier': 'modifier', 'rrule': 'rrule', 'slo_id': 'slo_id', 'start': 'start', 'timezone': 'timezone'}
+attribute_map: Mapping[str, str] = {'category': 'category', 'created_at': 'created_at', 'creator': 'creator', 'description': 'description', 'duration': 'duration', 'end': 'end', 'modified_at': 'modified_at', 'modifier': 'modifier', 'rrule': 'rrule', 'slo_id': 'slo_id', 'start': 'start', 'timezone': 'timezone'}

@@ -10239,7 +10239,7 @@

datadog_api_client.v1.model

-read_only_vars = {'creator'}
+read_only_vars: Collection[str] = {'creator'}

@@ -10255,7 +10255,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'email': 'email', 'handle': 'handle', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'email': 'email', 'handle': 'handle', 'name': 'name'}
@@ -10271,7 +10271,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CORRECTION': 'correction'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CORRECTION': 'correction'}}

@@ -10287,7 +10287,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -10307,7 +10307,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -10327,7 +10327,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'category': 'category', 'description': 'description', 'duration': 'duration', 'end': 'end', 'rrule': 'rrule', 'start': 'start', 'timezone': 'timezone'}
+attribute_map: Mapping[str, str] = {'category': 'category', 'description': 'description', 'duration': 'duration', 'end': 'end', 'rrule': 'rrule', 'start': 'start', 'timezone': 'timezone'}

@@ -10347,7 +10347,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'errors': 'errors'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'errors': 'errors'}

@@ -10375,7 +10375,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ALL': 'all', 'NINETY_DAYS': '90d', 'SEVEN_DAYS': '7d', 'THIRTY_DAYS': '30d'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ALL': 'all', 'NINETY_DAYS': '90d', 'SEVEN_DAYS': '7d', 'THIRTY_DAYS': '30d'}}

@@ -10391,7 +10391,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'denominator': 'denominator', 'interval': 'interval', 'message': 'message', 'numerator': 'numerator', 'query': 'query', 'res_type': 'res_type', 'resp_version': 'resp_version', 'times': 'times'}
+attribute_map: Mapping[str, str] = {'denominator': 'denominator', 'interval': 'interval', 'message': 'message', 'numerator': 'numerator', 'query': 'query', 'res_type': 'res_type', 'resp_version': 'resp_version', 'times': 'times'}

@@ -10411,7 +10411,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'count': 'count', 'metadata': 'metadata', 'sum': 'sum', 'values': 'values'}
+attribute_map: Mapping[str, str] = {'count': 'count', 'metadata': 'metadata', 'sum': 'sum', 'values': 'values'}

@@ -10431,7 +10431,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggr': 'aggr', 'expression': 'expression', 'metric': 'metric', 'query_index': 'query_index', 'scope': 'scope', 'unit': 'unit'}
+attribute_map: Mapping[str, str] = {'aggr': 'aggr', 'expression': 'expression', 'metric': 'metric', 'query_index': 'query_index', 'scope': 'scope', 'unit': 'unit'}

@@ -10451,7 +10451,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'family': 'family', 'id': 'id', 'name': 'name', 'plural': 'plural', 'scale_factor': 'scale_factor', 'short_name': 'short_name'}
+attribute_map: Mapping[str, str] = {'family': 'family', 'id': 'id', 'name': 'name', 'plural': 'plural', 'scale_factor': 'scale_factor', 'short_name': 'short_name'}

@@ -10467,7 +10467,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'error_budget_remaining': 'error_budget_remaining', 'errors': 'errors', 'group': 'group', 'history': 'history', 'monitor_modified': 'monitor_modified', 'monitor_type': 'monitor_type', 'name': 'name', 'precision': 'precision', 'preview': 'preview', 'sli_value': 'sli_value', 'span_precision': 'span_precision', 'uptime': 'uptime'}
+attribute_map: Mapping[str, str] = {'error_budget_remaining': 'error_budget_remaining', 'errors': 'errors', 'group': 'group', 'history': 'history', 'monitor_modified': 'monitor_modified', 'monitor_type': 'monitor_type', 'name': 'name', 'precision': 'precision', 'preview': 'preview', 'sli_value': 'sli_value', 'span_precision': 'span_precision', 'uptime': 'uptime'}

@@ -10487,7 +10487,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'errors': 'errors'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'errors': 'errors'}

@@ -10507,7 +10507,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'from_ts': 'from_ts', 'group_by': 'group_by', 'groups': 'groups', 'monitors': 'monitors', 'overall': 'overall', 'series': 'series', 'thresholds': 'thresholds', 'to_ts': 'to_ts', 'type': 'type', 'type_id': 'type_id'}
+attribute_map: Mapping[str, str] = {'from_ts': 'from_ts', 'group_by': 'group_by', 'groups': 'groups', 'monitors': 'monitors', 'overall': 'overall', 'series': 'series', 'thresholds': 'thresholds', 'to_ts': 'to_ts', 'type': 'type', 'type_id': 'type_id'}

@@ -10527,7 +10527,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'error': 'error'}
+attribute_map: Mapping[str, str] = {'error': 'error'}

@@ -10543,7 +10543,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'error_message': 'error_message', 'error_type': 'error_type'}
+attribute_map: Mapping[str, str] = {'error_message': 'error_message', 'error_type': 'error_type'}

@@ -10559,7 +10559,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'error_budget_remaining': 'error_budget_remaining', 'errors': 'errors', 'group': 'group', 'history': 'history', 'monitor_modified': 'monitor_modified', 'monitor_type': 'monitor_type', 'name': 'name', 'precision': 'precision', 'preview': 'preview', 'sli_value': 'sli_value', 'span_precision': 'span_precision', 'uptime': 'uptime'}
+attribute_map: Mapping[str, str] = {'error_budget_remaining': 'error_budget_remaining', 'errors': 'errors', 'group': 'group', 'history': 'history', 'monitor_modified': 'monitor_modified', 'monitor_type': 'monitor_type', 'name': 'name', 'precision': 'precision', 'preview': 'preview', 'sli_value': 'sli_value', 'span_precision': 'span_precision', 'uptime': 'uptime'}

@@ -10579,7 +10579,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'errors': 'errors', 'metadata': 'metadata'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'errors': 'errors', 'metadata': 'metadata'}

@@ -10599,7 +10599,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'page': 'page'}
+attribute_map: Mapping[str, str] = {'page': 'page'}

@@ -10619,7 +10619,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'total_count': 'total_count', 'total_filtered_count': 'total_filtered_count'}
+attribute_map: Mapping[str, str] = {'total_count': 'total_count', 'total_filtered_count': 'total_filtered_count'}

@@ -10635,7 +10635,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'errors': 'errors'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'errors': 'errors'}

@@ -10655,7 +10655,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'configured_alert_ids': 'configured_alert_ids', 'created_at': 'created_at', 'creator': 'creator', 'description': 'description', 'groups': 'groups', 'id': 'id', 'modified_at': 'modified_at', 'monitor_ids': 'monitor_ids', 'monitor_tags': 'monitor_tags', 'name': 'name', 'query': 'query', 'tags': 'tags', 'thresholds': 'thresholds', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'configured_alert_ids': 'configured_alert_ids', 'created_at': 'created_at', 'creator': 'creator', 'description': 'description', 'groups': 'groups', 'id': 'id', 'modified_at': 'modified_at', 'monitor_ids': 'monitor_ids', 'monitor_tags': 'monitor_tags', 'name': 'name', 'query': 'query', 'tags': 'tags', 'thresholds': 'thresholds', 'type': 'type'}

@@ -10663,7 +10663,7 @@

datadog_api_client.v1.model

-read_only_vars = {'created_at', 'creator', 'id', 'modified_at'}
+read_only_vars: Collection[str] = {'created_at', 'creator', 'id', 'modified_at'}

@@ -10679,7 +10679,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'target': 'target', 'target_display': 'target_display', 'timeframe': 'timeframe', 'warning': 'warning', 'warning_display': 'warning_display'}
+attribute_map: Mapping[str, str] = {'target': 'target', 'target_display': 'target_display', 'timeframe': 'timeframe', 'warning': 'warning', 'warning_display': 'warning_display'}
@@ -10699,7 +10699,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CUSTOM': 'custom', 'NINETY_DAYS': '90d', 'SEVEN_DAYS': '7d', 'THIRTY_DAYS': '30d'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CUSTOM': 'custom', 'NINETY_DAYS': '90d', 'SEVEN_DAYS': '7d', 'THIRTY_DAYS': '30d'}}

@@ -10715,7 +10715,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'METRIC': 'metric', 'MONITOR': 'monitor'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'METRIC': 'metric', 'MONITOR': 'monitor'}}

@@ -10731,7 +10731,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'METRIC': 1, 'MONITOR': 0}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'METRIC': 1, 'MONITOR': 0}}

@@ -10747,7 +10747,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'global_time_target': 'global_time_target', 'show_error_budget': 'show_error_budget', 'slo_id': 'slo_id', 'time_windows': 'time_windows', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'view_mode': 'view_mode', 'view_type': 'view_type'}
+attribute_map: Mapping[str, str] = {'global_time_target': 'global_time_target', 'show_error_budget': 'show_error_budget', 'slo_id': 'slo_id', 'time_windows': 'time_windows', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'view_mode': 'view_mode', 'view_type': 'view_type'}

@@ -10767,7 +10767,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'SLO': 'slo'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'SLO': 'slo'}}

@@ -10783,7 +10783,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'custom_links': 'custom_links', 'hide_total': 'hide_total', 'legend': 'legend', 'requests': 'requests', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'custom_links': 'custom_links', 'hide_total': 'hide_total', 'legend': 'legend', 'requests': 'requests', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -10791,7 +10791,7 @@

datadog_api_client.v1.model

-validations = {'requests': {'min_items': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'requests': {'min_items': 1}}

@@ -10807,7 +10807,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'SUNBURST': 'sunburst'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'SUNBURST': 'sunburst'}}
@@ -10831,7 +10831,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hide_percent': 'hide_percent', 'hide_value': 'hide_value', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'hide_percent': 'hide_percent', 'hide_value': 'hide_value', 'type': 'type'}

@@ -10851,7 +10851,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AUTOMATIC': 'automatic', 'INLINE': 'inline'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AUTOMATIC': 'automatic', 'INLINE': 'inline'}}

@@ -10867,7 +10867,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'type': 'type'}
+attribute_map: Mapping[str, str] = {'type': 'type'}

@@ -10887,7 +10887,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'NONE': 'none', 'TABLE': 'table'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'NONE': 'none', 'TABLE': 'table'}}

@@ -10903,7 +10903,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'apm_query': 'apm_query', 'audit_query': 'audit_query', 'event_query': 'event_query', 'formulas': 'formulas', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query'}
+attribute_map: Mapping[str, str] = {'apm_query': 'apm_query', 'audit_query': 'audit_query', 'event_query': 'event_query', 'formulas': 'formulas', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query'}

@@ -10923,7 +10923,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'allow_failure': 'allowFailure', 'assertions': 'assertions', 'extracted_values': 'extractedValues', 'is_critical': 'isCritical', 'name': 'name', 'request': 'request', 'retry': 'retry', 'subtype': 'subtype'}
+attribute_map: Mapping[str, str] = {'allow_failure': 'allowFailure', 'assertions': 'assertions', 'extracted_values': 'extractedValues', 'is_critical': 'isCritical', 'name': 'name', 'request': 'request', 'retry': 'retry', 'subtype': 'subtype'}

@@ -10943,7 +10943,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'HTTP': 'http'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'HTTP': 'http'}}

@@ -10959,7 +10959,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'config': 'config', 'locations': 'locations', 'message': 'message', 'monitor_id': 'monitor_id', 'name': 'name', 'options': 'options', 'public_id': 'public_id', 'status': 'status', 'subtype': 'subtype', 'tags': 'tags', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'config': 'config', 'locations': 'locations', 'message': 'message', 'monitor_id': 'monitor_id', 'name': 'name', 'options': 'options', 'public_id': 'public_id', 'status': 'status', 'subtype': 'subtype', 'tags': 'tags', 'type': 'type'}

@@ -10967,7 +10967,7 @@

datadog_api_client.v1.model

-read_only_vars = {'monitor_id', 'public_id'}
+read_only_vars: Collection[str] = {'monitor_id', 'public_id'}

@@ -10983,7 +10983,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'assertions': 'assertions', 'config_variables': 'configVariables', 'request': 'request', 'steps': 'steps'}
+attribute_map: Mapping[str, str] = {'assertions': 'assertions', 'config_variables': 'configVariables', 'request': 'request', 'steps': 'steps'}
@@ -11003,7 +11003,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AUTHENTICATION_ERROR': 'AUTHENTICATION_ERROR', 'BODY_TOO_LARGE': 'BODY_TOO_LARGE', 'CONNREFUSED': 'CONNREFUSED', 'CONNRESET': 'CONNRESET', 'DECRYPTION': 'DECRYPTION', 'DENIED': 'DENIED', 'DNS': 'DNS', 'HEADERS_INCOMPATIBLE_CONTENT_LENGTH': 'HEADERS_INCOMPATIBLE_CONTENT_LENGTH', 'HEADER_TOO_LARGE': 'HEADER_TOO_LARGE', 'HOSTUNREACH': 'HOSTUNREACH', 'INCORRECT_ASSERTION': 'INCORRECT_ASSERTION', 'INTERNAL_ERROR': 'INTERNAL_ERROR', 'INVALID_CHAR_IN_HEADER': 'INVALID_CHAR_IN_HEADER', 'INVALID_REQUEST': 'INVALID_REQUEST', 'INVALID_TEST': 'INVALID_TEST', 'MALFORMED_RESPONSE': 'MALFORMED_RESPONSE', 'NETUNREACH': 'NETUNREACH', 'OCSP': 'OCSP', 'REQUIRES_UPDATE': 'REQUIRES_UPDATE', 'SSL': 'SSL', 'TIMEOUT': 'TIMEOUT', 'TOO_MANY_REDIRECTS': 'TOO_MANY_REDIRECTS', 'TUNNEL': 'TUNNEL', 'UNESCAPED_CHARACTERS_IN_REQUEST_PATH': 'UNESCAPED_CHARACTERS_IN_REQUEST_PATH', 'UNKNOWN': 'UNKNOWN', 'WEBSOCKET': 'WEBSOCKET'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AUTHENTICATION_ERROR': 'AUTHENTICATION_ERROR', 'BODY_TOO_LARGE': 'BODY_TOO_LARGE', 'CONNREFUSED': 'CONNREFUSED', 'CONNRESET': 'CONNRESET', 'DECRYPTION': 'DECRYPTION', 'DENIED': 'DENIED', 'DNS': 'DNS', 'HEADERS_INCOMPATIBLE_CONTENT_LENGTH': 'HEADERS_INCOMPATIBLE_CONTENT_LENGTH', 'HEADER_TOO_LARGE': 'HEADER_TOO_LARGE', 'HOSTUNREACH': 'HOSTUNREACH', 'INCORRECT_ASSERTION': 'INCORRECT_ASSERTION', 'INTERNAL_ERROR': 'INTERNAL_ERROR', 'INVALID_CHAR_IN_HEADER': 'INVALID_CHAR_IN_HEADER', 'INVALID_REQUEST': 'INVALID_REQUEST', 'INVALID_TEST': 'INVALID_TEST', 'MALFORMED_RESPONSE': 'MALFORMED_RESPONSE', 'NETUNREACH': 'NETUNREACH', 'OCSP': 'OCSP', 'REQUIRES_UPDATE': 'REQUIRES_UPDATE', 'SSL': 'SSL', 'TIMEOUT': 'TIMEOUT', 'TOO_MANY_REDIRECTS': 'TOO_MANY_REDIRECTS', 'TUNNEL': 'TUNNEL', 'UNESCAPED_CHARACTERS_IN_REQUEST_PATH': 'UNESCAPED_CHARACTERS_IN_REQUEST_PATH', 'UNKNOWN': 'UNKNOWN', 'WEBSOCKET': 'WEBSOCKET'}}

@@ -11019,7 +11019,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cert': 'cert', 'event_type': 'eventType', 'failure': 'failure', 'http_status_code': 'httpStatusCode', 'request_headers': 'requestHeaders', 'response_body': 'responseBody', 'response_headers': 'responseHeaders', 'response_size': 'responseSize', 'timings': 'timings'}
+attribute_map: Mapping[str, str] = {'cert': 'cert', 'event_type': 'eventType', 'failure': 'failure', 'http_status_code': 'httpStatusCode', 'request_headers': 'requestHeaders', 'response_body': 'responseBody', 'response_headers': 'responseHeaders', 'response_size': 'responseSize', 'timings': 'timings'}

@@ -11039,7 +11039,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'code': 'code', 'message': 'message'}
+attribute_map: Mapping[str, str] = {'code': 'code', 'message': 'message'}

@@ -11059,7 +11059,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'check': 'check', 'check_time': 'check_time', 'check_version': 'check_version', 'probe_dc': 'probe_dc', 'result': 'result', 'result_id': 'result_id', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'check': 'check', 'check_time': 'check_time', 'check_version': 'check_version', 'probe_dc': 'probe_dc', 'result': 'result', 'result_id': 'result_id', 'status': 'status'}

@@ -11079,7 +11079,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'config': 'config'}
+attribute_map: Mapping[str, str] = {'config': 'config'}

@@ -11099,7 +11099,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'check_time': 'check_time', 'probe_dc': 'probe_dc', 'result': 'result', 'result_id': 'result_id', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'check_time': 'check_time', 'probe_dc': 'probe_dc', 'result': 'result', 'result_id': 'result_id', 'status': 'status'}

@@ -11119,7 +11119,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'passed': 'passed', 'timings': 'timings'}
+attribute_map: Mapping[str, str] = {'passed': 'passed', 'timings': 'timings'}

@@ -11139,7 +11139,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'API': 'api'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'API': 'api'}}

@@ -11167,7 +11167,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'VALIDATES_JSON_PATH': 'validatesJSONPath'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'VALIDATES_JSON_PATH': 'validatesJSONPath'}}

@@ -11183,7 +11183,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'_property': 'property', 'operator': 'operator', 'target': 'target', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'_property': 'property', 'operator': 'operator', 'target': 'target', 'type': 'type'}

@@ -11203,7 +11203,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'json_path': 'jsonPath', 'operator': 'operator', 'target_value': 'targetValue'}
+attribute_map: Mapping[str, str] = {'json_path': 'jsonPath', 'operator': 'operator', 'target_value': 'targetValue'}

@@ -11219,7 +11219,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CONTAINS': 'contains', 'DOES_NOT_CONTAIN': 'doesNotContain', 'DOES_NOT_MATCH': 'doesNotMatch', 'IS': 'is', 'IS_IN_LESS_DAYS_THAN': 'isInLessThan', 'IS_IN_MORE_DAYS_THAN': 'isInMoreThan', 'IS_NOT': 'isNot', 'LESS_THAN': 'lessThan', 'LESS_THAN_OR_EQUAL': 'lessThanOrEqual', 'MATCHES': 'matches', 'MORE_THAN': 'moreThan', 'MORE_THAN_OR_EQUAL': 'moreThanOrEqual', 'VALIDATES': 'validates'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CONTAINS': 'contains', 'DOES_NOT_CONTAIN': 'doesNotContain', 'DOES_NOT_MATCH': 'doesNotMatch', 'IS': 'is', 'IS_IN_LESS_DAYS_THAN': 'isInLessThan', 'IS_IN_MORE_DAYS_THAN': 'isInMoreThan', 'IS_NOT': 'isNot', 'LESS_THAN': 'lessThan', 'LESS_THAN_OR_EQUAL': 'lessThanOrEqual', 'MATCHES': 'matches', 'MORE_THAN': 'moreThan', 'MORE_THAN_OR_EQUAL': 'moreThanOrEqual', 'VALIDATES': 'validates'}}

@@ -11235,7 +11235,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'_property': 'property', 'operator': 'operator', 'target': 'target', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'_property': 'property', 'operator': 'operator', 'target': 'target', 'type': 'type'}

@@ -11255,7 +11255,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'BODY': 'body', 'CERTIFICATE': 'certificate', 'HEADER': 'header', 'LATENCY': 'latency', 'MIN_TLS_VERSION': 'minTlsVersion', 'NETWORK_HOP': 'networkHop', 'PACKETS_RECEIVED': 'packetsReceived', 'PACKET_LOSS_PERCENTAGE': 'packetLossPercentage', 'PROPERTY': 'property', 'RECEIVED_MESSAGE': 'receivedMessage', 'RECORD_EVERY': 'recordEvery', 'RECORD_SOME': 'recordSome', 'RESPONSE_TIME': 'responseTime', 'STATUS_CODE': 'statusCode', 'TLS_VERSION': 'tlsVersion'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'BODY': 'body', 'CERTIFICATE': 'certificate', 'HEADER': 'header', 'LATENCY': 'latency', 'MIN_TLS_VERSION': 'minTlsVersion', 'NETWORK_HOP': 'networkHop', 'PACKETS_RECEIVED': 'packetsReceived', 'PACKET_LOSS_PERCENTAGE': 'packetLossPercentage', 'PROPERTY': 'property', 'RECEIVED_MESSAGE': 'receivedMessage', 'RECORD_EVERY': 'recordEvery', 'RECORD_SOME': 'recordSome', 'RESPONSE_TIME': 'responseTime', 'STATUS_CODE': 'statusCode', 'TLS_VERSION': 'tlsVersion'}}

@@ -11283,7 +11283,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'domain': 'domain', 'password': 'password', 'type': 'type', 'username': 'username', 'workstation': 'workstation'}
+attribute_map: Mapping[str, str] = {'domain': 'domain', 'password': 'password', 'type': 'type', 'username': 'username', 'workstation': 'workstation'}

@@ -11303,7 +11303,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'NTLM': 'ntlm'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'NTLM': 'ntlm'}}

@@ -11319,7 +11319,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'access_key': 'accessKey', 'region': 'region', 'secret_key': 'secretKey', 'service_name': 'serviceName', 'session_token': 'sessionToken', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'access_key': 'accessKey', 'region': 'region', 'secret_key': 'secretKey', 'service_name': 'serviceName', 'session_token': 'sessionToken', 'type': 'type'}

@@ -11339,7 +11339,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'SIGV4': 'sigv4'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'SIGV4': 'sigv4'}}

@@ -11355,7 +11355,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'password': 'password', 'type': 'type', 'username': 'username'}
+attribute_map: Mapping[str, str] = {'password': 'password', 'type': 'type', 'username': 'username'}

@@ -11375,7 +11375,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'WEB': 'web'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'WEB': 'web'}}

@@ -11391,7 +11391,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -11411,7 +11411,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'metadata': 'metadata', 'results': 'results', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'metadata': 'metadata', 'results': 'results', 'status': 'status'}

@@ -11431,7 +11431,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'device': 'device', 'duration': 'duration', 'execution_rule': 'execution_rule', 'location': 'location', 'result_id': 'result_id', 'retries': 'retries', 'status': 'status', 'test_name': 'test_name', 'test_public_id': 'test_public_id', 'test_type': 'test_type'}
+attribute_map: Mapping[str, str] = {'device': 'device', 'duration': 'duration', 'execution_rule': 'execution_rule', 'location': 'location', 'result_id': 'result_id', 'retries': 'retries', 'status': 'status', 'test_name': 'test_name', 'test_public_id': 'test_public_id', 'test_type': 'test_type'}

@@ -11451,7 +11451,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'description': 'description', 'name': 'name', 'status': 'status', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'description': 'description', 'name': 'name', 'status': 'status', 'type': 'type'}

@@ -11471,7 +11471,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'JS': 'js', 'NETWORK': 'network'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'JS': 'js', 'NETWORK': 'network'}}

@@ -11487,7 +11487,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'config': 'config', 'locations': 'locations', 'message': 'message', 'monitor_id': 'monitor_id', 'name': 'name', 'options': 'options', 'public_id': 'public_id', 'status': 'status', 'steps': 'steps', 'tags': 'tags', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'config': 'config', 'locations': 'locations', 'message': 'message', 'monitor_id': 'monitor_id', 'name': 'name', 'options': 'options', 'public_id': 'public_id', 'status': 'status', 'steps': 'steps', 'tags': 'tags', 'type': 'type'}

@@ -11495,7 +11495,7 @@

datadog_api_client.v1.model

-read_only_vars = {'monitor_id', 'public_id'}
+read_only_vars: Collection[str] = {'monitor_id', 'public_id'}

@@ -11511,7 +11511,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'assertions': 'assertions', 'config_variables': 'configVariables', 'request': 'request', 'set_cookie': 'setCookie', 'variables': 'variables'}
+attribute_map: Mapping[str, str] = {'assertions': 'assertions', 'config_variables': 'configVariables', 'request': 'request', 'set_cookie': 'setCookie', 'variables': 'variables'}
@@ -11531,7 +11531,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'API_REQUEST_FAILURE': 'API_REQUEST_FAILURE', 'ASSERTION_FAILURE': 'ASSERTION_FAILURE', 'DOWNLOAD_FILE_TOO_LARGE': 'DOWNLOAD_FILE_TOO_LARGE', 'ELEMENT_NOT_INTERACTABLE': 'ELEMENT_NOT_INTERACTABLE', 'EMAIL_VARIABLE_NOT_DEFINED': 'EMAIL_VARIABLE_NOT_DEFINED', 'EVALUATE_JAVASCRIPT': 'EVALUATE_JAVASCRIPT', 'EVALUATE_JAVASCRIPT_CONTEXT': 'EVALUATE_JAVASCRIPT_CONTEXT', 'EXTRACT_VARIABLE': 'EXTRACT_VARIABLE', 'FORBIDDEN_URL': 'FORBIDDEN_URL', 'FRAME_DETACHED': 'FRAME_DETACHED', 'INCONSISTENCIES': 'INCONSISTENCIES', 'INTERNAL_ERROR': 'INTERNAL_ERROR', 'INVALID_TYPE_TEXT_DELAY': 'INVALID_TYPE_TEXT_DELAY', 'INVALID_URL': 'INVALID_URL', 'INVALID_VARIABLE_PATTERN': 'INVALID_VARIABLE_PATTERN', 'INVISIBLE_ELEMENT': 'INVISIBLE_ELEMENT', 'LOCATE_ELEMENT': 'LOCATE_ELEMENT', 'NAVIGATE_TO_LINK': 'NAVIGATE_TO_LINK', 'OPEN_URL': 'OPEN_URL', 'PRESS_KEY': 'PRESS_KEY', 'SELECT_OPTION': 'SELECT_OPTION', 'SERVER_CERTIFICATE': 'SERVER_CERTIFICATE', 'STEP_TIMEOUT': 'STEP_TIMEOUT', 'SUB_TEST_NOT_PASSED': 'SUB_TEST_NOT_PASSED', 'TEST_TIMEOUT': 'TEST_TIMEOUT', 'TOO_MANY_HTTP_REQUESTS': 'TOO_MANY_HTTP_REQUESTS', 'UNAVAILABLE_BROWSER': 'UNAVAILABLE_BROWSER', 'UNKNOWN': 'UNKNOWN', 'UNSUPPORTED_AUTH_SCHEMA': 'UNSUPPORTED_AUTH_SCHEMA', 'UPLOAD_FILES_DIALOG': 'UPLOAD_FILES_DIALOG', 'UPLOAD_FILES_DYNAMIC_ELEMENT': 'UPLOAD_FILES_DYNAMIC_ELEMENT', 'UPLOAD_FILES_ELEMENT_TYPE': 'UPLOAD_FILES_ELEMENT_TYPE', 'UPLOAD_FILES_NAME': 'UPLOAD_FILES_NAME'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'API_REQUEST_FAILURE': 'API_REQUEST_FAILURE', 'ASSERTION_FAILURE': 'ASSERTION_FAILURE', 'DOWNLOAD_FILE_TOO_LARGE': 'DOWNLOAD_FILE_TOO_LARGE', 'ELEMENT_NOT_INTERACTABLE': 'ELEMENT_NOT_INTERACTABLE', 'EMAIL_VARIABLE_NOT_DEFINED': 'EMAIL_VARIABLE_NOT_DEFINED', 'EVALUATE_JAVASCRIPT': 'EVALUATE_JAVASCRIPT', 'EVALUATE_JAVASCRIPT_CONTEXT': 'EVALUATE_JAVASCRIPT_CONTEXT', 'EXTRACT_VARIABLE': 'EXTRACT_VARIABLE', 'FORBIDDEN_URL': 'FORBIDDEN_URL', 'FRAME_DETACHED': 'FRAME_DETACHED', 'INCONSISTENCIES': 'INCONSISTENCIES', 'INTERNAL_ERROR': 'INTERNAL_ERROR', 'INVALID_TYPE_TEXT_DELAY': 'INVALID_TYPE_TEXT_DELAY', 'INVALID_URL': 'INVALID_URL', 'INVALID_VARIABLE_PATTERN': 'INVALID_VARIABLE_PATTERN', 'INVISIBLE_ELEMENT': 'INVISIBLE_ELEMENT', 'LOCATE_ELEMENT': 'LOCATE_ELEMENT', 'NAVIGATE_TO_LINK': 'NAVIGATE_TO_LINK', 'OPEN_URL': 'OPEN_URL', 'PRESS_KEY': 'PRESS_KEY', 'SELECT_OPTION': 'SELECT_OPTION', 'SERVER_CERTIFICATE': 'SERVER_CERTIFICATE', 'STEP_TIMEOUT': 'STEP_TIMEOUT', 'SUB_TEST_NOT_PASSED': 'SUB_TEST_NOT_PASSED', 'TEST_TIMEOUT': 'TEST_TIMEOUT', 'TOO_MANY_HTTP_REQUESTS': 'TOO_MANY_HTTP_REQUESTS', 'UNAVAILABLE_BROWSER': 'UNAVAILABLE_BROWSER', 'UNKNOWN': 'UNKNOWN', 'UNSUPPORTED_AUTH_SCHEMA': 'UNSUPPORTED_AUTH_SCHEMA', 'UPLOAD_FILES_DIALOG': 'UPLOAD_FILES_DIALOG', 'UPLOAD_FILES_DYNAMIC_ELEMENT': 'UPLOAD_FILES_DYNAMIC_ELEMENT', 'UPLOAD_FILES_ELEMENT_TYPE': 'UPLOAD_FILES_ELEMENT_TYPE', 'UPLOAD_FILES_NAME': 'UPLOAD_FILES_NAME'}}

@@ -11547,7 +11547,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'browser_type': 'browserType', 'browser_version': 'browserVersion', 'device': 'device', 'duration': 'duration', 'error': 'error', 'failure': 'failure', 'passed': 'passed', 'received_email_count': 'receivedEmailCount', 'start_url': 'startUrl', 'step_details': 'stepDetails', 'thumbnails_bucket_key': 'thumbnailsBucketKey', 'time_to_interactive': 'timeToInteractive'}
+attribute_map: Mapping[str, str] = {'browser_type': 'browserType', 'browser_version': 'browserVersion', 'device': 'device', 'duration': 'duration', 'error': 'error', 'failure': 'failure', 'passed': 'passed', 'received_email_count': 'receivedEmailCount', 'start_url': 'startUrl', 'step_details': 'stepDetails', 'thumbnails_bucket_key': 'thumbnailsBucketKey', 'time_to_interactive': 'timeToInteractive'}

@@ -11567,7 +11567,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'code': 'code', 'message': 'message'}
+attribute_map: Mapping[str, str] = {'code': 'code', 'message': 'message'}

@@ -11587,7 +11587,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'check': 'check', 'check_time': 'check_time', 'check_version': 'check_version', 'probe_dc': 'probe_dc', 'result': 'result', 'result_id': 'result_id', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'check': 'check', 'check_time': 'check_time', 'check_version': 'check_version', 'probe_dc': 'probe_dc', 'result': 'result', 'result_id': 'result_id', 'status': 'status'}

@@ -11607,7 +11607,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'config': 'config'}
+attribute_map: Mapping[str, str] = {'config': 'config'}

@@ -11627,7 +11627,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'check_time': 'check_time', 'probe_dc': 'probe_dc', 'result': 'result', 'result_id': 'result_id', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'check_time': 'check_time', 'probe_dc': 'probe_dc', 'result': 'result', 'result_id': 'result_id', 'status': 'status'}

@@ -11647,7 +11647,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'device': 'device', 'duration': 'duration', 'error_count': 'errorCount', 'step_count_completed': 'stepCountCompleted', 'step_count_total': 'stepCountTotal'}
+attribute_map: Mapping[str, str] = {'device': 'device', 'duration': 'duration', 'error_count': 'errorCount', 'step_count_completed': 'stepCountCompleted', 'step_count_total': 'stepCountTotal'}

@@ -11667,7 +11667,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'BROWSER': 'browser'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'BROWSER': 'browser'}}

@@ -11683,7 +11683,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'example': 'example', 'id': 'id', 'name': 'name', 'pattern': 'pattern', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'example': 'example', 'id': 'id', 'name': 'name', 'pattern': 'pattern', 'type': 'type'}

@@ -11703,7 +11703,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ELEMENT': 'element', 'EMAIL': 'email', 'GLOBAL': 'global', 'JAVASCRIPT': 'javascript', 'TEXT': 'text'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ELEMENT': 'element', 'EMAIL': 'email', 'GLOBAL': 'global', 'JAVASCRIPT': 'javascript', 'TEXT': 'text'}}

@@ -11719,7 +11719,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'BETWEEN': 'between', 'CONTAINS': 'contains', 'EQUALS': 'equals', 'GREATER': 'greater', 'GREATER_EQUALS': 'greaterEquals', 'IS_EMPTY': 'isEmpty', 'LOWER': 'lower', 'LOWER_EQUALS': 'lowerEquals', 'MATCH_REGEX': 'matchRegex', 'NOT_CONTAINS': 'notContains', 'NOT_EQUALS': 'notEquals', 'NOT_IS_EMPTY': 'notIsEmpty', 'NOT_STARTS_WITH': 'notStartsWith', 'STARTS_WITH': 'startsWith'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'BETWEEN': 'between', 'CONTAINS': 'contains', 'EQUALS': 'equals', 'GREATER': 'greater', 'GREATER_EQUALS': 'greaterEquals', 'IS_EMPTY': 'isEmpty', 'LOWER': 'lower', 'LOWER_EQUALS': 'lowerEquals', 'MATCH_REGEX': 'matchRegex', 'NOT_CONTAINS': 'notContains', 'NOT_EQUALS': 'notEquals', 'NOT_IS_EMPTY': 'notIsEmpty', 'NOT_STARTS_WITH': 'notStartsWith', 'STARTS_WITH': 'startsWith'}}

@@ -11735,7 +11735,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'ci': 'ci', 'git': 'git'}
+attribute_map: Mapping[str, str] = {'ci': 'ci', 'git': 'git'}

@@ -11755,7 +11755,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'pipeline': 'pipeline', 'provider': 'provider'}
+attribute_map: Mapping[str, str] = {'pipeline': 'pipeline', 'provider': 'provider'}

@@ -11775,7 +11775,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'branch': 'branch', 'commit_sha': 'commitSha'}
+attribute_map: Mapping[str, str] = {'branch': 'branch', 'commit_sha': 'commitSha'}

@@ -11791,7 +11791,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'url': 'url'}
+attribute_map: Mapping[str, str] = {'url': 'url'}

@@ -11807,7 +11807,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name'}
+attribute_map: Mapping[str, str] = {'name': 'name'}

@@ -11823,7 +11823,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'allow_insecure_certificates': 'allowInsecureCertificates', 'basic_auth': 'basicAuth', 'body': 'body', 'body_type': 'bodyType', 'cookies': 'cookies', 'device_ids': 'deviceIds', 'follow_redirects': 'followRedirects', 'headers': 'headers', 'locations': 'locations', 'metadata': 'metadata', 'public_id': 'public_id', 'retry': 'retry', 'start_url': 'startUrl', 'variables': 'variables'}
+attribute_map: Mapping[str, str] = {'allow_insecure_certificates': 'allowInsecureCertificates', 'basic_auth': 'basicAuth', 'body': 'body', 'body_type': 'bodyType', 'cookies': 'cookies', 'device_ids': 'deviceIds', 'follow_redirects': 'followRedirects', 'headers': 'headers', 'locations': 'locations', 'metadata': 'metadata', 'public_id': 'public_id', 'retry': 'retry', 'start_url': 'startUrl', 'variables': 'variables'}

@@ -11843,7 +11843,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'tests': 'tests'}
+attribute_map: Mapping[str, str] = {'tests': 'tests'}

@@ -11863,7 +11863,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'example': 'example', 'id': 'id', 'name': 'name', 'pattern': 'pattern', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'example': 'example', 'id': 'id', 'name': 'name', 'pattern': 'pattern', 'type': 'type'}

@@ -11883,7 +11883,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'GLOBAL': 'global', 'TEXT': 'text'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'GLOBAL': 'global', 'TEXT': 'text'}}

@@ -11899,7 +11899,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cls': 'cls', 'lcp': 'lcp', 'url': 'url'}
+attribute_map: Mapping[str, str] = {'cls': 'cls', 'lcp': 'lcp', 'url': 'url'}

@@ -11915,7 +11915,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'public_ids': 'public_ids'}
+attribute_map: Mapping[str, str] = {'public_ids': 'public_ids'}

@@ -11931,7 +11931,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'deleted_tests': 'deleted_tests'}
+attribute_map: Mapping[str, str] = {'deleted_tests': 'deleted_tests'}

@@ -11951,7 +11951,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'deleted_at': 'deleted_at', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'deleted_at': 'deleted_at', 'public_id': 'public_id'}

@@ -11967,7 +11967,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'height': 'height', 'id': 'id', 'is_mobile': 'isMobile', 'name': 'name', 'width': 'width'}
+attribute_map: Mapping[str, str] = {'height': 'height', 'id': 'id', 'is_mobile': 'isMobile', 'name': 'name', 'width': 'width'}

@@ -11987,7 +11987,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CHROME_LAPTOP_LARGE': 'chrome.laptop_large', 'CHROME_MOBILE_SMALL': 'chrome.mobile_small', 'CHROME_TABLET': 'chrome.tablet', 'EDGE_LAPTOP_LARGE': 'edge.laptop_large', 'EDGE_MOBILE_SMALL': 'edge.mobile_small', 'EDGE_TABLET': 'edge.tablet', 'FIREFOX_LAPTOP_LARGE': 'firefox.laptop_large', 'FIREFOX_MOBILE_SMALL': 'firefox.mobile_small', 'FIREFOX_TABLET': 'firefox.tablet', 'LAPTOP_LARGE': 'laptop_large', 'MOBILE_SMALL': 'mobile_small', 'TABLET': 'tablet'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CHROME_LAPTOP_LARGE': 'chrome.laptop_large', 'CHROME_MOBILE_SMALL': 'chrome.mobile_small', 'CHROME_TABLET': 'chrome.tablet', 'EDGE_LAPTOP_LARGE': 'edge.laptop_large', 'EDGE_MOBILE_SMALL': 'edge.mobile_small', 'EDGE_TABLET': 'edge.tablet', 'FIREFOX_LAPTOP_LARGE': 'firefox.laptop_large', 'FIREFOX_MOBILE_SMALL': 'firefox.mobile_small', 'FIREFOX_TABLET': 'firefox.tablet', 'LAPTOP_LARGE': 'laptop_large', 'MOBILE_SMALL': 'mobile_small', 'TABLET': 'tablet'}}

@@ -12003,7 +12003,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'last_timestamp_fetched': 'last_timestamp_fetched', 'results': 'results'}
+attribute_map: Mapping[str, str] = {'last_timestamp_fetched': 'last_timestamp_fetched', 'results': 'results'}

@@ -12023,7 +12023,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'last_timestamp_fetched': 'last_timestamp_fetched', 'results': 'results'}
+attribute_map: Mapping[str, str] = {'last_timestamp_fetched': 'last_timestamp_fetched', 'results': 'results'}

@@ -12043,7 +12043,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'description': 'description', 'id': 'id', 'name': 'name', 'parse_test_options': 'parse_test_options', 'parse_test_public_id': 'parse_test_public_id', 'tags': 'tags', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'description': 'description', 'id': 'id', 'name': 'name', 'parse_test_options': 'parse_test_options', 'parse_test_public_id': 'parse_test_public_id', 'tags': 'tags', 'value': 'value'}

@@ -12051,7 +12051,7 @@

datadog_api_client.v1.model

-read_only_vars = {'id'}
+read_only_vars: Collection[str] = {'id'}

@@ -12067,7 +12067,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'restricted_roles': 'restricted_roles'}
+attribute_map: Mapping[str, str] = {'restricted_roles': 'restricted_roles'}
@@ -12083,7 +12083,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'field': 'field', 'parser': 'parser', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'field': 'field', 'parser': 'parser', 'type': 'type'}

@@ -12103,7 +12103,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'HTTP_BODY': 'http_body', 'HTTP_HEADER': 'http_header'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'HTTP_BODY': 'http_body', 'HTTP_HEADER': 'http_header'}}

@@ -12119,7 +12119,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'JSON_PATH': 'json_path', 'RAW': 'raw', 'REGEX': 'regex', 'X_PATH': 'x_path'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'JSON_PATH': 'json_path', 'RAW': 'raw', 'REGEX': 'regex', 'X_PATH': 'x_path'}}

@@ -12135,7 +12135,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'secure': 'secure', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'secure': 'secure', 'value': 'value'}

@@ -12151,7 +12151,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'variables': 'variables'}
+attribute_map: Mapping[str, str] = {'variables': 'variables'}

@@ -12171,7 +12171,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'tests': 'tests'}
+attribute_map: Mapping[str, str] = {'tests': 'tests'}

@@ -12191,7 +12191,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'name': 'name'}

@@ -12207,7 +12207,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'locations': 'locations'}
+attribute_map: Mapping[str, str] = {'locations': 'locations'}

@@ -12227,7 +12227,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'field': 'field', 'name': 'name', 'parser': 'parser', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'field': 'field', 'name': 'name', 'parser': 'parser', 'type': 'type'}

@@ -12247,7 +12247,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'MAIN_TAB': -1, 'NEW_TAB': 0, 'TAB_1': 1, 'TAB_2': 2, 'TAB_3': 3}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'MAIN_TAB': -1, 'NEW_TAB': 0, 'TAB_1': 1, 'TAB_2': 2, 'TAB_3': 3}}

@@ -12263,7 +12263,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'description': 'description', 'id': 'id', 'name': 'name', 'secrets': 'secrets', 'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'description': 'description', 'id': 'id', 'name': 'name', 'secrets': 'secrets', 'tags': 'tags'}

@@ -12271,7 +12271,7 @@

datadog_api_client.v1.model

-read_only_vars = {'id', 'secrets'}
+read_only_vars: Collection[str] = {'id', 'secrets'}

@@ -12287,7 +12287,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'config': 'config', 'private_location': 'private_location', 'result_encryption': 'result_encryption'}
+attribute_map: Mapping[str, str] = {'config': 'config', 'private_location': 'private_location', 'result_encryption': 'result_encryption'}
@@ -12307,7 +12307,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'key': 'key'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'key': 'key'}

@@ -12323,7 +12323,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'authentication': 'authentication', 'config_decryption': 'config_decryption'}
+attribute_map: Mapping[str, str] = {'authentication': 'authentication', 'config_decryption': 'config_decryption'}

@@ -12343,7 +12343,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'key': 'key'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'key': 'key'}

@@ -12351,7 +12351,7 @@

datadog_api_client.v1.model

-read_only_vars = {'id', 'key'}
+read_only_vars: Collection[str] = {'id', 'key'}

@@ -12363,7 +12363,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'key': 'key'}
+attribute_map: Mapping[str, str] = {'key': 'key'}
@@ -12371,7 +12371,7 @@

datadog_api_client.v1.model

-read_only_vars = {'key'}
+read_only_vars: Collection[str] = {'key'}
@@ -12383,7 +12383,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cipher': 'cipher', 'exponent': 'exponent', 'ext_key_usage': 'extKeyUsage', 'fingerprint': 'fingerprint', 'fingerprint256': 'fingerprint256', 'issuer': 'issuer', 'modulus': 'modulus', 'protocol': 'protocol', 'serial_number': 'serialNumber', 'subject': 'subject', 'valid_from': 'validFrom', 'valid_to': 'validTo'}
+attribute_map: Mapping[str, str] = {'cipher': 'cipher', 'exponent': 'exponent', 'ext_key_usage': 'extKeyUsage', 'fingerprint': 'fingerprint', 'fingerprint256': 'fingerprint256', 'issuer': 'issuer', 'modulus': 'modulus', 'protocol': 'protocol', 'serial_number': 'serialNumber', 'subject': 'subject', 'valid_from': 'validFrom', 'valid_to': 'validTo'}
@@ -12403,7 +12403,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'c': 'C', 'cn': 'CN', 'l': 'L', 'o': 'O', 'ou': 'OU', 'st': 'ST'}
+attribute_map: Mapping[str, str] = {'c': 'C', 'cn': 'CN', 'l': 'L', 'o': 'O', 'ou': 'OU', 'st': 'ST'}

@@ -12419,7 +12419,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'alt_name': 'altName', 'c': 'C', 'cn': 'CN', 'l': 'L', 'o': 'O', 'ou': 'OU', 'st': 'ST'}
+attribute_map: Mapping[str, str] = {'alt_name': 'altName', 'c': 'C', 'cn': 'CN', 'l': 'L', 'o': 'O', 'ou': 'OU', 'st': 'ST'}

@@ -12435,7 +12435,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'PASSED': 'passed', 'failed': 'failed', 'skipped': 'skipped'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'PASSED': 'passed', 'failed': 'failed', 'skipped': 'skipped'}}

@@ -12451,7 +12451,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'allow_failure': 'allowFailure', 'is_critical': 'isCritical', 'name': 'name', 'params': 'params', 'timeout': 'timeout', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'allow_failure': 'allowFailure', 'is_critical': 'isCritical', 'name': 'name', 'params': 'params', 'timeout': 'timeout', 'type': 'type'}

@@ -12471,7 +12471,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'browser_errors': 'browserErrors', 'check_type': 'checkType', 'description': 'description', 'duration': 'duration', 'error': 'error', 'playing_tab': 'playingTab', 'screenshot_bucket_key': 'screenshotBucketKey', 'skipped': 'skipped', 'snapshot_bucket_key': 'snapshotBucketKey', 'step_id': 'stepId', 'sub_test_step_details': 'subTestStepDetails', 'time_to_interactive': 'timeToInteractive', 'type': 'type', 'url': 'url', 'value': 'value', 'vitals_metrics': 'vitalsMetrics', 'warnings': 'warnings'}
+attribute_map: Mapping[str, str] = {'browser_errors': 'browserErrors', 'check_type': 'checkType', 'description': 'description', 'duration': 'duration', 'error': 'error', 'playing_tab': 'playingTab', 'screenshot_bucket_key': 'screenshotBucketKey', 'skipped': 'skipped', 'snapshot_bucket_key': 'snapshotBucketKey', 'step_id': 'stepId', 'sub_test_step_details': 'subTestStepDetails', 'time_to_interactive': 'timeToInteractive', 'type': 'type', 'url': 'url', 'value': 'value', 'vitals_metrics': 'vitalsMetrics', 'warnings': 'warnings'}

@@ -12491,7 +12491,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'message': 'message', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'message': 'message', 'type': 'type'}

@@ -12511,7 +12511,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ASSERT_CURRENT_URL': 'assertCurrentUrl', 'ASSERT_ELEMENT_ATTRIBUTE': 'assertElementAttribute', 'ASSERT_ELEMENT_CONTENT': 'assertElementContent', 'ASSERT_ELEMENT_PRESENT': 'assertElementPresent', 'ASSERT_EMAIL': 'assertEmail', 'ASSERT_FILE_DOWNLOAD': 'assertFileDownload', 'ASSERT_FROM_JAVASCRIPT': 'assertFromJavascript', 'ASSERT_PAGE_CONTAINS': 'assertPageContains', 'ASSERT_PAGE_LACKS': 'assertPageLacks', 'CLICK': 'click', 'EXTRACT_FROM_JAVASCRIPT': 'extractFromJavascript', 'EXTRACT_VARIABLE': 'extractVariable', 'GO_TO_EMAIL_LINK': 'goToEmailLink', 'GO_TO_URL': 'goToUrl', 'GO_TO_URL_AND_MEASURE_TTI': 'goToUrlAndMeasureTti', 'HOVER': 'hover', 'PLAY_SUB_TEST': 'playSubTest', 'PRESS_KEY': 'pressKey', 'REFRESH': 'refresh', 'RUN_API_TEST': 'runApiTest', 'SCROLL': 'scroll', 'SELECT_OPTION': 'selectOption', 'TYPE_TEXT': 'typeText', 'UPLOAD_FILES': 'uploadFiles', 'WAIT': 'wait'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ASSERT_CURRENT_URL': 'assertCurrentUrl', 'ASSERT_ELEMENT_ATTRIBUTE': 'assertElementAttribute', 'ASSERT_ELEMENT_CONTENT': 'assertElementContent', 'ASSERT_ELEMENT_PRESENT': 'assertElementPresent', 'ASSERT_EMAIL': 'assertEmail', 'ASSERT_FILE_DOWNLOAD': 'assertFileDownload', 'ASSERT_FROM_JAVASCRIPT': 'assertFromJavascript', 'ASSERT_PAGE_CONTAINS': 'assertPageContains', 'ASSERT_PAGE_LACKS': 'assertPageLacks', 'CLICK': 'click', 'EXTRACT_FROM_JAVASCRIPT': 'extractFromJavascript', 'EXTRACT_VARIABLE': 'extractVariable', 'GO_TO_EMAIL_LINK': 'goToEmailLink', 'GO_TO_URL': 'goToUrl', 'GO_TO_URL_AND_MEASURE_TTI': 'goToUrlAndMeasureTti', 'HOVER': 'hover', 'PLAY_SUB_TEST': 'playSubTest', 'PRESS_KEY': 'pressKey', 'REFRESH': 'refresh', 'RUN_API_TEST': 'runApiTest', 'SCROLL': 'scroll', 'SELECT_OPTION': 'selectOption', 'TYPE_TEXT': 'typeText', 'UPLOAD_FILES': 'uploadFiles', 'WAIT': 'wait'}}

@@ -12527,7 +12527,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'assertions': 'assertions', 'config_variables': 'configVariables', 'request': 'request', 'variables': 'variables'}
+attribute_map: Mapping[str, str] = {'assertions': 'assertions', 'config_variables': 'configVariables', 'request': 'request', 'variables': 'variables'}

@@ -12547,7 +12547,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'config': 'config', 'creator': 'creator', 'locations': 'locations', 'message': 'message', 'monitor_id': 'monitor_id', 'name': 'name', 'options': 'options', 'public_id': 'public_id', 'status': 'status', 'steps': 'steps', 'subtype': 'subtype', 'tags': 'tags', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'config': 'config', 'creator': 'creator', 'locations': 'locations', 'message': 'message', 'monitor_id': 'monitor_id', 'name': 'name', 'options': 'options', 'public_id': 'public_id', 'status': 'status', 'steps': 'steps', 'subtype': 'subtype', 'tags': 'tags', 'type': 'type'}

@@ -12555,7 +12555,7 @@

datadog_api_client.v1.model

-read_only_vars = {'creator', 'monitor_id', 'public_id'}
+read_only_vars: Collection[str] = {'creator', 'monitor_id', 'public_id'}
@@ -12571,7 +12571,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DNS': 'dns', 'HTTP': 'http', 'ICMP': 'icmp', 'MULTI': 'multi', 'SSL': 'ssl', 'TCP': 'tcp', 'UDP': 'udp', 'WEBSOCKET': 'websocket'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DNS': 'dns', 'HTTP': 'http', 'ICMP': 'icmp', 'MULTI': 'multi', 'SSL': 'ssl', 'TCP': 'tcp', 'UDP': 'udp', 'WEBSOCKET': 'websocket'}}
@@ -12587,7 +12587,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'API': 'api', 'BROWSER': 'browser'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'API': 'api', 'BROWSER': 'browser'}}

@@ -12603,7 +12603,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'BLOCKING': 'blocking', 'NON_BLOCKING': 'non_blocking', 'SKIPPED': 'skipped'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'BLOCKING': 'blocking', 'NON_BLOCKING': 'non_blocking', 'SKIPPED': 'skipped'}}

@@ -12631,7 +12631,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'NO_DATA': 2, 'TRIGGERED': 1, 'UNTRIGGERED': 0}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'NO_DATA': 2, 'TRIGGERED': 1, 'UNTRIGGERED': 0}}

@@ -12647,7 +12647,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'accept_self_signed': 'accept_self_signed', 'allow_insecure': 'allow_insecure', 'check_certificate_revocation': 'checkCertificateRevocation', 'device_ids': 'device_ids', 'disable_cors': 'disableCors', 'follow_redirects': 'follow_redirects', 'min_failure_duration': 'min_failure_duration', 'min_location_failed': 'min_location_failed', 'monitor_name': 'monitor_name', 'monitor_options': 'monitor_options', 'monitor_priority': 'monitor_priority', 'no_screenshot': 'noScreenshot', 'retry': 'retry', 'tick_every': 'tick_every'}
+attribute_map: Mapping[str, str] = {'accept_self_signed': 'accept_self_signed', 'allow_insecure': 'allow_insecure', 'check_certificate_revocation': 'checkCertificateRevocation', 'device_ids': 'device_ids', 'disable_cors': 'disableCors', 'follow_redirects': 'follow_redirects', 'min_failure_duration': 'min_failure_duration', 'min_location_failed': 'min_location_failed', 'monitor_name': 'monitor_name', 'monitor_options': 'monitor_options', 'monitor_priority': 'monitor_priority', 'no_screenshot': 'noScreenshot', 'retry': 'retry', 'tick_every': 'tick_every'}

@@ -12655,7 +12655,7 @@

datadog_api_client.v1.model

-validations = {'monitor_priority': {'inclusive_maximum': 5, 'inclusive_minimum': 1}, 'tick_every': {'inclusive_maximum': 604800, 'inclusive_minimum': 30}}
+validations: Mapping[str, Mapping[str, int]] = {'monitor_priority': {'inclusive_maximum': 5, 'inclusive_minimum': 1}, 'tick_every': {'inclusive_maximum': 604800, 'inclusive_minimum': 30}}

@@ -12671,7 +12671,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'renotify_interval': 'renotify_interval'}
+attribute_map: Mapping[str, str] = {'renotify_interval': 'renotify_interval'}
@@ -12679,7 +12679,7 @@

datadog_api_client.v1.model

-validations = {'renotify_interval': {'inclusive_maximum': 1440, 'inclusive_minimum': 0}}
+validations: Mapping[str, Mapping[str, int]] = {'renotify_interval': {'inclusive_maximum': 1440, 'inclusive_minimum': 0}}

@@ -12691,7 +12691,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'count': 'count', 'interval': 'interval'}
+attribute_map: Mapping[str, str] = {'count': 'count', 'interval': 'interval'}
@@ -12707,7 +12707,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'LIVE': 'live', 'PAUSED': 'paused'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'LIVE': 'live', 'PAUSED': 'paused'}}

@@ -12723,7 +12723,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'FINISHED': 'finished', 'FINISHED_WITH_ERROR': 'finished_with_error', 'NOT_SCHEDULED': 'not_scheduled', 'SCHEDULED': 'scheduled', 'STARTED': 'started'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'FINISHED': 'finished', 'FINISHED_WITH_ERROR': 'finished_with_error', 'NOT_SCHEDULED': 'not_scheduled', 'SCHEDULED': 'scheduled', 'STARTED': 'started'}}

@@ -12739,7 +12739,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'allow_insecure': 'allow_insecure', 'basic_auth': 'basicAuth', 'body': 'body', 'certificate': 'certificate', 'dns_server': 'dnsServer', 'dns_server_port': 'dnsServerPort', 'follow_redirects': 'follow_redirects', 'headers': 'headers', 'host': 'host', 'message': 'message', 'method': 'method', 'no_saving_response_body': 'noSavingResponseBody', 'number_of_packets': 'numberOfPackets', 'port': 'port', 'proxy': 'proxy', 'query': 'query', 'servername': 'servername', 'should_track_hops': 'shouldTrackHops', 'timeout': 'timeout', 'url': 'url'}
+attribute_map: Mapping[str, str] = {'allow_insecure': 'allow_insecure', 'basic_auth': 'basicAuth', 'body': 'body', 'certificate': 'certificate', 'dns_server': 'dnsServer', 'dns_server_port': 'dnsServerPort', 'follow_redirects': 'follow_redirects', 'headers': 'headers', 'host': 'host', 'message': 'message', 'method': 'method', 'no_saving_response_body': 'noSavingResponseBody', 'number_of_packets': 'numberOfPackets', 'port': 'port', 'proxy': 'proxy', 'query': 'query', 'servername': 'servername', 'should_track_hops': 'shouldTrackHops', 'timeout': 'timeout', 'url': 'url'}

@@ -12747,7 +12747,7 @@

datadog_api_client.v1.model

-validations = {'dns_server_port': {'inclusive_maximum': 65535, 'inclusive_minimum': 1}, 'number_of_packets': {'inclusive_maximum': 10, 'inclusive_minimum': 0}}
+validations: Mapping[str, Mapping[str, int]] = {'dns_server_port': {'inclusive_maximum': 65535, 'inclusive_minimum': 1}, 'number_of_packets': {'inclusive_maximum': 10, 'inclusive_minimum': 0}}
@@ -12763,7 +12763,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cert': 'cert', 'key': 'key'}
+attribute_map: Mapping[str, str] = {'cert': 'cert', 'key': 'key'}
@@ -12783,7 +12783,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'content': 'content', 'filename': 'filename', 'updated_at': 'updatedAt'}
+attribute_map: Mapping[str, str] = {'content': 'content', 'filename': 'filename', 'updated_at': 'updatedAt'}

@@ -12799,7 +12799,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'headers': 'headers', 'url': 'url'}
+attribute_map: Mapping[str, str] = {'headers': 'headers', 'url': 'url'}

@@ -12819,7 +12819,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'dns': 'dns', 'download': 'download', 'first_byte': 'firstByte', 'handshake': 'handshake', 'redirect': 'redirect', 'ssl': 'ssl', 'tcp': 'tcp', 'total': 'total', 'wait': 'wait'}
+attribute_map: Mapping[str, str] = {'dns': 'dns', 'download': 'download', 'first_byte': 'firstByte', 'handshake': 'handshake', 'redirect': 'redirect', 'ssl': 'ssl', 'tcp': 'tcp', 'total': 'total', 'wait': 'wait'}

@@ -12835,7 +12835,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'tests': 'tests'}
+attribute_map: Mapping[str, str] = {'tests': 'tests'}

@@ -12855,7 +12855,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'name': 'name'}

@@ -12871,7 +12871,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'device': 'device', 'location': 'location', 'public_id': 'public_id', 'result_id': 'result_id'}
+attribute_map: Mapping[str, str] = {'device': 'device', 'location': 'location', 'public_id': 'public_id', 'result_id': 'result_id'}

@@ -12891,7 +12891,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'batch_id': 'batch_id', 'locations': 'locations', 'results': 'results', 'triggered_check_ids': 'triggered_check_ids'}
+attribute_map: Mapping[str, str] = {'batch_id': 'batch_id', 'locations': 'locations', 'results': 'results', 'triggered_check_ids': 'triggered_check_ids'}

@@ -12911,7 +12911,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'metadata': 'metadata', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'metadata': 'metadata', 'public_id': 'public_id'}

@@ -12931,7 +12931,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'new_status': 'new_status'}
+attribute_map: Mapping[str, str] = {'new_status': 'new_status'}

@@ -12951,7 +12951,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'type': 'type', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'type': 'type', 'value': 'value'}

@@ -12971,7 +12971,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'USER_LOCATOR': 'user_locator'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'USER_LOCATOR': 'user_locator'}}

@@ -12987,7 +12987,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'BAR': 'bar', 'NUMBER': 'number'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'BAR': 'bar', 'NUMBER': 'number'}}

@@ -13003,7 +13003,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'custom_links': 'custom_links', 'has_search_bar': 'has_search_bar', 'requests': 'requests', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'custom_links': 'custom_links', 'has_search_bar': 'has_search_bar', 'requests': 'requests', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -13023,7 +13023,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'QUERY_TABLE': 'query_table'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'QUERY_TABLE': 'query_table'}}

@@ -13039,7 +13039,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ALWAYS': 'always', 'AUTO': 'auto', 'NEVER': 'never'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ALWAYS': 'always', 'AUTO': 'auto', 'NEVER': 'never'}}

@@ -13055,7 +13055,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregator': 'aggregator', 'alias': 'alias', 'apm_query': 'apm_query', 'apm_stats_query': 'apm_stats_query', 'cell_display_mode': 'cell_display_mode', 'conditional_formats': 'conditional_formats', 'event_query': 'event_query', 'formulas': 'formulas', 'limit': 'limit', 'log_query': 'log_query', 'network_query': 'network_query', 'order': 'order', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query'}
+attribute_map: Mapping[str, str] = {'aggregator': 'aggregator', 'alias': 'alias', 'apm_query': 'apm_query', 'apm_stats_query': 'apm_stats_query', 'cell_display_mode': 'cell_display_mode', 'conditional_formats': 'conditional_formats', 'event_query': 'event_query', 'formulas': 'formulas', 'limit': 'limit', 'log_query': 'log_query', 'network_query': 'network_query', 'order': 'order', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query'}

@@ -13075,7 +13075,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'tags': 'tags'}

@@ -13091,7 +13091,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AUTO': 'auto', 'DOUBLE': 'double', 'INTEGER': 'integer', 'STRING': 'string'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AUTO': 'auto', 'DOUBLE': 'double', 'INTEGER': 'integer', 'STRING': 'string'}}

@@ -13107,7 +13107,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'custom_links': 'custom_links', 'events': 'events', 'legend_columns': 'legend_columns', 'legend_layout': 'legend_layout', 'legend_size': 'legend_size', 'markers': 'markers', 'requests': 'requests', 'right_yaxis': 'right_yaxis', 'show_legend': 'show_legend', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'yaxis': 'yaxis'}
+attribute_map: Mapping[str, str] = {'custom_links': 'custom_links', 'events': 'events', 'legend_columns': 'legend_columns', 'legend_layout': 'legend_layout', 'legend_size': 'legend_size', 'markers': 'markers', 'requests': 'requests', 'right_yaxis': 'right_yaxis', 'show_legend': 'show_legend', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type', 'yaxis': 'yaxis'}

@@ -13115,7 +13115,7 @@

datadog_api_client.v1.model

-validations = {'requests': {'min_items': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'requests': {'min_items': 1}}

@@ -13131,7 +13131,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TIMESERIES': 'timeseries'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TIMESERIES': 'timeseries'}}
@@ -13147,7 +13147,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'alias_name': 'alias_name', 'expression': 'expression'}
+attribute_map: Mapping[str, str] = {'alias_name': 'alias_name', 'expression': 'expression'}

@@ -13163,7 +13163,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AVG': 'avg', 'MAX': 'max', 'MIN': 'min', 'SUM': 'sum', 'VALUE': 'value'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AVG': 'avg', 'MAX': 'max', 'MIN': 'min', 'SUM': 'sum', 'VALUE': 'value'}}

@@ -13179,7 +13179,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AUTO': 'auto', 'HORIZONTAL': 'horizontal', 'VERTICAL': 'vertical'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AUTO': 'auto', 'HORIZONTAL': 'horizontal', 'VERTICAL': 'vertical'}}

@@ -13195,7 +13195,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'apm_query': 'apm_query', 'audit_query': 'audit_query', 'display_type': 'display_type', 'event_query': 'event_query', 'formulas': 'formulas', 'log_query': 'log_query', 'metadata': 'metadata', 'network_query': 'network_query', 'on_right_yaxis': 'on_right_yaxis', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query', 'style': 'style'}
+attribute_map: Mapping[str, str] = {'apm_query': 'apm_query', 'audit_query': 'audit_query', 'display_type': 'display_type', 'event_query': 'event_query', 'formulas': 'formulas', 'log_query': 'log_query', 'metadata': 'metadata', 'network_query': 'network_query', 'on_right_yaxis': 'on_right_yaxis', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query', 'style': 'style'}

@@ -13215,7 +13215,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'custom_links': 'custom_links', 'requests': 'requests', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'custom_links': 'custom_links', 'requests': 'requests', 'time': 'time', 'title': 'title', 'title_align': 'title_align', 'title_size': 'title_size', 'type': 'type'}

@@ -13235,7 +13235,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TOPLIST': 'toplist'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TOPLIST': 'toplist'}}

@@ -13251,7 +13251,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'apm_query': 'apm_query', 'audit_query': 'audit_query', 'conditional_formats': 'conditional_formats', 'event_query': 'event_query', 'formulas': 'formulas', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query', 'style': 'style'}
+attribute_map: Mapping[str, str] = {'apm_query': 'apm_query', 'audit_query': 'audit_query', 'conditional_formats': 'conditional_formats', 'event_query': 'event_query', 'formulas': 'formulas', 'log_query': 'log_query', 'network_query': 'network_query', 'process_query': 'process_query', 'profile_metrics_query': 'profile_metrics_query', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format', 'rum_query': 'rum_query', 'security_query': 'security_query', 'style': 'style'}

@@ -13259,7 +13259,7 @@

datadog_api_client.v1.model

-validations = {'conditional_formats': {'min_items': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'conditional_formats': {'min_items': 1}}

@@ -13275,7 +13275,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'USER': 'user'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'USER': 'user'}}
@@ -13291,7 +13291,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'FAMILY': 'family', 'PROCESS': 'process', 'USER': 'user'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'FAMILY': 'family', 'PROCESS': 'process', 'USER': 'user'}}

@@ -13307,7 +13307,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'PCT_CPU': 'pct_cpu', 'PCT_MEM': 'pct_mem'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'PCT_CPU': 'pct_cpu', 'PCT_MEM': 'pct_mem'}}

@@ -13323,7 +13323,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'color_by': 'color_by', 'group_by': 'group_by', 'requests': 'requests', 'size_by': 'size_by', 'title': 'title', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'color_by': 'color_by', 'group_by': 'group_by', 'requests': 'requests', 'size_by': 'size_by', 'title': 'title', 'type': 'type'}

@@ -13331,7 +13331,7 @@

datadog_api_client.v1.model

-validations = {'requests': {'max_items': 1, 'min_items': 1}}
+validations: Mapping[str, Mapping[str, int]] = {'requests': {'max_items': 1, 'min_items': 1}}

@@ -13347,7 +13347,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TREEMAP': 'treemap'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TREEMAP': 'treemap'}}
@@ -13363,7 +13363,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'formulas': 'formulas', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format'}
+attribute_map: Mapping[str, str] = {'formulas': 'formulas', 'q': 'q', 'queries': 'queries', 'response_format': 'response_format'}

@@ -13383,7 +13383,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'analyzed_logs': 'analyzed_logs', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'analyzed_logs': 'analyzed_logs', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -13399,7 +13399,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -13435,7 +13435,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'agg_type': 'agg_type', 'field': 'field', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'agg_type': 'agg_type', 'field': 'field', 'value': 'value'}

@@ -13451,7 +13451,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'month': 'month', 'org_name': 'org_name', 'public_id': 'public_id', 'tag_config_source': 'tag_config_source', 'tags': 'tags', 'updated_at': 'updated_at', 'values': 'values'}
+attribute_map: Mapping[str, str] = {'month': 'month', 'org_name': 'org_name', 'public_id': 'public_id', 'tag_config_source': 'tag_config_source', 'tags': 'tags', 'updated_at': 'updated_at', 'values': 'values'}

@@ -13471,7 +13471,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregates': 'aggregates', 'pagination': 'pagination'}
+attribute_map: Mapping[str, str] = {'aggregates': 'aggregates', 'pagination': 'pagination'}

@@ -13491,7 +13491,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'limit': 'limit', 'offset': 'offset', 'sort_direction': 'sort_direction', 'sort_name': 'sort_name', 'total_number_of_records': 'total_number_of_records'}
+attribute_map: Mapping[str, str] = {'limit': 'limit', 'offset': 'offset', 'sort_direction': 'sort_direction', 'sort_name': 'sort_name', 'total_number_of_records': 'total_number_of_records'}

@@ -13507,7 +13507,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'metadata': 'metadata', 'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'metadata': 'metadata', 'usage': 'usage'}

@@ -13527,7 +13527,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'API_PERCENTAGE': 'api_percentage', 'API_USAGE': 'api_usage', 'APM_HOST_PERCENTAGE': 'apm_host_percentage', 'APM_HOST_USAGE': 'apm_host_usage', 'BROWSER_PERCENTAGE': 'browser_percentage', 'BROWSER_USAGE': 'browser_usage', 'CONTAINER_PERCENTAGE': 'container_percentage', 'CONTAINER_USAGE': 'container_usage', 'CUSTOM_TIMESERIES_PERCENTAGE': 'custom_timeseries_percentage', 'CUSTOM_TIMESERIES_USAGE': 'custom_timeseries_usage', 'ESTIMATED_INDEXED_LOGS_PERCENTAGE': 'estimated_indexed_logs_percentage', 'ESTIMATED_INDEXED_LOGS_USAGE': 'estimated_indexed_logs_usage', 'INFRA_HOST_PERCENTAGE': 'infra_host_percentage', 'INFRA_HOST_USAGE': 'infra_host_usage', 'LAMBDA_FUNCTIONS_PERCENTAGE': 'lambda_functions_percentage', 'LAMBDA_FUNCTIONS_USAGE': 'lambda_functions_usage', 'LAMBDA_INVOCATIONS_PERCENTAGE': 'lambda_invocations_percentage', 'LAMBDA_INVOCATIONS_USAGE': 'lambda_invocations_usage', 'LAMBDA_PERCENTAGE': 'lambda_percentage', 'LAMBDA_USAGE': 'lambda_usage', 'NPM_HOST_PERCENTAGE': 'npm_host_percentage', 'NPM_HOST_USAGE': 'npm_host_usage', 'SNMP_PERCENTAGE': 'snmp_percentage', 'SNMP_USAGE': 'snmp_usage'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'API_PERCENTAGE': 'api_percentage', 'API_USAGE': 'api_usage', 'APM_HOST_PERCENTAGE': 'apm_host_percentage', 'APM_HOST_USAGE': 'apm_host_usage', 'BROWSER_PERCENTAGE': 'browser_percentage', 'BROWSER_USAGE': 'browser_usage', 'CONTAINER_PERCENTAGE': 'container_percentage', 'CONTAINER_USAGE': 'container_usage', 'CUSTOM_TIMESERIES_PERCENTAGE': 'custom_timeseries_percentage', 'CUSTOM_TIMESERIES_USAGE': 'custom_timeseries_usage', 'ESTIMATED_INDEXED_LOGS_PERCENTAGE': 'estimated_indexed_logs_percentage', 'ESTIMATED_INDEXED_LOGS_USAGE': 'estimated_indexed_logs_usage', 'INFRA_HOST_PERCENTAGE': 'infra_host_percentage', 'INFRA_HOST_USAGE': 'infra_host_usage', 'LAMBDA_FUNCTIONS_PERCENTAGE': 'lambda_functions_percentage', 'LAMBDA_FUNCTIONS_USAGE': 'lambda_functions_usage', 'LAMBDA_INVOCATIONS_PERCENTAGE': 'lambda_invocations_percentage', 'LAMBDA_INVOCATIONS_USAGE': 'lambda_invocations_usage', 'LAMBDA_PERCENTAGE': 'lambda_percentage', 'LAMBDA_USAGE': 'lambda_usage', 'NPM_HOST_PERCENTAGE': 'npm_host_percentage', 'NPM_HOST_USAGE': 'npm_host_usage', 'SNMP_PERCENTAGE': 'snmp_percentage', 'SNMP_USAGE': 'snmp_usage'}}

@@ -13543,7 +13543,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ALL': '*', 'API_PERCENTAGE': 'api_percentage', 'API_USAGE': 'api_usage', 'APM_HOST_PERCENTAGE': 'apm_host_percentage', 'APM_HOST_USAGE': 'apm_host_usage', 'BROWSER_PERCENTAGE': 'browser_percentage', 'BROWSER_USAGE': 'browser_usage', 'CONTAINER_PERCENTAGE': 'container_percentage', 'CONTAINER_USAGE': 'container_usage', 'CUSTOM_TIMESERIES_PERCENTAGE': 'custom_timeseries_percentage', 'CUSTOM_TIMESERIES_USAGE': 'custom_timeseries_usage', 'DBM_HOSTS_PERCENTAGE': 'dbm_hosts_percentage', 'DBM_HOSTS_USAGE': 'dbm_hosts_usage', 'DBM_QUERIES_PERCENTAGE': 'dbm_queries_percentage', 'DBM_QUERIES_USAGE': 'dbm_queries_usage', 'ESTIMATED_INDEXED_LOGS_PERCENTAGE': 'estimated_indexed_logs_percentage', 'ESTIMATED_INDEXED_LOGS_USAGE': 'estimated_indexed_logs_usage', 'FARGATE_PERCENTAGE': 'fargate_percentage', 'FARGATE_USAGE': 'fargate_usage', 'INFRA_HOST_PERCENTAGE': 'infra_host_percentage', 'INFRA_HOST_USAGE': 'infra_host_usage', 'LAMBDA_FUNCTIONS_PERCENTAGE': 'lambda_functions_percentage', 'LAMBDA_FUNCTIONS_USAGE': 'lambda_functions_usage', 'LAMBDA_INVOCATIONS_PERCENTAGE': 'lambda_invocations_percentage', 'LAMBDA_INVOCATIONS_USAGE': 'lambda_invocations_usage', 'LAMBDA_PERCENTAGE': 'lambda_percentage', 'LAMBDA_USAGE': 'lambda_usage', 'NPM_HOST_PERCENTAGE': 'npm_host_percentage', 'NPM_HOST_USAGE': 'npm_host_usage', 'PROFILED_CONTAINER_PERCENTAGE': 'profiled_container_percentage', 'PROFILED_CONTAINER_USAGE': 'profiled_container_usage', 'PROFILED_HOST_PERCENTAGE': 'profiled_host_percentage', 'PROFILED_HOST_USAGE': 'profiled_host_usage', 'SNMP_PERCENTAGE': 'snmp_percentage', 'SNMP_USAGE': 'snmp_usage'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ALL': '*', 'API_PERCENTAGE': 'api_percentage', 'API_USAGE': 'api_usage', 'APM_HOST_PERCENTAGE': 'apm_host_percentage', 'APM_HOST_USAGE': 'apm_host_usage', 'BROWSER_PERCENTAGE': 'browser_percentage', 'BROWSER_USAGE': 'browser_usage', 'CONTAINER_PERCENTAGE': 'container_percentage', 'CONTAINER_USAGE': 'container_usage', 'CUSTOM_TIMESERIES_PERCENTAGE': 'custom_timeseries_percentage', 'CUSTOM_TIMESERIES_USAGE': 'custom_timeseries_usage', 'DBM_HOSTS_PERCENTAGE': 'dbm_hosts_percentage', 'DBM_HOSTS_USAGE': 'dbm_hosts_usage', 'DBM_QUERIES_PERCENTAGE': 'dbm_queries_percentage', 'DBM_QUERIES_USAGE': 'dbm_queries_usage', 'ESTIMATED_INDEXED_LOGS_PERCENTAGE': 'estimated_indexed_logs_percentage', 'ESTIMATED_INDEXED_LOGS_USAGE': 'estimated_indexed_logs_usage', 'FARGATE_PERCENTAGE': 'fargate_percentage', 'FARGATE_USAGE': 'fargate_usage', 'INFRA_HOST_PERCENTAGE': 'infra_host_percentage', 'INFRA_HOST_USAGE': 'infra_host_usage', 'LAMBDA_FUNCTIONS_PERCENTAGE': 'lambda_functions_percentage', 'LAMBDA_FUNCTIONS_USAGE': 'lambda_functions_usage', 'LAMBDA_INVOCATIONS_PERCENTAGE': 'lambda_invocations_percentage', 'LAMBDA_INVOCATIONS_USAGE': 'lambda_invocations_usage', 'LAMBDA_PERCENTAGE': 'lambda_percentage', 'LAMBDA_USAGE': 'lambda_usage', 'NPM_HOST_PERCENTAGE': 'npm_host_percentage', 'NPM_HOST_USAGE': 'npm_host_usage', 'PROFILED_CONTAINER_PERCENTAGE': 'profiled_container_percentage', 'PROFILED_CONTAINER_USAGE': 'profiled_container_usage', 'PROFILED_HOST_PERCENTAGE': 'profiled_host_percentage', 'PROFILED_HOST_USAGE': 'profiled_host_usage', 'SNMP_PERCENTAGE': 'snmp_percentage', 'SNMP_USAGE': 'snmp_usage'}}

@@ -13571,7 +13571,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'api_percentage': 'api_percentage', 'api_usage': 'api_usage', 'apm_host_percentage': 'apm_host_percentage', 'apm_host_usage': 'apm_host_usage', 'browser_percentage': 'browser_percentage', 'browser_usage': 'browser_usage', 'container_percentage': 'container_percentage', 'container_usage': 'container_usage', 'cspm_container_percentage': 'cspm_container_percentage', 'cspm_container_usage': 'cspm_container_usage', 'cspm_host_percentage': 'cspm_host_percentage', 'cspm_host_usage': 'cspm_host_usage', 'custom_timeseries_percentage': 'custom_timeseries_percentage', 'custom_timeseries_usage': 'custom_timeseries_usage', 'cws_container_percentage': 'cws_container_percentage', 'cws_container_usage': 'cws_container_usage', 'cws_host_percentage': 'cws_host_percentage', 'cws_host_usage': 'cws_host_usage', 'dbm_hosts_percentage': 'dbm_hosts_percentage', 'dbm_hosts_usage': 'dbm_hosts_usage', 'dbm_queries_percentage': 'dbm_queries_percentage', 'dbm_queries_usage': 'dbm_queries_usage', 'estimated_indexed_logs_percentage': 'estimated_indexed_logs_percentage', 'estimated_indexed_logs_usage': 'estimated_indexed_logs_usage', 'infra_host_percentage': 'infra_host_percentage', 'infra_host_usage': 'infra_host_usage', 'lambda_functions_percentage': 'lambda_functions_percentage', 'lambda_functions_usage': 'lambda_functions_usage', 'lambda_invocations_percentage': 'lambda_invocations_percentage', 'lambda_invocations_usage': 'lambda_invocations_usage', 'lambda_percentage': 'lambda_percentage', 'lambda_usage': 'lambda_usage', 'npm_host_percentage': 'npm_host_percentage', 'npm_host_usage': 'npm_host_usage', 'profiled_container_percentage': 'profiled_container_percentage', 'profiled_container_usage': 'profiled_container_usage', 'profiled_hosts_percentage': 'profiled_hosts_percentage', 'profiled_hosts_usage': 'profiled_hosts_usage', 'snmp_percentage': 'snmp_percentage', 'snmp_usage': 'snmp_usage'}
+attribute_map: Mapping[str, str] = {'api_percentage': 'api_percentage', 'api_usage': 'api_usage', 'apm_host_percentage': 'apm_host_percentage', 'apm_host_usage': 'apm_host_usage', 'browser_percentage': 'browser_percentage', 'browser_usage': 'browser_usage', 'container_percentage': 'container_percentage', 'container_usage': 'container_usage', 'cspm_container_percentage': 'cspm_container_percentage', 'cspm_container_usage': 'cspm_container_usage', 'cspm_host_percentage': 'cspm_host_percentage', 'cspm_host_usage': 'cspm_host_usage', 'custom_timeseries_percentage': 'custom_timeseries_percentage', 'custom_timeseries_usage': 'custom_timeseries_usage', 'cws_container_percentage': 'cws_container_percentage', 'cws_container_usage': 'cws_container_usage', 'cws_host_percentage': 'cws_host_percentage', 'cws_host_usage': 'cws_host_usage', 'dbm_hosts_percentage': 'dbm_hosts_percentage', 'dbm_hosts_usage': 'dbm_hosts_usage', 'dbm_queries_percentage': 'dbm_queries_percentage', 'dbm_queries_usage': 'dbm_queries_usage', 'estimated_indexed_logs_percentage': 'estimated_indexed_logs_percentage', 'estimated_indexed_logs_usage': 'estimated_indexed_logs_usage', 'infra_host_percentage': 'infra_host_percentage', 'infra_host_usage': 'infra_host_usage', 'lambda_functions_percentage': 'lambda_functions_percentage', 'lambda_functions_usage': 'lambda_functions_usage', 'lambda_invocations_percentage': 'lambda_invocations_percentage', 'lambda_invocations_usage': 'lambda_invocations_usage', 'lambda_percentage': 'lambda_percentage', 'lambda_usage': 'lambda_usage', 'npm_host_percentage': 'npm_host_percentage', 'npm_host_usage': 'npm_host_usage', 'profiled_container_percentage': 'profiled_container_percentage', 'profiled_container_usage': 'profiled_container_usage', 'profiled_hosts_percentage': 'profiled_hosts_percentage', 'profiled_hosts_usage': 'profiled_hosts_usage', 'snmp_percentage': 'snmp_percentage', 'snmp_usage': 'snmp_usage'}

@@ -13587,7 +13587,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hour': 'hour', 'lines_indexed': 'lines_indexed', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'hour': 'hour', 'lines_indexed': 'lines_indexed', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -13603,7 +13603,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -13623,7 +13623,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'account_billable_usage': 'account_billable_usage', 'elapsed_usage_hours': 'elapsed_usage_hours', 'first_billable_usage_hour': 'first_billable_usage_hour', 'last_billable_usage_hour': 'last_billable_usage_hour', 'org_billable_usage': 'org_billable_usage', 'percentage_in_account': 'percentage_in_account', 'usage_unit': 'usage_unit'}
+attribute_map: Mapping[str, str] = {'account_billable_usage': 'account_billable_usage', 'elapsed_usage_hours': 'elapsed_usage_hours', 'first_billable_usage_hour': 'first_billable_usage_hour', 'last_billable_usage_hour': 'last_billable_usage_hour', 'org_billable_usage': 'org_billable_usage', 'percentage_in_account': 'percentage_in_account', 'usage_unit': 'usage_unit'}

@@ -13639,7 +13639,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'billing_plan': 'billing_plan', 'end_date': 'end_date', 'num_orgs': 'num_orgs', 'org_name': 'org_name', 'public_id': 'public_id', 'ratio_in_month': 'ratio_in_month', 'start_date': 'start_date', 'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'billing_plan': 'billing_plan', 'end_date': 'end_date', 'num_orgs': 'num_orgs', 'org_name': 'org_name', 'public_id': 'public_id', 'ratio_in_month': 'ratio_in_month', 'start_date': 'start_date', 'usage': 'usage'}

@@ -13659,7 +13659,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'apm_host_sum': 'apm_host_sum', 'apm_host_top99p': 'apm_host_top99p', 'apm_trace_search_sum': 'apm_trace_search_sum', 'fargate_container_average': 'fargate_container_average', 'infra_container_sum': 'infra_container_sum', 'infra_host_sum': 'infra_host_sum', 'infra_host_top99p': 'infra_host_top99p', 'iot_top99p': 'iot_top99p', 'lambda_function_average': 'lambda_function_average', 'logs_indexed_15day_sum': 'logs_indexed_15day_sum', 'logs_indexed_180day_sum': 'logs_indexed_180day_sum', 'logs_indexed_30day_sum': 'logs_indexed_30day_sum', 'logs_indexed_3day_sum': 'logs_indexed_3day_sum', 'logs_indexed_45day_sum': 'logs_indexed_45day_sum', 'logs_indexed_60day_sum': 'logs_indexed_60day_sum', 'logs_indexed_7day_sum': 'logs_indexed_7day_sum', 'logs_indexed_90day_sum': 'logs_indexed_90day_sum', 'logs_indexed_custom_retention_sum': 'logs_indexed_custom_retention_sum', 'logs_indexed_sum': 'logs_indexed_sum', 'logs_ingested_sum': 'logs_ingested_sum', 'network_device_top99p': 'network_device_top99p', 'npm_flow_sum': 'npm_flow_sum', 'npm_host_sum': 'npm_host_sum', 'npm_host_top99p': 'npm_host_top99p', 'prof_container_sum': 'prof_container_sum', 'prof_host_top99p': 'prof_host_top99p', 'rum_sum': 'rum_sum', 'serverless_invocation_sum': 'serverless_invocation_sum', 'siem_sum': 'siem_sum', 'synthetics_api_tests_sum': 'synthetics_api_tests_sum', 'synthetics_browser_checks_sum': 'synthetics_browser_checks_sum', 'timeseries_average': 'timeseries_average'}
+attribute_map: Mapping[str, str] = {'apm_host_sum': 'apm_host_sum', 'apm_host_top99p': 'apm_host_top99p', 'apm_trace_search_sum': 'apm_trace_search_sum', 'fargate_container_average': 'fargate_container_average', 'infra_container_sum': 'infra_container_sum', 'infra_host_sum': 'infra_host_sum', 'infra_host_top99p': 'infra_host_top99p', 'iot_top99p': 'iot_top99p', 'lambda_function_average': 'lambda_function_average', 'logs_indexed_15day_sum': 'logs_indexed_15day_sum', 'logs_indexed_180day_sum': 'logs_indexed_180day_sum', 'logs_indexed_30day_sum': 'logs_indexed_30day_sum', 'logs_indexed_3day_sum': 'logs_indexed_3day_sum', 'logs_indexed_45day_sum': 'logs_indexed_45day_sum', 'logs_indexed_60day_sum': 'logs_indexed_60day_sum', 'logs_indexed_7day_sum': 'logs_indexed_7day_sum', 'logs_indexed_90day_sum': 'logs_indexed_90day_sum', 'logs_indexed_custom_retention_sum': 'logs_indexed_custom_retention_sum', 'logs_indexed_sum': 'logs_indexed_sum', 'logs_ingested_sum': 'logs_ingested_sum', 'network_device_top99p': 'network_device_top99p', 'npm_flow_sum': 'npm_flow_sum', 'npm_host_sum': 'npm_host_sum', 'npm_host_top99p': 'npm_host_top99p', 'prof_container_sum': 'prof_container_sum', 'prof_host_top99p': 'prof_host_top99p', 'rum_sum': 'rum_sum', 'serverless_invocation_sum': 'serverless_invocation_sum', 'siem_sum': 'siem_sum', 'synthetics_api_tests_sum': 'synthetics_api_tests_sum', 'synthetics_browser_checks_sum': 'synthetics_browser_checks_sum', 'timeseries_average': 'timeseries_average'}

@@ -13679,7 +13679,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -13699,7 +13699,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'ci_pipeline_indexed_spans': 'ci_pipeline_indexed_spans', 'ci_test_indexed_spans': 'ci_test_indexed_spans', 'ci_visibility_pipeline_committers': 'ci_visibility_pipeline_committers', 'ci_visibility_test_committers': 'ci_visibility_test_committers', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'ci_pipeline_indexed_spans': 'ci_pipeline_indexed_spans', 'ci_test_indexed_spans': 'ci_test_indexed_spans', 'ci_visibility_pipeline_committers': 'ci_visibility_pipeline_committers', 'ci_visibility_test_committers': 'ci_visibility_test_committers', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -13715,7 +13715,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -13735,7 +13735,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aas_host_count': 'aas_host_count', 'azure_host_count': 'azure_host_count', 'compliance_host_count': 'compliance_host_count', 'container_count': 'container_count', 'host_count': 'host_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'aas_host_count': 'aas_host_count', 'azure_host_count': 'azure_host_count', 'compliance_host_count': 'compliance_host_count', 'container_count': 'container_count', 'host_count': 'host_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -13751,7 +13751,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -13771,7 +13771,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'computed_on': 'computed_on', 'end_date': 'end_date', 'size': 'size', 'start_date': 'start_date', 'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'computed_on': 'computed_on', 'end_date': 'end_date', 'size': 'size', 'start_date': 'start_date', 'tags': 'tags'}

@@ -13787,7 +13787,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -13807,7 +13807,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'page': 'page'}
+attribute_map: Mapping[str, str] = {'page': 'page'}

@@ -13827,7 +13827,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'total_count': 'total_count'}
+attribute_map: Mapping[str, str] = {'total_count': 'total_count'}

@@ -13843,7 +13843,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'meta': 'meta'}

@@ -13863,7 +13863,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cws_container_count': 'cws_container_count', 'cws_host_count': 'cws_host_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'cws_container_count': 'cws_container_count', 'cws_host_count': 'cws_host_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -13879,7 +13879,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -13899,7 +13899,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'dbm_host_count': 'dbm_host_count', 'dbm_queries_count': 'dbm_queries_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'dbm_host_count': 'dbm_host_count', 'dbm_queries_count': 'dbm_queries_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -13915,7 +13915,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -13935,7 +13935,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'avg_profiled_fargate_tasks': 'avg_profiled_fargate_tasks', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id', 'tasks_count': 'tasks_count'}
+attribute_map: Mapping[str, str] = {'avg_profiled_fargate_tasks': 'avg_profiled_fargate_tasks', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id', 'tasks_count': 'tasks_count'}

@@ -13951,7 +13951,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -13971,7 +13971,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'agent_host_count': 'agent_host_count', 'alibaba_host_count': 'alibaba_host_count', 'apm_azure_app_service_host_count': 'apm_azure_app_service_host_count', 'apm_host_count': 'apm_host_count', 'aws_host_count': 'aws_host_count', 'azure_host_count': 'azure_host_count', 'container_count': 'container_count', 'gcp_host_count': 'gcp_host_count', 'heroku_host_count': 'heroku_host_count', 'host_count': 'host_count', 'hour': 'hour', 'infra_azure_app_service': 'infra_azure_app_service', 'opentelemetry_host_count': 'opentelemetry_host_count', 'org_name': 'org_name', 'public_id': 'public_id', 'vsphere_host_count': 'vsphere_host_count'}
+attribute_map: Mapping[str, str] = {'agent_host_count': 'agent_host_count', 'alibaba_host_count': 'alibaba_host_count', 'apm_azure_app_service_host_count': 'apm_azure_app_service_host_count', 'apm_host_count': 'apm_host_count', 'aws_host_count': 'aws_host_count', 'azure_host_count': 'azure_host_count', 'container_count': 'container_count', 'gcp_host_count': 'gcp_host_count', 'heroku_host_count': 'heroku_host_count', 'host_count': 'host_count', 'hour': 'hour', 'infra_azure_app_service': 'infra_azure_app_service', 'opentelemetry_host_count': 'opentelemetry_host_count', 'org_name': 'org_name', 'public_id': 'public_id', 'vsphere_host_count': 'vsphere_host_count'}

@@ -13987,7 +13987,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14007,7 +14007,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hour': 'hour', 'monthly_active_users': 'monthly_active_users', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'hour': 'hour', 'monthly_active_users': 'monthly_active_users', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14023,7 +14023,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14043,7 +14043,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hour': 'hour', 'indexed_events_count': 'indexed_events_count', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'hour': 'hour', 'indexed_events_count': 'indexed_events_count', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14059,7 +14059,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14079,7 +14079,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hour': 'hour', 'ingested_events_bytes': 'ingested_events_bytes', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'hour': 'hour', 'ingested_events_bytes': 'ingested_events_bytes', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14095,7 +14095,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14115,7 +14115,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hour': 'hour', 'iot_device_count': 'iot_device_count', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'hour': 'hour', 'iot_device_count': 'iot_device_count', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14131,7 +14131,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14151,7 +14151,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'func_count': 'func_count', 'hour': 'hour', 'invocations_sum': 'invocations_sum', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'func_count': 'func_count', 'hour': 'hour', 'invocations_sum': 'invocations_sum', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14167,7 +14167,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14187,7 +14187,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'event_count': 'event_count', 'hour': 'hour', 'index_id': 'index_id', 'index_name': 'index_name', 'org_name': 'org_name', 'public_id': 'public_id', 'retention': 'retention'}
+attribute_map: Mapping[str, str] = {'event_count': 'event_count', 'hour': 'hour', 'index_id': 'index_id', 'index_name': 'index_name', 'org_name': 'org_name', 'public_id': 'public_id', 'retention': 'retention'}

@@ -14203,7 +14203,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14223,7 +14223,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'indexed_events_count': 'indexed_events_count', 'live_indexed_events_count': 'live_indexed_events_count', 'org_name': 'org_name', 'public_id': 'public_id', 'rehydrated_indexed_events_count': 'rehydrated_indexed_events_count', 'retention': 'retention'}
+attribute_map: Mapping[str, str] = {'indexed_events_count': 'indexed_events_count', 'live_indexed_events_count': 'live_indexed_events_count', 'org_name': 'org_name', 'public_id': 'public_id', 'rehydrated_indexed_events_count': 'rehydrated_indexed_events_count', 'retention': 'retention'}

@@ -14239,7 +14239,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14259,7 +14259,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'billable_ingested_bytes': 'billable_ingested_bytes', 'hour': 'hour', 'indexed_events_count': 'indexed_events_count', 'ingested_events_bytes': 'ingested_events_bytes', 'logs_live_indexed_count': 'logs_live_indexed_count', 'logs_live_ingested_bytes': 'logs_live_ingested_bytes', 'logs_rehydrated_indexed_count': 'logs_rehydrated_indexed_count', 'logs_rehydrated_ingested_bytes': 'logs_rehydrated_ingested_bytes', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'billable_ingested_bytes': 'billable_ingested_bytes', 'hour': 'hour', 'indexed_events_count': 'indexed_events_count', 'ingested_events_bytes': 'ingested_events_bytes', 'logs_live_indexed_count': 'logs_live_indexed_count', 'logs_live_ingested_bytes': 'logs_live_ingested_bytes', 'logs_rehydrated_indexed_count': 'logs_rehydrated_indexed_count', 'logs_rehydrated_ingested_bytes': 'logs_rehydrated_ingested_bytes', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14275,7 +14275,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14295,7 +14295,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CUSTOM': 'custom', 'STANDARD': 'standard'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CUSTOM': 'custom', 'STANDARD': 'standard'}}

@@ -14311,7 +14311,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hour': 'hour', 'indexed_events_count': 'indexed_events_count', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'hour': 'hour', 'indexed_events_count': 'indexed_events_count', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14327,7 +14327,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14347,7 +14347,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'host_count': 'host_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'host_count': 'host_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14363,7 +14363,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14383,7 +14383,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hour': 'hour', 'online_archive_events_count': 'online_archive_events_count', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'hour': 'hour', 'online_archive_events_count': 'online_archive_events_count', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14399,7 +14399,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14419,7 +14419,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'avg_container_agent_count': 'avg_container_agent_count', 'host_count': 'host_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'avg_container_agent_count': 'avg_container_agent_count', 'host_count': 'host_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14435,7 +14435,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14455,7 +14455,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'REPORTS': 'reports'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'REPORTS': 'reports'}}

@@ -14471,7 +14471,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id', 'replay_session_count': 'replay_session_count', 'session_count': 'session_count', 'session_count_android': 'session_count_android', 'session_count_ios': 'session_count_ios'}
+attribute_map: Mapping[str, str] = {'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id', 'replay_session_count': 'replay_session_count', 'session_count': 'session_count', 'session_count_android': 'session_count_android', 'session_count_ios': 'session_count_ios'}

@@ -14487,7 +14487,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14507,7 +14507,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'browser_rum_units': 'browser_rum_units', 'mobile_rum_units': 'mobile_rum_units', 'org_name': 'org_name', 'public_id': 'public_id', 'rum_units': 'rum_units'}
+attribute_map: Mapping[str, str] = {'browser_rum_units': 'browser_rum_units', 'mobile_rum_units': 'mobile_rum_units', 'org_name': 'org_name', 'public_id': 'public_id', 'rum_units': 'rum_units'}

@@ -14523,7 +14523,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14543,7 +14543,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hour': 'hour', 'logs_scanned_bytes': 'logs_scanned_bytes', 'org_name': 'org_name', 'public_id': 'public_id', 'total_scanned_bytes': 'total_scanned_bytes'}
+attribute_map: Mapping[str, str] = {'hour': 'hour', 'logs_scanned_bytes': 'logs_scanned_bytes', 'org_name': 'org_name', 'public_id': 'public_id', 'total_scanned_bytes': 'total_scanned_bytes'}

@@ -14559,7 +14559,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14579,7 +14579,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id', 'snmp_devices': 'snmp_devices'}
+attribute_map: Mapping[str, str] = {'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id', 'snmp_devices': 'snmp_devices'}

@@ -14595,7 +14595,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14615,7 +14615,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'COMPUTED_ON': 'computed_on', 'END_DATE': 'end_date', 'SIZE': 'size', 'START_DATE': 'start_date'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'COMPUTED_ON': 'computed_on', 'END_DATE': 'end_date', 'SIZE': 'size', 'START_DATE': 'start_date'}}

@@ -14631,7 +14631,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ASC': 'asc', 'DESC': 'desc'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ASC': 'asc', 'DESC': 'desc'}}

@@ -14647,7 +14647,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'computed_on': 'computed_on', 'end_date': 'end_date', 'location': 'location', 'size': 'size', 'start_date': 'start_date', 'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'computed_on': 'computed_on', 'end_date': 'end_date', 'location': 'location', 'size': 'size', 'start_date': 'start_date', 'tags': 'tags'}

@@ -14663,7 +14663,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -14683,7 +14683,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'page': 'page'}
+attribute_map: Mapping[str, str] = {'page': 'page'}

@@ -14703,7 +14703,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'total_count': 'total_count'}
+attribute_map: Mapping[str, str] = {'total_count': 'total_count'}

@@ -14719,7 +14719,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'meta': 'meta'}

@@ -14739,7 +14739,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'agent_host_top99p': 'agent_host_top99p', 'apm_azure_app_service_host_top99p': 'apm_azure_app_service_host_top99p', 'apm_host_top99p': 'apm_host_top99p', 'audit_logs_lines_indexed_sum': 'audit_logs_lines_indexed_sum', 'avg_profiled_fargate_tasks': 'avg_profiled_fargate_tasks', 'aws_host_top99p': 'aws_host_top99p', 'aws_lambda_func_count': 'aws_lambda_func_count', 'aws_lambda_invocations_sum': 'aws_lambda_invocations_sum', 'azure_app_service_top99p': 'azure_app_service_top99p', 'billable_ingested_bytes_sum': 'billable_ingested_bytes_sum', 'browser_rum_lite_session_count_sum': 'browser_rum_lite_session_count_sum', 'browser_rum_replay_session_count_sum': 'browser_rum_replay_session_count_sum', 'browser_rum_units_sum': 'browser_rum_units_sum', 'ci_pipeline_indexed_spans_sum': 'ci_pipeline_indexed_spans_sum', 'ci_test_indexed_spans_sum': 'ci_test_indexed_spans_sum', 'ci_visibility_pipeline_committers_hwm': 'ci_visibility_pipeline_committers_hwm', 'ci_visibility_test_committers_hwm': 'ci_visibility_test_committers_hwm', 'container_avg': 'container_avg', 'container_hwm': 'container_hwm', 'cspm_aas_host_top99p': 'cspm_aas_host_top99p', 'cspm_azure_host_top99p': 'cspm_azure_host_top99p', 'cspm_container_avg': 'cspm_container_avg', 'cspm_container_hwm': 'cspm_container_hwm', 'cspm_host_top99p': 'cspm_host_top99p', 'custom_ts_avg': 'custom_ts_avg', 'cws_container_count_avg': 'cws_container_count_avg', 'cws_host_top99p': 'cws_host_top99p', 'date': 'date', 'dbm_host_top99p': 'dbm_host_top99p', 'dbm_queries_count_avg': 'dbm_queries_count_avg', 'fargate_tasks_count_avg': 'fargate_tasks_count_avg', 'fargate_tasks_count_hwm': 'fargate_tasks_count_hwm', 'gcp_host_top99p': 'gcp_host_top99p', 'heroku_host_top99p': 'heroku_host_top99p', 'incident_management_monthly_active_users_hwm': 'incident_management_monthly_active_users_hwm', 'indexed_events_count_sum': 'indexed_events_count_sum', 'infra_host_top99p': 'infra_host_top99p', 'ingested_events_bytes_sum': 'ingested_events_bytes_sum', 'iot_device_sum': 'iot_device_sum', 'iot_device_top99p': 'iot_device_top99p', 'mobile_rum_lite_session_count_sum': 'mobile_rum_lite_session_count_sum', 'mobile_rum_session_count_android_sum': 'mobile_rum_session_count_android_sum', 'mobile_rum_session_count_ios_sum': 'mobile_rum_session_count_ios_sum', 'mobile_rum_session_count_sum': 'mobile_rum_session_count_sum', 'mobile_rum_units_sum': 'mobile_rum_units_sum', 'netflow_indexed_events_count_sum': 'netflow_indexed_events_count_sum', 'npm_host_top99p': 'npm_host_top99p', 'online_archive_events_count_sum': 'online_archive_events_count_sum', 'opentelemetry_host_top99p': 'opentelemetry_host_top99p', 'orgs': 'orgs', 'profiling_host_top99p': 'profiling_host_top99p', 'rum_browser_and_mobile_session_count': 'rum_browser_and_mobile_session_count', 'rum_session_count_sum': 'rum_session_count_sum', 'rum_total_session_count_sum': 'rum_total_session_count_sum', 'rum_units_sum': 'rum_units_sum', 'sds_logs_scanned_bytes_sum': 'sds_logs_scanned_bytes_sum', 'sds_total_scanned_bytes_sum': 'sds_total_scanned_bytes_sum', 'synthetics_browser_check_calls_count_sum': 'synthetics_browser_check_calls_count_sum', 'synthetics_check_calls_count_sum': 'synthetics_check_calls_count_sum', 'trace_search_indexed_events_count_sum': 'trace_search_indexed_events_count_sum', 'twol_ingested_events_bytes_sum': 'twol_ingested_events_bytes_sum', 'vsphere_host_top99p': 'vsphere_host_top99p'}
+attribute_map: Mapping[str, str] = {'agent_host_top99p': 'agent_host_top99p', 'apm_azure_app_service_host_top99p': 'apm_azure_app_service_host_top99p', 'apm_host_top99p': 'apm_host_top99p', 'audit_logs_lines_indexed_sum': 'audit_logs_lines_indexed_sum', 'avg_profiled_fargate_tasks': 'avg_profiled_fargate_tasks', 'aws_host_top99p': 'aws_host_top99p', 'aws_lambda_func_count': 'aws_lambda_func_count', 'aws_lambda_invocations_sum': 'aws_lambda_invocations_sum', 'azure_app_service_top99p': 'azure_app_service_top99p', 'billable_ingested_bytes_sum': 'billable_ingested_bytes_sum', 'browser_rum_lite_session_count_sum': 'browser_rum_lite_session_count_sum', 'browser_rum_replay_session_count_sum': 'browser_rum_replay_session_count_sum', 'browser_rum_units_sum': 'browser_rum_units_sum', 'ci_pipeline_indexed_spans_sum': 'ci_pipeline_indexed_spans_sum', 'ci_test_indexed_spans_sum': 'ci_test_indexed_spans_sum', 'ci_visibility_pipeline_committers_hwm': 'ci_visibility_pipeline_committers_hwm', 'ci_visibility_test_committers_hwm': 'ci_visibility_test_committers_hwm', 'container_avg': 'container_avg', 'container_hwm': 'container_hwm', 'cspm_aas_host_top99p': 'cspm_aas_host_top99p', 'cspm_azure_host_top99p': 'cspm_azure_host_top99p', 'cspm_container_avg': 'cspm_container_avg', 'cspm_container_hwm': 'cspm_container_hwm', 'cspm_host_top99p': 'cspm_host_top99p', 'custom_ts_avg': 'custom_ts_avg', 'cws_container_count_avg': 'cws_container_count_avg', 'cws_host_top99p': 'cws_host_top99p', 'date': 'date', 'dbm_host_top99p': 'dbm_host_top99p', 'dbm_queries_count_avg': 'dbm_queries_count_avg', 'fargate_tasks_count_avg': 'fargate_tasks_count_avg', 'fargate_tasks_count_hwm': 'fargate_tasks_count_hwm', 'gcp_host_top99p': 'gcp_host_top99p', 'heroku_host_top99p': 'heroku_host_top99p', 'incident_management_monthly_active_users_hwm': 'incident_management_monthly_active_users_hwm', 'indexed_events_count_sum': 'indexed_events_count_sum', 'infra_host_top99p': 'infra_host_top99p', 'ingested_events_bytes_sum': 'ingested_events_bytes_sum', 'iot_device_sum': 'iot_device_sum', 'iot_device_top99p': 'iot_device_top99p', 'mobile_rum_lite_session_count_sum': 'mobile_rum_lite_session_count_sum', 'mobile_rum_session_count_android_sum': 'mobile_rum_session_count_android_sum', 'mobile_rum_session_count_ios_sum': 'mobile_rum_session_count_ios_sum', 'mobile_rum_session_count_sum': 'mobile_rum_session_count_sum', 'mobile_rum_units_sum': 'mobile_rum_units_sum', 'netflow_indexed_events_count_sum': 'netflow_indexed_events_count_sum', 'npm_host_top99p': 'npm_host_top99p', 'online_archive_events_count_sum': 'online_archive_events_count_sum', 'opentelemetry_host_top99p': 'opentelemetry_host_top99p', 'orgs': 'orgs', 'profiling_host_top99p': 'profiling_host_top99p', 'rum_browser_and_mobile_session_count': 'rum_browser_and_mobile_session_count', 'rum_session_count_sum': 'rum_session_count_sum', 'rum_total_session_count_sum': 'rum_total_session_count_sum', 'rum_units_sum': 'rum_units_sum', 'sds_logs_scanned_bytes_sum': 'sds_logs_scanned_bytes_sum', 'sds_total_scanned_bytes_sum': 'sds_total_scanned_bytes_sum', 'synthetics_browser_check_calls_count_sum': 'synthetics_browser_check_calls_count_sum', 'synthetics_check_calls_count_sum': 'synthetics_check_calls_count_sum', 'trace_search_indexed_events_count_sum': 'trace_search_indexed_events_count_sum', 'twol_ingested_events_bytes_sum': 'twol_ingested_events_bytes_sum', 'vsphere_host_top99p': 'vsphere_host_top99p'}

@@ -14759,7 +14759,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'agent_host_top99p': 'agent_host_top99p', 'apm_azure_app_service_host_top99p': 'apm_azure_app_service_host_top99p', 'apm_host_top99p': 'apm_host_top99p', 'audit_logs_lines_indexed_sum': 'audit_logs_lines_indexed_sum', 'avg_profiled_fargate_tasks': 'avg_profiled_fargate_tasks', 'aws_host_top99p': 'aws_host_top99p', 'aws_lambda_func_count': 'aws_lambda_func_count', 'aws_lambda_invocations_sum': 'aws_lambda_invocations_sum', 'azure_app_service_top99p': 'azure_app_service_top99p', 'billable_ingested_bytes_sum': 'billable_ingested_bytes_sum', 'browser_rum_lite_session_count_sum': 'browser_rum_lite_session_count_sum', 'browser_rum_replay_session_count_sum': 'browser_rum_replay_session_count_sum', 'browser_rum_units_sum': 'browser_rum_units_sum', 'ci_pipeline_indexed_spans_sum': 'ci_pipeline_indexed_spans_sum', 'ci_test_indexed_spans_sum': 'ci_test_indexed_spans_sum', 'ci_visibility_pipeline_committers_hwm': 'ci_visibility_pipeline_committers_hwm', 'ci_visibility_test_committers_hwm': 'ci_visibility_test_committers_hwm', 'container_avg': 'container_avg', 'container_hwm': 'container_hwm', 'cspm_aas_host_top99p': 'cspm_aas_host_top99p', 'cspm_azure_host_top99p': 'cspm_azure_host_top99p', 'cspm_container_avg': 'cspm_container_avg', 'cspm_container_hwm': 'cspm_container_hwm', 'cspm_host_top99p': 'cspm_host_top99p', 'custom_ts_avg': 'custom_ts_avg', 'cws_container_count_avg': 'cws_container_count_avg', 'cws_host_top99p': 'cws_host_top99p', 'dbm_host_top99p_sum': 'dbm_host_top99p_sum', 'dbm_queries_avg_sum': 'dbm_queries_avg_sum', 'fargate_tasks_count_avg': 'fargate_tasks_count_avg', 'fargate_tasks_count_hwm': 'fargate_tasks_count_hwm', 'gcp_host_top99p': 'gcp_host_top99p', 'heroku_host_top99p': 'heroku_host_top99p', 'id': 'id', 'incident_management_monthly_active_users_hwm': 'incident_management_monthly_active_users_hwm', 'indexed_events_count_sum': 'indexed_events_count_sum', 'infra_host_top99p': 'infra_host_top99p', 'ingested_events_bytes_sum': 'ingested_events_bytes_sum', 'iot_device_agg_sum': 'iot_device_agg_sum', 'iot_device_top99p_sum': 'iot_device_top99p_sum', 'mobile_rum_lite_session_count_sum': 'mobile_rum_lite_session_count_sum', 'mobile_rum_session_count_android_sum': 'mobile_rum_session_count_android_sum', 'mobile_rum_session_count_ios_sum': 'mobile_rum_session_count_ios_sum', 'mobile_rum_session_count_sum': 'mobile_rum_session_count_sum', 'mobile_rum_units_sum': 'mobile_rum_units_sum', 'name': 'name', 'netflow_indexed_events_count_sum': 'netflow_indexed_events_count_sum', 'npm_host_top99p': 'npm_host_top99p', 'online_archive_events_count_sum': 'online_archive_events_count_sum', 'opentelemetry_host_top99p': 'opentelemetry_host_top99p', 'profiling_host_top99p': 'profiling_host_top99p', 'public_id': 'public_id', 'rum_browser_and_mobile_session_count': 'rum_browser_and_mobile_session_count', 'rum_session_count_sum': 'rum_session_count_sum', 'rum_total_session_count_sum': 'rum_total_session_count_sum', 'rum_units_sum': 'rum_units_sum', 'sds_logs_scanned_bytes_sum': 'sds_logs_scanned_bytes_sum', 'sds_total_scanned_bytes_sum': 'sds_total_scanned_bytes_sum', 'synthetics_browser_check_calls_count_sum': 'synthetics_browser_check_calls_count_sum', 'synthetics_check_calls_count_sum': 'synthetics_check_calls_count_sum', 'trace_search_indexed_events_count_sum': 'trace_search_indexed_events_count_sum', 'twol_ingested_events_bytes_sum': 'twol_ingested_events_bytes_sum', 'vsphere_host_top99p': 'vsphere_host_top99p'}
+attribute_map: Mapping[str, str] = {'agent_host_top99p': 'agent_host_top99p', 'apm_azure_app_service_host_top99p': 'apm_azure_app_service_host_top99p', 'apm_host_top99p': 'apm_host_top99p', 'audit_logs_lines_indexed_sum': 'audit_logs_lines_indexed_sum', 'avg_profiled_fargate_tasks': 'avg_profiled_fargate_tasks', 'aws_host_top99p': 'aws_host_top99p', 'aws_lambda_func_count': 'aws_lambda_func_count', 'aws_lambda_invocations_sum': 'aws_lambda_invocations_sum', 'azure_app_service_top99p': 'azure_app_service_top99p', 'billable_ingested_bytes_sum': 'billable_ingested_bytes_sum', 'browser_rum_lite_session_count_sum': 'browser_rum_lite_session_count_sum', 'browser_rum_replay_session_count_sum': 'browser_rum_replay_session_count_sum', 'browser_rum_units_sum': 'browser_rum_units_sum', 'ci_pipeline_indexed_spans_sum': 'ci_pipeline_indexed_spans_sum', 'ci_test_indexed_spans_sum': 'ci_test_indexed_spans_sum', 'ci_visibility_pipeline_committers_hwm': 'ci_visibility_pipeline_committers_hwm', 'ci_visibility_test_committers_hwm': 'ci_visibility_test_committers_hwm', 'container_avg': 'container_avg', 'container_hwm': 'container_hwm', 'cspm_aas_host_top99p': 'cspm_aas_host_top99p', 'cspm_azure_host_top99p': 'cspm_azure_host_top99p', 'cspm_container_avg': 'cspm_container_avg', 'cspm_container_hwm': 'cspm_container_hwm', 'cspm_host_top99p': 'cspm_host_top99p', 'custom_ts_avg': 'custom_ts_avg', 'cws_container_count_avg': 'cws_container_count_avg', 'cws_host_top99p': 'cws_host_top99p', 'dbm_host_top99p_sum': 'dbm_host_top99p_sum', 'dbm_queries_avg_sum': 'dbm_queries_avg_sum', 'fargate_tasks_count_avg': 'fargate_tasks_count_avg', 'fargate_tasks_count_hwm': 'fargate_tasks_count_hwm', 'gcp_host_top99p': 'gcp_host_top99p', 'heroku_host_top99p': 'heroku_host_top99p', 'id': 'id', 'incident_management_monthly_active_users_hwm': 'incident_management_monthly_active_users_hwm', 'indexed_events_count_sum': 'indexed_events_count_sum', 'infra_host_top99p': 'infra_host_top99p', 'ingested_events_bytes_sum': 'ingested_events_bytes_sum', 'iot_device_agg_sum': 'iot_device_agg_sum', 'iot_device_top99p_sum': 'iot_device_top99p_sum', 'mobile_rum_lite_session_count_sum': 'mobile_rum_lite_session_count_sum', 'mobile_rum_session_count_android_sum': 'mobile_rum_session_count_android_sum', 'mobile_rum_session_count_ios_sum': 'mobile_rum_session_count_ios_sum', 'mobile_rum_session_count_sum': 'mobile_rum_session_count_sum', 'mobile_rum_units_sum': 'mobile_rum_units_sum', 'name': 'name', 'netflow_indexed_events_count_sum': 'netflow_indexed_events_count_sum', 'npm_host_top99p': 'npm_host_top99p', 'online_archive_events_count_sum': 'online_archive_events_count_sum', 'opentelemetry_host_top99p': 'opentelemetry_host_top99p', 'profiling_host_top99p': 'profiling_host_top99p', 'public_id': 'public_id', 'rum_browser_and_mobile_session_count': 'rum_browser_and_mobile_session_count', 'rum_session_count_sum': 'rum_session_count_sum', 'rum_total_session_count_sum': 'rum_total_session_count_sum', 'rum_units_sum': 'rum_units_sum', 'sds_logs_scanned_bytes_sum': 'sds_logs_scanned_bytes_sum', 'sds_total_scanned_bytes_sum': 'sds_total_scanned_bytes_sum', 'synthetics_browser_check_calls_count_sum': 'synthetics_browser_check_calls_count_sum', 'synthetics_check_calls_count_sum': 'synthetics_check_calls_count_sum', 'trace_search_indexed_events_count_sum': 'trace_search_indexed_events_count_sum', 'twol_ingested_events_bytes_sum': 'twol_ingested_events_bytes_sum', 'vsphere_host_top99p': 'vsphere_host_top99p'}

@@ -14775,7 +14775,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'agent_host_top99p_sum': 'agent_host_top99p_sum', 'apm_azure_app_service_host_top99p_sum': 'apm_azure_app_service_host_top99p_sum', 'apm_host_top99p_sum': 'apm_host_top99p_sum', 'audit_logs_lines_indexed_agg_sum': 'audit_logs_lines_indexed_agg_sum', 'avg_profiled_fargate_tasks_sum': 'avg_profiled_fargate_tasks_sum', 'aws_host_top99p_sum': 'aws_host_top99p_sum', 'aws_lambda_func_count': 'aws_lambda_func_count', 'aws_lambda_invocations_sum': 'aws_lambda_invocations_sum', 'azure_app_service_top99p_sum': 'azure_app_service_top99p_sum', 'azure_host_top99p_sum': 'azure_host_top99p_sum', 'billable_ingested_bytes_agg_sum': 'billable_ingested_bytes_agg_sum', 'browser_rum_lite_session_count_agg_sum': 'browser_rum_lite_session_count_agg_sum', 'browser_rum_replay_session_count_agg_sum': 'browser_rum_replay_session_count_agg_sum', 'browser_rum_units_agg_sum': 'browser_rum_units_agg_sum', 'ci_pipeline_indexed_spans_agg_sum': 'ci_pipeline_indexed_spans_agg_sum', 'ci_test_indexed_spans_agg_sum': 'ci_test_indexed_spans_agg_sum', 'ci_visibility_pipeline_committers_hwm_sum': 'ci_visibility_pipeline_committers_hwm_sum', 'ci_visibility_test_committers_hwm_sum': 'ci_visibility_test_committers_hwm_sum', 'container_avg_sum': 'container_avg_sum', 'container_hwm_sum': 'container_hwm_sum', 'cspm_aas_host_top99p_sum': 'cspm_aas_host_top99p_sum', 'cspm_azure_host_top99p_sum': 'cspm_azure_host_top99p_sum', 'cspm_container_avg_sum': 'cspm_container_avg_sum', 'cspm_container_hwm_sum': 'cspm_container_hwm_sum', 'cspm_host_top99p_sum': 'cspm_host_top99p_sum', 'custom_ts_sum': 'custom_ts_sum', 'cws_containers_avg_sum': 'cws_containers_avg_sum', 'cws_host_top99p_sum': 'cws_host_top99p_sum', 'dbm_host_top99p_sum': 'dbm_host_top99p_sum', 'dbm_queries_avg_sum': 'dbm_queries_avg_sum', 'end_date': 'end_date', 'fargate_tasks_count_avg_sum': 'fargate_tasks_count_avg_sum', 'fargate_tasks_count_hwm_sum': 'fargate_tasks_count_hwm_sum', 'gcp_host_top99p_sum': 'gcp_host_top99p_sum', 'heroku_host_top99p_sum': 'heroku_host_top99p_sum', 'incident_management_monthly_active_users_hwm_sum': 'incident_management_monthly_active_users_hwm_sum', 'indexed_events_count_agg_sum': 'indexed_events_count_agg_sum', 'infra_host_top99p_sum': 'infra_host_top99p_sum', 'ingested_events_bytes_agg_sum': 'ingested_events_bytes_agg_sum', 'iot_device_agg_sum': 'iot_device_agg_sum', 'iot_device_top99p_sum': 'iot_device_top99p_sum', 'last_updated': 'last_updated', 'live_indexed_events_agg_sum': 'live_indexed_events_agg_sum', 'live_ingested_bytes_agg_sum': 'live_ingested_bytes_agg_sum', 'logs_by_retention': 'logs_by_retention', 'mobile_rum_lite_session_count_agg_sum': 'mobile_rum_lite_session_count_agg_sum', 'mobile_rum_session_count_agg_sum': 'mobile_rum_session_count_agg_sum', 'mobile_rum_session_count_android_agg_sum': 'mobile_rum_session_count_android_agg_sum', 'mobile_rum_session_count_ios_agg_sum': 'mobile_rum_session_count_ios_agg_sum', 'mobile_rum_units_agg_sum': 'mobile_rum_units_agg_sum', 'netflow_indexed_events_count_agg_sum': 'netflow_indexed_events_count_agg_sum', 'npm_host_top99p_sum': 'npm_host_top99p_sum', 'online_archive_events_count_agg_sum': 'online_archive_events_count_agg_sum', 'opentelemetry_host_top99p_sum': 'opentelemetry_host_top99p_sum', 'profiling_container_agent_count_avg': 'profiling_container_agent_count_avg', 'profiling_host_count_top99p_sum': 'profiling_host_count_top99p_sum', 'rehydrated_indexed_events_agg_sum': 'rehydrated_indexed_events_agg_sum', 'rehydrated_ingested_bytes_agg_sum': 'rehydrated_ingested_bytes_agg_sum', 'rum_browser_and_mobile_session_count': 'rum_browser_and_mobile_session_count', 'rum_session_count_agg_sum': 'rum_session_count_agg_sum', 'rum_total_session_count_agg_sum': 'rum_total_session_count_agg_sum', 'rum_units_agg_sum': 'rum_units_agg_sum', 'sds_logs_scanned_bytes_sum': 'sds_logs_scanned_bytes_sum', 'sds_total_scanned_bytes_sum': 'sds_total_scanned_bytes_sum', 'start_date': 'start_date', 'synthetics_browser_check_calls_count_agg_sum': 'synthetics_browser_check_calls_count_agg_sum', 'synthetics_check_calls_count_agg_sum': 'synthetics_check_calls_count_agg_sum', 'trace_search_indexed_events_count_agg_sum': 'trace_search_indexed_events_count_agg_sum', 'twol_ingested_events_bytes_agg_sum': 'twol_ingested_events_bytes_agg_sum', 'usage': 'usage', 'vsphere_host_top99p_sum': 'vsphere_host_top99p_sum'}
+attribute_map: Mapping[str, str] = {'agent_host_top99p_sum': 'agent_host_top99p_sum', 'apm_azure_app_service_host_top99p_sum': 'apm_azure_app_service_host_top99p_sum', 'apm_host_top99p_sum': 'apm_host_top99p_sum', 'audit_logs_lines_indexed_agg_sum': 'audit_logs_lines_indexed_agg_sum', 'avg_profiled_fargate_tasks_sum': 'avg_profiled_fargate_tasks_sum', 'aws_host_top99p_sum': 'aws_host_top99p_sum', 'aws_lambda_func_count': 'aws_lambda_func_count', 'aws_lambda_invocations_sum': 'aws_lambda_invocations_sum', 'azure_app_service_top99p_sum': 'azure_app_service_top99p_sum', 'azure_host_top99p_sum': 'azure_host_top99p_sum', 'billable_ingested_bytes_agg_sum': 'billable_ingested_bytes_agg_sum', 'browser_rum_lite_session_count_agg_sum': 'browser_rum_lite_session_count_agg_sum', 'browser_rum_replay_session_count_agg_sum': 'browser_rum_replay_session_count_agg_sum', 'browser_rum_units_agg_sum': 'browser_rum_units_agg_sum', 'ci_pipeline_indexed_spans_agg_sum': 'ci_pipeline_indexed_spans_agg_sum', 'ci_test_indexed_spans_agg_sum': 'ci_test_indexed_spans_agg_sum', 'ci_visibility_pipeline_committers_hwm_sum': 'ci_visibility_pipeline_committers_hwm_sum', 'ci_visibility_test_committers_hwm_sum': 'ci_visibility_test_committers_hwm_sum', 'container_avg_sum': 'container_avg_sum', 'container_hwm_sum': 'container_hwm_sum', 'cspm_aas_host_top99p_sum': 'cspm_aas_host_top99p_sum', 'cspm_azure_host_top99p_sum': 'cspm_azure_host_top99p_sum', 'cspm_container_avg_sum': 'cspm_container_avg_sum', 'cspm_container_hwm_sum': 'cspm_container_hwm_sum', 'cspm_host_top99p_sum': 'cspm_host_top99p_sum', 'custom_ts_sum': 'custom_ts_sum', 'cws_containers_avg_sum': 'cws_containers_avg_sum', 'cws_host_top99p_sum': 'cws_host_top99p_sum', 'dbm_host_top99p_sum': 'dbm_host_top99p_sum', 'dbm_queries_avg_sum': 'dbm_queries_avg_sum', 'end_date': 'end_date', 'fargate_tasks_count_avg_sum': 'fargate_tasks_count_avg_sum', 'fargate_tasks_count_hwm_sum': 'fargate_tasks_count_hwm_sum', 'gcp_host_top99p_sum': 'gcp_host_top99p_sum', 'heroku_host_top99p_sum': 'heroku_host_top99p_sum', 'incident_management_monthly_active_users_hwm_sum': 'incident_management_monthly_active_users_hwm_sum', 'indexed_events_count_agg_sum': 'indexed_events_count_agg_sum', 'infra_host_top99p_sum': 'infra_host_top99p_sum', 'ingested_events_bytes_agg_sum': 'ingested_events_bytes_agg_sum', 'iot_device_agg_sum': 'iot_device_agg_sum', 'iot_device_top99p_sum': 'iot_device_top99p_sum', 'last_updated': 'last_updated', 'live_indexed_events_agg_sum': 'live_indexed_events_agg_sum', 'live_ingested_bytes_agg_sum': 'live_ingested_bytes_agg_sum', 'logs_by_retention': 'logs_by_retention', 'mobile_rum_lite_session_count_agg_sum': 'mobile_rum_lite_session_count_agg_sum', 'mobile_rum_session_count_agg_sum': 'mobile_rum_session_count_agg_sum', 'mobile_rum_session_count_android_agg_sum': 'mobile_rum_session_count_android_agg_sum', 'mobile_rum_session_count_ios_agg_sum': 'mobile_rum_session_count_ios_agg_sum', 'mobile_rum_units_agg_sum': 'mobile_rum_units_agg_sum', 'netflow_indexed_events_count_agg_sum': 'netflow_indexed_events_count_agg_sum', 'npm_host_top99p_sum': 'npm_host_top99p_sum', 'online_archive_events_count_agg_sum': 'online_archive_events_count_agg_sum', 'opentelemetry_host_top99p_sum': 'opentelemetry_host_top99p_sum', 'profiling_container_agent_count_avg': 'profiling_container_agent_count_avg', 'profiling_host_count_top99p_sum': 'profiling_host_count_top99p_sum', 'rehydrated_indexed_events_agg_sum': 'rehydrated_indexed_events_agg_sum', 'rehydrated_ingested_bytes_agg_sum': 'rehydrated_ingested_bytes_agg_sum', 'rum_browser_and_mobile_session_count': 'rum_browser_and_mobile_session_count', 'rum_session_count_agg_sum': 'rum_session_count_agg_sum', 'rum_total_session_count_agg_sum': 'rum_total_session_count_agg_sum', 'rum_units_agg_sum': 'rum_units_agg_sum', 'sds_logs_scanned_bytes_sum': 'sds_logs_scanned_bytes_sum', 'sds_total_scanned_bytes_sum': 'sds_total_scanned_bytes_sum', 'start_date': 'start_date', 'synthetics_browser_check_calls_count_agg_sum': 'synthetics_browser_check_calls_count_agg_sum', 'synthetics_check_calls_count_agg_sum': 'synthetics_check_calls_count_agg_sum', 'trace_search_indexed_events_count_agg_sum': 'trace_search_indexed_events_count_agg_sum', 'twol_ingested_events_bytes_agg_sum': 'twol_ingested_events_bytes_agg_sum', 'usage': 'usage', 'vsphere_host_top99p_sum': 'vsphere_host_top99p_sum'}

@@ -14795,7 +14795,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'check_calls_count': 'check_calls_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'check_calls_count': 'check_calls_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14811,7 +14811,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14831,7 +14831,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'browser_check_calls_count': 'browser_check_calls_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'browser_check_calls_count': 'browser_check_calls_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14847,7 +14847,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14867,7 +14867,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'check_calls_count': 'check_calls_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'check_calls_count': 'check_calls_count', 'hour': 'hour', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14883,7 +14883,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14903,7 +14903,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'hour': 'hour', 'num_custom_input_timeseries': 'num_custom_input_timeseries', 'num_custom_output_timeseries': 'num_custom_output_timeseries', 'num_custom_timeseries': 'num_custom_timeseries', 'org_name': 'org_name', 'public_id': 'public_id'}
+attribute_map: Mapping[str, str] = {'hour': 'hour', 'num_custom_input_timeseries': 'num_custom_input_timeseries', 'num_custom_output_timeseries': 'num_custom_output_timeseries', 'num_custom_timeseries': 'num_custom_timeseries', 'org_name': 'org_name', 'public_id': 'public_id'}

@@ -14919,7 +14919,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'usage': 'usage'}

@@ -14939,7 +14939,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'avg_metric_hour': 'avg_metric_hour', 'max_metric_hour': 'max_metric_hour', 'metric_category': 'metric_category', 'metric_name': 'metric_name'}
+attribute_map: Mapping[str, str] = {'avg_metric_hour': 'avg_metric_hour', 'max_metric_hour': 'max_metric_hour', 'metric_category': 'metric_category', 'metric_name': 'metric_name'}

@@ -14959,7 +14959,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'day': 'day', 'month': 'month', 'pagination': 'pagination'}
+attribute_map: Mapping[str, str] = {'day': 'day', 'month': 'month', 'pagination': 'pagination'}

@@ -14979,7 +14979,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'metadata': 'metadata', 'usage': 'usage'}
+attribute_map: Mapping[str, str] = {'metadata': 'metadata', 'usage': 'usage'}

@@ -14999,7 +14999,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'access_role': 'access_role', 'disabled': 'disabled', 'email': 'email', 'handle': 'handle', 'icon': 'icon', 'name': 'name', 'verified': 'verified'}
+attribute_map: Mapping[str, str] = {'access_role': 'access_role', 'disabled': 'disabled', 'email': 'email', 'handle': 'handle', 'icon': 'icon', 'name': 'name', 'verified': 'verified'}

@@ -15007,7 +15007,7 @@

datadog_api_client.v1.model

-read_only_vars = {'icon', 'verified'}
+read_only_vars: Collection[str] = {'icon', 'verified'}

@@ -15023,7 +15023,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'message': 'message'}
+attribute_map: Mapping[str, str] = {'message': 'message'}
@@ -15039,7 +15039,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'users': 'users'}
+attribute_map: Mapping[str, str] = {'users': 'users'}

@@ -15059,7 +15059,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'user': 'user'}
+attribute_map: Mapping[str, str] = {'user': 'user'}

@@ -15079,7 +15079,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'custom_headers': 'custom_headers', 'encode_as': 'encode_as', 'name': 'name', 'payload': 'payload', 'url': 'url'}
+attribute_map: Mapping[str, str] = {'custom_headers': 'custom_headers', 'encode_as': 'encode_as', 'name': 'name', 'payload': 'payload', 'url': 'url'}

@@ -15099,7 +15099,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_secret': 'is_secret', 'name': 'name', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'is_secret': 'is_secret', 'name': 'name', 'value': 'value'}

@@ -15115,7 +15115,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_secret': 'is_secret', 'name': 'name', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'is_secret': 'is_secret', 'name': 'name', 'value': 'value'}

@@ -15131,7 +15131,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_secret': 'is_secret', 'name': 'name', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'is_secret': 'is_secret', 'name': 'name', 'value': 'value'}

@@ -15147,7 +15147,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'FORM': 'form', 'JSON': 'json'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'FORM': 'form', 'JSON': 'json'}}

@@ -15163,7 +15163,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'custom_headers': 'custom_headers', 'encode_as': 'encode_as', 'name': 'name', 'payload': 'payload', 'url': 'url'}
+attribute_map: Mapping[str, str] = {'custom_headers': 'custom_headers', 'encode_as': 'encode_as', 'name': 'name', 'payload': 'payload', 'url': 'url'}

@@ -15183,7 +15183,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'definition': 'definition', 'id': 'id', 'layout': 'layout'}
+attribute_map: Mapping[str, str] = {'definition': 'definition', 'id': 'id', 'layout': 'layout'}

@@ -15203,7 +15203,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AVERAGE': 'avg', 'LAST': 'last', 'MAXIMUM': 'max', 'MINIMUM': 'min', 'PERCENTILE': 'percentile', 'SUM': 'sum'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AVERAGE': 'avg', 'LAST': 'last', 'MAXIMUM': 'max', 'MINIMUM': 'min', 'PERCENTILE': 'percentile', 'SUM': 'sum'}}

@@ -15219,7 +15219,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'include_zero': 'include_zero', 'label': 'label', 'max': 'max', 'min': 'min', 'scale': 'scale'}
+attribute_map: Mapping[str, str] = {'include_zero': 'include_zero', 'label': 'label', 'max': 'max', 'min': 'min', 'scale': 'scale'}

@@ -15235,7 +15235,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ABSOLUTE': 'absolute', 'RELATIVE': 'relative'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ABSOLUTE': 'absolute', 'RELATIVE': 'relative'}}

@@ -15251,7 +15251,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'BACKGROUND': 'background', 'TEXT': 'text'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'BACKGROUND': 'background', 'TEXT': 'text'}}

@@ -15267,7 +15267,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'GREATER_THAN': '>', 'GREATER_THAN_OR_EQUAL_TO': '>=', 'LESS_THAN': '<', 'LESS_THAN_OR_EQUAL_TO': '<='}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'GREATER_THAN': '>', 'GREATER_THAN_OR_EQUAL_TO': '>=', 'LESS_THAN': '<', 'LESS_THAN_OR_EQUAL_TO': '<='}}

@@ -15283,7 +15283,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DAY_BEFORE': 'day_before', 'HOUR_BEFORE': 'hour_before', 'MONTH_BEFORE': 'month_before', 'WEEK_BEFORE': 'week_before'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DAY_BEFORE': 'day_before', 'HOUR_BEFORE': 'hour_before', 'MONTH_BEFORE': 'month_before', 'WEEK_BEFORE': 'week_before'}}

@@ -15299,7 +15299,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'comparator': 'comparator', 'custom_bg_color': 'custom_bg_color', 'custom_fg_color': 'custom_fg_color', 'hide_value': 'hide_value', 'image_url': 'image_url', 'metric': 'metric', 'palette': 'palette', 'timeframe': 'timeframe', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'comparator': 'comparator', 'custom_bg_color': 'custom_bg_color', 'custom_fg_color': 'custom_fg_color', 'hide_value': 'hide_value', 'image_url': 'image_url', 'metric': 'metric', 'palette': 'palette', 'timeframe': 'timeframe', 'value': 'value'}

@@ -15319,7 +15319,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'is_hidden': 'is_hidden', 'label': 'label', 'link': 'link', 'override_label': 'override_label'}
+attribute_map: Mapping[str, str] = {'is_hidden': 'is_hidden', 'label': 'label', 'link': 'link', 'override_label': 'override_label'}

@@ -15347,7 +15347,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AREA': 'area', 'BARS': 'bars', 'LINE': 'line'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AREA': 'area', 'BARS': 'bars', 'LINE': 'line'}}

@@ -15363,7 +15363,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'q': 'q', 'tags_execution': 'tags_execution'}
+attribute_map: Mapping[str, str] = {'q': 'q', 'tags_execution': 'tags_execution'}

@@ -15379,7 +15379,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'LARGE': 'l', 'SMALL': 's'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'LARGE': 'l', 'SMALL': 's'}}

@@ -15395,7 +15395,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'column': 'column', 'order': 'order'}
+attribute_map: Mapping[str, str] = {'column': 'column', 'order': 'order'}

@@ -15415,7 +15415,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'alias': 'alias', 'cell_display_mode': 'cell_display_mode', 'conditional_formats': 'conditional_formats', 'formula': 'formula', 'limit': 'limit'}
+attribute_map: Mapping[str, str] = {'alias': 'alias', 'cell_display_mode': 'cell_display_mode', 'conditional_formats': 'conditional_formats', 'formula': 'formula', 'limit': 'limit'}

@@ -15435,7 +15435,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'count': 'count', 'order': 'order'}
+attribute_map: Mapping[str, str] = {'count': 'count', 'order': 'order'}

@@ -15455,7 +15455,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CHECK': 'check', 'CLUSTER': 'cluster'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CHECK': 'check', 'CLUSTER': 'cluster'}}

@@ -15471,7 +15471,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CENTER': 'center', 'LEFT': 'left', 'RIGHT': 'right'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CENTER': 'center', 'LEFT': 'left', 'RIGHT': 'right'}}

@@ -15487,7 +15487,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CENTER': 'center', 'CONTAIN': 'contain', 'COVER': 'cover', 'FILL': 'fill', 'FIT': 'fit', 'NONE': 'none', 'SCALEDOWN': 'scale-down', 'ZOOM': 'zoom'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CENTER': 'center', 'CONTAIN': 'contain', 'COVER': 'cover', 'FILL': 'fill', 'FIT': 'fit', 'NONE': 'none', 'SCALEDOWN': 'scale-down', 'ZOOM': 'zoom'}}

@@ -15503,7 +15503,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'height': 'height', 'is_column_break': 'is_column_break', 'width': 'width', 'x': 'x', 'y': 'y'}
+attribute_map: Mapping[str, str] = {'height': 'height', 'is_column_break': 'is_column_break', 'width': 'width', 'x': 'x', 'y': 'y'}

@@ -15511,7 +15511,7 @@

datadog_api_client.v1.model

-validations = {'height': {'inclusive_minimum': 0}, 'width': {'inclusive_minimum': 0}, 'x': {'inclusive_minimum': 0}, 'y': {'inclusive_minimum': 0}}
+validations: Mapping[str, Mapping[str, int]] = {'height': {'inclusive_minimum': 0}, 'width': {'inclusive_minimum': 0}, 'x': {'inclusive_minimum': 0}, 'y': {'inclusive_minimum': 0}}

@@ -15523,7 +15523,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ORDERED': 'ordered'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ORDERED': 'ordered'}}
@@ -15539,7 +15539,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DASHED': 'dashed', 'DOTTED': 'dotted', 'SOLID': 'solid'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DASHED': 'dashed', 'DOTTED': 'dotted', 'SOLID': 'solid'}}

@@ -15555,7 +15555,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'NORMAL': 'normal', 'THICK': 'thick', 'THIN': 'thin'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'NORMAL': 'normal', 'THICK': 'thick', 'THIN': 'thin'}}

@@ -15571,7 +15571,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ALERT': 'alert', 'PAST_FIFTEEN_MINUTES': '15m', 'PAST_FIVE_MINUTES': '5m', 'PAST_FOUR_HOURS': '4h', 'PAST_ONE_DAY': '1d', 'PAST_ONE_HOUR': '1h', 'PAST_ONE_MINUTE': '1m', 'PAST_ONE_MONTH': '1mo', 'PAST_ONE_WEEK': '1w', 'PAST_ONE_YEAR': '1y', 'PAST_SIX_MONTHS': '6mo', 'PAST_TEN_MINUTES': '10m', 'PAST_THIRTY_MINUTES': '30m', 'PAST_THREE_MONTHS': '3mo', 'PAST_TWO_DAYS': '2d'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ALERT': 'alert', 'PAST_FIFTEEN_MINUTES': '15m', 'PAST_FIVE_MINUTES': '5m', 'PAST_FOUR_HOURS': '4h', 'PAST_ONE_DAY': '1d', 'PAST_ONE_HOUR': '1h', 'PAST_ONE_MINUTE': '1m', 'PAST_ONE_MONTH': '1mo', 'PAST_ONE_WEEK': '1w', 'PAST_ONE_YEAR': '1y', 'PAST_SIX_MONTHS': '6mo', 'PAST_TEN_MINUTES': '10m', 'PAST_THIRTY_MINUTES': '30m', 'PAST_THREE_MONTHS': '3mo', 'PAST_TWO_DAYS': '2d'}}

@@ -15587,7 +15587,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'LARGE': 'large', 'LG': 'lg', 'MD': 'md', 'SM': 'sm', 'SMALL': 'small'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'LARGE': 'large', 'LG': 'lg', 'MD': 'md', 'SM': 'sm', 'SMALL': 'small'}}

@@ -15603,7 +15603,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'display_type': 'display_type', 'label': 'label', 'time': 'time', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'display_type': 'display_type', 'label': 'label', 'time': 'time', 'value': 'value'}

@@ -15619,7 +15619,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'EXPANDED_LARGE': 'expanded-lg', 'EXPANDED_MEDIUM': 'expanded-md', 'INLINE': 'inline'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'EXPANDED_LARGE': 'expanded-lg', 'EXPANDED_MEDIUM': 'expanded-md', 'INLINE': 'inline'}}

@@ -15635,7 +15635,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'COUNTS': 'counts', 'COUNTS_AND_LIST': 'countsAndList', 'LIST': 'list'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'COUNTS': 'counts', 'COUNTS_AND_LIST': 'countsAndList', 'LIST': 'list'}}

@@ -15651,7 +15651,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'GROUP': 'group', 'GROUP_ASCENDING': 'group,asc', 'GROUP_DESCENDING': 'group,desc', 'NAME': 'name', 'NAME_ASCENDING': 'name,asc', 'NAME_DESCENDING': 'name,desc', 'STATUS': 'status', 'STATUS_ASCENDING': 'status,asc', 'STATUS_DESCENDING': 'status,desc', 'TAGS': 'tags', 'TAGS_ASCENDING': 'tags,asc', 'TAGS_DESCENDING': 'tags,desc', 'TRIGGERED': 'triggered', 'TRIGGERED_ASCENDING': 'triggered,asc', 'TRIGGERED_DESCENDING': 'triggered,desc'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'GROUP': 'group', 'GROUP_ASCENDING': 'group,asc', 'GROUP_DESCENDING': 'group,desc', 'NAME': 'name', 'NAME_ASCENDING': 'name,asc', 'NAME_DESCENDING': 'name,desc', 'STATUS': 'status', 'STATUS_ASCENDING': 'status,asc', 'STATUS_DESCENDING': 'status,desc', 'TAGS': 'tags', 'TAGS_ASCENDING': 'tags,asc', 'TAGS_DESCENDING': 'tags,desc', 'TRIGGERED': 'triggered', 'TRIGGERED_ASCENDING': 'triggered,asc', 'TRIGGERED_DESCENDING': 'triggered,desc'}}

@@ -15667,7 +15667,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CONTAINER': 'container', 'HOST': 'host'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CONTAINER': 'container', 'HOST': 'host'}}

@@ -15683,7 +15683,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CHANGE': 'change', 'NAME': 'name', 'PAST': 'past', 'PRESENT': 'present'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CHANGE': 'change', 'NAME': 'name', 'PAST': 'past', 'PRESENT': 'present'}}

@@ -15699,7 +15699,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'BLACK_ON_LIGHT_GREEN': 'black_on_light_green', 'BLACK_ON_LIGHT_RED': 'black_on_light_red', 'BLACK_ON_LIGHT_YELLOW': 'black_on_light_yellow', 'BLUE': 'blue', 'CUSTOM_BACKGROUND': 'custom_bg', 'CUSTOM_IMAGE': 'custom_image', 'CUSTOM_TEXT': 'custom_text', 'GRAY_ON_WHITE': 'gray_on_white', 'GREEN': 'green', 'GREEN_ON_WHITE': 'green_on_white', 'GREY': 'grey', 'ORANGE': 'orange', 'RED': 'red', 'RED_ON_WHITE': 'red_on_white', 'WHITE_ON_GRAY': 'white_on_gray', 'WHITE_ON_GREEN': 'white_on_green', 'WHITE_ON_RED': 'white_on_red', 'WHITE_ON_YELLOW': 'white_on_yellow', 'YELLOW_ON_WHITE': 'yellow_on_white'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'BLACK_ON_LIGHT_GREEN': 'black_on_light_green', 'BLACK_ON_LIGHT_RED': 'black_on_light_red', 'BLACK_ON_LIGHT_YELLOW': 'black_on_light_yellow', 'BLUE': 'blue', 'CUSTOM_BACKGROUND': 'custom_bg', 'CUSTOM_IMAGE': 'custom_image', 'CUSTOM_TEXT': 'custom_text', 'GRAY_ON_WHITE': 'gray_on_white', 'GREEN': 'green', 'GREEN_ON_WHITE': 'green_on_white', 'GREY': 'grey', 'ORANGE': 'orange', 'RED': 'red', 'RED_ON_WHITE': 'red_on_white', 'WHITE_ON_GRAY': 'white_on_gray', 'WHITE_ON_GREEN': 'white_on_green', 'WHITE_ON_RED': 'white_on_red', 'WHITE_ON_YELLOW': 'white_on_yellow', 'YELLOW_ON_WHITE': 'yellow_on_white'}}

@@ -15715,7 +15715,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'line_type': 'line_type', 'line_width': 'line_width', 'palette': 'palette'}
+attribute_map: Mapping[str, str] = {'line_type': 'line_type', 'line_width': 'line_width', 'palette': 'palette'}

@@ -15735,7 +15735,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ONE_COLUMN': 'one_column', 'THREE_COLUMN': 'three_column', 'TWO_COLUMN': 'two_column'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ONE_COLUMN': 'one_column', 'THREE_COLUMN': 'three_column', 'TWO_COLUMN': 'two_column'}}

@@ -15751,7 +15751,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'LARGE': 'large', 'MEDIUM': 'medium', 'SMALL': 'small'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'LARGE': 'large', 'MEDIUM': 'medium', 'SMALL': 'small'}}

@@ -15767,7 +15767,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ASCENDING': 'asc', 'DESCENDING': 'desc'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ASCENDING': 'asc', 'DESCENDING': 'desc'}}

@@ -15783,7 +15783,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'palette': 'palette'}
+attribute_map: Mapping[str, str] = {'palette': 'palette'}

@@ -15799,7 +15799,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'COMBINED': 'combined', 'GROUPS': 'groups', 'MONITORS': 'monitors'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'COMBINED': 'combined', 'GROUPS': 'groups', 'MONITORS': 'monitors'}}

@@ -15815,7 +15815,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CENTER': 'center', 'LEFT': 'left', 'RIGHT': 'right'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CENTER': 'center', 'LEFT': 'left', 'RIGHT': 'right'}}

@@ -15831,7 +15831,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'BOTTOM': 'bottom', 'LEFT': 'left', 'RIGHT': 'right', 'TOP': 'top'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'BOTTOM': 'bottom', 'LEFT': 'left', 'RIGHT': 'right', 'TOP': 'top'}}

@@ -15847,7 +15847,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'live_span': 'live_span'}
+attribute_map: Mapping[str, str] = {'live_span': 'live_span'}

@@ -15867,7 +15867,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'GLOBAL_TIME': 'global_time', 'MONTH_TO_DATE': 'month_to_date', 'NINETY_DAYS': '90d', 'PREVIOUS_MONTH': 'previous_month', 'PREVIOUS_WEEK': 'previous_week', 'SEVEN_DAYS': '7d', 'THIRTY_DAYS': '30d', 'WEEK_TO_DATE': 'week_to_date'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'GLOBAL_TIME': 'global_time', 'MONTH_TO_DATE': 'month_to_date', 'NINETY_DAYS': '90d', 'PREVIOUS_MONTH': 'previous_month', 'PREVIOUS_WEEK': 'previous_week', 'SEVEN_DAYS': '7d', 'THIRTY_DAYS': '30d', 'WEEK_TO_DATE': 'week_to_date'}}

@@ -15883,7 +15883,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'BOTTOM': 'bottom', 'CENTER': 'center', 'TOP': 'top'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'BOTTOM': 'bottom', 'CENTER': 'center', 'TOP': 'top'}}

@@ -15899,7 +15899,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'BOTH': 'both', 'COMPONENT': 'component', 'OVERALL': 'overall'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'BOTH': 'both', 'COMPONENT': 'component', 'OVERALL': 'overall'}}

@@ -15915,7 +15915,7 @@

datadog_api_client.v1.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TIMESERIES': 'timeseries', 'TOPLIST': 'toplist'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TIMESERIES': 'timeseries', 'TOPLIST': 'toplist'}}

diff --git a/datadog_api_client.v2.model.html b/datadog_api_client.v2.model.html index 0576616a40..98e5f571f3 100644 --- a/datadog_api_client.v2.model.html +++ b/datadog_api_client.v2.model.html @@ -2026,7 +2026,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'errors': 'errors'}
+attribute_map: Mapping[str, str] = {'errors': 'errors'}

@@ -2042,7 +2042,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name'}
+attribute_map: Mapping[str, str] = {'name': 'name'}

@@ -2058,7 +2058,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -2078,7 +2078,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -2098,7 +2098,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_by': 'created_by', 'modified_by': 'modified_by'}
+attribute_map: Mapping[str, str] = {'created_by': 'created_by', 'modified_by': 'modified_by'}

@@ -2118,7 +2118,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'included': 'included'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'included': 'included'}

@@ -2150,7 +2150,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name'}
+attribute_map: Mapping[str, str] = {'name': 'name'}

@@ -2166,7 +2166,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -2186,7 +2186,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -2206,7 +2206,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'included': 'included'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'included': 'included'}

@@ -2226,7 +2226,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CREATED_AT_ASCENDING': 'created_at', 'CREATED_AT_DESCENDING': '-created_at', 'LAST4_ASCENDING': 'last4', 'LAST4_DESCENDING': '-last4', 'MODIFIED_AT_ASCENDING': 'modified_at', 'MODIFIED_AT_DESCENDING': '-modified_at', 'NAME_ASCENDING': 'name', 'NAME_DESCENDING': '-name'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CREATED_AT_ASCENDING': 'created_at', 'CREATED_AT_DESCENDING': '-created_at', 'LAST4_ASCENDING': 'last4', 'LAST4_DESCENDING': '-last4', 'MODIFIED_AT_ASCENDING': 'modified_at', 'MODIFIED_AT_DESCENDING': '-modified_at', 'NAME_ASCENDING': 'name', 'NAME_DESCENDING': '-name'}}

@@ -2242,7 +2242,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'API_KEYS': 'api_keys'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'API_KEYS': 'api_keys'}}

@@ -2258,7 +2258,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name', 'scopes': 'scopes'}
+attribute_map: Mapping[str, str] = {'name': 'name', 'scopes': 'scopes'}

@@ -2274,7 +2274,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -2294,7 +2294,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -2314,7 +2314,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'owned_by': 'owned_by'}
+attribute_map: Mapping[str, str] = {'owned_by': 'owned_by'}

@@ -2334,7 +2334,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'included': 'included'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'included': 'included'}

@@ -2366,7 +2366,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name', 'scopes': 'scopes'}
+attribute_map: Mapping[str, str] = {'name': 'name', 'scopes': 'scopes'}

@@ -2382,7 +2382,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -2402,7 +2402,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -2422,7 +2422,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CREATED_AT_ASCENDING': 'created_at', 'CREATED_AT_DESCENDING': '-created_at', 'LAST4_ASCENDING': 'last4', 'LAST4_DESCENDING': '-last4', 'NAME_ASCENDING': 'name', 'NAME_DESCENDING': '-name'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CREATED_AT_ASCENDING': 'created_at', 'CREATED_AT_DESCENDING': '-created_at', 'LAST4_ASCENDING': 'last4', 'LAST4_DESCENDING': '-last4', 'NAME_ASCENDING': 'name', 'NAME_DESCENDING': '-name'}}

@@ -2438,7 +2438,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'APPLICATION_KEYS': 'application_keys'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'APPLICATION_KEYS': 'application_keys'}}

@@ -2454,7 +2454,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -2474,7 +2474,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'service': 'service', 'tags': 'tags', 'timestamp': 'timestamp'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'service': 'service', 'tags': 'tags', 'timestamp': 'timestamp'}

@@ -2490,7 +2490,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'Audit': 'audit'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'Audit': 'audit'}}

@@ -2506,7 +2506,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'links': 'links', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'links': 'links', 'meta': 'meta'}

@@ -2526,7 +2526,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'_from': 'from', 'query': 'query', 'to': 'to'}
+attribute_map: Mapping[str, str] = {'_from': 'from', 'query': 'query', 'to': 'to'}

@@ -2542,7 +2542,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'time_offset': 'time_offset', 'timezone': 'timezone'}
+attribute_map: Mapping[str, str] = {'time_offset': 'time_offset', 'timezone': 'timezone'}

@@ -2558,7 +2558,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cursor': 'cursor', 'limit': 'limit'}
+attribute_map: Mapping[str, str] = {'cursor': 'cursor', 'limit': 'limit'}

@@ -2566,7 +2566,7 @@

datadog_api_client.v2.model

-validations = {'limit': {'inclusive_maximum': 1000}}
+validations: Mapping[str, Mapping[str, int]] = {'limit': {'inclusive_maximum': 1000}}
@@ -2578,7 +2578,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'next': 'next'}
+attribute_map: Mapping[str, str] = {'next': 'next'}
@@ -2594,7 +2594,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'elapsed': 'elapsed', 'page': 'page', 'request_id': 'request_id', 'status': 'status', 'warnings': 'warnings'}
+attribute_map: Mapping[str, str] = {'elapsed': 'elapsed', 'page': 'page', 'request_id': 'request_id', 'status': 'status', 'warnings': 'warnings'}

@@ -2614,7 +2614,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'after': 'after'}
+attribute_map: Mapping[str, str] = {'after': 'after'}

@@ -2630,7 +2630,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DONE': 'done', 'TIMEOUT': 'timeout'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DONE': 'done', 'TIMEOUT': 'timeout'}}

@@ -2646,7 +2646,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'filter': 'filter', 'options': 'options', 'page': 'page', 'sort': 'sort'}
+attribute_map: Mapping[str, str] = {'filter': 'filter', 'options': 'options', 'page': 'page', 'sort': 'sort'}

@@ -2666,7 +2666,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TIMESTAMP_ASCENDING': 'timestamp', 'TIMESTAMP_DESCENDING': '-timestamp'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TIMESTAMP_ASCENDING': 'timestamp', 'TIMESTAMP_DESCENDING': '-timestamp'}}

@@ -2682,7 +2682,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'code': 'code', 'detail': 'detail', 'title': 'title'}
+attribute_map: Mapping[str, str] = {'code': 'code', 'detail': 'detail', 'title': 'title'}

@@ -2698,7 +2698,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'included': 'included', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'included': 'included', 'relationships': 'relationships', 'type': 'type'}

@@ -2718,7 +2718,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attribute_key': 'attribute_key', 'attribute_value': 'attribute_value', 'created_at': 'created_at', 'modified_at': 'modified_at', 'saml_assertion_attribute_id': 'saml_assertion_attribute_id'}
+attribute_map: Mapping[str, str] = {'attribute_key': 'attribute_key', 'attribute_value': 'attribute_value', 'created_at': 'created_at', 'modified_at': 'modified_at', 'saml_assertion_attribute_id': 'saml_assertion_attribute_id'}

@@ -2726,11 +2726,11 @@

datadog_api_client.v2.model

-read_only_vars = {'created_at', 'modified_at'}
+read_only_vars: Collection[str] = {'created_at', 'modified_at'}
-validations = {'saml_assertion_attribute_id': {'inclusive_maximum': 2147483647}}
+validations: Mapping[str, Mapping[str, int]] = {'saml_assertion_attribute_id': {'inclusive_maximum': 2147483647}}
@@ -2742,7 +2742,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attribute_key': 'attribute_key', 'attribute_value': 'attribute_value'}
+attribute_map: Mapping[str, str] = {'attribute_key': 'attribute_key', 'attribute_value': 'attribute_value'}
@@ -2758,7 +2758,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}

@@ -2778,7 +2778,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'role': 'role'}
+attribute_map: Mapping[str, str] = {'role': 'role'}

@@ -2798,7 +2798,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -2830,7 +2830,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'role': 'role', 'saml_assertion_attribute': 'saml_assertion_attribute'}
+attribute_map: Mapping[str, str] = {'role': 'role', 'saml_assertion_attribute': 'saml_assertion_attribute'}

@@ -2850,7 +2850,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -2870,7 +2870,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attribute_key': 'attribute_key', 'attribute_value': 'attribute_value'}
+attribute_map: Mapping[str, str] = {'attribute_key': 'attribute_key', 'attribute_value': 'attribute_value'}

@@ -2886,7 +2886,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}

@@ -2906,7 +2906,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'role': 'role'}
+attribute_map: Mapping[str, str] = {'role': 'role'}

@@ -2926,7 +2926,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -2946,7 +2946,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'meta': 'meta'}

@@ -2966,7 +2966,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CREATED_AT_ASCENDING': 'created_at', 'CREATED_AT_DESCENDING': '-created_at', 'ROLE_ID_ASCENDING': 'role_id', 'ROLE_ID_DESCENDING': '-role_id', 'ROLE_NAME_ASCENDING': 'role.name', 'ROLE_NAME_DESCENDING': '-role.name', 'SAML_ASSERTION_ATTRIBUTE_ID_ASCENDING': 'saml_assertion_attribute_id', 'SAML_ASSERTION_ATTRIBUTE_ID_DESCENDING': '-saml_assertion_attribute_id', 'SAML_ASSERTION_ATTRIBUTE_KEY_ASCENDING': 'saml_assertion_attribute.attribute_key', 'SAML_ASSERTION_ATTRIBUTE_KEY_DESCENDING': '-saml_assertion_attribute.attribute_key', 'SAML_ASSERTION_ATTRIBUTE_VALUE_ASCENDING': 'saml_assertion_attribute.attribute_value', 'SAML_ASSERTION_ATTRIBUTE_VALUE_DESCENDING': '-saml_assertion_attribute.attribute_value'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CREATED_AT_ASCENDING': 'created_at', 'CREATED_AT_DESCENDING': '-created_at', 'ROLE_ID_ASCENDING': 'role_id', 'ROLE_ID_DESCENDING': '-role_id', 'ROLE_NAME_ASCENDING': 'role.name', 'ROLE_NAME_DESCENDING': '-role.name', 'SAML_ASSERTION_ATTRIBUTE_ID_ASCENDING': 'saml_assertion_attribute_id', 'SAML_ASSERTION_ATTRIBUTE_ID_DESCENDING': '-saml_assertion_attribute_id', 'SAML_ASSERTION_ATTRIBUTE_KEY_ASCENDING': 'saml_assertion_attribute.attribute_key', 'SAML_ASSERTION_ATTRIBUTE_KEY_DESCENDING': '-saml_assertion_attribute.attribute_key', 'SAML_ASSERTION_ATTRIBUTE_VALUE_ASCENDING': 'saml_assertion_attribute.attribute_value', 'SAML_ASSERTION_ATTRIBUTE_VALUE_DESCENDING': '-saml_assertion_attribute.attribute_value'}}

@@ -2982,7 +2982,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AUTHN_MAPPINGS': 'authn_mappings'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AUTHN_MAPPINGS': 'authn_mappings'}}

@@ -2998,7 +2998,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'category': 'category', 'creation_date': 'creationDate', 'creator': 'creator', 'default_rule': 'defaultRule', 'description': 'description', 'enabled': 'enabled', 'expression': 'expression', 'name': 'name', 'updated_at': 'updatedAt', 'updater': 'updater', 'version': 'version'}
+attribute_map: Mapping[str, str] = {'category': 'category', 'creation_date': 'creationDate', 'creator': 'creator', 'default_rule': 'defaultRule', 'description': 'description', 'enabled': 'enabled', 'expression': 'expression', 'name': 'name', 'updated_at': 'updatedAt', 'updater': 'updater', 'version': 'version'}

@@ -3018,7 +3018,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'description': 'description', 'enabled': 'enabled', 'expression': 'expression', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'description': 'description', 'enabled': 'enabled', 'expression': 'expression', 'name': 'name'}

@@ -3034,7 +3034,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -3054,7 +3054,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -3074,7 +3074,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'handle': 'handle', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'handle': 'handle', 'name': 'name'}

@@ -3090,7 +3090,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -3110,7 +3110,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -3130,7 +3130,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AGENT_RULE': 'agent_rule'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AGENT_RULE': 'agent_rule'}}

@@ -3146,7 +3146,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'description': 'description', 'enabled': 'enabled', 'expression': 'expression'}
+attribute_map: Mapping[str, str] = {'description': 'description', 'enabled': 'enabled', 'expression': 'expression'}

@@ -3162,7 +3162,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -3182,7 +3182,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -3202,7 +3202,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'handle': 'handle', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'handle': 'handle', 'name': 'name'}

@@ -3218,7 +3218,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -3238,7 +3238,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DEFLATE': 'deflate', 'GZIP': 'gzip'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DEFLATE': 'deflate', 'GZIP': 'gzip'}}

@@ -3254,7 +3254,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'email': 'email', 'handle': 'handle', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'email': 'email', 'handle': 'handle', 'name': 'name'}

@@ -3270,7 +3270,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'dashboards': 'dashboards'}
+attribute_map: Mapping[str, str] = {'dashboards': 'dashboards'}

@@ -3290,7 +3290,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'added_dashboards_to_list': 'added_dashboards_to_list'}
+attribute_map: Mapping[str, str] = {'added_dashboards_to_list': 'added_dashboards_to_list'}

@@ -3310,7 +3310,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'dashboards': 'dashboards'}
+attribute_map: Mapping[str, str] = {'dashboards': 'dashboards'}

@@ -3330,7 +3330,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'deleted_dashboards_from_list': 'deleted_dashboards_from_list'}
+attribute_map: Mapping[str, str] = {'deleted_dashboards_from_list': 'deleted_dashboards_from_list'}

@@ -3350,7 +3350,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'author': 'author', 'created': 'created', 'icon': 'icon', 'id': 'id', 'is_favorite': 'is_favorite', 'is_read_only': 'is_read_only', 'is_shared': 'is_shared', 'modified': 'modified', 'popularity': 'popularity', 'title': 'title', 'type': 'type', 'url': 'url'}
+attribute_map: Mapping[str, str] = {'author': 'author', 'created': 'created', 'icon': 'icon', 'id': 'id', 'is_favorite': 'is_favorite', 'is_read_only': 'is_read_only', 'is_shared': 'is_shared', 'modified': 'modified', 'popularity': 'popularity', 'title': 'title', 'type': 'type', 'url': 'url'}

@@ -3358,11 +3358,11 @@

datadog_api_client.v2.model

-read_only_vars = {'created', 'icon', 'is_favorite', 'is_read_only', 'is_shared', 'modified', 'popularity', 'title', 'url'}
+read_only_vars: Collection[str] = {'created', 'icon', 'is_favorite', 'is_read_only', 'is_shared', 'modified', 'popularity', 'title', 'url'}
-validations = {'popularity': {'inclusive_maximum': 5}}
+validations: Mapping[str, Mapping[str, int]] = {'popularity': {'inclusive_maximum': 5}}
@@ -3378,7 +3378,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'type': 'type'}
@@ -3398,7 +3398,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'type': 'type'}

@@ -3406,7 +3406,7 @@

datadog_api_client.v2.model

-read_only_vars = {'id'}
+read_only_vars: Collection[str] = {'id'}

@@ -3422,7 +3422,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'dashboards': 'dashboards', 'total': 'total'}
+attribute_map: Mapping[str, str] = {'dashboards': 'dashboards', 'total': 'total'}
@@ -3430,7 +3430,7 @@

datadog_api_client.v2.model

-read_only_vars = {'total'}
+read_only_vars: Collection[str] = {'total'}

@@ -3446,7 +3446,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'dashboards': 'dashboards'}
+attribute_map: Mapping[str, str] = {'dashboards': 'dashboards'}
@@ -3466,7 +3466,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'dashboards': 'dashboards'}
+attribute_map: Mapping[str, str] = {'dashboards': 'dashboards'}

@@ -3486,7 +3486,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CUSTOM_SCREENBOARD': 'custom_screenboard', 'CUSTOM_TIMEBOARD': 'custom_timeboard', 'HOST_TIMEBOARD': 'host_timeboard', 'INTEGRATION_SCREENBOARD': 'integration_screenboard', 'INTEGRATION_TIMEBOARD': 'integration_timeboard'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CUSTOM_SCREENBOARD': 'custom_screenboard', 'CUSTOM_TIMEBOARD': 'custom_timeboard', 'HOST_TIMEBOARD': 'host_timeboard', 'INTEGRATION_SCREENBOARD': 'integration_screenboard', 'INTEGRATION_TIMEBOARD': 'integration_timeboard'}}

@@ -3502,7 +3502,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}

@@ -3522,7 +3522,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_at': 'created_at', 'key': 'key', 'last4': 'last4', 'modified_at': 'modified_at', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'created_at': 'created_at', 'key': 'key', 'last4': 'last4', 'modified_at': 'modified_at', 'name': 'name'}

@@ -3530,11 +3530,11 @@

datadog_api_client.v2.model

-read_only_vars = {'created_at', 'key', 'last4', 'modified_at'}
+read_only_vars: Collection[str] = {'created_at', 'key', 'last4', 'modified_at'}
-validations = {'last4': {'max_length': 4, 'min_length': 4}}
+validations: Mapping[str, Mapping[str, int]] = {'last4': {'max_length': 4, 'min_length': 4}}

@@ -3546,7 +3546,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
@@ -3566,7 +3566,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_at': 'created_at', 'key': 'key', 'last4': 'last4', 'name': 'name', 'scopes': 'scopes'}
+attribute_map: Mapping[str, str] = {'created_at': 'created_at', 'key': 'key', 'last4': 'last4', 'name': 'name', 'scopes': 'scopes'}

@@ -3574,11 +3574,11 @@

datadog_api_client.v2.model

-read_only_vars = {'created_at', 'key', 'last4'}
+read_only_vars: Collection[str] = {'created_at', 'key', 'last4'}
-validations = {'last4': {'max_length': 4, 'min_length': 4}}
+validations: Mapping[str, Mapping[str, int]] = {'last4': {'max_length': 4, 'min_length': 4}}
@@ -3606,7 +3606,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'detail': 'detail', 'status': 'status', 'title': 'title'}
+attribute_map: Mapping[str, str] = {'detail': 'detail', 'status': 'status', 'title': 'title'}
@@ -3622,7 +3622,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'errors': 'errors'}
+attribute_map: Mapping[str, str] = {'errors': 'errors'}

@@ -3642,7 +3642,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'ddsource': 'ddsource', 'ddtags': 'ddtags', 'hostname': 'hostname', 'message': 'message', 'service': 'service'}
+attribute_map: Mapping[str, str] = {'ddsource': 'ddsource', 'ddtags': 'ddtags', 'hostname': 'hostname', 'message': 'message', 'service': 'service'}

@@ -3658,7 +3658,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'customer_impacted': 'customer_impacted', 'fields': 'fields', 'initial_cells': 'initial_cells', 'notification_handles': 'notification_handles', 'title': 'title'}
+attribute_map: Mapping[str, str] = {'customer_impacted': 'customer_impacted', 'fields': 'fields', 'initial_cells': 'initial_cells', 'notification_handles': 'notification_handles', 'title': 'title'}

@@ -3678,7 +3678,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}

@@ -3698,7 +3698,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'commander_user': 'commander_user'}
+attribute_map: Mapping[str, str] = {'commander_user': 'commander_user'}

@@ -3718,7 +3718,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -3750,7 +3750,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'type': 'type', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'type': 'type', 'value': 'value'}

@@ -3770,7 +3770,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'type': 'type', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'type': 'type', 'value': 'value'}

@@ -3790,7 +3790,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DROPDOWN': 'dropdown', 'TEXTBOX': 'textbox'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DROPDOWN': 'dropdown', 'TEXTBOX': 'textbox'}}

@@ -3806,7 +3806,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AUTOCOMPLETE': 'autocomplete', 'METRICTAG': 'metrictag', 'MULTISELECT': 'multiselect', 'TEXTARRAY': 'textarray'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AUTOCOMPLETE': 'autocomplete', 'METRICTAG': 'metrictag', 'MULTISELECT': 'multiselect', 'TEXTARRAY': 'textarray'}}

@@ -3822,7 +3822,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'INCIDENT_INTEGRATIONS': 'incident_integrations'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'INCIDENT_INTEGRATIONS': 'incident_integrations'}}

@@ -3838,7 +3838,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'display_name': 'display_name', 'handle': 'handle'}
+attribute_map: Mapping[str, str] = {'display_name': 'display_name', 'handle': 'handle'}

@@ -3854,7 +3854,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'INCIDENT_POSTMORTEMS': 'incident_postmortems'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'INCIDENT_POSTMORTEMS': 'incident_postmortems'}}

@@ -3870,7 +3870,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'USERS': 'users'}}

@@ -3894,7 +3894,7 @@

datadog_api_client.v2.model

-read_only_vars = {'included'}
+read_only_vars: Collection[str] = {'included'}
@@ -3910,7 +3910,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created': 'created', 'customer_impact_duration': 'customer_impact_duration', 'customer_impact_end': 'customer_impact_end', 'customer_impact_scope': 'customer_impact_scope', 'customer_impact_start': 'customer_impact_start', 'customer_impacted': 'customer_impacted', 'detected': 'detected', 'fields': 'fields', 'modified': 'modified', 'notification_handles': 'notification_handles', 'postmortem_id': 'postmortem_id', 'public_id': 'public_id', 'resolved': 'resolved', 'time_to_detect': 'time_to_detect', 'time_to_internal_response': 'time_to_internal_response', 'time_to_repair': 'time_to_repair', 'time_to_resolve': 'time_to_resolve', 'title': 'title'}
+attribute_map: Mapping[str, str] = {'created': 'created', 'customer_impact_duration': 'customer_impact_duration', 'customer_impact_end': 'customer_impact_end', 'customer_impact_scope': 'customer_impact_scope', 'customer_impact_start': 'customer_impact_start', 'customer_impacted': 'customer_impacted', 'detected': 'detected', 'fields': 'fields', 'modified': 'modified', 'notification_handles': 'notification_handles', 'postmortem_id': 'postmortem_id', 'public_id': 'public_id', 'resolved': 'resolved', 'time_to_detect': 'time_to_detect', 'time_to_internal_response': 'time_to_internal_response', 'time_to_repair': 'time_to_repair', 'time_to_resolve': 'time_to_resolve', 'title': 'title'}
@@ -3918,7 +3918,7 @@

datadog_api_client.v2.model

-read_only_vars = {'created', 'customer_impact_duration', 'modified', 'time_to_detect', 'time_to_internal_response', 'time_to_repair', 'time_to_resolve'}
+read_only_vars: Collection[str] = {'created', 'customer_impact_duration', 'modified', 'time_to_detect', 'time_to_internal_response', 'time_to_repair', 'time_to_resolve'}

@@ -3934,7 +3934,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
@@ -3966,7 +3966,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'pagination': 'pagination'}
+attribute_map: Mapping[str, str] = {'pagination': 'pagination'}

@@ -3986,7 +3986,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'next_offset': 'next_offset', 'offset': 'offset', 'size': 'size'}
+attribute_map: Mapping[str, str] = {'next_offset': 'next_offset', 'offset': 'offset', 'size': 'size'}

@@ -4002,7 +4002,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'commander_user': 'commander_user', 'created_by_user': 'created_by_user', 'integrations': 'integrations', 'last_modified_by_user': 'last_modified_by_user', 'postmortem': 'postmortem'}
+attribute_map: Mapping[str, str] = {'commander_user': 'commander_user', 'created_by_user': 'created_by_user', 'integrations': 'integrations', 'last_modified_by_user': 'last_modified_by_user', 'postmortem': 'postmortem'}

@@ -4022,7 +4022,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name'}
+attribute_map: Mapping[str, str] = {'name': 'name'}

@@ -4038,7 +4038,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}

@@ -4046,7 +4046,7 @@

datadog_api_client.v2.model

-read_only_vars = {'relationships'}
+read_only_vars: Collection[str] = {'relationships'}

@@ -4062,7 +4062,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}
@@ -4094,7 +4094,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_by': 'created_by', 'last_modified_by': 'last_modified_by'}
+attribute_map: Mapping[str, str] = {'created_by': 'created_by', 'last_modified_by': 'last_modified_by'}

@@ -4114,7 +4114,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'included': 'included'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'included': 'included'}

@@ -4122,7 +4122,7 @@

datadog_api_client.v2.model

-read_only_vars = {'included'}
+read_only_vars: Collection[str] = {'included'}

@@ -4138,7 +4138,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created': 'created', 'modified': 'modified', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'created': 'created', 'modified': 'modified', 'name': 'name'}
@@ -4146,7 +4146,7 @@

datadog_api_client.v2.model

-read_only_vars = {'created', 'modified'}
+read_only_vars: Collection[str] = {'created', 'modified'}

@@ -4158,7 +4158,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
@@ -4166,7 +4166,7 @@

datadog_api_client.v2.model

-read_only_vars = {'relationships'}
+read_only_vars: Collection[str] = {'relationships'}
@@ -4182,7 +4182,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'SERVICES': 'services'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'SERVICES': 'services'}}
@@ -4198,7 +4198,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name'}
+attribute_map: Mapping[str, str] = {'name': 'name'}

@@ -4214,7 +4214,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}

@@ -4222,7 +4222,7 @@

datadog_api_client.v2.model

-read_only_vars = {'relationships'}
+read_only_vars: Collection[str] = {'relationships'}

@@ -4238,7 +4238,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}
@@ -4258,7 +4258,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'included': 'included', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'included': 'included', 'meta': 'meta'}

@@ -4266,7 +4266,7 @@

datadog_api_client.v2.model

-read_only_vars = {'included', 'meta'}
+read_only_vars: Collection[str] = {'included', 'meta'}

@@ -4282,7 +4282,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name'}
+attribute_map: Mapping[str, str] = {'name': 'name'}
@@ -4298,7 +4298,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}

@@ -4306,7 +4306,7 @@

datadog_api_client.v2.model

-read_only_vars = {'relationships'}
+read_only_vars: Collection[str] = {'relationships'}

@@ -4322,7 +4322,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}
@@ -4354,7 +4354,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_by': 'created_by', 'last_modified_by': 'last_modified_by'}
+attribute_map: Mapping[str, str] = {'created_by': 'created_by', 'last_modified_by': 'last_modified_by'}

@@ -4374,7 +4374,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'included': 'included'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'included': 'included'}

@@ -4382,7 +4382,7 @@

datadog_api_client.v2.model

-read_only_vars = {'included'}
+read_only_vars: Collection[str] = {'included'}

@@ -4398,7 +4398,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created': 'created', 'modified': 'modified', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'created': 'created', 'modified': 'modified', 'name': 'name'}
@@ -4406,7 +4406,7 @@

datadog_api_client.v2.model

-read_only_vars = {'created', 'modified'}
+read_only_vars: Collection[str] = {'created', 'modified'}

@@ -4418,7 +4418,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
@@ -4426,7 +4426,7 @@

datadog_api_client.v2.model

-read_only_vars = {'relationships'}
+read_only_vars: Collection[str] = {'relationships'}
@@ -4442,7 +4442,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TEAMS': 'teams'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TEAMS': 'teams'}}
@@ -4458,7 +4458,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name'}
+attribute_map: Mapping[str, str] = {'name': 'name'}

@@ -4474,7 +4474,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}

@@ -4482,7 +4482,7 @@

datadog_api_client.v2.model

-read_only_vars = {'relationships'}
+read_only_vars: Collection[str] = {'relationships'}

@@ -4498,7 +4498,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}
@@ -4518,7 +4518,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'included': 'included', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'included': 'included', 'meta': 'meta'}

@@ -4526,7 +4526,7 @@

datadog_api_client.v2.model

-read_only_vars = {'included', 'meta'}
+read_only_vars: Collection[str] = {'included', 'meta'}

@@ -4554,7 +4554,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'MARKDOWN': 'markdown'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'MARKDOWN': 'markdown'}}
@@ -4570,7 +4570,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cell_type': 'cell_type', 'content': 'content', 'important': 'important'}
+attribute_map: Mapping[str, str] = {'cell_type': 'cell_type', 'content': 'content', 'important': 'important'}

@@ -4590,7 +4590,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'content': 'content'}
+attribute_map: Mapping[str, str] = {'content': 'content'}

@@ -4606,7 +4606,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'INCIDENTS': 'incidents'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'INCIDENTS': 'incidents'}}

@@ -4622,7 +4622,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'customer_impact_end': 'customer_impact_end', 'customer_impact_scope': 'customer_impact_scope', 'customer_impact_start': 'customer_impact_start', 'customer_impacted': 'customer_impacted', 'detected': 'detected', 'fields': 'fields', 'notification_handles': 'notification_handles', 'resolved': 'resolved', 'title': 'title'}
+attribute_map: Mapping[str, str] = {'customer_impact_end': 'customer_impact_end', 'customer_impact_scope': 'customer_impact_scope', 'customer_impact_start': 'customer_impact_start', 'customer_impacted': 'customer_impacted', 'detected': 'detected', 'fields': 'fields', 'notification_handles': 'notification_handles', 'resolved': 'resolved', 'title': 'title'}

@@ -4642,7 +4642,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}

@@ -4662,7 +4662,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'commander_user': 'commander_user', 'integrations': 'integrations', 'postmortem': 'postmortem'}
+attribute_map: Mapping[str, str] = {'commander_user': 'commander_user', 'integrations': 'integrations', 'postmortem': 'postmortem'}

@@ -4682,7 +4682,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -4702,7 +4702,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'included': 'included', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'included': 'included', 'meta': 'meta'}

@@ -4710,7 +4710,7 @@

datadog_api_client.v2.model

-read_only_vars = {'included', 'meta'}
+read_only_vars: Collection[str] = {'included', 'meta'}

@@ -4726,7 +4726,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'included': 'included'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'included': 'included'}
@@ -4746,7 +4746,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -4766,7 +4766,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'host': 'host', 'message': 'message', 'service': 'service', 'status': 'status', 'tags': 'tags', 'timestamp': 'timestamp'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'host': 'host', 'message': 'message', 'service': 'service', 'status': 'status', 'tags': 'tags', 'timestamp': 'timestamp'}

@@ -4782,7 +4782,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'LOG': 'log'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'LOG': 'log'}}

@@ -4798,7 +4798,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'by': 'by', 'computes': 'computes'}
+attribute_map: Mapping[str, str] = {'by': 'by', 'computes': 'computes'}

@@ -4846,7 +4846,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'time': 'time', 'value': 'value'}
+attribute_map: Mapping[str, str] = {'time': 'time', 'value': 'value'}

@@ -4862,7 +4862,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'compute': 'compute', 'filter': 'filter', 'group_by': 'group_by', 'options': 'options', 'page': 'page'}
+attribute_map: Mapping[str, str] = {'compute': 'compute', 'filter': 'filter', 'group_by': 'group_by', 'options': 'options', 'page': 'page'}

@@ -4882,7 +4882,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cursor': 'cursor'}
+attribute_map: Mapping[str, str] = {'cursor': 'cursor'}

@@ -4898,7 +4898,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'meta': 'meta'}

@@ -4918,7 +4918,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'buckets': 'buckets'}
+attribute_map: Mapping[str, str] = {'buckets': 'buckets'}

@@ -4938,7 +4938,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DONE': 'done', 'TIMEOUT': 'timeout'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DONE': 'done', 'TIMEOUT': 'timeout'}}

@@ -4954,7 +4954,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation': 'aggregation', 'metric': 'metric', 'order': 'order', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'aggregation': 'aggregation', 'metric': 'metric', 'order': 'order', 'type': 'type'}

@@ -4974,7 +4974,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ALPHABETICAL': 'alphabetical', 'MEASURE': 'measure'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ALPHABETICAL': 'alphabetical', 'MEASURE': 'measure'}}

@@ -4990,7 +4990,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AVG': 'avg', 'CARDINALITY': 'cardinality', 'COUNT': 'count', 'MAX': 'max', 'MIN': 'min', 'PERCENTILE_75': 'pc75', 'PERCENTILE_90': 'pc90', 'PERCENTILE_95': 'pc95', 'PERCENTILE_98': 'pc98', 'PERCENTILE_99': 'pc99', 'SUM': 'sum'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AVG': 'avg', 'CARDINALITY': 'cardinality', 'COUNT': 'count', 'MAX': 'max', 'MIN': 'min', 'PERCENTILE_75': 'pc75', 'PERCENTILE_90': 'pc90', 'PERCENTILE_95': 'pc95', 'PERCENTILE_98': 'pc98', 'PERCENTILE_99': 'pc99', 'SUM': 'sum'}}

@@ -5006,7 +5006,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -5026,7 +5026,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'destination': 'destination', 'include_tags': 'include_tags', 'name': 'name', 'query': 'query', 'rehydration_tags': 'rehydration_tags', 'state': 'state'}
+attribute_map: Mapping[str, str] = {'destination': 'destination', 'include_tags': 'include_tags', 'name': 'name', 'query': 'query', 'rehydration_tags': 'rehydration_tags', 'state': 'state'}

@@ -5046,7 +5046,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -5066,7 +5066,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'destination': 'destination', 'include_tags': 'include_tags', 'name': 'name', 'query': 'query', 'rehydration_tags': 'rehydration_tags'}
+attribute_map: Mapping[str, str] = {'destination': 'destination', 'include_tags': 'include_tags', 'name': 'name', 'query': 'query', 'rehydration_tags': 'rehydration_tags'}

@@ -5086,7 +5086,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -5118,7 +5118,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -5126,7 +5126,7 @@

datadog_api_client.v2.model

-read_only_vars = {'id', 'type'}
+read_only_vars: Collection[str] = {'id', 'type'}

@@ -5154,7 +5154,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'container': 'container', 'integration': 'integration', 'path': 'path', 'region': 'region', 'storage_account': 'storage_account', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'container': 'container', 'integration': 'integration', 'path': 'path', 'region': 'region', 'storage_account': 'storage_account', 'type': 'type'}
@@ -5174,7 +5174,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AZURE': 'azure'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AZURE': 'azure'}}

@@ -5190,7 +5190,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'bucket': 'bucket', 'integration': 'integration', 'path': 'path', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'bucket': 'bucket', 'integration': 'integration', 'path': 'path', 'type': 'type'}

@@ -5210,7 +5210,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'GCS': 'gcs'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'GCS': 'gcs'}}

@@ -5226,7 +5226,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'bucket': 'bucket', 'integration': 'integration', 'path': 'path', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'bucket': 'bucket', 'integration': 'integration', 'path': 'path', 'type': 'type'}

@@ -5246,7 +5246,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'S3': 's3'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'S3': 's3'}}

@@ -5262,7 +5262,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'client_id': 'client_id', 'tenant_id': 'tenant_id'}
+attribute_map: Mapping[str, str] = {'client_id': 'client_id', 'tenant_id': 'tenant_id'}

@@ -5278,7 +5278,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'client_email': 'client_email', 'project_id': 'project_id'}
+attribute_map: Mapping[str, str] = {'client_email': 'client_email', 'project_id': 'project_id'}

@@ -5294,7 +5294,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'account_id': 'account_id', 'role_name': 'role_name'}
+attribute_map: Mapping[str, str] = {'account_id': 'account_id', 'role_name': 'role_name'}

@@ -5310,7 +5310,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -5330,7 +5330,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'archive_ids': 'archive_ids'}
+attribute_map: Mapping[str, str] = {'archive_ids': 'archive_ids'}

@@ -5346,7 +5346,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -5366,7 +5366,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ARCHIVE_ORDER': 'archive_order'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ARCHIVE_ORDER': 'archive_order'}}

@@ -5382,7 +5382,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'FAILING': 'FAILING', 'UNKNOWN': 'UNKNOWN', 'WORKING': 'WORKING', 'WORKING_AUTH_LEGACY': 'WORKING_AUTH_LEGACY'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'FAILING': 'FAILING', 'UNKNOWN': 'UNKNOWN', 'WORKING': 'WORKING', 'WORKING_AUTH_LEGACY': 'WORKING_AUTH_LEGACY'}}

@@ -5398,7 +5398,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -5418,7 +5418,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation': 'aggregation', 'interval': 'interval', 'metric': 'metric', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'aggregation': 'aggregation', 'interval': 'interval', 'metric': 'metric', 'type': 'type'}

@@ -5438,7 +5438,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TIMESERIES': 'timeseries', 'TOTAL': 'total'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TIMESERIES': 'timeseries', 'TOTAL': 'total'}}

@@ -5454,7 +5454,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'facet': 'facet', 'histogram': 'histogram', 'limit': 'limit', 'missing': 'missing', 'sort': 'sort', 'total': 'total'}
+attribute_map: Mapping[str, str] = {'facet': 'facet', 'histogram': 'histogram', 'limit': 'limit', 'missing': 'missing', 'sort': 'sort', 'total': 'total'}

@@ -5474,7 +5474,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'interval': 'interval', 'max': 'max', 'min': 'min'}
+attribute_map: Mapping[str, str] = {'interval': 'interval', 'max': 'max', 'min': 'min'}

@@ -5506,7 +5506,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'filter': 'filter', 'options': 'options', 'page': 'page', 'sort': 'sort'}
+attribute_map: Mapping[str, str] = {'filter': 'filter', 'options': 'options', 'page': 'page', 'sort': 'sort'}

@@ -5526,7 +5526,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cursor': 'cursor', 'limit': 'limit'}
+attribute_map: Mapping[str, str] = {'cursor': 'cursor', 'limit': 'limit'}

@@ -5534,7 +5534,7 @@

datadog_api_client.v2.model

-validations = {'limit': {'inclusive_maximum': 1000}}
+validations: Mapping[str, Mapping[str, int]] = {'limit': {'inclusive_maximum': 1000}}

@@ -5546,7 +5546,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'links': 'links', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'links': 'links', 'meta': 'meta'}
@@ -5566,7 +5566,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'next': 'next'}
+attribute_map: Mapping[str, str] = {'next': 'next'}

@@ -5582,7 +5582,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation_type': 'aggregation_type', 'path': 'path'}
+attribute_map: Mapping[str, str] = {'aggregation_type': 'aggregation_type', 'path': 'path'}

@@ -5602,7 +5602,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'COUNT': 'count', 'DISTRIBUTION': 'distribution'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'COUNT': 'count', 'DISTRIBUTION': 'distribution'}}

@@ -5618,7 +5618,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'compute': 'compute', 'filter': 'filter', 'group_by': 'group_by'}
+attribute_map: Mapping[str, str] = {'compute': 'compute', 'filter': 'filter', 'group_by': 'group_by'}

@@ -5638,7 +5638,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -5658,7 +5658,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -5678,7 +5678,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'query': 'query'}
+attribute_map: Mapping[str, str] = {'query': 'query'}

@@ -5694,7 +5694,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'path': 'path', 'tag_name': 'tag_name'}
+attribute_map: Mapping[str, str] = {'path': 'path', 'tag_name': 'tag_name'}

@@ -5710,7 +5710,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -5730,7 +5730,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'compute': 'compute', 'filter': 'filter', 'group_by': 'group_by'}
+attribute_map: Mapping[str, str] = {'compute': 'compute', 'filter': 'filter', 'group_by': 'group_by'}

@@ -5750,7 +5750,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation_type': 'aggregation_type', 'path': 'path'}
+attribute_map: Mapping[str, str] = {'aggregation_type': 'aggregation_type', 'path': 'path'}

@@ -5770,7 +5770,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'COUNT': 'count', 'DISTRIBUTION': 'distribution'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'COUNT': 'count', 'DISTRIBUTION': 'distribution'}}

@@ -5786,7 +5786,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -5806,7 +5806,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'query': 'query'}
+attribute_map: Mapping[str, str] = {'query': 'query'}

@@ -5822,7 +5822,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'path': 'path', 'tag_name': 'tag_name'}
+attribute_map: Mapping[str, str] = {'path': 'path', 'tag_name': 'tag_name'}

@@ -5838,7 +5838,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'LOGS_METRICS': 'logs_metrics'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'LOGS_METRICS': 'logs_metrics'}}

@@ -5854,7 +5854,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'filter': 'filter', 'group_by': 'group_by'}
+attribute_map: Mapping[str, str] = {'filter': 'filter', 'group_by': 'group_by'}

@@ -5874,7 +5874,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -5894,7 +5894,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -5914,7 +5914,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -5934,7 +5934,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'_from': 'from', 'indexes': 'indexes', 'query': 'query', 'to': 'to'}
+attribute_map: Mapping[str, str] = {'_from': 'from', 'indexes': 'indexes', 'query': 'query', 'to': 'to'}

@@ -5950,7 +5950,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'time_offset': 'timeOffset', 'timezone': 'timezone'}
+attribute_map: Mapping[str, str] = {'time_offset': 'timeOffset', 'timezone': 'timezone'}

@@ -5966,7 +5966,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'elapsed': 'elapsed', 'page': 'page', 'request_id': 'request_id', 'status': 'status', 'warnings': 'warnings'}
+attribute_map: Mapping[str, str] = {'elapsed': 'elapsed', 'page': 'page', 'request_id': 'request_id', 'status': 'status', 'warnings': 'warnings'}

@@ -5986,7 +5986,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'after': 'after'}
+attribute_map: Mapping[str, str] = {'after': 'after'}

@@ -6002,7 +6002,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TIMESTAMP_ASCENDING': 'timestamp', 'TIMESTAMP_DESCENDING': '-timestamp'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TIMESTAMP_ASCENDING': 'timestamp', 'TIMESTAMP_DESCENDING': '-timestamp'}}

@@ -6018,7 +6018,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ASCENDING': 'asc', 'DESCENDING': 'desc'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ASCENDING': 'asc', 'DESCENDING': 'desc'}}

@@ -6034,7 +6034,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'code': 'code', 'detail': 'detail', 'title': 'title'}
+attribute_map: Mapping[str, str] = {'code': 'code', 'detail': 'detail', 'title': 'title'}

@@ -6050,7 +6050,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'type': 'type'}

@@ -6070,7 +6070,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -6090,7 +6090,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'tags': 'tags'}

@@ -6106,7 +6106,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -6126,7 +6126,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'BULK_MANAGE_TAGS': 'metric_bulk_configure_tags'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'BULK_MANAGE_TAGS': 'metric_bulk_configure_tags'}}

@@ -6142,7 +6142,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -6162,7 +6162,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'emails': 'emails', 'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'emails': 'emails', 'tags': 'tags'}

@@ -6182,7 +6182,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -6202,7 +6202,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -6222,7 +6222,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'emails': 'emails'}
+attribute_map: Mapping[str, str] = {'emails': 'emails'}

@@ -6242,7 +6242,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -6274,7 +6274,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -6294,7 +6294,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -6314,7 +6314,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'emails': 'emails', 'status': 'status', 'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'emails': 'emails', 'status': 'status', 'tags': 'tags'}

@@ -6346,7 +6346,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'space': 'space', 'time': 'time'}
+attribute_map: Mapping[str, str] = {'space': 'space', 'time': 'time'}

@@ -6382,7 +6382,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AVG': 'avg', 'MAX': 'max', 'MIN': 'min', 'SUM': 'sum'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AVG': 'avg', 'MAX': 'max', 'MIN': 'min', 'SUM': 'sum'}}

@@ -6398,7 +6398,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'AVG': 'avg', 'COUNT': 'count', 'MAX': 'max', 'MIN': 'min', 'SUM': 'sum'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'AVG': 'avg', 'COUNT': 'count', 'MAX': 'max', 'MIN': 'min', 'SUM': 'sum'}}

@@ -6414,7 +6414,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -6434,7 +6434,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'distinct_volume': 'distinct_volume'}
+attribute_map: Mapping[str, str] = {'distinct_volume': 'distinct_volume'}

@@ -6450,7 +6450,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DISTINCT_METRIC_VOLUMES': 'distinct_metric_volumes'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DISTINCT_METRIC_VOLUMES': 'distinct_metric_volumes'}}

@@ -6466,7 +6466,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -6486,7 +6486,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'indexed_volume': 'indexed_volume', 'ingested_volume': 'ingested_volume'}
+attribute_map: Mapping[str, str] = {'indexed_volume': 'indexed_volume', 'ingested_volume': 'ingested_volume'}

@@ -6502,7 +6502,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'METRIC_VOLUMES': 'metric_volumes'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'METRIC_VOLUMES': 'metric_volumes'}}

@@ -6518,7 +6518,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -6538,7 +6538,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregations': 'aggregations', 'created_at': 'created_at', 'include_percentiles': 'include_percentiles', 'metric_type': 'metric_type', 'modified_at': 'modified_at', 'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'aggregations': 'aggregations', 'created_at': 'created_at', 'include_percentiles': 'include_percentiles', 'metric_type': 'metric_type', 'modified_at': 'modified_at', 'tags': 'tags'}

@@ -6558,7 +6558,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregations': 'aggregations', 'include_percentiles': 'include_percentiles', 'metric_type': 'metric_type', 'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'aggregations': 'aggregations', 'include_percentiles': 'include_percentiles', 'metric_type': 'metric_type', 'tags': 'tags'}

@@ -6578,7 +6578,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -6598,7 +6598,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -6618,7 +6618,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'COUNT': 'count', 'DISTRIBUTION': 'distribution', 'GAUGE': 'gauge', 'RATE': 'rate'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'COUNT': 'count', 'DISTRIBUTION': 'distribution', 'GAUGE': 'gauge', 'RATE': 'rate'}}

@@ -6634,7 +6634,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -6654,7 +6654,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'MANAGE_TAGS': 'manage_tags'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'MANAGE_TAGS': 'manage_tags'}}

@@ -6670,7 +6670,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregations': 'aggregations', 'include_percentiles': 'include_percentiles', 'tags': 'tags'}
+attribute_map: Mapping[str, str] = {'aggregations': 'aggregations', 'include_percentiles': 'include_percentiles', 'tags': 'tags'}

@@ -6690,7 +6690,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -6710,7 +6710,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -6730,7 +6730,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'METRICS': 'metrics'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'METRICS': 'metrics'}}

@@ -6758,7 +6758,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -6790,7 +6790,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -6810,7 +6810,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -6830,7 +6830,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'type': 'type'}

@@ -6850,7 +6850,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -6870,7 +6870,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_at': 'created_at', 'description': 'description', 'disabled': 'disabled', 'modified_at': 'modified_at', 'name': 'name', 'public_id': 'public_id', 'sharing': 'sharing', 'url': 'url'}
+attribute_map: Mapping[str, str] = {'created_at': 'created_at', 'description': 'description', 'disabled': 'disabled', 'modified_at': 'modified_at', 'name': 'name', 'public_id': 'public_id', 'sharing': 'sharing', 'url': 'url'}

@@ -6886,7 +6886,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ORGS': 'orgs'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ORGS': 'orgs'}}

@@ -6902,7 +6902,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'total_count': 'total_count', 'total_filtered_count': 'total_filtered_count'}
+attribute_map: Mapping[str, str] = {'total_count': 'total_count', 'total_filtered_count': 'total_filtered_count'}

@@ -6918,7 +6918,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}

@@ -6938,7 +6938,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_at': 'created_at', 'last4': 'last4', 'modified_at': 'modified_at', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'created_at': 'created_at', 'last4': 'last4', 'modified_at': 'modified_at', 'name': 'name'}

@@ -6946,11 +6946,11 @@

datadog_api_client.v2.model

-read_only_vars = {'created_at', 'last4', 'modified_at'}
+read_only_vars: Collection[str] = {'created_at', 'last4', 'modified_at'}
-validations = {'last4': {'max_length': 4, 'min_length': 4}}
+validations: Mapping[str, Mapping[str, int]] = {'last4': {'max_length': 4, 'min_length': 4}}
@@ -6962,7 +6962,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
@@ -6982,7 +6982,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_at': 'created_at', 'last4': 'last4', 'name': 'name', 'scopes': 'scopes'}
+attribute_map: Mapping[str, str] = {'created_at': 'created_at', 'last4': 'last4', 'name': 'name', 'scopes': 'scopes'}

@@ -6990,11 +6990,11 @@

datadog_api_client.v2.model

-read_only_vars = {'created_at', 'last4'}
+read_only_vars: Collection[str] = {'created_at', 'last4'}
-validations = {'last4': {'max_length': 4, 'min_length': 4}}
+validations: Mapping[str, Mapping[str, int]] = {'last4': {'max_length': 4, 'min_length': 4}}
@@ -7006,7 +7006,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'included': 'included'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'included': 'included'}
@@ -7026,7 +7026,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -7046,7 +7046,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created': 'created', 'description': 'description', 'display_name': 'display_name', 'display_type': 'display_type', 'group_name': 'group_name', 'name': 'name', 'restricted': 'restricted'}
+attribute_map: Mapping[str, str] = {'created': 'created', 'description': 'description', 'display_name': 'display_name', 'display_type': 'display_type', 'group_name': 'group_name', 'name': 'name', 'restricted': 'restricted'}

@@ -7062,7 +7062,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7082,7 +7082,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'PERMISSIONS': 'permissions'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'PERMISSIONS': 'permissions'}}

@@ -7098,7 +7098,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'page': 'page'}
+attribute_map: Mapping[str, str] = {'page': 'page'}

@@ -7118,7 +7118,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'after': 'after', 'size': 'size'}
+attribute_map: Mapping[str, str] = {'after': 'after', 'size': 'size'}

@@ -7126,7 +7126,7 @@

datadog_api_client.v2.model

-validations = {'size': {'inclusive_maximum': 10000, 'inclusive_minimum': 0}}
+validations: Mapping[str, Mapping[str, int]] = {'size': {'inclusive_maximum': 10000, 'inclusive_minimum': 0}}
@@ -7138,7 +7138,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'meta': 'meta'}
@@ -7158,7 +7158,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -7178,7 +7178,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cmdline': 'cmdline', 'host': 'host', 'pid': 'pid', 'ppid': 'ppid', 'start': 'start', 'tags': 'tags', 'timestamp': 'timestamp', 'user': 'user'}
+attribute_map: Mapping[str, str] = {'cmdline': 'cmdline', 'host': 'host', 'pid': 'pid', 'ppid': 'ppid', 'start': 'start', 'tags': 'tags', 'timestamp': 'timestamp', 'user': 'user'}

@@ -7194,7 +7194,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'PROCESS': 'process'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'PROCESS': 'process'}}

@@ -7210,7 +7210,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ASC': 'asc', 'DESC': 'desc'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ASC': 'asc', 'DESC': 'desc'}}

@@ -7226,7 +7226,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'type': 'type'}

@@ -7246,7 +7246,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7266,7 +7266,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7286,7 +7286,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'type': 'type'}

@@ -7306,7 +7306,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7326,7 +7326,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'type': 'type'}

@@ -7346,7 +7346,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7366,7 +7366,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7386,7 +7386,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'type': 'type'}

@@ -7406,7 +7406,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7426,7 +7426,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7446,7 +7446,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'type': 'type'}

@@ -7466,7 +7466,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7486,7 +7486,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7506,7 +7506,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'type': 'type'}

@@ -7514,7 +7514,7 @@

datadog_api_client.v2.model

-validations = {'id': {'inclusive_maximum': 2147483647}}
+validations: Mapping[str, Mapping[str, int]] = {'id': {'inclusive_maximum': 2147483647}}
@@ -7530,7 +7530,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}
@@ -7550,7 +7550,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'id': 'id', 'type': 'type'}

@@ -7570,7 +7570,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7590,7 +7590,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'page': 'page'}
+attribute_map: Mapping[str, str] = {'page': 'page'}

@@ -7610,7 +7610,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}

@@ -7630,7 +7630,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_at': 'created_at', 'modified_at': 'modified_at', 'name': 'name', 'user_count': 'user_count'}
+attribute_map: Mapping[str, str] = {'created_at': 'created_at', 'modified_at': 'modified_at', 'name': 'name', 'user_count': 'user_count'}

@@ -7638,7 +7638,7 @@

datadog_api_client.v2.model

-read_only_vars = {'created_at', 'modified_at', 'user_count'}
+read_only_vars: Collection[str] = {'created_at', 'modified_at', 'user_count'}

@@ -7650,7 +7650,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}
@@ -7670,7 +7670,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name'}
+attribute_map: Mapping[str, str] = {'name': 'name'}

@@ -7686,7 +7686,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7706,7 +7706,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_at': 'created_at', 'modified_at': 'modified_at', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'created_at': 'created_at', 'modified_at': 'modified_at', 'name': 'name'}

@@ -7714,7 +7714,7 @@

datadog_api_client.v2.model

-read_only_vars = {'created_at', 'modified_at'}
+read_only_vars: Collection[str] = {'created_at', 'modified_at'}
@@ -7726,7 +7726,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}
@@ -7746,7 +7746,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7766,7 +7766,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7786,7 +7786,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}

@@ -7806,7 +7806,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'permissions': 'permissions', 'users': 'users'}
+attribute_map: Mapping[str, str] = {'permissions': 'permissions', 'users': 'users'}

@@ -7826,7 +7826,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7846,7 +7846,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'permissions': 'permissions'}
+attribute_map: Mapping[str, str] = {'permissions': 'permissions'}

@@ -7866,7 +7866,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_at': 'created_at', 'modified_at': 'modified_at', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'created_at': 'created_at', 'modified_at': 'modified_at', 'name': 'name'}

@@ -7874,7 +7874,7 @@

datadog_api_client.v2.model

-read_only_vars = {'created_at', 'modified_at'}
+read_only_vars: Collection[str] = {'created_at', 'modified_at'}
@@ -7886,7 +7886,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
@@ -7906,7 +7906,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7926,7 +7926,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -7946,7 +7946,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}

@@ -7966,7 +7966,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'meta': 'meta'}

@@ -7986,7 +7986,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'MODIFIED_AT_ASCENDING': 'modified_at', 'MODIFIED_AT_DESCENDING': '-modified_at', 'NAME_ASCENDING': 'name', 'NAME_DESCENDING': '-name', 'USER_COUNT_ASCENDING': 'user_count', 'USER_COUNT_DESCENDING': '-user_count'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'MODIFIED_AT_ASCENDING': 'modified_at', 'MODIFIED_AT_DESCENDING': '-modified_at', 'NAME_ASCENDING': 'name', 'NAME_DESCENDING': '-name', 'USER_COUNT_ASCENDING': 'user_count', 'USER_COUNT_DESCENDING': '-user_count'}}

@@ -8002,7 +8002,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ROLES': 'roles'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ROLES': 'roles'}}

@@ -8018,7 +8018,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -8038,7 +8038,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'service': 'service', 'tags': 'tags', 'timestamp': 'timestamp'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'service': 'service', 'tags': 'tags', 'timestamp': 'timestamp'}

@@ -8054,7 +8054,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'RUM': 'rum'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'RUM': 'rum'}}

@@ -8070,7 +8070,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'links': 'links', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'links': 'links', 'meta': 'meta'}

@@ -8090,7 +8090,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'_from': 'from', 'query': 'query', 'to': 'to'}
+attribute_map: Mapping[str, str] = {'_from': 'from', 'query': 'query', 'to': 'to'}

@@ -8106,7 +8106,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'time_offset': 'time_offset', 'timezone': 'timezone'}
+attribute_map: Mapping[str, str] = {'time_offset': 'time_offset', 'timezone': 'timezone'}

@@ -8122,7 +8122,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cursor': 'cursor', 'limit': 'limit'}
+attribute_map: Mapping[str, str] = {'cursor': 'cursor', 'limit': 'limit'}

@@ -8130,7 +8130,7 @@

datadog_api_client.v2.model

-validations = {'limit': {'inclusive_maximum': 1000}}
+validations: Mapping[str, Mapping[str, int]] = {'limit': {'inclusive_maximum': 1000}}
@@ -8142,7 +8142,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'next': 'next'}
+attribute_map: Mapping[str, str] = {'next': 'next'}
@@ -8158,7 +8158,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'elapsed': 'elapsed', 'page': 'page', 'request_id': 'request_id', 'status': 'status', 'warnings': 'warnings'}
+attribute_map: Mapping[str, str] = {'elapsed': 'elapsed', 'page': 'page', 'request_id': 'request_id', 'status': 'status', 'warnings': 'warnings'}

@@ -8178,7 +8178,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'after': 'after'}
+attribute_map: Mapping[str, str] = {'after': 'after'}

@@ -8194,7 +8194,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'DONE': 'done', 'TIMEOUT': 'timeout'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'DONE': 'done', 'TIMEOUT': 'timeout'}}

@@ -8210,7 +8210,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'filter': 'filter', 'options': 'options', 'page': 'page', 'sort': 'sort'}
+attribute_map: Mapping[str, str] = {'filter': 'filter', 'options': 'options', 'page': 'page', 'sort': 'sort'}

@@ -8230,7 +8230,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TIMESTAMP_ASCENDING': 'timestamp', 'TIMESTAMP_DESCENDING': '-timestamp'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TIMESTAMP_ASCENDING': 'timestamp', 'TIMESTAMP_DESCENDING': '-timestamp'}}

@@ -8246,7 +8246,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'code': 'code', 'detail': 'detail', 'title': 'title'}
+attribute_map: Mapping[str, str] = {'code': 'code', 'detail': 'detail', 'title': 'title'}

@@ -8262,7 +8262,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -8270,7 +8270,7 @@

datadog_api_client.v2.model

-validations = {'id': {'inclusive_maximum': 2147483647}}
+validations: Mapping[str, Mapping[str, int]] = {'id': {'inclusive_maximum': 2147483647}}
@@ -8286,7 +8286,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attribute_key': 'attribute_key', 'attribute_value': 'attribute_value'}
+attribute_map: Mapping[str, str] = {'attribute_key': 'attribute_key', 'attribute_value': 'attribute_value'}
@@ -8302,7 +8302,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'SAML_ASSERTION_ATTRIBUTES': 'saml_assertion_attributes'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'SAML_ASSERTION_ATTRIBUTES': 'saml_assertion_attributes'}}

@@ -8318,7 +8318,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -8338,7 +8338,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'exclusion_filters': 'exclusion_filters', 'filtered_data_type': 'filtered_data_type', 'is_builtin': 'is_builtin', 'is_enabled': 'is_enabled', 'name': 'name', 'query': 'query', 'version': 'version'}
+attribute_map: Mapping[str, str] = {'exclusion_filters': 'exclusion_filters', 'filtered_data_type': 'filtered_data_type', 'is_builtin': 'is_builtin', 'is_enabled': 'is_enabled', 'name': 'name', 'query': 'query', 'version': 'version'}

@@ -8346,7 +8346,7 @@

datadog_api_client.v2.model

-validations = {'version': {'inclusive_maximum': 2147483647}}
+validations: Mapping[str, Mapping[str, int]] = {'version': {'inclusive_maximum': 2147483647}}

@@ -8362,7 +8362,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'exclusion_filters': 'exclusion_filters', 'filtered_data_type': 'filtered_data_type', 'is_enabled': 'is_enabled', 'name': 'name', 'query': 'query'}
+attribute_map: Mapping[str, str] = {'exclusion_filters': 'exclusion_filters', 'filtered_data_type': 'filtered_data_type', 'is_enabled': 'is_enabled', 'name': 'name', 'query': 'query'}
@@ -8382,7 +8382,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}

@@ -8402,7 +8402,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -8422,7 +8422,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name', 'query': 'query'}
+attribute_map: Mapping[str, str] = {'name': 'name', 'query': 'query'}

@@ -8438,7 +8438,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'name': 'name', 'query': 'query'}
+attribute_map: Mapping[str, str] = {'name': 'name', 'query': 'query'}

@@ -8454,7 +8454,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'LOGS': 'logs'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'LOGS': 'logs'}}

@@ -8470,7 +8470,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'warning': 'warning'}
+attribute_map: Mapping[str, str] = {'warning': 'warning'}

@@ -8486,7 +8486,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'meta': 'meta'}

@@ -8506,7 +8506,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'SECURITY_FILTERS': 'security_filters'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'SECURITY_FILTERS': 'security_filters'}}

@@ -8522,7 +8522,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'exclusion_filters': 'exclusion_filters', 'filtered_data_type': 'filtered_data_type', 'is_enabled': 'is_enabled', 'name': 'name', 'query': 'query', 'version': 'version'}
+attribute_map: Mapping[str, str] = {'exclusion_filters': 'exclusion_filters', 'filtered_data_type': 'filtered_data_type', 'is_enabled': 'is_enabled', 'name': 'name', 'query': 'query', 'version': 'version'}

@@ -8530,7 +8530,7 @@

datadog_api_client.v2.model

-validations = {'version': {'inclusive_maximum': 2147483647}}
+validations: Mapping[str, Mapping[str, int]] = {'version': {'inclusive_maximum': 2147483647}}

@@ -8546,7 +8546,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'type': 'type'}
@@ -8566,7 +8566,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -8586,7 +8586,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'meta': 'meta'}

@@ -8606,7 +8606,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'action': 'action', 'query': 'query'}
+attribute_map: Mapping[str, str] = {'action': 'action', 'query': 'query'}

@@ -8626,7 +8626,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'REQUIRE': 'require', 'SUPPRESS': 'suppress'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'REQUIRE': 'require', 'SUPPRESS': 'suppress'}}

@@ -8642,7 +8642,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'meta': 'meta'}

@@ -8662,7 +8662,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'condition': 'condition', 'name': 'name', 'notifications': 'notifications', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'condition': 'condition', 'name': 'name', 'notifications': 'notifications', 'status': 'status'}

@@ -8682,7 +8682,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'condition': 'condition', 'name': 'name', 'notifications': 'notifications', 'status': 'status'}
+attribute_map: Mapping[str, str] = {'condition': 'condition', 'name': 'name', 'notifications': 'notifications', 'status': 'status'}

@@ -8702,7 +8702,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cases': 'cases', 'filters': 'filters', 'has_extended_title': 'hasExtendedTitle', 'is_enabled': 'isEnabled', 'message': 'message', 'name': 'name', 'options': 'options', 'queries': 'queries', 'tags': 'tags', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'cases': 'cases', 'filters': 'filters', 'has_extended_title': 'hasExtendedTitle', 'is_enabled': 'isEnabled', 'message': 'message', 'name': 'name', 'options': 'options', 'queries': 'queries', 'tags': 'tags', 'type': 'type'}

@@ -8722,7 +8722,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ANOMALY_DETECTION': 'anomaly_detection', 'IMPOSSIBLE_TRAVEL': 'impossible_travel', 'NEW_VALUE': 'new_value', 'THRESHOLD': 'threshold'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ANOMALY_DETECTION': 'anomaly_detection', 'IMPOSSIBLE_TRAVEL': 'impossible_travel', 'NEW_VALUE': 'new_value', 'THRESHOLD': 'threshold'}}

@@ -8738,7 +8738,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'FIFTEEN_MINUTES': 900, 'FIVE_MINUTES': 300, 'ONE_HOUR': 3600, 'ONE_MINUTE': 60, 'TEN_MINUTES': 600, 'THIRTY_MINUTES': 1800, 'TWO_HOURS': 7200, 'ZERO_MINUTES': 0}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'FIFTEEN_MINUTES': 900, 'FIVE_MINUTES': 300, 'ONE_HOUR': 3600, 'ONE_MINUTE': 60, 'TEN_MINUTES': 600, 'THIRTY_MINUTES': 1800, 'TWO_HOURS': 7200, 'ZERO_MINUTES': 0}}

@@ -8754,7 +8754,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'baseline_user_locations': 'baselineUserLocations'}
+attribute_map: Mapping[str, str] = {'baseline_user_locations': 'baselineUserLocations'}

@@ -8770,7 +8770,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'FIFTEEN_MINUTES': 900, 'FIVE_MINUTES': 300, 'ONE_HOUR': 3600, 'ONE_MINUTE': 60, 'SIX_HOURS': 21600, 'TEN_MINUTES': 600, 'THIRTY_MINUTES': 1800, 'THREE_HOURS': 10800, 'TWO_HOURS': 7200, 'ZERO_MINUTES': 0}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'FIFTEEN_MINUTES': 900, 'FIVE_MINUTES': 300, 'ONE_HOUR': 3600, 'ONE_MINUTE': 60, 'SIX_HOURS': 21600, 'TEN_MINUTES': 600, 'THIRTY_MINUTES': 1800, 'THREE_HOURS': 10800, 'TWO_HOURS': 7200, 'ZERO_MINUTES': 0}}

@@ -8786,7 +8786,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'FIFTEEN_MINUTES': 900, 'FIVE_MINUTES': 300, 'ONE_DAY': 86400, 'ONE_HOUR': 3600, 'ONE_MINUTE': 60, 'SIX_HOURS': 21600, 'TEN_MINUTES': 600, 'THIRTY_MINUTES': 1800, 'THREE_HOURS': 10800, 'TWELVE_HOURS': 43200, 'TWO_HOURS': 7200, 'ZERO_MINUTES': 0}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'FIFTEEN_MINUTES': 900, 'FIVE_MINUTES': 300, 'ONE_DAY': 86400, 'ONE_HOUR': 3600, 'ONE_MINUTE': 60, 'SIX_HOURS': 21600, 'TEN_MINUTES': 600, 'THIRTY_MINUTES': 1800, 'THREE_HOURS': 10800, 'TWELVE_HOURS': 43200, 'TWO_HOURS': 7200, 'ZERO_MINUTES': 0}}

@@ -8802,7 +8802,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'forget_after': 'forgetAfter', 'learning_duration': 'learningDuration'}
+attribute_map: Mapping[str, str] = {'forget_after': 'forgetAfter', 'learning_duration': 'learningDuration'}

@@ -8822,7 +8822,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'FOUR_WEEKS': 28, 'ONE_DAY': 1, 'ONE_WEEK': 7, 'THREE_WEEKS': 21, 'TWO_DAYS': 2, 'TWO_WEEKS': 14}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'FOUR_WEEKS': 28, 'ONE_DAY': 1, 'ONE_WEEK': 7, 'THREE_WEEKS': 21, 'TWO_DAYS': 2, 'TWO_WEEKS': 14}}

@@ -8838,7 +8838,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'ONE_DAY': 1, 'SEVEN_DAYS': 7, 'ZERO_DAYS': 0}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'ONE_DAY': 1, 'SEVEN_DAYS': 7, 'ZERO_DAYS': 0}}

@@ -8854,7 +8854,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'detection_method': 'detectionMethod', 'evaluation_window': 'evaluationWindow', 'impossible_travel_options': 'impossibleTravelOptions', 'keep_alive': 'keepAlive', 'max_signal_duration': 'maxSignalDuration', 'new_value_options': 'newValueOptions'}
+attribute_map: Mapping[str, str] = {'detection_method': 'detectionMethod', 'evaluation_window': 'evaluationWindow', 'impossible_travel_options': 'impossibleTravelOptions', 'keep_alive': 'keepAlive', 'max_signal_duration': 'maxSignalDuration', 'new_value_options': 'newValueOptions'}

@@ -8874,7 +8874,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation': 'aggregation', 'distinct_fields': 'distinctFields', 'group_by_fields': 'groupByFields', 'metric': 'metric', 'name': 'name', 'query': 'query'}
+attribute_map: Mapping[str, str] = {'aggregation': 'aggregation', 'distinct_fields': 'distinctFields', 'group_by_fields': 'groupByFields', 'metric': 'metric', 'name': 'name', 'query': 'query'}

@@ -8894,7 +8894,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CARDINALITY': 'cardinality', 'COUNT': 'count', 'GEO_DATA': 'geo_data', 'MAX': 'max', 'NEW_VALUE': 'new_value', 'SUM': 'sum'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CARDINALITY': 'cardinality', 'COUNT': 'count', 'GEO_DATA': 'geo_data', 'MAX': 'max', 'NEW_VALUE': 'new_value', 'SUM': 'sum'}}

@@ -8910,7 +8910,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'aggregation': 'aggregation', 'distinct_fields': 'distinctFields', 'group_by_fields': 'groupByFields', 'metric': 'metric', 'name': 'name', 'query': 'query'}
+attribute_map: Mapping[str, str] = {'aggregation': 'aggregation', 'distinct_fields': 'distinctFields', 'group_by_fields': 'groupByFields', 'metric': 'metric', 'name': 'name', 'query': 'query'}

@@ -8930,7 +8930,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cases': 'cases', 'created_at': 'createdAt', 'creation_author_id': 'creationAuthorId', 'filters': 'filters', 'has_extended_title': 'hasExtendedTitle', 'id': 'id', 'is_default': 'isDefault', 'is_deleted': 'isDeleted', 'is_enabled': 'isEnabled', 'message': 'message', 'name': 'name', 'options': 'options', 'queries': 'queries', 'tags': 'tags', 'type': 'type', 'update_author_id': 'updateAuthorId', 'version': 'version'}
+attribute_map: Mapping[str, str] = {'cases': 'cases', 'created_at': 'createdAt', 'creation_author_id': 'creationAuthorId', 'filters': 'filters', 'has_extended_title': 'hasExtendedTitle', 'id': 'id', 'is_default': 'isDefault', 'is_deleted': 'isDeleted', 'is_enabled': 'isEnabled', 'message': 'message', 'name': 'name', 'options': 'options', 'queries': 'queries', 'tags': 'tags', 'type': 'type', 'update_author_id': 'updateAuthorId', 'version': 'version'}

@@ -8950,7 +8950,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CRITICAL': 'critical', 'HIGH': 'high', 'INFO': 'info', 'LOW': 'low', 'MEDIUM': 'medium'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CRITICAL': 'critical', 'HIGH': 'high', 'INFO': 'info', 'LOW': 'low', 'MEDIUM': 'medium'}}

@@ -8966,7 +8966,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'LOG_DETECTION': 'log_detection', 'WORKLOAD_SECURITY': 'workload_security'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'LOG_DETECTION': 'log_detection', 'WORKLOAD_SECURITY': 'workload_security'}}

@@ -8982,7 +8982,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'CLOUD_CONFIGURATION': 'cloud_configuration', 'INFRASTRUCTURE_CONFIGURATION': 'infrastructure_configuration', 'LOG_DETECTION': 'log_detection', 'WORKLOAD_SECURITY': 'workload_security'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'CLOUD_CONFIGURATION': 'cloud_configuration', 'INFRASTRUCTURE_CONFIGURATION': 'infrastructure_configuration', 'LOG_DETECTION': 'log_detection', 'WORKLOAD_SECURITY': 'workload_security'}}

@@ -8998,7 +8998,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cases': 'cases', 'filters': 'filters', 'has_extended_title': 'hasExtendedTitle', 'is_enabled': 'isEnabled', 'message': 'message', 'name': 'name', 'options': 'options', 'queries': 'queries', 'tags': 'tags', 'version': 'version'}
+attribute_map: Mapping[str, str] = {'cases': 'cases', 'filters': 'filters', 'has_extended_title': 'hasExtendedTitle', 'is_enabled': 'isEnabled', 'message': 'message', 'name': 'name', 'options': 'options', 'queries': 'queries', 'tags': 'tags', 'version': 'version'}

@@ -9006,7 +9006,7 @@

datadog_api_client.v2.model

-validations = {'version': {'inclusive_maximum': 2147483647}}
+validations: Mapping[str, Mapping[str, int]] = {'version': {'inclusive_maximum': 2147483647}}

@@ -9022,7 +9022,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
@@ -9042,7 +9042,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'message': 'message', 'tags': 'tags', 'timestamp': 'timestamp'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'message': 'message', 'tags': 'tags', 'timestamp': 'timestamp'}

@@ -9058,7 +9058,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'filter': 'filter', 'page': 'page', 'sort': 'sort'}
+attribute_map: Mapping[str, str] = {'filter': 'filter', 'page': 'page', 'sort': 'sort'}

@@ -9078,7 +9078,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'_from': 'from', 'query': 'query', 'to': 'to'}
+attribute_map: Mapping[str, str] = {'_from': 'from', 'query': 'query', 'to': 'to'}

@@ -9094,7 +9094,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'cursor': 'cursor', 'limit': 'limit'}
+attribute_map: Mapping[str, str] = {'cursor': 'cursor', 'limit': 'limit'}

@@ -9102,7 +9102,7 @@

datadog_api_client.v2.model

-validations = {'limit': {'inclusive_maximum': 1000}}
+validations: Mapping[str, Mapping[str, int]] = {'limit': {'inclusive_maximum': 1000}}

@@ -9114,7 +9114,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'SIGNAL': 'signal'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'SIGNAL': 'signal'}}
@@ -9130,7 +9130,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'links': 'links', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'links': 'links', 'meta': 'meta'}

@@ -9150,7 +9150,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'next': 'next'}
+attribute_map: Mapping[str, str] = {'next': 'next'}

@@ -9166,7 +9166,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'page': 'page'}
+attribute_map: Mapping[str, str] = {'page': 'page'}

@@ -9186,7 +9186,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'after': 'after'}
+attribute_map: Mapping[str, str] = {'after': 'after'}

@@ -9202,7 +9202,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'TIMESTAMP_ASCENDING': 'timestamp', 'TIMESTAMP_DESCENDING': '-timestamp'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'TIMESTAMP_ASCENDING': 'timestamp', 'TIMESTAMP_DESCENDING': '-timestamp'}}

@@ -9218,7 +9218,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'email': 'email', 'name': 'name', 'service_account': 'service_account', 'title': 'title'}
+attribute_map: Mapping[str, str] = {'email': 'email', 'name': 'name', 'service_account': 'service_account', 'title': 'title'}

@@ -9234,7 +9234,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}

@@ -9254,7 +9254,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -9274,7 +9274,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'relationships': 'relationships', 'type': 'type'}

@@ -9294,7 +9294,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_at': 'created_at', 'disabled': 'disabled', 'email': 'email', 'handle': 'handle', 'icon': 'icon', 'modified_at': 'modified_at', 'name': 'name', 'service_account': 'service_account', 'status': 'status', 'title': 'title', 'verified': 'verified'}
+attribute_map: Mapping[str, str] = {'created_at': 'created_at', 'disabled': 'disabled', 'email': 'email', 'handle': 'handle', 'icon': 'icon', 'modified_at': 'modified_at', 'name': 'name', 'service_account': 'service_account', 'status': 'status', 'title': 'title', 'verified': 'verified'}

@@ -9310,7 +9310,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'email': 'email', 'name': 'name', 'title': 'title'}
+attribute_map: Mapping[str, str] = {'email': 'email', 'name': 'name', 'title': 'title'}

@@ -9326,7 +9326,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'relationships': 'relationships', 'type': 'type'}

@@ -9346,7 +9346,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -9366,7 +9366,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'relationships': 'relationships', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'relationships': 'relationships', 'type': 'type'}

@@ -9386,7 +9386,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'created_at': 'created_at', 'expires_at': 'expires_at', 'invite_type': 'invite_type', 'uuid': 'uuid'}
+attribute_map: Mapping[str, str] = {'created_at': 'created_at', 'expires_at': 'expires_at', 'invite_type': 'invite_type', 'uuid': 'uuid'}

@@ -9402,7 +9402,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'user': 'user'}
+attribute_map: Mapping[str, str] = {'user': 'user'}

@@ -9422,7 +9422,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -9442,7 +9442,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -9462,7 +9462,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -9482,7 +9482,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -9502,7 +9502,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'USER_INVITATIONS': 'user_invitations'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'USER_INVITATIONS': 'user_invitations'}}

@@ -9518,7 +9518,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'roles': 'roles'}
+attribute_map: Mapping[str, str] = {'roles': 'roles'}

@@ -9538,7 +9538,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'included': 'included'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'included': 'included'}

@@ -9570,7 +9570,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'org': 'org', 'other_orgs': 'other_orgs', 'other_users': 'other_users', 'roles': 'roles'}
+attribute_map: Mapping[str, str] = {'org': 'org', 'other_orgs': 'other_orgs', 'other_users': 'other_users', 'roles': 'roles'}

@@ -9590,7 +9590,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'disabled': 'disabled', 'email': 'email', 'name': 'name'}
+attribute_map: Mapping[str, str] = {'disabled': 'disabled', 'email': 'email', 'name': 'name'}

@@ -9606,7 +9606,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}
+attribute_map: Mapping[str, str] = {'attributes': 'attributes', 'id': 'id', 'type': 'type'}

@@ -9626,7 +9626,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data'}
+attribute_map: Mapping[str, str] = {'data': 'data'}

@@ -9646,7 +9646,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelNormal

-attribute_map = {'data': 'data', 'included': 'included', 'meta': 'meta'}
+attribute_map: Mapping[str, str] = {'data': 'data', 'included': 'included', 'meta': 'meta'}

@@ -9666,7 +9666,7 @@

datadog_api_client.v2.model

Bases: datadog_api_client.model_utils.ModelSimple

-allowed_values = {'value': {'USERS': 'users'}}
+allowed_values: Mapping[str, Mapping[str, Union[str, int]]] = {'value': {'USERS': 'users'}}

diff --git a/searchindex.js b/searchindex.js index 3582a866f8..7108832675 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["datadog_api_client","datadog_api_client.v1","datadog_api_client.v1.api","datadog_api_client.v1.model","datadog_api_client.v2","datadog_api_client.v2.api","datadog_api_client.v2.model","index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["datadog_api_client.rst","datadog_api_client.v1.rst","datadog_api_client.v1.api.rst","datadog_api_client.v1.model.rst","datadog_api_client.v2.rst","datadog_api_client.v2.api.rst","datadog_api_client.v2.model.rst","index.rst"],objects:{"":[[0,0,0,"-","datadog_api_client"]],"datadog_api_client.api_client":[[0,1,1,"","ApiClient"],[0,1,1,"","AsyncApiClient"],[0,1,1,"","Endpoint"],[0,4,1,"","user_agent"]],"datadog_api_client.api_client.ApiClient":[[0,2,1,"","call_api"],[0,2,1,"","close"],[0,2,1,"","deserialize"],[0,2,1,"","files_parameters"],[0,2,1,"","get_file_data_and_close_file"],[0,2,1,"","parameters_to_multipart"],[0,2,1,"","parameters_to_tuples"],[0,3,1,"","pool"],[0,2,1,"","sanitize_for_serialization"],[0,2,1,"","select_header_accept"],[0,2,1,"","select_header_content_type"],[0,2,1,"","set_default_header"],[0,2,1,"","update_params_for_auth"],[0,3,1,"","user_agent"]],"datadog_api_client.api_client.Endpoint":[[0,2,1,"","call_with_http_info"],[0,2,1,"","default_arguments"]],"datadog_api_client.configuration":[[0,1,1,"","BaseConfiguration"]],"datadog_api_client.configuration.BaseConfiguration":[[0,3,1,"","debug"],[0,2,1,"","get_api_key_with_prefix"],[0,2,1,"","get_basic_auth_token"],[0,2,1,"","get_host_from_settings"],[0,2,1,"","get_host_settings"],[0,3,1,"","host"],[0,3,1,"","logger_file"],[0,3,1,"","logger_format"]],"datadog_api_client.exceptions":[[0,5,1,"","ApiAttributeError"],[0,5,1,"","ApiException"],[0,5,1,"","ApiKeyError"],[0,5,1,"","ApiTypeError"],[0,5,1,"","ApiValueError"],[0,5,1,"","ForbiddenException"],[0,5,1,"","NotFoundException"],[0,5,1,"","OpenApiException"],[0,5,1,"","ServiceException"],[0,5,1,"","UnauthorizedException"],[0,4,1,"","render_path"]],"datadog_api_client.model_utils":[[0,1,1,"","ModelComposed"],[0,1,1,"","ModelNormal"],[0,1,1,"","ModelSimple"],[0,1,1,"","OpenApiModel"],[0,1,1,"","UnparsedObject"],[0,4,1,"","allows_single_value_input"],[0,4,1,"","attempt_convert_item"],[0,1,1,"","cached_property"],[0,4,1,"","change_keys_js_to_python"],[0,4,1,"","check_allowed_values"],[0,4,1,"","check_validations"],[0,4,1,"","composed_model_input_classes"],[0,4,1,"","convert_js_args_to_python_args"],[0,4,1,"","deserialize_file"],[0,4,1,"","deserialize_model"],[0,4,1,"","deserialize_primitive"],[0,4,1,"","get_allof_instances"],[0,4,1,"","get_anyof_instances"],[0,4,1,"","get_discarded_args"],[0,4,1,"","get_discriminated_classes"],[0,4,1,"","get_discriminator_class"],[0,4,1,"","get_oneof_instance"],[0,4,1,"","get_possible_classes"],[0,4,1,"","get_required_type_classes"],[0,4,1,"","get_simple_class"],[0,4,1,"","get_type_error"],[0,4,1,"","get_valid_classes_phrase"],[0,4,1,"","is_json_validation_enabled"],[0,4,1,"","is_type_nullable"],[0,4,1,"","is_valid_type"],[0,4,1,"","model_to_dict"],[0,4,1,"","order_response_types"],[0,4,1,"","remove_uncoercible"],[0,4,1,"","type_error_message"],[0,4,1,"","validate_and_convert_types"],[0,4,1,"","validate_get_composed_info"]],"datadog_api_client.model_utils.ModelComposed":[[0,2,1,"","get"],[0,6,1,"","required_properties"],[0,2,1,"","to_dict"],[0,2,1,"","to_str"]],"datadog_api_client.model_utils.ModelNormal":[[0,2,1,"","get"],[0,6,1,"","required_properties"],[0,2,1,"","to_dict"],[0,2,1,"","to_str"]],"datadog_api_client.model_utils.ModelSimple":[[0,2,1,"","get"],[0,6,1,"","required_properties"],[0,2,1,"","to_str"]],"datadog_api_client.model_utils.OpenApiModel":[[0,6,1,"","additional_properties_type"],[0,6,1,"","allowed_values"],[0,6,1,"","attribute_map"],[0,6,1,"","discriminator"],[0,6,1,"","openapi_types"],[0,6,1,"","read_only_vars"],[0,2,1,"","set_attribute"],[0,6,1,"","validations"]],"datadog_api_client.model_utils.UnparsedObject":[[0,6,1,"","required_properties"]],"datadog_api_client.model_utils.cached_property":[[0,6,1,"","result_key"]],"datadog_api_client.rest":[[0,1,1,"","AsyncRESTClientObject"],[0,1,1,"","RESTClientObject"]],"datadog_api_client.rest.AsyncRESTClientObject":[[0,2,1,"","request"]],"datadog_api_client.rest.RESTClientObject":[[0,2,1,"","request"]],"datadog_api_client.v1":[[2,0,0,"-","api"],[1,0,0,"-","configuration"],[3,0,0,"-","model"]],"datadog_api_client.v1.api":[[2,0,0,"-","authentication_api"],[2,0,0,"-","aws_integration_api"],[2,0,0,"-","aws_logs_integration_api"],[2,0,0,"-","azure_integration_api"],[2,0,0,"-","dashboard_lists_api"],[2,0,0,"-","dashboards_api"],[2,0,0,"-","downtimes_api"],[2,0,0,"-","events_api"],[2,0,0,"-","gcp_integration_api"],[2,0,0,"-","hosts_api"],[2,0,0,"-","ip_ranges_api"],[2,0,0,"-","key_management_api"],[2,0,0,"-","logs_api"],[2,0,0,"-","logs_indexes_api"],[2,0,0,"-","logs_pipelines_api"],[2,0,0,"-","metrics_api"],[2,0,0,"-","monitors_api"],[2,0,0,"-","notebooks_api"],[2,0,0,"-","organizations_api"],[2,0,0,"-","pager_duty_integration_api"],[2,0,0,"-","service_checks_api"],[2,0,0,"-","service_level_objective_corrections_api"],[2,0,0,"-","service_level_objectives_api"],[2,0,0,"-","slack_integration_api"],[2,0,0,"-","snapshots_api"],[2,0,0,"-","synthetics_api"],[2,0,0,"-","tags_api"],[2,0,0,"-","usage_metering_api"],[2,0,0,"-","users_api"],[2,0,0,"-","webhooks_integration_api"]],"datadog_api_client.v1.api.authentication_api":[[2,1,1,"","AuthenticationApi"]],"datadog_api_client.v1.api.authentication_api.AuthenticationApi":[[2,2,1,"","validate"]],"datadog_api_client.v1.api.aws_integration_api":[[2,1,1,"","AWSIntegrationApi"]],"datadog_api_client.v1.api.aws_integration_api.AWSIntegrationApi":[[2,2,1,"","create_aws_account"],[2,2,1,"","create_aws_tag_filter"],[2,2,1,"","create_new_aws_external_id"],[2,2,1,"","delete_aws_account"],[2,2,1,"","delete_aws_tag_filter"],[2,2,1,"","list_available_aws_namespaces"],[2,2,1,"","list_aws_accounts"],[2,2,1,"","list_aws_tag_filters"],[2,2,1,"","update_aws_account"]],"datadog_api_client.v1.api.aws_logs_integration_api":[[2,1,1,"","AWSLogsIntegrationApi"]],"datadog_api_client.v1.api.aws_logs_integration_api.AWSLogsIntegrationApi":[[2,2,1,"","check_aws_logs_lambda_async"],[2,2,1,"","check_aws_logs_services_async"],[2,2,1,"","create_aws_lambda_arn"],[2,2,1,"","delete_aws_lambda_arn"],[2,2,1,"","enable_aws_log_services"],[2,2,1,"","list_aws_logs_integrations"],[2,2,1,"","list_aws_logs_services"]],"datadog_api_client.v1.api.azure_integration_api":[[2,1,1,"","AzureIntegrationApi"]],"datadog_api_client.v1.api.azure_integration_api.AzureIntegrationApi":[[2,2,1,"","create_azure_integration"],[2,2,1,"","delete_azure_integration"],[2,2,1,"","list_azure_integration"],[2,2,1,"","update_azure_host_filters"],[2,2,1,"","update_azure_integration"]],"datadog_api_client.v1.api.dashboard_lists_api":[[2,1,1,"","DashboardListsApi"]],"datadog_api_client.v1.api.dashboard_lists_api.DashboardListsApi":[[2,2,1,"","create_dashboard_list"],[2,2,1,"","delete_dashboard_list"],[2,2,1,"","get_dashboard_list"],[2,2,1,"","list_dashboard_lists"],[2,2,1,"","update_dashboard_list"]],"datadog_api_client.v1.api.dashboards_api":[[2,1,1,"","DashboardsApi"]],"datadog_api_client.v1.api.dashboards_api.DashboardsApi":[[2,2,1,"","create_dashboard"],[2,2,1,"","delete_dashboard"],[2,2,1,"","delete_dashboards"],[2,2,1,"","get_dashboard"],[2,2,1,"","list_dashboards"],[2,2,1,"","restore_dashboards"],[2,2,1,"","update_dashboard"]],"datadog_api_client.v1.api.downtimes_api":[[2,1,1,"","DowntimesApi"]],"datadog_api_client.v1.api.downtimes_api.DowntimesApi":[[2,2,1,"","cancel_downtime"],[2,2,1,"","cancel_downtimes_by_scope"],[2,2,1,"","create_downtime"],[2,2,1,"","get_downtime"],[2,2,1,"","list_downtimes"],[2,2,1,"","list_monitor_downtimes"],[2,2,1,"","update_downtime"]],"datadog_api_client.v1.api.events_api":[[2,1,1,"","EventsApi"]],"datadog_api_client.v1.api.events_api.EventsApi":[[2,2,1,"","create_event"],[2,2,1,"","get_event"],[2,2,1,"","list_events"]],"datadog_api_client.v1.api.gcp_integration_api":[[2,1,1,"","GCPIntegrationApi"]],"datadog_api_client.v1.api.gcp_integration_api.GCPIntegrationApi":[[2,2,1,"","create_gcp_integration"],[2,2,1,"","delete_gcp_integration"],[2,2,1,"","list_gcp_integration"],[2,2,1,"","update_gcp_integration"]],"datadog_api_client.v1.api.hosts_api":[[2,1,1,"","HostsApi"]],"datadog_api_client.v1.api.hosts_api.HostsApi":[[2,2,1,"","get_host_totals"],[2,2,1,"","list_hosts"],[2,2,1,"","mute_host"],[2,2,1,"","unmute_host"]],"datadog_api_client.v1.api.ip_ranges_api":[[2,1,1,"","IPRangesApi"]],"datadog_api_client.v1.api.ip_ranges_api.IPRangesApi":[[2,2,1,"","get_ip_ranges"]],"datadog_api_client.v1.api.key_management_api":[[2,1,1,"","KeyManagementApi"]],"datadog_api_client.v1.api.key_management_api.KeyManagementApi":[[2,2,1,"","create_api_key"],[2,2,1,"","create_application_key"],[2,2,1,"","delete_api_key"],[2,2,1,"","delete_application_key"],[2,2,1,"","get_api_key"],[2,2,1,"","get_application_key"],[2,2,1,"","list_api_keys"],[2,2,1,"","list_application_keys"],[2,2,1,"","update_api_key"],[2,2,1,"","update_application_key"]],"datadog_api_client.v1.api.logs_api":[[2,1,1,"","LogsApi"]],"datadog_api_client.v1.api.logs_api.LogsApi":[[2,2,1,"","list_logs"],[2,2,1,"","submit_log"]],"datadog_api_client.v1.api.logs_indexes_api":[[2,1,1,"","LogsIndexesApi"]],"datadog_api_client.v1.api.logs_indexes_api.LogsIndexesApi":[[2,2,1,"","create_logs_index"],[2,2,1,"","get_logs_index"],[2,2,1,"","get_logs_index_order"],[2,2,1,"","list_log_indexes"],[2,2,1,"","update_logs_index"],[2,2,1,"","update_logs_index_order"]],"datadog_api_client.v1.api.logs_pipelines_api":[[2,1,1,"","LogsPipelinesApi"]],"datadog_api_client.v1.api.logs_pipelines_api.LogsPipelinesApi":[[2,2,1,"","create_logs_pipeline"],[2,2,1,"","delete_logs_pipeline"],[2,2,1,"","get_logs_pipeline"],[2,2,1,"","get_logs_pipeline_order"],[2,2,1,"","list_logs_pipelines"],[2,2,1,"","update_logs_pipeline"],[2,2,1,"","update_logs_pipeline_order"]],"datadog_api_client.v1.api.metrics_api":[[2,1,1,"","MetricsApi"]],"datadog_api_client.v1.api.metrics_api.MetricsApi":[[2,2,1,"","get_metric_metadata"],[2,2,1,"","list_active_metrics"],[2,2,1,"","list_metrics"],[2,2,1,"","query_metrics"],[2,2,1,"","submit_metrics"],[2,2,1,"","update_metric_metadata"]],"datadog_api_client.v1.api.monitors_api":[[2,1,1,"","MonitorsApi"]],"datadog_api_client.v1.api.monitors_api.MonitorsApi":[[2,2,1,"","check_can_delete_monitor"],[2,2,1,"","create_monitor"],[2,2,1,"","delete_monitor"],[2,2,1,"","get_monitor"],[2,2,1,"","list_monitors"],[2,2,1,"","search_monitor_groups"],[2,2,1,"","search_monitors"],[2,2,1,"","update_monitor"],[2,2,1,"","validate_monitor"]],"datadog_api_client.v1.api.notebooks_api":[[2,1,1,"","NotebooksApi"]],"datadog_api_client.v1.api.notebooks_api.NotebooksApi":[[2,2,1,"","create_notebook"],[2,2,1,"","delete_notebook"],[2,2,1,"","get_notebook"],[2,2,1,"","list_notebooks"],[2,2,1,"","update_notebook"]],"datadog_api_client.v1.api.organizations_api":[[2,1,1,"","OrganizationsApi"]],"datadog_api_client.v1.api.organizations_api.OrganizationsApi":[[2,2,1,"","create_child_org"],[2,2,1,"","get_org"],[2,2,1,"","list_orgs"],[2,2,1,"","update_org"],[2,2,1,"","upload_id_p_for_org"]],"datadog_api_client.v1.api.pager_duty_integration_api":[[2,1,1,"","PagerDutyIntegrationApi"]],"datadog_api_client.v1.api.pager_duty_integration_api.PagerDutyIntegrationApi":[[2,2,1,"","create_pager_duty_integration_service"],[2,2,1,"","delete_pager_duty_integration_service"],[2,2,1,"","get_pager_duty_integration_service"],[2,2,1,"","update_pager_duty_integration_service"]],"datadog_api_client.v1.api.service_checks_api":[[2,1,1,"","ServiceChecksApi"]],"datadog_api_client.v1.api.service_checks_api.ServiceChecksApi":[[2,2,1,"","submit_service_check"]],"datadog_api_client.v1.api.service_level_objective_corrections_api":[[2,1,1,"","ServiceLevelObjectiveCorrectionsApi"]],"datadog_api_client.v1.api.service_level_objective_corrections_api.ServiceLevelObjectiveCorrectionsApi":[[2,2,1,"","create_slo_correction"],[2,2,1,"","delete_slo_correction"],[2,2,1,"","get_slo_correction"],[2,2,1,"","list_slo_correction"],[2,2,1,"","update_slo_correction"]],"datadog_api_client.v1.api.service_level_objectives_api":[[2,1,1,"","ServiceLevelObjectivesApi"]],"datadog_api_client.v1.api.service_level_objectives_api.ServiceLevelObjectivesApi":[[2,2,1,"","check_can_delete_slo"],[2,2,1,"","create_slo"],[2,2,1,"","delete_slo"],[2,2,1,"","delete_slo_timeframe_in_bulk"],[2,2,1,"","get_slo"],[2,2,1,"","get_slo_corrections"],[2,2,1,"","get_slo_history"],[2,2,1,"","list_sl_os"],[2,2,1,"","update_slo"]],"datadog_api_client.v1.api.slack_integration_api":[[2,1,1,"","SlackIntegrationApi"]],"datadog_api_client.v1.api.slack_integration_api.SlackIntegrationApi":[[2,2,1,"","create_slack_integration_channel"],[2,2,1,"","get_slack_integration_channel"],[2,2,1,"","get_slack_integration_channels"],[2,2,1,"","remove_slack_integration_channel"],[2,2,1,"","update_slack_integration_channel"]],"datadog_api_client.v1.api.snapshots_api":[[2,1,1,"","SnapshotsApi"]],"datadog_api_client.v1.api.snapshots_api.SnapshotsApi":[[2,2,1,"","get_graph_snapshot"]],"datadog_api_client.v1.api.synthetics_api":[[2,1,1,"","SyntheticsApi"]],"datadog_api_client.v1.api.synthetics_api.SyntheticsApi":[[2,2,1,"","create_global_variable"],[2,2,1,"","create_private_location"],[2,2,1,"","create_synthetics_api_test"],[2,2,1,"","create_synthetics_browser_test"],[2,2,1,"","delete_global_variable"],[2,2,1,"","delete_private_location"],[2,2,1,"","delete_tests"],[2,2,1,"","edit_global_variable"],[2,2,1,"","get_api_test"],[2,2,1,"","get_api_test_latest_results"],[2,2,1,"","get_api_test_result"],[2,2,1,"","get_browser_test"],[2,2,1,"","get_browser_test_latest_results"],[2,2,1,"","get_browser_test_result"],[2,2,1,"","get_global_variable"],[2,2,1,"","get_private_location"],[2,2,1,"","get_synthetics_ci_batch"],[2,2,1,"","get_test"],[2,2,1,"","list_global_variables"],[2,2,1,"","list_locations"],[2,2,1,"","list_tests"],[2,2,1,"","trigger_ci_tests"],[2,2,1,"","trigger_tests"],[2,2,1,"","update_api_test"],[2,2,1,"","update_browser_test"],[2,2,1,"","update_private_location"],[2,2,1,"","update_test_pause_status"]],"datadog_api_client.v1.api.tags_api":[[2,1,1,"","TagsApi"]],"datadog_api_client.v1.api.tags_api.TagsApi":[[2,2,1,"","create_host_tags"],[2,2,1,"","delete_host_tags"],[2,2,1,"","get_host_tags"],[2,2,1,"","list_host_tags"],[2,2,1,"","update_host_tags"]],"datadog_api_client.v1.api.usage_metering_api":[[2,1,1,"","UsageMeteringApi"]],"datadog_api_client.v1.api.usage_metering_api.UsageMeteringApi":[[2,2,1,"","get_daily_custom_reports"],[2,2,1,"","get_hourly_usage_attribution"],[2,2,1,"","get_incident_management"],[2,2,1,"","get_ingested_spans"],[2,2,1,"","get_monthly_custom_reports"],[2,2,1,"","get_monthly_usage_attribution"],[2,2,1,"","get_specified_daily_custom_reports"],[2,2,1,"","get_specified_monthly_custom_reports"],[2,2,1,"","get_usage_analyzed_logs"],[2,2,1,"","get_usage_attribution"],[2,2,1,"","get_usage_audit_logs"],[2,2,1,"","get_usage_billable_summary"],[2,2,1,"","get_usage_ci_app"],[2,2,1,"","get_usage_cloud_security_posture_management"],[2,2,1,"","get_usage_cws"],[2,2,1,"","get_usage_dbm"],[2,2,1,"","get_usage_fargate"],[2,2,1,"","get_usage_hosts"],[2,2,1,"","get_usage_indexed_spans"],[2,2,1,"","get_usage_internet_of_things"],[2,2,1,"","get_usage_lambda"],[2,2,1,"","get_usage_logs"],[2,2,1,"","get_usage_logs_by_index"],[2,2,1,"","get_usage_logs_by_retention"],[2,2,1,"","get_usage_network_flows"],[2,2,1,"","get_usage_network_hosts"],[2,2,1,"","get_usage_online_archive"],[2,2,1,"","get_usage_profiling"],[2,2,1,"","get_usage_rum_sessions"],[2,2,1,"","get_usage_rum_units"],[2,2,1,"","get_usage_sds"],[2,2,1,"","get_usage_snmp"],[2,2,1,"","get_usage_summary"],[2,2,1,"","get_usage_synthetics"],[2,2,1,"","get_usage_synthetics_api"],[2,2,1,"","get_usage_synthetics_browser"],[2,2,1,"","get_usage_timeseries"],[2,2,1,"","get_usage_top_avg_metrics"]],"datadog_api_client.v1.api.users_api":[[2,1,1,"","UsersApi"]],"datadog_api_client.v1.api.users_api.UsersApi":[[2,2,1,"","create_user"],[2,2,1,"","disable_user"],[2,2,1,"","get_user"],[2,2,1,"","list_users"],[2,2,1,"","update_user"]],"datadog_api_client.v1.api.webhooks_integration_api":[[2,1,1,"","WebhooksIntegrationApi"]],"datadog_api_client.v1.api.webhooks_integration_api.WebhooksIntegrationApi":[[2,2,1,"","create_webhooks_integration"],[2,2,1,"","create_webhooks_integration_custom_variable"],[2,2,1,"","delete_webhooks_integration"],[2,2,1,"","delete_webhooks_integration_custom_variable"],[2,2,1,"","get_webhooks_integration"],[2,2,1,"","get_webhooks_integration_custom_variable"],[2,2,1,"","update_webhooks_integration"],[2,2,1,"","update_webhooks_integration_custom_variable"]],"datadog_api_client.v1.configuration":[[1,1,1,"","Configuration"]],"datadog_api_client.v1.configuration.Configuration":[[1,2,1,"","auth_settings"]],"datadog_api_client.v1.model":[[3,0,0,"-","access_role"],[3,0,0,"-","agent_check"],[3,0,0,"-","alert_graph_widget_definition"],[3,0,0,"-","alert_graph_widget_definition_type"],[3,0,0,"-","alert_value_widget_definition"],[3,0,0,"-","alert_value_widget_definition_type"],[3,0,0,"-","api_error_response"],[3,0,0,"-","api_key"],[3,0,0,"-","api_key_list_response"],[3,0,0,"-","api_key_response"],[3,0,0,"-","apm_stats_query_column_type"],[3,0,0,"-","apm_stats_query_definition"],[3,0,0,"-","apm_stats_query_row_type"],[3,0,0,"-","application_key"],[3,0,0,"-","application_key_list_response"],[3,0,0,"-","application_key_response"],[3,0,0,"-","authentication_validation_response"],[3,0,0,"-","aws_account"],[3,0,0,"-","aws_account_and_lambda_request"],[3,0,0,"-","aws_account_create_response"],[3,0,0,"-","aws_account_delete_request"],[3,0,0,"-","aws_account_list_response"],[3,0,0,"-","aws_logs_async_error"],[3,0,0,"-","aws_logs_async_response"],[3,0,0,"-","aws_logs_lambda"],[3,0,0,"-","aws_logs_list_response"],[3,0,0,"-","aws_logs_list_services_response"],[3,0,0,"-","aws_logs_services_request"],[3,0,0,"-","aws_namespace"],[3,0,0,"-","aws_tag_filter"],[3,0,0,"-","aws_tag_filter_create_request"],[3,0,0,"-","aws_tag_filter_delete_request"],[3,0,0,"-","aws_tag_filter_list_response"],[3,0,0,"-","azure_account"],[3,0,0,"-","azure_account_list_response"],[3,0,0,"-","cancel_downtimes_by_scope_request"],[3,0,0,"-","canceled_downtimes_ids"],[3,0,0,"-","change_widget_definition"],[3,0,0,"-","change_widget_definition_type"],[3,0,0,"-","change_widget_request"],[3,0,0,"-","check_can_delete_monitor_response"],[3,0,0,"-","check_can_delete_monitor_response_data"],[3,0,0,"-","check_can_delete_slo_response"],[3,0,0,"-","check_can_delete_slo_response_data"],[3,0,0,"-","check_status_widget_definition"],[3,0,0,"-","check_status_widget_definition_type"],[3,0,0,"-","content_encoding"],[3,0,0,"-","creator"],[3,0,0,"-","dashboard"],[3,0,0,"-","dashboard_bulk_action_data"],[3,0,0,"-","dashboard_bulk_action_data_list"],[3,0,0,"-","dashboard_bulk_delete_request"],[3,0,0,"-","dashboard_delete_response"],[3,0,0,"-","dashboard_layout_type"],[3,0,0,"-","dashboard_list"],[3,0,0,"-","dashboard_list_delete_response"],[3,0,0,"-","dashboard_list_list_response"],[3,0,0,"-","dashboard_reflow_type"],[3,0,0,"-","dashboard_resource_type"],[3,0,0,"-","dashboard_restore_request"],[3,0,0,"-","dashboard_summary"],[3,0,0,"-","dashboard_summary_definition"],[3,0,0,"-","dashboard_template_variable"],[3,0,0,"-","dashboard_template_variable_preset"],[3,0,0,"-","dashboard_template_variable_preset_value"],[3,0,0,"-","deleted_monitor"],[3,0,0,"-","distribution_widget_definition"],[3,0,0,"-","distribution_widget_definition_type"],[3,0,0,"-","distribution_widget_request"],[3,0,0,"-","distribution_widget_x_axis"],[3,0,0,"-","distribution_widget_y_axis"],[3,0,0,"-","downtime"],[3,0,0,"-","downtime_child"],[3,0,0,"-","downtime_recurrence"],[3,0,0,"-","event"],[3,0,0,"-","event_alert_type"],[3,0,0,"-","event_create_request"],[3,0,0,"-","event_create_response"],[3,0,0,"-","event_list_response"],[3,0,0,"-","event_priority"],[3,0,0,"-","event_query_definition"],[3,0,0,"-","event_response"],[3,0,0,"-","event_stream_widget_definition"],[3,0,0,"-","event_stream_widget_definition_type"],[3,0,0,"-","event_timeline_widget_definition"],[3,0,0,"-","event_timeline_widget_definition_type"],[3,0,0,"-","formula_and_function_apm_dependency_stat_name"],[3,0,0,"-","formula_and_function_apm_dependency_stats_data_source"],[3,0,0,"-","formula_and_function_apm_dependency_stats_query_definition"],[3,0,0,"-","formula_and_function_apm_resource_stat_name"],[3,0,0,"-","formula_and_function_apm_resource_stats_data_source"],[3,0,0,"-","formula_and_function_apm_resource_stats_query_definition"],[3,0,0,"-","formula_and_function_event_aggregation"],[3,0,0,"-","formula_and_function_event_query_definition"],[3,0,0,"-","formula_and_function_event_query_definition_compute"],[3,0,0,"-","formula_and_function_event_query_definition_search"],[3,0,0,"-","formula_and_function_event_query_group_by"],[3,0,0,"-","formula_and_function_event_query_group_by_sort"],[3,0,0,"-","formula_and_function_events_data_source"],[3,0,0,"-","formula_and_function_metric_aggregation"],[3,0,0,"-","formula_and_function_metric_data_source"],[3,0,0,"-","formula_and_function_metric_query_definition"],[3,0,0,"-","formula_and_function_process_query_data_source"],[3,0,0,"-","formula_and_function_process_query_definition"],[3,0,0,"-","formula_and_function_query_definition"],[3,0,0,"-","formula_and_function_response_format"],[3,0,0,"-","free_text_widget_definition"],[3,0,0,"-","free_text_widget_definition_type"],[3,0,0,"-","funnel_query"],[3,0,0,"-","funnel_request_type"],[3,0,0,"-","funnel_source"],[3,0,0,"-","funnel_step"],[3,0,0,"-","funnel_widget_definition"],[3,0,0,"-","funnel_widget_definition_type"],[3,0,0,"-","funnel_widget_request"],[3,0,0,"-","gcp_account"],[3,0,0,"-","gcp_account_list_response"],[3,0,0,"-","geomap_widget_definition"],[3,0,0,"-","geomap_widget_definition_style"],[3,0,0,"-","geomap_widget_definition_type"],[3,0,0,"-","geomap_widget_definition_view"],[3,0,0,"-","geomap_widget_request"],[3,0,0,"-","graph_snapshot"],[3,0,0,"-","group_widget_definition"],[3,0,0,"-","group_widget_definition_type"],[3,0,0,"-","heat_map_widget_definition"],[3,0,0,"-","heat_map_widget_definition_type"],[3,0,0,"-","heat_map_widget_request"],[3,0,0,"-","host"],[3,0,0,"-","host_list_response"],[3,0,0,"-","host_map_request"],[3,0,0,"-","host_map_widget_definition"],[3,0,0,"-","host_map_widget_definition_requests"],[3,0,0,"-","host_map_widget_definition_style"],[3,0,0,"-","host_map_widget_definition_type"],[3,0,0,"-","host_meta"],[3,0,0,"-","host_meta_install_method"],[3,0,0,"-","host_metrics"],[3,0,0,"-","host_mute_response"],[3,0,0,"-","host_mute_settings"],[3,0,0,"-","host_tags"],[3,0,0,"-","host_totals"],[3,0,0,"-","hourly_usage_attribution_body"],[3,0,0,"-","hourly_usage_attribution_metadata"],[3,0,0,"-","hourly_usage_attribution_pagination"],[3,0,0,"-","hourly_usage_attribution_response"],[3,0,0,"-","hourly_usage_attribution_usage_type"],[3,0,0,"-","http_log"],[3,0,0,"-","http_log_error"],[3,0,0,"-","http_log_item"],[3,0,0,"-","http_method"],[3,0,0,"-","i_frame_widget_definition"],[3,0,0,"-","i_frame_widget_definition_type"],[3,0,0,"-","idp_form_data"],[3,0,0,"-","idp_response"],[3,0,0,"-","image_widget_definition"],[3,0,0,"-","image_widget_definition_type"],[3,0,0,"-","intake_payload_accepted"],[3,0,0,"-","ip_prefixes_agents"],[3,0,0,"-","ip_prefixes_api"],[3,0,0,"-","ip_prefixes_apm"],[3,0,0,"-","ip_prefixes_logs"],[3,0,0,"-","ip_prefixes_process"],[3,0,0,"-","ip_prefixes_synthetics"],[3,0,0,"-","ip_prefixes_webhooks"],[3,0,0,"-","ip_ranges"],[3,0,0,"-","list_stream_column"],[3,0,0,"-","list_stream_column_width"],[3,0,0,"-","list_stream_query"],[3,0,0,"-","list_stream_response_format"],[3,0,0,"-","list_stream_source"],[3,0,0,"-","list_stream_widget_definition"],[3,0,0,"-","list_stream_widget_definition_type"],[3,0,0,"-","list_stream_widget_request"],[3,0,0,"-","log"],[3,0,0,"-","log_content"],[3,0,0,"-","log_query_definition"],[3,0,0,"-","log_query_definition_group_by"],[3,0,0,"-","log_query_definition_group_by_sort"],[3,0,0,"-","log_query_definition_search"],[3,0,0,"-","log_stream_widget_definition"],[3,0,0,"-","log_stream_widget_definition_type"],[3,0,0,"-","logs_api_error"],[3,0,0,"-","logs_api_error_response"],[3,0,0,"-","logs_arithmetic_processor"],[3,0,0,"-","logs_arithmetic_processor_type"],[3,0,0,"-","logs_attribute_remapper"],[3,0,0,"-","logs_attribute_remapper_type"],[3,0,0,"-","logs_by_retention"],[3,0,0,"-","logs_by_retention_monthly_usage"],[3,0,0,"-","logs_by_retention_org_usage"],[3,0,0,"-","logs_by_retention_orgs"],[3,0,0,"-","logs_category_processor"],[3,0,0,"-","logs_category_processor_category"],[3,0,0,"-","logs_category_processor_type"],[3,0,0,"-","logs_date_remapper"],[3,0,0,"-","logs_date_remapper_type"],[3,0,0,"-","logs_exclusion"],[3,0,0,"-","logs_exclusion_filter"],[3,0,0,"-","logs_filter"],[3,0,0,"-","logs_geo_ip_parser"],[3,0,0,"-","logs_geo_ip_parser_type"],[3,0,0,"-","logs_grok_parser"],[3,0,0,"-","logs_grok_parser_rules"],[3,0,0,"-","logs_grok_parser_type"],[3,0,0,"-","logs_index"],[3,0,0,"-","logs_index_list_response"],[3,0,0,"-","logs_index_update_request"],[3,0,0,"-","logs_indexes_order"],[3,0,0,"-","logs_list_request"],[3,0,0,"-","logs_list_request_time"],[3,0,0,"-","logs_list_response"],[3,0,0,"-","logs_lookup_processor"],[3,0,0,"-","logs_lookup_processor_type"],[3,0,0,"-","logs_message_remapper"],[3,0,0,"-","logs_message_remapper_type"],[3,0,0,"-","logs_pipeline"],[3,0,0,"-","logs_pipeline_list"],[3,0,0,"-","logs_pipeline_processor"],[3,0,0,"-","logs_pipeline_processor_type"],[3,0,0,"-","logs_pipelines_order"],[3,0,0,"-","logs_processor"],[3,0,0,"-","logs_query_compute"],[3,0,0,"-","logs_retention_agg_sum_usage"],[3,0,0,"-","logs_retention_sum_usage"],[3,0,0,"-","logs_service_remapper"],[3,0,0,"-","logs_service_remapper_type"],[3,0,0,"-","logs_sort"],[3,0,0,"-","logs_status_remapper"],[3,0,0,"-","logs_status_remapper_type"],[3,0,0,"-","logs_string_builder_processor"],[3,0,0,"-","logs_string_builder_processor_type"],[3,0,0,"-","logs_trace_remapper"],[3,0,0,"-","logs_trace_remapper_type"],[3,0,0,"-","logs_url_parser"],[3,0,0,"-","logs_url_parser_type"],[3,0,0,"-","logs_user_agent_parser"],[3,0,0,"-","logs_user_agent_parser_type"],[3,0,0,"-","metric_content_encoding"],[3,0,0,"-","metric_metadata"],[3,0,0,"-","metric_search_response"],[3,0,0,"-","metric_search_response_results"],[3,0,0,"-","metrics_list_response"],[3,0,0,"-","metrics_payload"],[3,0,0,"-","metrics_query_metadata"],[3,0,0,"-","metrics_query_response"],[3,0,0,"-","metrics_query_unit"],[3,0,0,"-","monitor"],[3,0,0,"-","monitor_device_id"],[3,0,0,"-","monitor_formula_and_function_event_aggregation"],[3,0,0,"-","monitor_formula_and_function_event_query_definition"],[3,0,0,"-","monitor_formula_and_function_event_query_definition_compute"],[3,0,0,"-","monitor_formula_and_function_event_query_definition_search"],[3,0,0,"-","monitor_formula_and_function_event_query_group_by"],[3,0,0,"-","monitor_formula_and_function_event_query_group_by_sort"],[3,0,0,"-","monitor_formula_and_function_events_data_source"],[3,0,0,"-","monitor_formula_and_function_query_definition"],[3,0,0,"-","monitor_group_search_response"],[3,0,0,"-","monitor_group_search_response_counts"],[3,0,0,"-","monitor_group_search_result"],[3,0,0,"-","monitor_options"],[3,0,0,"-","monitor_options_aggregation"],[3,0,0,"-","monitor_overall_states"],[3,0,0,"-","monitor_renotify_status_type"],[3,0,0,"-","monitor_search_count"],[3,0,0,"-","monitor_search_response"],[3,0,0,"-","monitor_search_response_counts"],[3,0,0,"-","monitor_search_response_metadata"],[3,0,0,"-","monitor_search_result"],[3,0,0,"-","monitor_search_result_notification"],[3,0,0,"-","monitor_state"],[3,0,0,"-","monitor_state_group"],[3,0,0,"-","monitor_summary_widget_definition"],[3,0,0,"-","monitor_summary_widget_definition_type"],[3,0,0,"-","monitor_threshold_window_options"],[3,0,0,"-","monitor_thresholds"],[3,0,0,"-","monitor_type"],[3,0,0,"-","monitor_update_request"],[3,0,0,"-","monthly_usage_attribution_body"],[3,0,0,"-","monthly_usage_attribution_metadata"],[3,0,0,"-","monthly_usage_attribution_pagination"],[3,0,0,"-","monthly_usage_attribution_response"],[3,0,0,"-","monthly_usage_attribution_supported_metrics"],[3,0,0,"-","monthly_usage_attribution_values"],[3,0,0,"-","note_widget_definition"],[3,0,0,"-","note_widget_definition_type"],[3,0,0,"-","notebook_absolute_time"],[3,0,0,"-","notebook_author"],[3,0,0,"-","notebook_cell_create_request"],[3,0,0,"-","notebook_cell_create_request_attributes"],[3,0,0,"-","notebook_cell_resource_type"],[3,0,0,"-","notebook_cell_response"],[3,0,0,"-","notebook_cell_response_attributes"],[3,0,0,"-","notebook_cell_time"],[3,0,0,"-","notebook_cell_update_request"],[3,0,0,"-","notebook_cell_update_request_attributes"],[3,0,0,"-","notebook_create_data"],[3,0,0,"-","notebook_create_data_attributes"],[3,0,0,"-","notebook_create_request"],[3,0,0,"-","notebook_distribution_cell_attributes"],[3,0,0,"-","notebook_global_time"],[3,0,0,"-","notebook_graph_size"],[3,0,0,"-","notebook_heat_map_cell_attributes"],[3,0,0,"-","notebook_log_stream_cell_attributes"],[3,0,0,"-","notebook_markdown_cell_attributes"],[3,0,0,"-","notebook_markdown_cell_definition"],[3,0,0,"-","notebook_markdown_cell_definition_type"],[3,0,0,"-","notebook_metadata"],[3,0,0,"-","notebook_metadata_type"],[3,0,0,"-","notebook_relative_time"],[3,0,0,"-","notebook_resource_type"],[3,0,0,"-","notebook_response"],[3,0,0,"-","notebook_response_data"],[3,0,0,"-","notebook_response_data_attributes"],[3,0,0,"-","notebook_split_by"],[3,0,0,"-","notebook_status"],[3,0,0,"-","notebook_timeseries_cell_attributes"],[3,0,0,"-","notebook_toplist_cell_attributes"],[3,0,0,"-","notebook_update_cell"],[3,0,0,"-","notebook_update_data"],[3,0,0,"-","notebook_update_data_attributes"],[3,0,0,"-","notebook_update_request"],[3,0,0,"-","notebooks_response"],[3,0,0,"-","notebooks_response_data"],[3,0,0,"-","notebooks_response_data_attributes"],[3,0,0,"-","notebooks_response_meta"],[3,0,0,"-","notebooks_response_page"],[3,0,0,"-","organization"],[3,0,0,"-","organization_billing"],[3,0,0,"-","organization_create_body"],[3,0,0,"-","organization_create_response"],[3,0,0,"-","organization_list_response"],[3,0,0,"-","organization_response"],[3,0,0,"-","organization_settings"],[3,0,0,"-","organization_settings_saml"],[3,0,0,"-","organization_settings_saml_autocreate_users_domains"],[3,0,0,"-","organization_settings_saml_idp_initiated_login"],[3,0,0,"-","organization_settings_saml_strict_mode"],[3,0,0,"-","organization_subscription"],[3,0,0,"-","pager_duty_service"],[3,0,0,"-","pager_duty_service_key"],[3,0,0,"-","pager_duty_service_name"],[3,0,0,"-","pagination"],[3,0,0,"-","point"],[3,0,0,"-","process_query_definition"],[3,0,0,"-","query_sort_order"],[3,0,0,"-","query_value_widget_definition"],[3,0,0,"-","query_value_widget_definition_type"],[3,0,0,"-","query_value_widget_request"],[3,0,0,"-","response_meta_attributes"],[3,0,0,"-","scatter_plot_request"],[3,0,0,"-","scatter_plot_widget_definition"],[3,0,0,"-","scatter_plot_widget_definition_requests"],[3,0,0,"-","scatter_plot_widget_definition_type"],[3,0,0,"-","scatterplot_dimension"],[3,0,0,"-","scatterplot_table_request"],[3,0,0,"-","scatterplot_widget_aggregator"],[3,0,0,"-","scatterplot_widget_formula"],[3,0,0,"-","series"],[3,0,0,"-","service_check"],[3,0,0,"-","service_check_status"],[3,0,0,"-","service_checks"],[3,0,0,"-","service_level_objective"],[3,0,0,"-","service_level_objective_query"],[3,0,0,"-","service_level_objective_request"],[3,0,0,"-","service_map_widget_definition"],[3,0,0,"-","service_map_widget_definition_type"],[3,0,0,"-","service_summary_widget_definition"],[3,0,0,"-","service_summary_widget_definition_type"],[3,0,0,"-","slack_integration_channel"],[3,0,0,"-","slack_integration_channel_display"],[3,0,0,"-","slack_integration_channels"],[3,0,0,"-","slo_bulk_delete"],[3,0,0,"-","slo_bulk_delete_error"],[3,0,0,"-","slo_bulk_delete_response"],[3,0,0,"-","slo_bulk_delete_response_data"],[3,0,0,"-","slo_correction"],[3,0,0,"-","slo_correction_category"],[3,0,0,"-","slo_correction_create_data"],[3,0,0,"-","slo_correction_create_request"],[3,0,0,"-","slo_correction_create_request_attributes"],[3,0,0,"-","slo_correction_list_response"],[3,0,0,"-","slo_correction_response"],[3,0,0,"-","slo_correction_response_attributes"],[3,0,0,"-","slo_correction_response_attributes_modifier"],[3,0,0,"-","slo_correction_type"],[3,0,0,"-","slo_correction_update_data"],[3,0,0,"-","slo_correction_update_request"],[3,0,0,"-","slo_correction_update_request_attributes"],[3,0,0,"-","slo_delete_response"],[3,0,0,"-","slo_error_budget_remaining_data"],[3,0,0,"-","slo_error_timeframe"],[3,0,0,"-","slo_history_metrics"],[3,0,0,"-","slo_history_metrics_series"],[3,0,0,"-","slo_history_metrics_series_metadata"],[3,0,0,"-","slo_history_metrics_series_metadata_unit"],[3,0,0,"-","slo_history_monitor"],[3,0,0,"-","slo_history_response"],[3,0,0,"-","slo_history_response_data"],[3,0,0,"-","slo_history_response_error"],[3,0,0,"-","slo_history_response_error_with_type"],[3,0,0,"-","slo_history_sli_data"],[3,0,0,"-","slo_list_response"],[3,0,0,"-","slo_list_response_metadata"],[3,0,0,"-","slo_list_response_metadata_page"],[3,0,0,"-","slo_response"],[3,0,0,"-","slo_response_data"],[3,0,0,"-","slo_threshold"],[3,0,0,"-","slo_timeframe"],[3,0,0,"-","slo_type"],[3,0,0,"-","slo_type_numeric"],[3,0,0,"-","slo_widget_definition"],[3,0,0,"-","slo_widget_definition_type"],[3,0,0,"-","sunburst_widget_definition"],[3,0,0,"-","sunburst_widget_definition_type"],[3,0,0,"-","sunburst_widget_legend"],[3,0,0,"-","sunburst_widget_legend_inline_automatic"],[3,0,0,"-","sunburst_widget_legend_inline_automatic_type"],[3,0,0,"-","sunburst_widget_legend_table"],[3,0,0,"-","sunburst_widget_legend_table_type"],[3,0,0,"-","sunburst_widget_request"],[3,0,0,"-","synthetics_api_step"],[3,0,0,"-","synthetics_api_step_subtype"],[3,0,0,"-","synthetics_api_test"],[3,0,0,"-","synthetics_api_test_config"],[3,0,0,"-","synthetics_api_test_failure_code"],[3,0,0,"-","synthetics_api_test_result_data"],[3,0,0,"-","synthetics_api_test_result_failure"],[3,0,0,"-","synthetics_api_test_result_full"],[3,0,0,"-","synthetics_api_test_result_full_check"],[3,0,0,"-","synthetics_api_test_result_short"],[3,0,0,"-","synthetics_api_test_result_short_result"],[3,0,0,"-","synthetics_api_test_type"],[3,0,0,"-","synthetics_assertion"],[3,0,0,"-","synthetics_assertion_json_path_operator"],[3,0,0,"-","synthetics_assertion_json_path_target"],[3,0,0,"-","synthetics_assertion_json_path_target_target"],[3,0,0,"-","synthetics_assertion_operator"],[3,0,0,"-","synthetics_assertion_target"],[3,0,0,"-","synthetics_assertion_type"],[3,0,0,"-","synthetics_basic_auth"],[3,0,0,"-","synthetics_basic_auth_ntlm"],[3,0,0,"-","synthetics_basic_auth_ntlm_type"],[3,0,0,"-","synthetics_basic_auth_sigv4"],[3,0,0,"-","synthetics_basic_auth_sigv4_type"],[3,0,0,"-","synthetics_basic_auth_web"],[3,0,0,"-","synthetics_basic_auth_web_type"],[3,0,0,"-","synthetics_batch_details"],[3,0,0,"-","synthetics_batch_details_data"],[3,0,0,"-","synthetics_batch_result"],[3,0,0,"-","synthetics_browser_error"],[3,0,0,"-","synthetics_browser_error_type"],[3,0,0,"-","synthetics_browser_test"],[3,0,0,"-","synthetics_browser_test_config"],[3,0,0,"-","synthetics_browser_test_failure_code"],[3,0,0,"-","synthetics_browser_test_result_data"],[3,0,0,"-","synthetics_browser_test_result_failure"],[3,0,0,"-","synthetics_browser_test_result_full"],[3,0,0,"-","synthetics_browser_test_result_full_check"],[3,0,0,"-","synthetics_browser_test_result_short"],[3,0,0,"-","synthetics_browser_test_result_short_result"],[3,0,0,"-","synthetics_browser_test_type"],[3,0,0,"-","synthetics_browser_variable"],[3,0,0,"-","synthetics_browser_variable_type"],[3,0,0,"-","synthetics_check_type"],[3,0,0,"-","synthetics_ci_batch_metadata"],[3,0,0,"-","synthetics_ci_batch_metadata_ci"],[3,0,0,"-","synthetics_ci_batch_metadata_git"],[3,0,0,"-","synthetics_ci_batch_metadata_pipeline"],[3,0,0,"-","synthetics_ci_batch_metadata_provider"],[3,0,0,"-","synthetics_ci_test"],[3,0,0,"-","synthetics_ci_test_body"],[3,0,0,"-","synthetics_config_variable"],[3,0,0,"-","synthetics_config_variable_type"],[3,0,0,"-","synthetics_core_web_vitals"],[3,0,0,"-","synthetics_delete_tests_payload"],[3,0,0,"-","synthetics_delete_tests_response"],[3,0,0,"-","synthetics_deleted_test"],[3,0,0,"-","synthetics_device"],[3,0,0,"-","synthetics_device_id"],[3,0,0,"-","synthetics_get_api_test_latest_results_response"],[3,0,0,"-","synthetics_get_browser_test_latest_results_response"],[3,0,0,"-","synthetics_global_variable"],[3,0,0,"-","synthetics_global_variable_attributes"],[3,0,0,"-","synthetics_global_variable_parse_test_options"],[3,0,0,"-","synthetics_global_variable_parse_test_options_type"],[3,0,0,"-","synthetics_global_variable_parser_type"],[3,0,0,"-","synthetics_global_variable_value"],[3,0,0,"-","synthetics_list_global_variables_response"],[3,0,0,"-","synthetics_list_tests_response"],[3,0,0,"-","synthetics_location"],[3,0,0,"-","synthetics_locations"],[3,0,0,"-","synthetics_parsing_options"],[3,0,0,"-","synthetics_playing_tab"],[3,0,0,"-","synthetics_private_location"],[3,0,0,"-","synthetics_private_location_creation_response"],[3,0,0,"-","synthetics_private_location_creation_response_result_encryption"],[3,0,0,"-","synthetics_private_location_secrets"],[3,0,0,"-","synthetics_private_location_secrets_authentication"],[3,0,0,"-","synthetics_private_location_secrets_config_decryption"],[3,0,0,"-","synthetics_ssl_certificate"],[3,0,0,"-","synthetics_ssl_certificate_issuer"],[3,0,0,"-","synthetics_ssl_certificate_subject"],[3,0,0,"-","synthetics_status"],[3,0,0,"-","synthetics_step"],[3,0,0,"-","synthetics_step_detail"],[3,0,0,"-","synthetics_step_detail_warning"],[3,0,0,"-","synthetics_step_type"],[3,0,0,"-","synthetics_test_config"],[3,0,0,"-","synthetics_test_details"],[3,0,0,"-","synthetics_test_details_sub_type"],[3,0,0,"-","synthetics_test_details_type"],[3,0,0,"-","synthetics_test_execution_rule"],[3,0,0,"-","synthetics_test_headers"],[3,0,0,"-","synthetics_test_monitor_status"],[3,0,0,"-","synthetics_test_options"],[3,0,0,"-","synthetics_test_options_monitor_options"],[3,0,0,"-","synthetics_test_options_retry"],[3,0,0,"-","synthetics_test_pause_status"],[3,0,0,"-","synthetics_test_process_status"],[3,0,0,"-","synthetics_test_request"],[3,0,0,"-","synthetics_test_request_certificate"],[3,0,0,"-","synthetics_test_request_certificate_item"],[3,0,0,"-","synthetics_test_request_proxy"],[3,0,0,"-","synthetics_timing"],[3,0,0,"-","synthetics_trigger_body"],[3,0,0,"-","synthetics_trigger_ci_test_location"],[3,0,0,"-","synthetics_trigger_ci_test_run_result"],[3,0,0,"-","synthetics_trigger_ci_tests_response"],[3,0,0,"-","synthetics_trigger_test"],[3,0,0,"-","synthetics_update_test_pause_status_payload"],[3,0,0,"-","synthetics_variable_parser"],[3,0,0,"-","synthetics_warning_type"],[3,0,0,"-","table_widget_cell_display_mode"],[3,0,0,"-","table_widget_definition"],[3,0,0,"-","table_widget_definition_type"],[3,0,0,"-","table_widget_has_search_bar"],[3,0,0,"-","table_widget_request"],[3,0,0,"-","tag_to_hosts"],[3,0,0,"-","target_format_type"],[3,0,0,"-","timeseries_widget_definition"],[3,0,0,"-","timeseries_widget_definition_type"],[3,0,0,"-","timeseries_widget_expression_alias"],[3,0,0,"-","timeseries_widget_legend_column"],[3,0,0,"-","timeseries_widget_legend_layout"],[3,0,0,"-","timeseries_widget_request"],[3,0,0,"-","toplist_widget_definition"],[3,0,0,"-","toplist_widget_definition_type"],[3,0,0,"-","toplist_widget_request"],[3,0,0,"-","tree_map_color_by"],[3,0,0,"-","tree_map_group_by"],[3,0,0,"-","tree_map_size_by"],[3,0,0,"-","tree_map_widget_definition"],[3,0,0,"-","tree_map_widget_definition_type"],[3,0,0,"-","tree_map_widget_request"],[3,0,0,"-","usage_analyzed_logs_hour"],[3,0,0,"-","usage_analyzed_logs_response"],[3,0,0,"-","usage_attribution_aggregates"],[3,0,0,"-","usage_attribution_aggregates_body"],[3,0,0,"-","usage_attribution_body"],[3,0,0,"-","usage_attribution_metadata"],[3,0,0,"-","usage_attribution_pagination"],[3,0,0,"-","usage_attribution_response"],[3,0,0,"-","usage_attribution_sort"],[3,0,0,"-","usage_attribution_supported_metrics"],[3,0,0,"-","usage_attribution_tag_names"],[3,0,0,"-","usage_attribution_values"],[3,0,0,"-","usage_audit_logs_hour"],[3,0,0,"-","usage_audit_logs_response"],[3,0,0,"-","usage_billable_summary_body"],[3,0,0,"-","usage_billable_summary_hour"],[3,0,0,"-","usage_billable_summary_keys"],[3,0,0,"-","usage_billable_summary_response"],[3,0,0,"-","usage_ci_visibility_hour"],[3,0,0,"-","usage_ci_visibility_response"],[3,0,0,"-","usage_cloud_security_posture_management_hour"],[3,0,0,"-","usage_cloud_security_posture_management_response"],[3,0,0,"-","usage_custom_reports_attributes"],[3,0,0,"-","usage_custom_reports_data"],[3,0,0,"-","usage_custom_reports_meta"],[3,0,0,"-","usage_custom_reports_page"],[3,0,0,"-","usage_custom_reports_response"],[3,0,0,"-","usage_cws_hour"],[3,0,0,"-","usage_cws_response"],[3,0,0,"-","usage_dbm_hour"],[3,0,0,"-","usage_dbm_response"],[3,0,0,"-","usage_fargate_hour"],[3,0,0,"-","usage_fargate_response"],[3,0,0,"-","usage_host_hour"],[3,0,0,"-","usage_hosts_response"],[3,0,0,"-","usage_incident_management_hour"],[3,0,0,"-","usage_incident_management_response"],[3,0,0,"-","usage_indexed_spans_hour"],[3,0,0,"-","usage_indexed_spans_response"],[3,0,0,"-","usage_ingested_spans_hour"],[3,0,0,"-","usage_ingested_spans_response"],[3,0,0,"-","usage_io_t_hour"],[3,0,0,"-","usage_io_t_response"],[3,0,0,"-","usage_lambda_hour"],[3,0,0,"-","usage_lambda_response"],[3,0,0,"-","usage_logs_by_index_hour"],[3,0,0,"-","usage_logs_by_index_response"],[3,0,0,"-","usage_logs_by_retention_hour"],[3,0,0,"-","usage_logs_by_retention_response"],[3,0,0,"-","usage_logs_hour"],[3,0,0,"-","usage_logs_response"],[3,0,0,"-","usage_metric_category"],[3,0,0,"-","usage_network_flows_hour"],[3,0,0,"-","usage_network_flows_response"],[3,0,0,"-","usage_network_hosts_hour"],[3,0,0,"-","usage_network_hosts_response"],[3,0,0,"-","usage_online_archive_hour"],[3,0,0,"-","usage_online_archive_response"],[3,0,0,"-","usage_profiling_hour"],[3,0,0,"-","usage_profiling_response"],[3,0,0,"-","usage_reports_type"],[3,0,0,"-","usage_rum_sessions_hour"],[3,0,0,"-","usage_rum_sessions_response"],[3,0,0,"-","usage_rum_units_hour"],[3,0,0,"-","usage_rum_units_response"],[3,0,0,"-","usage_sds_hour"],[3,0,0,"-","usage_sds_response"],[3,0,0,"-","usage_snmp_hour"],[3,0,0,"-","usage_snmp_response"],[3,0,0,"-","usage_sort"],[3,0,0,"-","usage_sort_direction"],[3,0,0,"-","usage_specified_custom_reports_attributes"],[3,0,0,"-","usage_specified_custom_reports_data"],[3,0,0,"-","usage_specified_custom_reports_meta"],[3,0,0,"-","usage_specified_custom_reports_page"],[3,0,0,"-","usage_specified_custom_reports_response"],[3,0,0,"-","usage_summary_date"],[3,0,0,"-","usage_summary_date_org"],[3,0,0,"-","usage_summary_response"],[3,0,0,"-","usage_synthetics_api_hour"],[3,0,0,"-","usage_synthetics_api_response"],[3,0,0,"-","usage_synthetics_browser_hour"],[3,0,0,"-","usage_synthetics_browser_response"],[3,0,0,"-","usage_synthetics_hour"],[3,0,0,"-","usage_synthetics_response"],[3,0,0,"-","usage_timeseries_hour"],[3,0,0,"-","usage_timeseries_response"],[3,0,0,"-","usage_top_avg_metrics_hour"],[3,0,0,"-","usage_top_avg_metrics_metadata"],[3,0,0,"-","usage_top_avg_metrics_response"],[3,0,0,"-","user"],[3,0,0,"-","user_disable_response"],[3,0,0,"-","user_list_response"],[3,0,0,"-","user_response"],[3,0,0,"-","webhooks_integration"],[3,0,0,"-","webhooks_integration_custom_variable"],[3,0,0,"-","webhooks_integration_custom_variable_response"],[3,0,0,"-","webhooks_integration_custom_variable_update_request"],[3,0,0,"-","webhooks_integration_encoding"],[3,0,0,"-","webhooks_integration_update_request"],[3,0,0,"-","widget"],[3,0,0,"-","widget_aggregator"],[3,0,0,"-","widget_axis"],[3,0,0,"-","widget_change_type"],[3,0,0,"-","widget_color_preference"],[3,0,0,"-","widget_comparator"],[3,0,0,"-","widget_compare_to"],[3,0,0,"-","widget_conditional_format"],[3,0,0,"-","widget_custom_link"],[3,0,0,"-","widget_definition"],[3,0,0,"-","widget_display_type"],[3,0,0,"-","widget_event"],[3,0,0,"-","widget_event_size"],[3,0,0,"-","widget_field_sort"],[3,0,0,"-","widget_formula"],[3,0,0,"-","widget_formula_limit"],[3,0,0,"-","widget_grouping"],[3,0,0,"-","widget_horizontal_align"],[3,0,0,"-","widget_image_sizing"],[3,0,0,"-","widget_layout"],[3,0,0,"-","widget_layout_type"],[3,0,0,"-","widget_line_type"],[3,0,0,"-","widget_line_width"],[3,0,0,"-","widget_live_span"],[3,0,0,"-","widget_margin"],[3,0,0,"-","widget_marker"],[3,0,0,"-","widget_message_display"],[3,0,0,"-","widget_monitor_summary_display_format"],[3,0,0,"-","widget_monitor_summary_sort"],[3,0,0,"-","widget_node_type"],[3,0,0,"-","widget_order_by"],[3,0,0,"-","widget_palette"],[3,0,0,"-","widget_request_style"],[3,0,0,"-","widget_service_summary_display_format"],[3,0,0,"-","widget_size_format"],[3,0,0,"-","widget_sort"],[3,0,0,"-","widget_style"],[3,0,0,"-","widget_summary_type"],[3,0,0,"-","widget_text_align"],[3,0,0,"-","widget_tick_edge"],[3,0,0,"-","widget_time"],[3,0,0,"-","widget_time_windows"],[3,0,0,"-","widget_vertical_align"],[3,0,0,"-","widget_view_mode"],[3,0,0,"-","widget_viz_type"]],"datadog_api_client.v1.model.access_role":[[3,1,1,"","AccessRole"]],"datadog_api_client.v1.model.access_role.AccessRole":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.agent_check":[[3,1,1,"","AgentCheck"]],"datadog_api_client.v1.model.agent_check.AgentCheck":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.alert_graph_widget_definition":[[3,1,1,"","AlertGraphWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.alert_graph_widget_definition.AlertGraphWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.alert_graph_widget_definition_type":[[3,1,1,"","AlertGraphWidgetDefinitionType"]],"datadog_api_client.v1.model.alert_graph_widget_definition_type.AlertGraphWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.alert_value_widget_definition":[[3,1,1,"","AlertValueWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.alert_value_widget_definition.AlertValueWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.alert_value_widget_definition_type":[[3,1,1,"","AlertValueWidgetDefinitionType"]],"datadog_api_client.v1.model.alert_value_widget_definition_type.AlertValueWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.api_error_response":[[3,1,1,"","APIErrorResponse"]],"datadog_api_client.v1.model.api_error_response.APIErrorResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.api_key":[[3,1,1,"","ApiKey"]],"datadog_api_client.v1.model.api_key.ApiKey":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.api_key_list_response":[[3,1,1,"","ApiKeyListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.api_key_list_response.ApiKeyListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.api_key_response":[[3,1,1,"","ApiKeyResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.api_key_response.ApiKeyResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.apm_stats_query_column_type":[[3,1,1,"","ApmStatsQueryColumnType"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.apm_stats_query_column_type.ApmStatsQueryColumnType":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.apm_stats_query_definition":[[3,1,1,"","ApmStatsQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.apm_stats_query_definition.ApmStatsQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.apm_stats_query_row_type":[[3,1,1,"","ApmStatsQueryRowType"]],"datadog_api_client.v1.model.apm_stats_query_row_type.ApmStatsQueryRowType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.application_key":[[3,1,1,"","ApplicationKey"]],"datadog_api_client.v1.model.application_key.ApplicationKey":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.application_key_list_response":[[3,1,1,"","ApplicationKeyListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.application_key_list_response.ApplicationKeyListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.application_key_response":[[3,1,1,"","ApplicationKeyResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.application_key_response.ApplicationKeyResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.authentication_validation_response":[[3,1,1,"","AuthenticationValidationResponse"]],"datadog_api_client.v1.model.authentication_validation_response.AuthenticationValidationResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.aws_account":[[3,1,1,"","AWSAccount"]],"datadog_api_client.v1.model.aws_account.AWSAccount":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_account_and_lambda_request":[[3,1,1,"","AWSAccountAndLambdaRequest"]],"datadog_api_client.v1.model.aws_account_and_lambda_request.AWSAccountAndLambdaRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_account_create_response":[[3,1,1,"","AWSAccountCreateResponse"]],"datadog_api_client.v1.model.aws_account_create_response.AWSAccountCreateResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_account_delete_request":[[3,1,1,"","AWSAccountDeleteRequest"]],"datadog_api_client.v1.model.aws_account_delete_request.AWSAccountDeleteRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_account_list_response":[[3,1,1,"","AWSAccountListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_account_list_response.AWSAccountListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_logs_async_error":[[3,1,1,"","AWSLogsAsyncError"]],"datadog_api_client.v1.model.aws_logs_async_error.AWSLogsAsyncError":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_logs_async_response":[[3,1,1,"","AWSLogsAsyncResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_logs_async_response.AWSLogsAsyncResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_logs_lambda":[[3,1,1,"","AWSLogsLambda"]],"datadog_api_client.v1.model.aws_logs_lambda.AWSLogsLambda":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_logs_list_response":[[3,1,1,"","AWSLogsListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_logs_list_response.AWSLogsListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_logs_list_services_response":[[3,1,1,"","AWSLogsListServicesResponse"]],"datadog_api_client.v1.model.aws_logs_list_services_response.AWSLogsListServicesResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_logs_services_request":[[3,1,1,"","AWSLogsServicesRequest"]],"datadog_api_client.v1.model.aws_logs_services_request.AWSLogsServicesRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_namespace":[[3,1,1,"","AWSNamespace"]],"datadog_api_client.v1.model.aws_namespace.AWSNamespace":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_tag_filter":[[3,1,1,"","AWSTagFilter"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_tag_filter.AWSTagFilter":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_tag_filter_create_request":[[3,1,1,"","AWSTagFilterCreateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_tag_filter_create_request.AWSTagFilterCreateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_tag_filter_delete_request":[[3,1,1,"","AWSTagFilterDeleteRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_tag_filter_delete_request.AWSTagFilterDeleteRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_tag_filter_list_response":[[3,1,1,"","AWSTagFilterListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_tag_filter_list_response.AWSTagFilterListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.azure_account":[[3,1,1,"","AzureAccount"]],"datadog_api_client.v1.model.azure_account.AzureAccount":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.azure_account_list_response":[[3,1,1,"","AzureAccountListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.azure_account_list_response.AzureAccountListResponse":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.cancel_downtimes_by_scope_request":[[3,1,1,"","CancelDowntimesByScopeRequest"]],"datadog_api_client.v1.model.cancel_downtimes_by_scope_request.CancelDowntimesByScopeRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.canceled_downtimes_ids":[[3,1,1,"","CanceledDowntimesIds"]],"datadog_api_client.v1.model.canceled_downtimes_ids.CanceledDowntimesIds":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.change_widget_definition":[[3,1,1,"","ChangeWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.change_widget_definition.ChangeWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.change_widget_definition_type":[[3,1,1,"","ChangeWidgetDefinitionType"]],"datadog_api_client.v1.model.change_widget_definition_type.ChangeWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.change_widget_request":[[3,1,1,"","ChangeWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.change_widget_request.ChangeWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.check_can_delete_monitor_response":[[3,1,1,"","CheckCanDeleteMonitorResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.check_can_delete_monitor_response.CheckCanDeleteMonitorResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.check_can_delete_monitor_response_data":[[3,1,1,"","CheckCanDeleteMonitorResponseData"]],"datadog_api_client.v1.model.check_can_delete_monitor_response_data.CheckCanDeleteMonitorResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.check_can_delete_slo_response":[[3,1,1,"","CheckCanDeleteSLOResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.check_can_delete_slo_response.CheckCanDeleteSLOResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.check_can_delete_slo_response_data":[[3,1,1,"","CheckCanDeleteSLOResponseData"]],"datadog_api_client.v1.model.check_can_delete_slo_response_data.CheckCanDeleteSLOResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.check_status_widget_definition":[[3,1,1,"","CheckStatusWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.check_status_widget_definition.CheckStatusWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.check_status_widget_definition_type":[[3,1,1,"","CheckStatusWidgetDefinitionType"]],"datadog_api_client.v1.model.check_status_widget_definition_type.CheckStatusWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.content_encoding":[[3,1,1,"","ContentEncoding"]],"datadog_api_client.v1.model.content_encoding.ContentEncoding":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.creator":[[3,1,1,"","Creator"]],"datadog_api_client.v1.model.creator.Creator":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard":[[3,1,1,"","Dashboard"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard.Dashboard":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.dashboard_bulk_action_data":[[3,1,1,"","DashboardBulkActionData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_bulk_action_data.DashboardBulkActionData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_bulk_action_data_list":[[3,1,1,"","DashboardBulkActionDataList"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_bulk_action_data_list.DashboardBulkActionDataList":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_bulk_delete_request":[[3,1,1,"","DashboardBulkDeleteRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_bulk_delete_request.DashboardBulkDeleteRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_delete_response":[[3,1,1,"","DashboardDeleteResponse"]],"datadog_api_client.v1.model.dashboard_delete_response.DashboardDeleteResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_layout_type":[[3,1,1,"","DashboardLayoutType"]],"datadog_api_client.v1.model.dashboard_layout_type.DashboardLayoutType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_list":[[3,1,1,"","DashboardList"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_list.DashboardList":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.dashboard_list_delete_response":[[3,1,1,"","DashboardListDeleteResponse"]],"datadog_api_client.v1.model.dashboard_list_delete_response.DashboardListDeleteResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_list_list_response":[[3,1,1,"","DashboardListListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_list_list_response.DashboardListListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_reflow_type":[[3,1,1,"","DashboardReflowType"]],"datadog_api_client.v1.model.dashboard_reflow_type.DashboardReflowType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_resource_type":[[3,1,1,"","DashboardResourceType"]],"datadog_api_client.v1.model.dashboard_resource_type.DashboardResourceType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_restore_request":[[3,1,1,"","DashboardRestoreRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_restore_request.DashboardRestoreRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_summary":[[3,1,1,"","DashboardSummary"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_summary.DashboardSummary":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_summary_definition":[[3,1,1,"","DashboardSummaryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_summary_definition.DashboardSummaryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_template_variable":[[3,1,1,"","DashboardTemplateVariable"]],"datadog_api_client.v1.model.dashboard_template_variable.DashboardTemplateVariable":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_template_variable_preset":[[3,1,1,"","DashboardTemplateVariablePreset"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_template_variable_preset.DashboardTemplateVariablePreset":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_template_variable_preset_value":[[3,1,1,"","DashboardTemplateVariablePresetValue"]],"datadog_api_client.v1.model.dashboard_template_variable_preset_value.DashboardTemplateVariablePresetValue":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.deleted_monitor":[[3,1,1,"","DeletedMonitor"]],"datadog_api_client.v1.model.deleted_monitor.DeletedMonitor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.distribution_widget_definition":[[3,1,1,"","DistributionWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.distribution_widget_definition.DistributionWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.distribution_widget_definition_type":[[3,1,1,"","DistributionWidgetDefinitionType"]],"datadog_api_client.v1.model.distribution_widget_definition_type.DistributionWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.distribution_widget_request":[[3,1,1,"","DistributionWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.distribution_widget_request.DistributionWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.distribution_widget_x_axis":[[3,1,1,"","DistributionWidgetXAxis"]],"datadog_api_client.v1.model.distribution_widget_x_axis.DistributionWidgetXAxis":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.distribution_widget_y_axis":[[3,1,1,"","DistributionWidgetYAxis"]],"datadog_api_client.v1.model.distribution_widget_y_axis.DistributionWidgetYAxis":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.downtime":[[3,1,1,"","Downtime"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.downtime.Downtime":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.downtime_child":[[3,1,1,"","DowntimeChild"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.downtime_child.DowntimeChild":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.downtime_recurrence":[[3,1,1,"","DowntimeRecurrence"]],"datadog_api_client.v1.model.downtime_recurrence.DowntimeRecurrence":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.event":[[3,1,1,"","Event"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event.Event":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.event_alert_type":[[3,1,1,"","EventAlertType"]],"datadog_api_client.v1.model.event_alert_type.EventAlertType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_create_request":[[3,1,1,"","EventCreateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event_create_request.EventCreateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.event_create_response":[[3,1,1,"","EventCreateResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event_create_response.EventCreateResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_list_response":[[3,1,1,"","EventListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event_list_response.EventListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_priority":[[3,1,1,"","EventPriority"]],"datadog_api_client.v1.model.event_priority.EventPriority":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_query_definition":[[3,1,1,"","EventQueryDefinition"]],"datadog_api_client.v1.model.event_query_definition.EventQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_response":[[3,1,1,"","EventResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event_response.EventResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_stream_widget_definition":[[3,1,1,"","EventStreamWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event_stream_widget_definition.EventStreamWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_stream_widget_definition_type":[[3,1,1,"","EventStreamWidgetDefinitionType"]],"datadog_api_client.v1.model.event_stream_widget_definition_type.EventStreamWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_timeline_widget_definition":[[3,1,1,"","EventTimelineWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event_timeline_widget_definition.EventTimelineWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_timeline_widget_definition_type":[[3,1,1,"","EventTimelineWidgetDefinitionType"]],"datadog_api_client.v1.model.event_timeline_widget_definition_type.EventTimelineWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_apm_dependency_stat_name":[[3,1,1,"","FormulaAndFunctionApmDependencyStatName"]],"datadog_api_client.v1.model.formula_and_function_apm_dependency_stat_name.FormulaAndFunctionApmDependencyStatName":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_apm_dependency_stats_data_source":[[3,1,1,"","FormulaAndFunctionApmDependencyStatsDataSource"]],"datadog_api_client.v1.model.formula_and_function_apm_dependency_stats_data_source.FormulaAndFunctionApmDependencyStatsDataSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_apm_dependency_stats_query_definition":[[3,1,1,"","FormulaAndFunctionApmDependencyStatsQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_apm_dependency_stats_query_definition.FormulaAndFunctionApmDependencyStatsQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_apm_resource_stat_name":[[3,1,1,"","FormulaAndFunctionApmResourceStatName"]],"datadog_api_client.v1.model.formula_and_function_apm_resource_stat_name.FormulaAndFunctionApmResourceStatName":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_apm_resource_stats_data_source":[[3,1,1,"","FormulaAndFunctionApmResourceStatsDataSource"]],"datadog_api_client.v1.model.formula_and_function_apm_resource_stats_data_source.FormulaAndFunctionApmResourceStatsDataSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_apm_resource_stats_query_definition":[[3,1,1,"","FormulaAndFunctionApmResourceStatsQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_apm_resource_stats_query_definition.FormulaAndFunctionApmResourceStatsQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_event_aggregation":[[3,1,1,"","FormulaAndFunctionEventAggregation"]],"datadog_api_client.v1.model.formula_and_function_event_aggregation.FormulaAndFunctionEventAggregation":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_event_query_definition":[[3,1,1,"","FormulaAndFunctionEventQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_event_query_definition.FormulaAndFunctionEventQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_event_query_definition_compute":[[3,1,1,"","FormulaAndFunctionEventQueryDefinitionCompute"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_event_query_definition_compute.FormulaAndFunctionEventQueryDefinitionCompute":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_event_query_definition_search":[[3,1,1,"","FormulaAndFunctionEventQueryDefinitionSearch"]],"datadog_api_client.v1.model.formula_and_function_event_query_definition_search.FormulaAndFunctionEventQueryDefinitionSearch":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_event_query_group_by":[[3,1,1,"","FormulaAndFunctionEventQueryGroupBy"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_event_query_group_by.FormulaAndFunctionEventQueryGroupBy":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_event_query_group_by_sort":[[3,1,1,"","FormulaAndFunctionEventQueryGroupBySort"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_event_query_group_by_sort.FormulaAndFunctionEventQueryGroupBySort":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_events_data_source":[[3,1,1,"","FormulaAndFunctionEventsDataSource"]],"datadog_api_client.v1.model.formula_and_function_events_data_source.FormulaAndFunctionEventsDataSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_metric_aggregation":[[3,1,1,"","FormulaAndFunctionMetricAggregation"]],"datadog_api_client.v1.model.formula_and_function_metric_aggregation.FormulaAndFunctionMetricAggregation":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_metric_data_source":[[3,1,1,"","FormulaAndFunctionMetricDataSource"]],"datadog_api_client.v1.model.formula_and_function_metric_data_source.FormulaAndFunctionMetricDataSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_metric_query_definition":[[3,1,1,"","FormulaAndFunctionMetricQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_metric_query_definition.FormulaAndFunctionMetricQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_process_query_data_source":[[3,1,1,"","FormulaAndFunctionProcessQueryDataSource"]],"datadog_api_client.v1.model.formula_and_function_process_query_data_source.FormulaAndFunctionProcessQueryDataSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_process_query_definition":[[3,1,1,"","FormulaAndFunctionProcessQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_process_query_definition.FormulaAndFunctionProcessQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_query_definition":[[3,1,1,"","FormulaAndFunctionQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_response_format":[[3,1,1,"","FormulaAndFunctionResponseFormat"]],"datadog_api_client.v1.model.formula_and_function_response_format.FormulaAndFunctionResponseFormat":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.free_text_widget_definition":[[3,1,1,"","FreeTextWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.free_text_widget_definition.FreeTextWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.free_text_widget_definition_type":[[3,1,1,"","FreeTextWidgetDefinitionType"]],"datadog_api_client.v1.model.free_text_widget_definition_type.FreeTextWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.funnel_query":[[3,1,1,"","FunnelQuery"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.funnel_query.FunnelQuery":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.funnel_request_type":[[3,1,1,"","FunnelRequestType"]],"datadog_api_client.v1.model.funnel_request_type.FunnelRequestType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.funnel_source":[[3,1,1,"","FunnelSource"]],"datadog_api_client.v1.model.funnel_source.FunnelSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.funnel_step":[[3,1,1,"","FunnelStep"]],"datadog_api_client.v1.model.funnel_step.FunnelStep":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.funnel_widget_definition":[[3,1,1,"","FunnelWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.funnel_widget_definition.FunnelWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.funnel_widget_definition_type":[[3,1,1,"","FunnelWidgetDefinitionType"]],"datadog_api_client.v1.model.funnel_widget_definition_type.FunnelWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.funnel_widget_request":[[3,1,1,"","FunnelWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.funnel_widget_request.FunnelWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.gcp_account":[[3,1,1,"","GCPAccount"]],"datadog_api_client.v1.model.gcp_account.GCPAccount":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.gcp_account_list_response":[[3,1,1,"","GCPAccountListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.gcp_account_list_response.GCPAccountListResponse":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.geomap_widget_definition":[[3,1,1,"","GeomapWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.geomap_widget_definition.GeomapWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.geomap_widget_definition_style":[[3,1,1,"","GeomapWidgetDefinitionStyle"]],"datadog_api_client.v1.model.geomap_widget_definition_style.GeomapWidgetDefinitionStyle":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.geomap_widget_definition_type":[[3,1,1,"","GeomapWidgetDefinitionType"]],"datadog_api_client.v1.model.geomap_widget_definition_type.GeomapWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.geomap_widget_definition_view":[[3,1,1,"","GeomapWidgetDefinitionView"]],"datadog_api_client.v1.model.geomap_widget_definition_view.GeomapWidgetDefinitionView":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.geomap_widget_request":[[3,1,1,"","GeomapWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.geomap_widget_request.GeomapWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.graph_snapshot":[[3,1,1,"","GraphSnapshot"]],"datadog_api_client.v1.model.graph_snapshot.GraphSnapshot":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.group_widget_definition":[[3,1,1,"","GroupWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.group_widget_definition.GroupWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.group_widget_definition_type":[[3,1,1,"","GroupWidgetDefinitionType"]],"datadog_api_client.v1.model.group_widget_definition_type.GroupWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.heat_map_widget_definition":[[3,1,1,"","HeatMapWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.heat_map_widget_definition.HeatMapWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.heat_map_widget_definition_type":[[3,1,1,"","HeatMapWidgetDefinitionType"]],"datadog_api_client.v1.model.heat_map_widget_definition_type.HeatMapWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.heat_map_widget_request":[[3,1,1,"","HeatMapWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.heat_map_widget_request.HeatMapWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host":[[3,1,1,"","Host"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.host.Host":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_list_response":[[3,1,1,"","HostListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.host_list_response.HostListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_map_request":[[3,1,1,"","HostMapRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.host_map_request.HostMapRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_map_widget_definition":[[3,1,1,"","HostMapWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.host_map_widget_definition.HostMapWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_map_widget_definition_requests":[[3,1,1,"","HostMapWidgetDefinitionRequests"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.host_map_widget_definition_requests.HostMapWidgetDefinitionRequests":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_map_widget_definition_style":[[3,1,1,"","HostMapWidgetDefinitionStyle"]],"datadog_api_client.v1.model.host_map_widget_definition_style.HostMapWidgetDefinitionStyle":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_map_widget_definition_type":[[3,1,1,"","HostMapWidgetDefinitionType"]],"datadog_api_client.v1.model.host_map_widget_definition_type.HostMapWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_meta":[[3,1,1,"","HostMeta"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.host_meta.HostMeta":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_meta_install_method":[[3,1,1,"","HostMetaInstallMethod"]],"datadog_api_client.v1.model.host_meta_install_method.HostMetaInstallMethod":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_metrics":[[3,1,1,"","HostMetrics"]],"datadog_api_client.v1.model.host_metrics.HostMetrics":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_mute_response":[[3,1,1,"","HostMuteResponse"]],"datadog_api_client.v1.model.host_mute_response.HostMuteResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_mute_settings":[[3,1,1,"","HostMuteSettings"]],"datadog_api_client.v1.model.host_mute_settings.HostMuteSettings":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_tags":[[3,1,1,"","HostTags"]],"datadog_api_client.v1.model.host_tags.HostTags":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_totals":[[3,1,1,"","HostTotals"]],"datadog_api_client.v1.model.host_totals.HostTotals":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.hourly_usage_attribution_body":[[3,1,1,"","HourlyUsageAttributionBody"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.hourly_usage_attribution_body.HourlyUsageAttributionBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.hourly_usage_attribution_metadata":[[3,1,1,"","HourlyUsageAttributionMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.hourly_usage_attribution_metadata.HourlyUsageAttributionMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.hourly_usage_attribution_pagination":[[3,1,1,"","HourlyUsageAttributionPagination"]],"datadog_api_client.v1.model.hourly_usage_attribution_pagination.HourlyUsageAttributionPagination":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.hourly_usage_attribution_response":[[3,1,1,"","HourlyUsageAttributionResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.hourly_usage_attribution_response.HourlyUsageAttributionResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.hourly_usage_attribution_usage_type":[[3,1,1,"","HourlyUsageAttributionUsageType"]],"datadog_api_client.v1.model.hourly_usage_attribution_usage_type.HourlyUsageAttributionUsageType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.http_log":[[3,1,1,"","HTTPLog"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.http_log.HTTPLog":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.http_log_error":[[3,1,1,"","HTTPLogError"]],"datadog_api_client.v1.model.http_log_error.HTTPLogError":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.http_log_item":[[3,1,1,"","HTTPLogItem"]],"datadog_api_client.v1.model.http_log_item.HTTPLogItem":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.http_method":[[3,1,1,"","HTTPMethod"]],"datadog_api_client.v1.model.http_method.HTTPMethod":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.i_frame_widget_definition":[[3,1,1,"","IFrameWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.i_frame_widget_definition.IFrameWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.i_frame_widget_definition_type":[[3,1,1,"","IFrameWidgetDefinitionType"]],"datadog_api_client.v1.model.i_frame_widget_definition_type.IFrameWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.idp_form_data":[[3,1,1,"","IdpFormData"]],"datadog_api_client.v1.model.idp_form_data.IdpFormData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.idp_response":[[3,1,1,"","IdpResponse"]],"datadog_api_client.v1.model.idp_response.IdpResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.image_widget_definition":[[3,1,1,"","ImageWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.image_widget_definition.ImageWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.image_widget_definition_type":[[3,1,1,"","ImageWidgetDefinitionType"]],"datadog_api_client.v1.model.image_widget_definition_type.ImageWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.intake_payload_accepted":[[3,1,1,"","IntakePayloadAccepted"]],"datadog_api_client.v1.model.intake_payload_accepted.IntakePayloadAccepted":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_agents":[[3,1,1,"","IPPrefixesAgents"]],"datadog_api_client.v1.model.ip_prefixes_agents.IPPrefixesAgents":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_api":[[3,1,1,"","IPPrefixesAPI"]],"datadog_api_client.v1.model.ip_prefixes_api.IPPrefixesAPI":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_apm":[[3,1,1,"","IPPrefixesAPM"]],"datadog_api_client.v1.model.ip_prefixes_apm.IPPrefixesAPM":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_logs":[[3,1,1,"","IPPrefixesLogs"]],"datadog_api_client.v1.model.ip_prefixes_logs.IPPrefixesLogs":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_process":[[3,1,1,"","IPPrefixesProcess"]],"datadog_api_client.v1.model.ip_prefixes_process.IPPrefixesProcess":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_synthetics":[[3,1,1,"","IPPrefixesSynthetics"]],"datadog_api_client.v1.model.ip_prefixes_synthetics.IPPrefixesSynthetics":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_webhooks":[[3,1,1,"","IPPrefixesWebhooks"]],"datadog_api_client.v1.model.ip_prefixes_webhooks.IPPrefixesWebhooks":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_ranges":[[3,1,1,"","IPRanges"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.ip_ranges.IPRanges":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_column":[[3,1,1,"","ListStreamColumn"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.list_stream_column.ListStreamColumn":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_column_width":[[3,1,1,"","ListStreamColumnWidth"]],"datadog_api_client.v1.model.list_stream_column_width.ListStreamColumnWidth":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_query":[[3,1,1,"","ListStreamQuery"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.list_stream_query.ListStreamQuery":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_response_format":[[3,1,1,"","ListStreamResponseFormat"]],"datadog_api_client.v1.model.list_stream_response_format.ListStreamResponseFormat":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_source":[[3,1,1,"","ListStreamSource"]],"datadog_api_client.v1.model.list_stream_source.ListStreamSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_widget_definition":[[3,1,1,"","ListStreamWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.list_stream_widget_definition.ListStreamWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.list_stream_widget_definition_type":[[3,1,1,"","ListStreamWidgetDefinitionType"]],"datadog_api_client.v1.model.list_stream_widget_definition_type.ListStreamWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_widget_request":[[3,1,1,"","ListStreamWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.list_stream_widget_request.ListStreamWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log":[[3,1,1,"","Log"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.log.Log":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_content":[[3,1,1,"","LogContent"]],"datadog_api_client.v1.model.log_content.LogContent":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_query_definition":[[3,1,1,"","LogQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.log_query_definition.LogQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_query_definition_group_by":[[3,1,1,"","LogQueryDefinitionGroupBy"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.log_query_definition_group_by.LogQueryDefinitionGroupBy":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_query_definition_group_by_sort":[[3,1,1,"","LogQueryDefinitionGroupBySort"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.log_query_definition_group_by_sort.LogQueryDefinitionGroupBySort":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_query_definition_search":[[3,1,1,"","LogQueryDefinitionSearch"]],"datadog_api_client.v1.model.log_query_definition_search.LogQueryDefinitionSearch":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_stream_widget_definition":[[3,1,1,"","LogStreamWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.log_stream_widget_definition.LogStreamWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_stream_widget_definition_type":[[3,1,1,"","LogStreamWidgetDefinitionType"]],"datadog_api_client.v1.model.log_stream_widget_definition_type.LogStreamWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_api_error":[[3,1,1,"","LogsAPIError"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_api_error.LogsAPIError":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_api_error_response":[[3,1,1,"","LogsAPIErrorResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_api_error_response.LogsAPIErrorResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_arithmetic_processor":[[3,1,1,"","LogsArithmeticProcessor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_arithmetic_processor.LogsArithmeticProcessor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_arithmetic_processor_type":[[3,1,1,"","LogsArithmeticProcessorType"]],"datadog_api_client.v1.model.logs_arithmetic_processor_type.LogsArithmeticProcessorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_attribute_remapper":[[3,1,1,"","LogsAttributeRemapper"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_attribute_remapper.LogsAttributeRemapper":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_attribute_remapper_type":[[3,1,1,"","LogsAttributeRemapperType"]],"datadog_api_client.v1.model.logs_attribute_remapper_type.LogsAttributeRemapperType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_by_retention":[[3,1,1,"","LogsByRetention"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_by_retention.LogsByRetention":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_by_retention_monthly_usage":[[3,1,1,"","LogsByRetentionMonthlyUsage"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_by_retention_monthly_usage.LogsByRetentionMonthlyUsage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_by_retention_org_usage":[[3,1,1,"","LogsByRetentionOrgUsage"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_by_retention_org_usage.LogsByRetentionOrgUsage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_by_retention_orgs":[[3,1,1,"","LogsByRetentionOrgs"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_by_retention_orgs.LogsByRetentionOrgs":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_category_processor":[[3,1,1,"","LogsCategoryProcessor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_category_processor.LogsCategoryProcessor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_category_processor_category":[[3,1,1,"","LogsCategoryProcessorCategory"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_category_processor_category.LogsCategoryProcessorCategory":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_category_processor_type":[[3,1,1,"","LogsCategoryProcessorType"]],"datadog_api_client.v1.model.logs_category_processor_type.LogsCategoryProcessorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_date_remapper":[[3,1,1,"","LogsDateRemapper"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_date_remapper.LogsDateRemapper":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_date_remapper_type":[[3,1,1,"","LogsDateRemapperType"]],"datadog_api_client.v1.model.logs_date_remapper_type.LogsDateRemapperType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_exclusion":[[3,1,1,"","LogsExclusion"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_exclusion.LogsExclusion":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_exclusion_filter":[[3,1,1,"","LogsExclusionFilter"]],"datadog_api_client.v1.model.logs_exclusion_filter.LogsExclusionFilter":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_filter":[[3,1,1,"","LogsFilter"]],"datadog_api_client.v1.model.logs_filter.LogsFilter":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_geo_ip_parser":[[3,1,1,"","LogsGeoIPParser"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_geo_ip_parser.LogsGeoIPParser":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_geo_ip_parser_type":[[3,1,1,"","LogsGeoIPParserType"]],"datadog_api_client.v1.model.logs_geo_ip_parser_type.LogsGeoIPParserType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_grok_parser":[[3,1,1,"","LogsGrokParser"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_grok_parser.LogsGrokParser":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.logs_grok_parser_rules":[[3,1,1,"","LogsGrokParserRules"]],"datadog_api_client.v1.model.logs_grok_parser_rules.LogsGrokParserRules":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_grok_parser_type":[[3,1,1,"","LogsGrokParserType"]],"datadog_api_client.v1.model.logs_grok_parser_type.LogsGrokParserType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_index":[[3,1,1,"","LogsIndex"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_index.LogsIndex":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.logs_index_list_response":[[3,1,1,"","LogsIndexListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_index_list_response.LogsIndexListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_index_update_request":[[3,1,1,"","LogsIndexUpdateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_index_update_request.LogsIndexUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_indexes_order":[[3,1,1,"","LogsIndexesOrder"]],"datadog_api_client.v1.model.logs_indexes_order.LogsIndexesOrder":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_list_request":[[3,1,1,"","LogsListRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_list_request.LogsListRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.logs_list_request_time":[[3,1,1,"","LogsListRequestTime"]],"datadog_api_client.v1.model.logs_list_request_time.LogsListRequestTime":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_list_response":[[3,1,1,"","LogsListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_list_response.LogsListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_lookup_processor":[[3,1,1,"","LogsLookupProcessor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_lookup_processor.LogsLookupProcessor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_lookup_processor_type":[[3,1,1,"","LogsLookupProcessorType"]],"datadog_api_client.v1.model.logs_lookup_processor_type.LogsLookupProcessorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_message_remapper":[[3,1,1,"","LogsMessageRemapper"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_message_remapper.LogsMessageRemapper":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_message_remapper_type":[[3,1,1,"","LogsMessageRemapperType"]],"datadog_api_client.v1.model.logs_message_remapper_type.LogsMessageRemapperType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_pipeline":[[3,1,1,"","LogsPipeline"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_pipeline.LogsPipeline":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.logs_pipeline_list":[[3,1,1,"","LogsPipelineList"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_pipeline_list.LogsPipelineList":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_pipeline_processor":[[3,1,1,"","LogsPipelineProcessor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_pipeline_processor.LogsPipelineProcessor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_pipeline_processor_type":[[3,1,1,"","LogsPipelineProcessorType"]],"datadog_api_client.v1.model.logs_pipeline_processor_type.LogsPipelineProcessorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_pipelines_order":[[3,1,1,"","LogsPipelinesOrder"]],"datadog_api_client.v1.model.logs_pipelines_order.LogsPipelinesOrder":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_processor":[[3,1,1,"","LogsProcessor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_query_compute":[[3,1,1,"","LogsQueryCompute"]],"datadog_api_client.v1.model.logs_query_compute.LogsQueryCompute":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_retention_agg_sum_usage":[[3,1,1,"","LogsRetentionAggSumUsage"]],"datadog_api_client.v1.model.logs_retention_agg_sum_usage.LogsRetentionAggSumUsage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_retention_sum_usage":[[3,1,1,"","LogsRetentionSumUsage"]],"datadog_api_client.v1.model.logs_retention_sum_usage.LogsRetentionSumUsage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_service_remapper":[[3,1,1,"","LogsServiceRemapper"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_service_remapper.LogsServiceRemapper":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_service_remapper_type":[[3,1,1,"","LogsServiceRemapperType"]],"datadog_api_client.v1.model.logs_service_remapper_type.LogsServiceRemapperType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_sort":[[3,1,1,"","LogsSort"]],"datadog_api_client.v1.model.logs_sort.LogsSort":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_status_remapper":[[3,1,1,"","LogsStatusRemapper"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_status_remapper.LogsStatusRemapper":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_status_remapper_type":[[3,1,1,"","LogsStatusRemapperType"]],"datadog_api_client.v1.model.logs_status_remapper_type.LogsStatusRemapperType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_string_builder_processor":[[3,1,1,"","LogsStringBuilderProcessor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_string_builder_processor.LogsStringBuilderProcessor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_string_builder_processor_type":[[3,1,1,"","LogsStringBuilderProcessorType"]],"datadog_api_client.v1.model.logs_string_builder_processor_type.LogsStringBuilderProcessorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_trace_remapper":[[3,1,1,"","LogsTraceRemapper"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_trace_remapper.LogsTraceRemapper":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_trace_remapper_type":[[3,1,1,"","LogsTraceRemapperType"]],"datadog_api_client.v1.model.logs_trace_remapper_type.LogsTraceRemapperType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_url_parser":[[3,1,1,"","LogsURLParser"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_url_parser.LogsURLParser":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_url_parser_type":[[3,1,1,"","LogsURLParserType"]],"datadog_api_client.v1.model.logs_url_parser_type.LogsURLParserType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_user_agent_parser":[[3,1,1,"","LogsUserAgentParser"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_user_agent_parser.LogsUserAgentParser":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_user_agent_parser_type":[[3,1,1,"","LogsUserAgentParserType"]],"datadog_api_client.v1.model.logs_user_agent_parser_type.LogsUserAgentParserType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.metric_content_encoding":[[3,1,1,"","MetricContentEncoding"]],"datadog_api_client.v1.model.metric_content_encoding.MetricContentEncoding":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.metric_metadata":[[3,1,1,"","MetricMetadata"]],"datadog_api_client.v1.model.metric_metadata.MetricMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.metric_search_response":[[3,1,1,"","MetricSearchResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.metric_search_response.MetricSearchResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.metric_search_response_results":[[3,1,1,"","MetricSearchResponseResults"]],"datadog_api_client.v1.model.metric_search_response_results.MetricSearchResponseResults":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.metrics_list_response":[[3,1,1,"","MetricsListResponse"]],"datadog_api_client.v1.model.metrics_list_response.MetricsListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.metrics_payload":[[3,1,1,"","MetricsPayload"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.metrics_payload.MetricsPayload":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.metrics_query_metadata":[[3,1,1,"","MetricsQueryMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.metrics_query_metadata.MetricsQueryMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.metrics_query_response":[[3,1,1,"","MetricsQueryResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.metrics_query_response.MetricsQueryResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.metrics_query_unit":[[3,1,1,"","MetricsQueryUnit"]],"datadog_api_client.v1.model.metrics_query_unit.MetricsQueryUnit":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor":[[3,1,1,"","Monitor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor.Monitor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.monitor_device_id":[[3,1,1,"","MonitorDeviceID"]],"datadog_api_client.v1.model.monitor_device_id.MonitorDeviceID":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_aggregation":[[3,1,1,"","MonitorFormulaAndFunctionEventAggregation"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_aggregation.MonitorFormulaAndFunctionEventAggregation":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_definition":[[3,1,1,"","MonitorFormulaAndFunctionEventQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_definition.MonitorFormulaAndFunctionEventQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_definition_compute":[[3,1,1,"","MonitorFormulaAndFunctionEventQueryDefinitionCompute"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_definition_compute.MonitorFormulaAndFunctionEventQueryDefinitionCompute":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_definition_search":[[3,1,1,"","MonitorFormulaAndFunctionEventQueryDefinitionSearch"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_definition_search.MonitorFormulaAndFunctionEventQueryDefinitionSearch":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_group_by":[[3,1,1,"","MonitorFormulaAndFunctionEventQueryGroupBy"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_group_by.MonitorFormulaAndFunctionEventQueryGroupBy":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_group_by_sort":[[3,1,1,"","MonitorFormulaAndFunctionEventQueryGroupBySort"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_group_by_sort.MonitorFormulaAndFunctionEventQueryGroupBySort":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_events_data_source":[[3,1,1,"","MonitorFormulaAndFunctionEventsDataSource"]],"datadog_api_client.v1.model.monitor_formula_and_function_events_data_source.MonitorFormulaAndFunctionEventsDataSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_query_definition":[[3,1,1,"","MonitorFormulaAndFunctionQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_group_search_response":[[3,1,1,"","MonitorGroupSearchResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_group_search_response.MonitorGroupSearchResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_group_search_response_counts":[[3,1,1,"","MonitorGroupSearchResponseCounts"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_group_search_response_counts.MonitorGroupSearchResponseCounts":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_group_search_result":[[3,1,1,"","MonitorGroupSearchResult"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_group_search_result.MonitorGroupSearchResult":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_options":[[3,1,1,"","MonitorOptions"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_options.MonitorOptions":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.monitor_options_aggregation":[[3,1,1,"","MonitorOptionsAggregation"]],"datadog_api_client.v1.model.monitor_options_aggregation.MonitorOptionsAggregation":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_overall_states":[[3,1,1,"","MonitorOverallStates"]],"datadog_api_client.v1.model.monitor_overall_states.MonitorOverallStates":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_renotify_status_type":[[3,1,1,"","MonitorRenotifyStatusType"]],"datadog_api_client.v1.model.monitor_renotify_status_type.MonitorRenotifyStatusType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_search_count":[[3,1,1,"","MonitorSearchCount"]],"datadog_api_client.v1.model.monitor_search_count.MonitorSearchCount":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_search_response":[[3,1,1,"","MonitorSearchResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_search_response.MonitorSearchResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_search_response_counts":[[3,1,1,"","MonitorSearchResponseCounts"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_search_response_counts.MonitorSearchResponseCounts":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_search_response_metadata":[[3,1,1,"","MonitorSearchResponseMetadata"]],"datadog_api_client.v1.model.monitor_search_response_metadata.MonitorSearchResponseMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_search_result":[[3,1,1,"","MonitorSearchResult"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_search_result.MonitorSearchResult":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_search_result_notification":[[3,1,1,"","MonitorSearchResultNotification"]],"datadog_api_client.v1.model.monitor_search_result_notification.MonitorSearchResultNotification":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_state":[[3,1,1,"","MonitorState"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_state.MonitorState":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_state_group":[[3,1,1,"","MonitorStateGroup"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_state_group.MonitorStateGroup":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_summary_widget_definition":[[3,1,1,"","MonitorSummaryWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_summary_widget_definition.MonitorSummaryWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_summary_widget_definition_type":[[3,1,1,"","MonitorSummaryWidgetDefinitionType"]],"datadog_api_client.v1.model.monitor_summary_widget_definition_type.MonitorSummaryWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_threshold_window_options":[[3,1,1,"","MonitorThresholdWindowOptions"]],"datadog_api_client.v1.model.monitor_threshold_window_options.MonitorThresholdWindowOptions":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_thresholds":[[3,1,1,"","MonitorThresholds"]],"datadog_api_client.v1.model.monitor_thresholds.MonitorThresholds":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_type":[[3,1,1,"","MonitorType"]],"datadog_api_client.v1.model.monitor_type.MonitorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_update_request":[[3,1,1,"","MonitorUpdateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_update_request.MonitorUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.monthly_usage_attribution_body":[[3,1,1,"","MonthlyUsageAttributionBody"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monthly_usage_attribution_body.MonthlyUsageAttributionBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monthly_usage_attribution_metadata":[[3,1,1,"","MonthlyUsageAttributionMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monthly_usage_attribution_metadata.MonthlyUsageAttributionMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monthly_usage_attribution_pagination":[[3,1,1,"","MonthlyUsageAttributionPagination"]],"datadog_api_client.v1.model.monthly_usage_attribution_pagination.MonthlyUsageAttributionPagination":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monthly_usage_attribution_response":[[3,1,1,"","MonthlyUsageAttributionResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monthly_usage_attribution_response.MonthlyUsageAttributionResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monthly_usage_attribution_supported_metrics":[[3,1,1,"","MonthlyUsageAttributionSupportedMetrics"]],"datadog_api_client.v1.model.monthly_usage_attribution_supported_metrics.MonthlyUsageAttributionSupportedMetrics":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monthly_usage_attribution_values":[[3,1,1,"","MonthlyUsageAttributionValues"]],"datadog_api_client.v1.model.monthly_usage_attribution_values.MonthlyUsageAttributionValues":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.note_widget_definition":[[3,1,1,"","NoteWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.note_widget_definition.NoteWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.note_widget_definition_type":[[3,1,1,"","NoteWidgetDefinitionType"]],"datadog_api_client.v1.model.note_widget_definition_type.NoteWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_absolute_time":[[3,1,1,"","NotebookAbsoluteTime"]],"datadog_api_client.v1.model.notebook_absolute_time.NotebookAbsoluteTime":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_author":[[3,1,1,"","NotebookAuthor"]],"datadog_api_client.v1.model.notebook_author.NotebookAuthor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_cell_create_request":[[3,1,1,"","NotebookCellCreateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_cell_create_request.NotebookCellCreateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_cell_create_request_attributes":[[3,1,1,"","NotebookCellCreateRequestAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_cell_resource_type":[[3,1,1,"","NotebookCellResourceType"]],"datadog_api_client.v1.model.notebook_cell_resource_type.NotebookCellResourceType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_cell_response":[[3,1,1,"","NotebookCellResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_cell_response.NotebookCellResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_cell_response_attributes":[[3,1,1,"","NotebookCellResponseAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_cell_time":[[3,1,1,"","NotebookCellTime"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_cell_update_request":[[3,1,1,"","NotebookCellUpdateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_cell_update_request.NotebookCellUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_cell_update_request_attributes":[[3,1,1,"","NotebookCellUpdateRequestAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_create_data":[[3,1,1,"","NotebookCreateData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_create_data.NotebookCreateData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_create_data_attributes":[[3,1,1,"","NotebookCreateDataAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_create_data_attributes.NotebookCreateDataAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.notebook_create_request":[[3,1,1,"","NotebookCreateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_create_request.NotebookCreateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_distribution_cell_attributes":[[3,1,1,"","NotebookDistributionCellAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_distribution_cell_attributes.NotebookDistributionCellAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_global_time":[[3,1,1,"","NotebookGlobalTime"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_graph_size":[[3,1,1,"","NotebookGraphSize"]],"datadog_api_client.v1.model.notebook_graph_size.NotebookGraphSize":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_heat_map_cell_attributes":[[3,1,1,"","NotebookHeatMapCellAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_heat_map_cell_attributes.NotebookHeatMapCellAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_log_stream_cell_attributes":[[3,1,1,"","NotebookLogStreamCellAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_log_stream_cell_attributes.NotebookLogStreamCellAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_markdown_cell_attributes":[[3,1,1,"","NotebookMarkdownCellAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_markdown_cell_attributes.NotebookMarkdownCellAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_markdown_cell_definition":[[3,1,1,"","NotebookMarkdownCellDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_markdown_cell_definition.NotebookMarkdownCellDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_markdown_cell_definition_type":[[3,1,1,"","NotebookMarkdownCellDefinitionType"]],"datadog_api_client.v1.model.notebook_markdown_cell_definition_type.NotebookMarkdownCellDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_metadata":[[3,1,1,"","NotebookMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_metadata.NotebookMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_metadata_type":[[3,1,1,"","NotebookMetadataType"]],"datadog_api_client.v1.model.notebook_metadata_type.NotebookMetadataType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_relative_time":[[3,1,1,"","NotebookRelativeTime"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_relative_time.NotebookRelativeTime":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_resource_type":[[3,1,1,"","NotebookResourceType"]],"datadog_api_client.v1.model.notebook_resource_type.NotebookResourceType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_response":[[3,1,1,"","NotebookResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_response.NotebookResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_response_data":[[3,1,1,"","NotebookResponseData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_response_data.NotebookResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.notebook_response_data_attributes":[[3,1,1,"","NotebookResponseDataAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_response_data_attributes.NotebookResponseDataAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.notebook_split_by":[[3,1,1,"","NotebookSplitBy"]],"datadog_api_client.v1.model.notebook_split_by.NotebookSplitBy":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_status":[[3,1,1,"","NotebookStatus"]],"datadog_api_client.v1.model.notebook_status.NotebookStatus":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_timeseries_cell_attributes":[[3,1,1,"","NotebookTimeseriesCellAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_timeseries_cell_attributes.NotebookTimeseriesCellAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_toplist_cell_attributes":[[3,1,1,"","NotebookToplistCellAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_toplist_cell_attributes.NotebookToplistCellAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_update_cell":[[3,1,1,"","NotebookUpdateCell"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_update_data":[[3,1,1,"","NotebookUpdateData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_update_data.NotebookUpdateData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_update_data_attributes":[[3,1,1,"","NotebookUpdateDataAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_update_data_attributes.NotebookUpdateDataAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.notebook_update_request":[[3,1,1,"","NotebookUpdateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_update_request.NotebookUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebooks_response":[[3,1,1,"","NotebooksResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebooks_response.NotebooksResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebooks_response_data":[[3,1,1,"","NotebooksResponseData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebooks_response_data.NotebooksResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.notebooks_response_data_attributes":[[3,1,1,"","NotebooksResponseDataAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebooks_response_data_attributes.NotebooksResponseDataAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.notebooks_response_meta":[[3,1,1,"","NotebooksResponseMeta"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebooks_response_meta.NotebooksResponseMeta":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebooks_response_page":[[3,1,1,"","NotebooksResponsePage"]],"datadog_api_client.v1.model.notebooks_response_page.NotebooksResponsePage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization":[[3,1,1,"","Organization"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.organization.Organization":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.organization_billing":[[3,1,1,"","OrganizationBilling"]],"datadog_api_client.v1.model.organization_billing.OrganizationBilling":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_create_body":[[3,1,1,"","OrganizationCreateBody"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.organization_create_body.OrganizationCreateBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.organization_create_response":[[3,1,1,"","OrganizationCreateResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.organization_create_response.OrganizationCreateResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_list_response":[[3,1,1,"","OrganizationListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.organization_list_response.OrganizationListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_response":[[3,1,1,"","OrganizationResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.organization_response.OrganizationResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_settings":[[3,1,1,"","OrganizationSettings"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.organization_settings.OrganizationSettings":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_settings_saml":[[3,1,1,"","OrganizationSettingsSaml"]],"datadog_api_client.v1.model.organization_settings_saml.OrganizationSettingsSaml":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_settings_saml_autocreate_users_domains":[[3,1,1,"","OrganizationSettingsSamlAutocreateUsersDomains"]],"datadog_api_client.v1.model.organization_settings_saml_autocreate_users_domains.OrganizationSettingsSamlAutocreateUsersDomains":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_settings_saml_idp_initiated_login":[[3,1,1,"","OrganizationSettingsSamlIdpInitiatedLogin"]],"datadog_api_client.v1.model.organization_settings_saml_idp_initiated_login.OrganizationSettingsSamlIdpInitiatedLogin":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_settings_saml_strict_mode":[[3,1,1,"","OrganizationSettingsSamlStrictMode"]],"datadog_api_client.v1.model.organization_settings_saml_strict_mode.OrganizationSettingsSamlStrictMode":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_subscription":[[3,1,1,"","OrganizationSubscription"]],"datadog_api_client.v1.model.organization_subscription.OrganizationSubscription":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.pager_duty_service":[[3,1,1,"","PagerDutyService"]],"datadog_api_client.v1.model.pager_duty_service.PagerDutyService":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.pager_duty_service_key":[[3,1,1,"","PagerDutyServiceKey"]],"datadog_api_client.v1.model.pager_duty_service_key.PagerDutyServiceKey":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.pager_duty_service_name":[[3,1,1,"","PagerDutyServiceName"]],"datadog_api_client.v1.model.pager_duty_service_name.PagerDutyServiceName":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.pagination":[[3,1,1,"","Pagination"]],"datadog_api_client.v1.model.pagination.Pagination":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.point":[[3,1,1,"","Point"]],"datadog_api_client.v1.model.point.Point":[[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.process_query_definition":[[3,1,1,"","ProcessQueryDefinition"]],"datadog_api_client.v1.model.process_query_definition.ProcessQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.query_sort_order":[[3,1,1,"","QuerySortOrder"]],"datadog_api_client.v1.model.query_sort_order.QuerySortOrder":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.query_value_widget_definition":[[3,1,1,"","QueryValueWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.query_value_widget_definition.QueryValueWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.query_value_widget_definition_type":[[3,1,1,"","QueryValueWidgetDefinitionType"]],"datadog_api_client.v1.model.query_value_widget_definition_type.QueryValueWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.query_value_widget_request":[[3,1,1,"","QueryValueWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.query_value_widget_request.QueryValueWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.response_meta_attributes":[[3,1,1,"","ResponseMetaAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.response_meta_attributes.ResponseMetaAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatter_plot_request":[[3,1,1,"","ScatterPlotRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.scatter_plot_request.ScatterPlotRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatter_plot_widget_definition":[[3,1,1,"","ScatterPlotWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.scatter_plot_widget_definition.ScatterPlotWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatter_plot_widget_definition_requests":[[3,1,1,"","ScatterPlotWidgetDefinitionRequests"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.scatter_plot_widget_definition_requests.ScatterPlotWidgetDefinitionRequests":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatter_plot_widget_definition_type":[[3,1,1,"","ScatterPlotWidgetDefinitionType"]],"datadog_api_client.v1.model.scatter_plot_widget_definition_type.ScatterPlotWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatterplot_dimension":[[3,1,1,"","ScatterplotDimension"]],"datadog_api_client.v1.model.scatterplot_dimension.ScatterplotDimension":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatterplot_table_request":[[3,1,1,"","ScatterplotTableRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.scatterplot_table_request.ScatterplotTableRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatterplot_widget_aggregator":[[3,1,1,"","ScatterplotWidgetAggregator"]],"datadog_api_client.v1.model.scatterplot_widget_aggregator.ScatterplotWidgetAggregator":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatterplot_widget_formula":[[3,1,1,"","ScatterplotWidgetFormula"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.scatterplot_widget_formula.ScatterplotWidgetFormula":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.series":[[3,1,1,"","Series"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.series.Series":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_check":[[3,1,1,"","ServiceCheck"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.service_check.ServiceCheck":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_check_status":[[3,1,1,"","ServiceCheckStatus"]],"datadog_api_client.v1.model.service_check_status.ServiceCheckStatus":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_checks":[[3,1,1,"","ServiceChecks"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.service_checks.ServiceChecks":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_level_objective":[[3,1,1,"","ServiceLevelObjective"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.service_level_objective.ServiceLevelObjective":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.service_level_objective_query":[[3,1,1,"","ServiceLevelObjectiveQuery"]],"datadog_api_client.v1.model.service_level_objective_query.ServiceLevelObjectiveQuery":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_level_objective_request":[[3,1,1,"","ServiceLevelObjectiveRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.service_level_objective_request.ServiceLevelObjectiveRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_map_widget_definition":[[3,1,1,"","ServiceMapWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.service_map_widget_definition.ServiceMapWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.service_map_widget_definition_type":[[3,1,1,"","ServiceMapWidgetDefinitionType"]],"datadog_api_client.v1.model.service_map_widget_definition_type.ServiceMapWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_summary_widget_definition":[[3,1,1,"","ServiceSummaryWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.service_summary_widget_definition.ServiceSummaryWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_summary_widget_definition_type":[[3,1,1,"","ServiceSummaryWidgetDefinitionType"]],"datadog_api_client.v1.model.service_summary_widget_definition_type.ServiceSummaryWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slack_integration_channel":[[3,1,1,"","SlackIntegrationChannel"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slack_integration_channel.SlackIntegrationChannel":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slack_integration_channel_display":[[3,1,1,"","SlackIntegrationChannelDisplay"]],"datadog_api_client.v1.model.slack_integration_channel_display.SlackIntegrationChannelDisplay":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slack_integration_channels":[[3,1,1,"","SlackIntegrationChannels"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slack_integration_channels.SlackIntegrationChannels":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_bulk_delete":[[3,1,1,"","SLOBulkDelete"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_bulk_delete.SLOBulkDelete":[[3,6,1,"","additional_properties_type"]],"datadog_api_client.v1.model.slo_bulk_delete_error":[[3,1,1,"","SLOBulkDeleteError"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_bulk_delete_error.SLOBulkDeleteError":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_bulk_delete_response":[[3,1,1,"","SLOBulkDeleteResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_bulk_delete_response.SLOBulkDeleteResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_bulk_delete_response_data":[[3,1,1,"","SLOBulkDeleteResponseData"]],"datadog_api_client.v1.model.slo_bulk_delete_response_data.SLOBulkDeleteResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction":[[3,1,1,"","SLOCorrection"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction.SLOCorrection":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_category":[[3,1,1,"","SLOCorrectionCategory"]],"datadog_api_client.v1.model.slo_correction_category.SLOCorrectionCategory":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_create_data":[[3,1,1,"","SLOCorrectionCreateData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_create_data.SLOCorrectionCreateData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_create_request":[[3,1,1,"","SLOCorrectionCreateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_create_request.SLOCorrectionCreateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_create_request_attributes":[[3,1,1,"","SLOCorrectionCreateRequestAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_create_request_attributes.SLOCorrectionCreateRequestAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_list_response":[[3,1,1,"","SLOCorrectionListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_list_response.SLOCorrectionListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_response":[[3,1,1,"","SLOCorrectionResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_response.SLOCorrectionResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_response_attributes":[[3,1,1,"","SLOCorrectionResponseAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_response_attributes.SLOCorrectionResponseAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.slo_correction_response_attributes_modifier":[[3,1,1,"","SLOCorrectionResponseAttributesModifier"]],"datadog_api_client.v1.model.slo_correction_response_attributes_modifier.SLOCorrectionResponseAttributesModifier":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_type":[[3,1,1,"","SLOCorrectionType"]],"datadog_api_client.v1.model.slo_correction_type.SLOCorrectionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_update_data":[[3,1,1,"","SLOCorrectionUpdateData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_update_data.SLOCorrectionUpdateData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_update_request":[[3,1,1,"","SLOCorrectionUpdateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_update_request.SLOCorrectionUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_update_request_attributes":[[3,1,1,"","SLOCorrectionUpdateRequestAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_update_request_attributes.SLOCorrectionUpdateRequestAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_delete_response":[[3,1,1,"","SLODeleteResponse"]],"datadog_api_client.v1.model.slo_delete_response.SLODeleteResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_error_budget_remaining_data":[[3,1,1,"","SLOErrorBudgetRemainingData"]],"datadog_api_client.v1.model.slo_error_budget_remaining_data.SLOErrorBudgetRemainingData":[[3,6,1,"","additional_properties_type"]],"datadog_api_client.v1.model.slo_error_timeframe":[[3,1,1,"","SLOErrorTimeframe"]],"datadog_api_client.v1.model.slo_error_timeframe.SLOErrorTimeframe":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_metrics":[[3,1,1,"","SLOHistoryMetrics"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_metrics.SLOHistoryMetrics":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_metrics_series":[[3,1,1,"","SLOHistoryMetricsSeries"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_metrics_series.SLOHistoryMetricsSeries":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_metrics_series_metadata":[[3,1,1,"","SLOHistoryMetricsSeriesMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_metrics_series_metadata.SLOHistoryMetricsSeriesMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_metrics_series_metadata_unit":[[3,1,1,"","SLOHistoryMetricsSeriesMetadataUnit"]],"datadog_api_client.v1.model.slo_history_metrics_series_metadata_unit.SLOHistoryMetricsSeriesMetadataUnit":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_monitor":[[3,1,1,"","SLOHistoryMonitor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_monitor.SLOHistoryMonitor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_response":[[3,1,1,"","SLOHistoryResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_response.SLOHistoryResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_response_data":[[3,1,1,"","SLOHistoryResponseData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_response_data.SLOHistoryResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_response_error":[[3,1,1,"","SLOHistoryResponseError"]],"datadog_api_client.v1.model.slo_history_response_error.SLOHistoryResponseError":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_response_error_with_type":[[3,1,1,"","SLOHistoryResponseErrorWithType"]],"datadog_api_client.v1.model.slo_history_response_error_with_type.SLOHistoryResponseErrorWithType":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_sli_data":[[3,1,1,"","SLOHistorySLIData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_sli_data.SLOHistorySLIData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_list_response":[[3,1,1,"","SLOListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_list_response.SLOListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_list_response_metadata":[[3,1,1,"","SLOListResponseMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_list_response_metadata.SLOListResponseMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_list_response_metadata_page":[[3,1,1,"","SLOListResponseMetadataPage"]],"datadog_api_client.v1.model.slo_list_response_metadata_page.SLOListResponseMetadataPage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_response":[[3,1,1,"","SLOResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_response.SLOResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_response_data":[[3,1,1,"","SLOResponseData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_response_data.SLOResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.slo_threshold":[[3,1,1,"","SLOThreshold"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_threshold.SLOThreshold":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_timeframe":[[3,1,1,"","SLOTimeframe"]],"datadog_api_client.v1.model.slo_timeframe.SLOTimeframe":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_type":[[3,1,1,"","SLOType"]],"datadog_api_client.v1.model.slo_type.SLOType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_type_numeric":[[3,1,1,"","SLOTypeNumeric"]],"datadog_api_client.v1.model.slo_type_numeric.SLOTypeNumeric":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_widget_definition":[[3,1,1,"","SLOWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_widget_definition.SLOWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_widget_definition_type":[[3,1,1,"","SLOWidgetDefinitionType"]],"datadog_api_client.v1.model.slo_widget_definition_type.SLOWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.sunburst_widget_definition":[[3,1,1,"","SunburstWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.sunburst_widget_definition.SunburstWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.sunburst_widget_definition_type":[[3,1,1,"","SunburstWidgetDefinitionType"]],"datadog_api_client.v1.model.sunburst_widget_definition_type.SunburstWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.sunburst_widget_legend":[[3,1,1,"","SunburstWidgetLegend"]],"datadog_api_client.v1.model.sunburst_widget_legend_inline_automatic":[[3,1,1,"","SunburstWidgetLegendInlineAutomatic"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.sunburst_widget_legend_inline_automatic.SunburstWidgetLegendInlineAutomatic":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.sunburst_widget_legend_inline_automatic_type":[[3,1,1,"","SunburstWidgetLegendInlineAutomaticType"]],"datadog_api_client.v1.model.sunburst_widget_legend_inline_automatic_type.SunburstWidgetLegendInlineAutomaticType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.sunburst_widget_legend_table":[[3,1,1,"","SunburstWidgetLegendTable"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.sunburst_widget_legend_table.SunburstWidgetLegendTable":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.sunburst_widget_legend_table_type":[[3,1,1,"","SunburstWidgetLegendTableType"]],"datadog_api_client.v1.model.sunburst_widget_legend_table_type.SunburstWidgetLegendTableType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.sunburst_widget_request":[[3,1,1,"","SunburstWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.sunburst_widget_request.SunburstWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_step":[[3,1,1,"","SyntheticsAPIStep"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_step.SyntheticsAPIStep":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_step_subtype":[[3,1,1,"","SyntheticsAPIStepSubtype"]],"datadog_api_client.v1.model.synthetics_api_step_subtype.SyntheticsAPIStepSubtype":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test":[[3,1,1,"","SyntheticsAPITest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test.SyntheticsAPITest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_api_test_config":[[3,1,1,"","SyntheticsAPITestConfig"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_config.SyntheticsAPITestConfig":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_failure_code":[[3,1,1,"","SyntheticsApiTestFailureCode"]],"datadog_api_client.v1.model.synthetics_api_test_failure_code.SyntheticsApiTestFailureCode":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_result_data":[[3,1,1,"","SyntheticsAPITestResultData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_result_data.SyntheticsAPITestResultData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_result_failure":[[3,1,1,"","SyntheticsApiTestResultFailure"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_result_failure.SyntheticsApiTestResultFailure":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_result_full":[[3,1,1,"","SyntheticsAPITestResultFull"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_result_full.SyntheticsAPITestResultFull":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_result_full_check":[[3,1,1,"","SyntheticsAPITestResultFullCheck"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_result_full_check.SyntheticsAPITestResultFullCheck":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_result_short":[[3,1,1,"","SyntheticsAPITestResultShort"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_result_short.SyntheticsAPITestResultShort":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_result_short_result":[[3,1,1,"","SyntheticsAPITestResultShortResult"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_result_short_result.SyntheticsAPITestResultShortResult":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_type":[[3,1,1,"","SyntheticsAPITestType"]],"datadog_api_client.v1.model.synthetics_api_test_type.SyntheticsAPITestType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_assertion":[[3,1,1,"","SyntheticsAssertion"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_assertion_json_path_operator":[[3,1,1,"","SyntheticsAssertionJSONPathOperator"]],"datadog_api_client.v1.model.synthetics_assertion_json_path_operator.SyntheticsAssertionJSONPathOperator":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_assertion_json_path_target":[[3,1,1,"","SyntheticsAssertionJSONPathTarget"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_assertion_json_path_target.SyntheticsAssertionJSONPathTarget":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_assertion_json_path_target_target":[[3,1,1,"","SyntheticsAssertionJSONPathTargetTarget"]],"datadog_api_client.v1.model.synthetics_assertion_json_path_target_target.SyntheticsAssertionJSONPathTargetTarget":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_assertion_operator":[[3,1,1,"","SyntheticsAssertionOperator"]],"datadog_api_client.v1.model.synthetics_assertion_operator.SyntheticsAssertionOperator":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_assertion_target":[[3,1,1,"","SyntheticsAssertionTarget"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_assertion_target.SyntheticsAssertionTarget":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_assertion_type":[[3,1,1,"","SyntheticsAssertionType"]],"datadog_api_client.v1.model.synthetics_assertion_type.SyntheticsAssertionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_basic_auth":[[3,1,1,"","SyntheticsBasicAuth"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_basic_auth_ntlm":[[3,1,1,"","SyntheticsBasicAuthNTLM"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_basic_auth_ntlm.SyntheticsBasicAuthNTLM":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_basic_auth_ntlm_type":[[3,1,1,"","SyntheticsBasicAuthNTLMType"]],"datadog_api_client.v1.model.synthetics_basic_auth_ntlm_type.SyntheticsBasicAuthNTLMType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_basic_auth_sigv4":[[3,1,1,"","SyntheticsBasicAuthSigv4"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_basic_auth_sigv4.SyntheticsBasicAuthSigv4":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_basic_auth_sigv4_type":[[3,1,1,"","SyntheticsBasicAuthSigv4Type"]],"datadog_api_client.v1.model.synthetics_basic_auth_sigv4_type.SyntheticsBasicAuthSigv4Type":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_basic_auth_web":[[3,1,1,"","SyntheticsBasicAuthWeb"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_basic_auth_web.SyntheticsBasicAuthWeb":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_basic_auth_web_type":[[3,1,1,"","SyntheticsBasicAuthWebType"]],"datadog_api_client.v1.model.synthetics_basic_auth_web_type.SyntheticsBasicAuthWebType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_batch_details":[[3,1,1,"","SyntheticsBatchDetails"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_batch_details.SyntheticsBatchDetails":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_batch_details_data":[[3,1,1,"","SyntheticsBatchDetailsData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_batch_details_data.SyntheticsBatchDetailsData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_batch_result":[[3,1,1,"","SyntheticsBatchResult"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_batch_result.SyntheticsBatchResult":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_error":[[3,1,1,"","SyntheticsBrowserError"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_error.SyntheticsBrowserError":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_error_type":[[3,1,1,"","SyntheticsBrowserErrorType"]],"datadog_api_client.v1.model.synthetics_browser_error_type.SyntheticsBrowserErrorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test":[[3,1,1,"","SyntheticsBrowserTest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test.SyntheticsBrowserTest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_browser_test_config":[[3,1,1,"","SyntheticsBrowserTestConfig"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_config.SyntheticsBrowserTestConfig":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_failure_code":[[3,1,1,"","SyntheticsBrowserTestFailureCode"]],"datadog_api_client.v1.model.synthetics_browser_test_failure_code.SyntheticsBrowserTestFailureCode":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_result_data":[[3,1,1,"","SyntheticsBrowserTestResultData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_result_data.SyntheticsBrowserTestResultData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_result_failure":[[3,1,1,"","SyntheticsBrowserTestResultFailure"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_result_failure.SyntheticsBrowserTestResultFailure":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_result_full":[[3,1,1,"","SyntheticsBrowserTestResultFull"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_result_full.SyntheticsBrowserTestResultFull":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_result_full_check":[[3,1,1,"","SyntheticsBrowserTestResultFullCheck"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_result_full_check.SyntheticsBrowserTestResultFullCheck":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_result_short":[[3,1,1,"","SyntheticsBrowserTestResultShort"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_result_short.SyntheticsBrowserTestResultShort":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_result_short_result":[[3,1,1,"","SyntheticsBrowserTestResultShortResult"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_result_short_result.SyntheticsBrowserTestResultShortResult":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_type":[[3,1,1,"","SyntheticsBrowserTestType"]],"datadog_api_client.v1.model.synthetics_browser_test_type.SyntheticsBrowserTestType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_variable":[[3,1,1,"","SyntheticsBrowserVariable"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_variable.SyntheticsBrowserVariable":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_variable_type":[[3,1,1,"","SyntheticsBrowserVariableType"]],"datadog_api_client.v1.model.synthetics_browser_variable_type.SyntheticsBrowserVariableType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_check_type":[[3,1,1,"","SyntheticsCheckType"]],"datadog_api_client.v1.model.synthetics_check_type.SyntheticsCheckType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata":[[3,1,1,"","SyntheticsCIBatchMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata.SyntheticsCIBatchMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_ci":[[3,1,1,"","SyntheticsCIBatchMetadataCI"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_ci.SyntheticsCIBatchMetadataCI":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_git":[[3,1,1,"","SyntheticsCIBatchMetadataGit"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_git.SyntheticsCIBatchMetadataGit":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_pipeline":[[3,1,1,"","SyntheticsCIBatchMetadataPipeline"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_pipeline.SyntheticsCIBatchMetadataPipeline":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_provider":[[3,1,1,"","SyntheticsCIBatchMetadataProvider"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_provider.SyntheticsCIBatchMetadataProvider":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_test":[[3,1,1,"","SyntheticsCITest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_ci_test.SyntheticsCITest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_test_body":[[3,1,1,"","SyntheticsCITestBody"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_ci_test_body.SyntheticsCITestBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_config_variable":[[3,1,1,"","SyntheticsConfigVariable"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_config_variable.SyntheticsConfigVariable":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_config_variable_type":[[3,1,1,"","SyntheticsConfigVariableType"]],"datadog_api_client.v1.model.synthetics_config_variable_type.SyntheticsConfigVariableType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_core_web_vitals":[[3,1,1,"","SyntheticsCoreWebVitals"]],"datadog_api_client.v1.model.synthetics_core_web_vitals.SyntheticsCoreWebVitals":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_delete_tests_payload":[[3,1,1,"","SyntheticsDeleteTestsPayload"]],"datadog_api_client.v1.model.synthetics_delete_tests_payload.SyntheticsDeleteTestsPayload":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_delete_tests_response":[[3,1,1,"","SyntheticsDeleteTestsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_delete_tests_response.SyntheticsDeleteTestsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_deleted_test":[[3,1,1,"","SyntheticsDeletedTest"]],"datadog_api_client.v1.model.synthetics_deleted_test.SyntheticsDeletedTest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_device":[[3,1,1,"","SyntheticsDevice"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_device.SyntheticsDevice":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_device_id":[[3,1,1,"","SyntheticsDeviceID"]],"datadog_api_client.v1.model.synthetics_device_id.SyntheticsDeviceID":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_get_api_test_latest_results_response":[[3,1,1,"","SyntheticsGetAPITestLatestResultsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_get_api_test_latest_results_response.SyntheticsGetAPITestLatestResultsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_get_browser_test_latest_results_response":[[3,1,1,"","SyntheticsGetBrowserTestLatestResultsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_get_browser_test_latest_results_response.SyntheticsGetBrowserTestLatestResultsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_global_variable":[[3,1,1,"","SyntheticsGlobalVariable"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_global_variable.SyntheticsGlobalVariable":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_global_variable_attributes":[[3,1,1,"","SyntheticsGlobalVariableAttributes"]],"datadog_api_client.v1.model.synthetics_global_variable_attributes.SyntheticsGlobalVariableAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_global_variable_parse_test_options":[[3,1,1,"","SyntheticsGlobalVariableParseTestOptions"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_global_variable_parse_test_options.SyntheticsGlobalVariableParseTestOptions":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_global_variable_parse_test_options_type":[[3,1,1,"","SyntheticsGlobalVariableParseTestOptionsType"]],"datadog_api_client.v1.model.synthetics_global_variable_parse_test_options_type.SyntheticsGlobalVariableParseTestOptionsType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_global_variable_parser_type":[[3,1,1,"","SyntheticsGlobalVariableParserType"]],"datadog_api_client.v1.model.synthetics_global_variable_parser_type.SyntheticsGlobalVariableParserType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_global_variable_value":[[3,1,1,"","SyntheticsGlobalVariableValue"]],"datadog_api_client.v1.model.synthetics_global_variable_value.SyntheticsGlobalVariableValue":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_list_global_variables_response":[[3,1,1,"","SyntheticsListGlobalVariablesResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_list_global_variables_response.SyntheticsListGlobalVariablesResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_list_tests_response":[[3,1,1,"","SyntheticsListTestsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_list_tests_response.SyntheticsListTestsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_location":[[3,1,1,"","SyntheticsLocation"]],"datadog_api_client.v1.model.synthetics_location.SyntheticsLocation":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_locations":[[3,1,1,"","SyntheticsLocations"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_locations.SyntheticsLocations":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_parsing_options":[[3,1,1,"","SyntheticsParsingOptions"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_parsing_options.SyntheticsParsingOptions":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_playing_tab":[[3,1,1,"","SyntheticsPlayingTab"]],"datadog_api_client.v1.model.synthetics_playing_tab.SyntheticsPlayingTab":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_private_location":[[3,1,1,"","SyntheticsPrivateLocation"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_private_location.SyntheticsPrivateLocation":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_private_location_creation_response":[[3,1,1,"","SyntheticsPrivateLocationCreationResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_private_location_creation_response.SyntheticsPrivateLocationCreationResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_private_location_creation_response_result_encryption":[[3,1,1,"","SyntheticsPrivateLocationCreationResponseResultEncryption"]],"datadog_api_client.v1.model.synthetics_private_location_creation_response_result_encryption.SyntheticsPrivateLocationCreationResponseResultEncryption":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_private_location_secrets":[[3,1,1,"","SyntheticsPrivateLocationSecrets"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_private_location_secrets.SyntheticsPrivateLocationSecrets":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_private_location_secrets_authentication":[[3,1,1,"","SyntheticsPrivateLocationSecretsAuthentication"]],"datadog_api_client.v1.model.synthetics_private_location_secrets_authentication.SyntheticsPrivateLocationSecretsAuthentication":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_private_location_secrets_config_decryption":[[3,1,1,"","SyntheticsPrivateLocationSecretsConfigDecryption"]],"datadog_api_client.v1.model.synthetics_private_location_secrets_config_decryption.SyntheticsPrivateLocationSecretsConfigDecryption":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_ssl_certificate":[[3,1,1,"","SyntheticsSSLCertificate"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_ssl_certificate.SyntheticsSSLCertificate":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ssl_certificate_issuer":[[3,1,1,"","SyntheticsSSLCertificateIssuer"]],"datadog_api_client.v1.model.synthetics_ssl_certificate_issuer.SyntheticsSSLCertificateIssuer":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ssl_certificate_subject":[[3,1,1,"","SyntheticsSSLCertificateSubject"]],"datadog_api_client.v1.model.synthetics_ssl_certificate_subject.SyntheticsSSLCertificateSubject":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_status":[[3,1,1,"","SyntheticsStatus"]],"datadog_api_client.v1.model.synthetics_status.SyntheticsStatus":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_step":[[3,1,1,"","SyntheticsStep"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_step.SyntheticsStep":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_step_detail":[[3,1,1,"","SyntheticsStepDetail"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_step_detail.SyntheticsStepDetail":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_step_detail_warning":[[3,1,1,"","SyntheticsStepDetailWarning"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_step_detail_warning.SyntheticsStepDetailWarning":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_step_type":[[3,1,1,"","SyntheticsStepType"]],"datadog_api_client.v1.model.synthetics_step_type.SyntheticsStepType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_config":[[3,1,1,"","SyntheticsTestConfig"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_test_config.SyntheticsTestConfig":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_details":[[3,1,1,"","SyntheticsTestDetails"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_test_details.SyntheticsTestDetails":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_test_details_sub_type":[[3,1,1,"","SyntheticsTestDetailsSubType"]],"datadog_api_client.v1.model.synthetics_test_details_sub_type.SyntheticsTestDetailsSubType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_details_type":[[3,1,1,"","SyntheticsTestDetailsType"]],"datadog_api_client.v1.model.synthetics_test_details_type.SyntheticsTestDetailsType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_execution_rule":[[3,1,1,"","SyntheticsTestExecutionRule"]],"datadog_api_client.v1.model.synthetics_test_execution_rule.SyntheticsTestExecutionRule":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_headers":[[3,1,1,"","SyntheticsTestHeaders"]],"datadog_api_client.v1.model.synthetics_test_headers.SyntheticsTestHeaders":[[3,6,1,"","additional_properties_type"]],"datadog_api_client.v1.model.synthetics_test_monitor_status":[[3,1,1,"","SyntheticsTestMonitorStatus"]],"datadog_api_client.v1.model.synthetics_test_monitor_status.SyntheticsTestMonitorStatus":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_options":[[3,1,1,"","SyntheticsTestOptions"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_test_options.SyntheticsTestOptions":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.synthetics_test_options_monitor_options":[[3,1,1,"","SyntheticsTestOptionsMonitorOptions"]],"datadog_api_client.v1.model.synthetics_test_options_monitor_options.SyntheticsTestOptionsMonitorOptions":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.synthetics_test_options_retry":[[3,1,1,"","SyntheticsTestOptionsRetry"]],"datadog_api_client.v1.model.synthetics_test_options_retry.SyntheticsTestOptionsRetry":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_pause_status":[[3,1,1,"","SyntheticsTestPauseStatus"]],"datadog_api_client.v1.model.synthetics_test_pause_status.SyntheticsTestPauseStatus":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_process_status":[[3,1,1,"","SyntheticsTestProcessStatus"]],"datadog_api_client.v1.model.synthetics_test_process_status.SyntheticsTestProcessStatus":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_request":[[3,1,1,"","SyntheticsTestRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_test_request.SyntheticsTestRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.synthetics_test_request_certificate":[[3,1,1,"","SyntheticsTestRequestCertificate"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_test_request_certificate.SyntheticsTestRequestCertificate":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_request_certificate_item":[[3,1,1,"","SyntheticsTestRequestCertificateItem"]],"datadog_api_client.v1.model.synthetics_test_request_certificate_item.SyntheticsTestRequestCertificateItem":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_request_proxy":[[3,1,1,"","SyntheticsTestRequestProxy"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_test_request_proxy.SyntheticsTestRequestProxy":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_timing":[[3,1,1,"","SyntheticsTiming"]],"datadog_api_client.v1.model.synthetics_timing.SyntheticsTiming":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_trigger_body":[[3,1,1,"","SyntheticsTriggerBody"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_trigger_body.SyntheticsTriggerBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_trigger_ci_test_location":[[3,1,1,"","SyntheticsTriggerCITestLocation"]],"datadog_api_client.v1.model.synthetics_trigger_ci_test_location.SyntheticsTriggerCITestLocation":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_trigger_ci_test_run_result":[[3,1,1,"","SyntheticsTriggerCITestRunResult"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_trigger_ci_test_run_result.SyntheticsTriggerCITestRunResult":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_trigger_ci_tests_response":[[3,1,1,"","SyntheticsTriggerCITestsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_trigger_ci_tests_response.SyntheticsTriggerCITestsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_trigger_test":[[3,1,1,"","SyntheticsTriggerTest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_trigger_test.SyntheticsTriggerTest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_update_test_pause_status_payload":[[3,1,1,"","SyntheticsUpdateTestPauseStatusPayload"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_update_test_pause_status_payload.SyntheticsUpdateTestPauseStatusPayload":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_variable_parser":[[3,1,1,"","SyntheticsVariableParser"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_variable_parser.SyntheticsVariableParser":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_warning_type":[[3,1,1,"","SyntheticsWarningType"]],"datadog_api_client.v1.model.synthetics_warning_type.SyntheticsWarningType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.table_widget_cell_display_mode":[[3,1,1,"","TableWidgetCellDisplayMode"]],"datadog_api_client.v1.model.table_widget_cell_display_mode.TableWidgetCellDisplayMode":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.table_widget_definition":[[3,1,1,"","TableWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.table_widget_definition.TableWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.table_widget_definition_type":[[3,1,1,"","TableWidgetDefinitionType"]],"datadog_api_client.v1.model.table_widget_definition_type.TableWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.table_widget_has_search_bar":[[3,1,1,"","TableWidgetHasSearchBar"]],"datadog_api_client.v1.model.table_widget_has_search_bar.TableWidgetHasSearchBar":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.table_widget_request":[[3,1,1,"","TableWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.table_widget_request.TableWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.tag_to_hosts":[[3,1,1,"","TagToHosts"]],"datadog_api_client.v1.model.tag_to_hosts.TagToHosts":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.target_format_type":[[3,1,1,"","TargetFormatType"]],"datadog_api_client.v1.model.target_format_type.TargetFormatType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.timeseries_widget_definition":[[3,1,1,"","TimeseriesWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.timeseries_widget_definition.TimeseriesWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.timeseries_widget_definition_type":[[3,1,1,"","TimeseriesWidgetDefinitionType"]],"datadog_api_client.v1.model.timeseries_widget_definition_type.TimeseriesWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.timeseries_widget_expression_alias":[[3,1,1,"","TimeseriesWidgetExpressionAlias"]],"datadog_api_client.v1.model.timeseries_widget_expression_alias.TimeseriesWidgetExpressionAlias":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.timeseries_widget_legend_column":[[3,1,1,"","TimeseriesWidgetLegendColumn"]],"datadog_api_client.v1.model.timeseries_widget_legend_column.TimeseriesWidgetLegendColumn":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.timeseries_widget_legend_layout":[[3,1,1,"","TimeseriesWidgetLegendLayout"]],"datadog_api_client.v1.model.timeseries_widget_legend_layout.TimeseriesWidgetLegendLayout":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.timeseries_widget_request":[[3,1,1,"","TimeseriesWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.timeseries_widget_request.TimeseriesWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.toplist_widget_definition":[[3,1,1,"","ToplistWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.toplist_widget_definition.ToplistWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.toplist_widget_definition_type":[[3,1,1,"","ToplistWidgetDefinitionType"]],"datadog_api_client.v1.model.toplist_widget_definition_type.ToplistWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.toplist_widget_request":[[3,1,1,"","ToplistWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.toplist_widget_request.ToplistWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.tree_map_color_by":[[3,1,1,"","TreeMapColorBy"]],"datadog_api_client.v1.model.tree_map_color_by.TreeMapColorBy":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.tree_map_group_by":[[3,1,1,"","TreeMapGroupBy"]],"datadog_api_client.v1.model.tree_map_group_by.TreeMapGroupBy":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.tree_map_size_by":[[3,1,1,"","TreeMapSizeBy"]],"datadog_api_client.v1.model.tree_map_size_by.TreeMapSizeBy":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.tree_map_widget_definition":[[3,1,1,"","TreeMapWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.tree_map_widget_definition.TreeMapWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.tree_map_widget_definition_type":[[3,1,1,"","TreeMapWidgetDefinitionType"]],"datadog_api_client.v1.model.tree_map_widget_definition_type.TreeMapWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.tree_map_widget_request":[[3,1,1,"","TreeMapWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.tree_map_widget_request.TreeMapWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_analyzed_logs_hour":[[3,1,1,"","UsageAnalyzedLogsHour"]],"datadog_api_client.v1.model.usage_analyzed_logs_hour.UsageAnalyzedLogsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_analyzed_logs_response":[[3,1,1,"","UsageAnalyzedLogsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_analyzed_logs_response.UsageAnalyzedLogsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_aggregates":[[3,1,1,"","UsageAttributionAggregates"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_attribution_aggregates.UsageAttributionAggregates":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_aggregates_body":[[3,1,1,"","UsageAttributionAggregatesBody"]],"datadog_api_client.v1.model.usage_attribution_aggregates_body.UsageAttributionAggregatesBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_body":[[3,1,1,"","UsageAttributionBody"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_attribution_body.UsageAttributionBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_metadata":[[3,1,1,"","UsageAttributionMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_attribution_metadata.UsageAttributionMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_pagination":[[3,1,1,"","UsageAttributionPagination"]],"datadog_api_client.v1.model.usage_attribution_pagination.UsageAttributionPagination":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_response":[[3,1,1,"","UsageAttributionResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_attribution_response.UsageAttributionResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_sort":[[3,1,1,"","UsageAttributionSort"]],"datadog_api_client.v1.model.usage_attribution_sort.UsageAttributionSort":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_supported_metrics":[[3,1,1,"","UsageAttributionSupportedMetrics"]],"datadog_api_client.v1.model.usage_attribution_supported_metrics.UsageAttributionSupportedMetrics":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_tag_names":[[3,1,1,"","UsageAttributionTagNames"]],"datadog_api_client.v1.model.usage_attribution_tag_names.UsageAttributionTagNames":[[3,6,1,"","additional_properties_type"]],"datadog_api_client.v1.model.usage_attribution_values":[[3,1,1,"","UsageAttributionValues"]],"datadog_api_client.v1.model.usage_attribution_values.UsageAttributionValues":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_audit_logs_hour":[[3,1,1,"","UsageAuditLogsHour"]],"datadog_api_client.v1.model.usage_audit_logs_hour.UsageAuditLogsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_audit_logs_response":[[3,1,1,"","UsageAuditLogsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_audit_logs_response.UsageAuditLogsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_billable_summary_body":[[3,1,1,"","UsageBillableSummaryBody"]],"datadog_api_client.v1.model.usage_billable_summary_body.UsageBillableSummaryBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_billable_summary_hour":[[3,1,1,"","UsageBillableSummaryHour"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_billable_summary_hour.UsageBillableSummaryHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_billable_summary_keys":[[3,1,1,"","UsageBillableSummaryKeys"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_billable_summary_keys.UsageBillableSummaryKeys":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_billable_summary_response":[[3,1,1,"","UsageBillableSummaryResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_billable_summary_response.UsageBillableSummaryResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_ci_visibility_hour":[[3,1,1,"","UsageCIVisibilityHour"]],"datadog_api_client.v1.model.usage_ci_visibility_hour.UsageCIVisibilityHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_ci_visibility_response":[[3,1,1,"","UsageCIVisibilityResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_ci_visibility_response.UsageCIVisibilityResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_cloud_security_posture_management_hour":[[3,1,1,"","UsageCloudSecurityPostureManagementHour"]],"datadog_api_client.v1.model.usage_cloud_security_posture_management_hour.UsageCloudSecurityPostureManagementHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_cloud_security_posture_management_response":[[3,1,1,"","UsageCloudSecurityPostureManagementResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_cloud_security_posture_management_response.UsageCloudSecurityPostureManagementResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_custom_reports_attributes":[[3,1,1,"","UsageCustomReportsAttributes"]],"datadog_api_client.v1.model.usage_custom_reports_attributes.UsageCustomReportsAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_custom_reports_data":[[3,1,1,"","UsageCustomReportsData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_custom_reports_data.UsageCustomReportsData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_custom_reports_meta":[[3,1,1,"","UsageCustomReportsMeta"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_custom_reports_meta.UsageCustomReportsMeta":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_custom_reports_page":[[3,1,1,"","UsageCustomReportsPage"]],"datadog_api_client.v1.model.usage_custom_reports_page.UsageCustomReportsPage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_custom_reports_response":[[3,1,1,"","UsageCustomReportsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_custom_reports_response.UsageCustomReportsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_cws_hour":[[3,1,1,"","UsageCWSHour"]],"datadog_api_client.v1.model.usage_cws_hour.UsageCWSHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_cws_response":[[3,1,1,"","UsageCWSResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_cws_response.UsageCWSResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_dbm_hour":[[3,1,1,"","UsageDBMHour"]],"datadog_api_client.v1.model.usage_dbm_hour.UsageDBMHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_dbm_response":[[3,1,1,"","UsageDBMResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_dbm_response.UsageDBMResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_fargate_hour":[[3,1,1,"","UsageFargateHour"]],"datadog_api_client.v1.model.usage_fargate_hour.UsageFargateHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_fargate_response":[[3,1,1,"","UsageFargateResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_fargate_response.UsageFargateResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_host_hour":[[3,1,1,"","UsageHostHour"]],"datadog_api_client.v1.model.usage_host_hour.UsageHostHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_hosts_response":[[3,1,1,"","UsageHostsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_hosts_response.UsageHostsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_incident_management_hour":[[3,1,1,"","UsageIncidentManagementHour"]],"datadog_api_client.v1.model.usage_incident_management_hour.UsageIncidentManagementHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_incident_management_response":[[3,1,1,"","UsageIncidentManagementResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_incident_management_response.UsageIncidentManagementResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_indexed_spans_hour":[[3,1,1,"","UsageIndexedSpansHour"]],"datadog_api_client.v1.model.usage_indexed_spans_hour.UsageIndexedSpansHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_indexed_spans_response":[[3,1,1,"","UsageIndexedSpansResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_indexed_spans_response.UsageIndexedSpansResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_ingested_spans_hour":[[3,1,1,"","UsageIngestedSpansHour"]],"datadog_api_client.v1.model.usage_ingested_spans_hour.UsageIngestedSpansHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_ingested_spans_response":[[3,1,1,"","UsageIngestedSpansResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_ingested_spans_response.UsageIngestedSpansResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_io_t_hour":[[3,1,1,"","UsageIoTHour"]],"datadog_api_client.v1.model.usage_io_t_hour.UsageIoTHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_io_t_response":[[3,1,1,"","UsageIoTResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_io_t_response.UsageIoTResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_lambda_hour":[[3,1,1,"","UsageLambdaHour"]],"datadog_api_client.v1.model.usage_lambda_hour.UsageLambdaHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_lambda_response":[[3,1,1,"","UsageLambdaResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_lambda_response.UsageLambdaResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_logs_by_index_hour":[[3,1,1,"","UsageLogsByIndexHour"]],"datadog_api_client.v1.model.usage_logs_by_index_hour.UsageLogsByIndexHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_logs_by_index_response":[[3,1,1,"","UsageLogsByIndexResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_logs_by_index_response.UsageLogsByIndexResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_logs_by_retention_hour":[[3,1,1,"","UsageLogsByRetentionHour"]],"datadog_api_client.v1.model.usage_logs_by_retention_hour.UsageLogsByRetentionHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_logs_by_retention_response":[[3,1,1,"","UsageLogsByRetentionResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_logs_by_retention_response.UsageLogsByRetentionResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_logs_hour":[[3,1,1,"","UsageLogsHour"]],"datadog_api_client.v1.model.usage_logs_hour.UsageLogsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_logs_response":[[3,1,1,"","UsageLogsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_logs_response.UsageLogsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_metric_category":[[3,1,1,"","UsageMetricCategory"]],"datadog_api_client.v1.model.usage_metric_category.UsageMetricCategory":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_network_flows_hour":[[3,1,1,"","UsageNetworkFlowsHour"]],"datadog_api_client.v1.model.usage_network_flows_hour.UsageNetworkFlowsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_network_flows_response":[[3,1,1,"","UsageNetworkFlowsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_network_flows_response.UsageNetworkFlowsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_network_hosts_hour":[[3,1,1,"","UsageNetworkHostsHour"]],"datadog_api_client.v1.model.usage_network_hosts_hour.UsageNetworkHostsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_network_hosts_response":[[3,1,1,"","UsageNetworkHostsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_network_hosts_response.UsageNetworkHostsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_online_archive_hour":[[3,1,1,"","UsageOnlineArchiveHour"]],"datadog_api_client.v1.model.usage_online_archive_hour.UsageOnlineArchiveHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_online_archive_response":[[3,1,1,"","UsageOnlineArchiveResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_online_archive_response.UsageOnlineArchiveResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_profiling_hour":[[3,1,1,"","UsageProfilingHour"]],"datadog_api_client.v1.model.usage_profiling_hour.UsageProfilingHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_profiling_response":[[3,1,1,"","UsageProfilingResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_profiling_response.UsageProfilingResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_reports_type":[[3,1,1,"","UsageReportsType"]],"datadog_api_client.v1.model.usage_reports_type.UsageReportsType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_rum_sessions_hour":[[3,1,1,"","UsageRumSessionsHour"]],"datadog_api_client.v1.model.usage_rum_sessions_hour.UsageRumSessionsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_rum_sessions_response":[[3,1,1,"","UsageRumSessionsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_rum_sessions_response.UsageRumSessionsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_rum_units_hour":[[3,1,1,"","UsageRumUnitsHour"]],"datadog_api_client.v1.model.usage_rum_units_hour.UsageRumUnitsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_rum_units_response":[[3,1,1,"","UsageRumUnitsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_rum_units_response.UsageRumUnitsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_sds_hour":[[3,1,1,"","UsageSDSHour"]],"datadog_api_client.v1.model.usage_sds_hour.UsageSDSHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_sds_response":[[3,1,1,"","UsageSDSResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_sds_response.UsageSDSResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_snmp_hour":[[3,1,1,"","UsageSNMPHour"]],"datadog_api_client.v1.model.usage_snmp_hour.UsageSNMPHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_snmp_response":[[3,1,1,"","UsageSNMPResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_snmp_response.UsageSNMPResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_sort":[[3,1,1,"","UsageSort"]],"datadog_api_client.v1.model.usage_sort.UsageSort":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_sort_direction":[[3,1,1,"","UsageSortDirection"]],"datadog_api_client.v1.model.usage_sort_direction.UsageSortDirection":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_specified_custom_reports_attributes":[[3,1,1,"","UsageSpecifiedCustomReportsAttributes"]],"datadog_api_client.v1.model.usage_specified_custom_reports_attributes.UsageSpecifiedCustomReportsAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_specified_custom_reports_data":[[3,1,1,"","UsageSpecifiedCustomReportsData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_specified_custom_reports_data.UsageSpecifiedCustomReportsData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_specified_custom_reports_meta":[[3,1,1,"","UsageSpecifiedCustomReportsMeta"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_specified_custom_reports_meta.UsageSpecifiedCustomReportsMeta":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_specified_custom_reports_page":[[3,1,1,"","UsageSpecifiedCustomReportsPage"]],"datadog_api_client.v1.model.usage_specified_custom_reports_page.UsageSpecifiedCustomReportsPage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_specified_custom_reports_response":[[3,1,1,"","UsageSpecifiedCustomReportsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_specified_custom_reports_response.UsageSpecifiedCustomReportsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_summary_date":[[3,1,1,"","UsageSummaryDate"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_summary_date.UsageSummaryDate":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_summary_date_org":[[3,1,1,"","UsageSummaryDateOrg"]],"datadog_api_client.v1.model.usage_summary_date_org.UsageSummaryDateOrg":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_summary_response":[[3,1,1,"","UsageSummaryResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_summary_response.UsageSummaryResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_synthetics_api_hour":[[3,1,1,"","UsageSyntheticsAPIHour"]],"datadog_api_client.v1.model.usage_synthetics_api_hour.UsageSyntheticsAPIHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_synthetics_api_response":[[3,1,1,"","UsageSyntheticsAPIResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_synthetics_api_response.UsageSyntheticsAPIResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_synthetics_browser_hour":[[3,1,1,"","UsageSyntheticsBrowserHour"]],"datadog_api_client.v1.model.usage_synthetics_browser_hour.UsageSyntheticsBrowserHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_synthetics_browser_response":[[3,1,1,"","UsageSyntheticsBrowserResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_synthetics_browser_response.UsageSyntheticsBrowserResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_synthetics_hour":[[3,1,1,"","UsageSyntheticsHour"]],"datadog_api_client.v1.model.usage_synthetics_hour.UsageSyntheticsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_synthetics_response":[[3,1,1,"","UsageSyntheticsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_synthetics_response.UsageSyntheticsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_timeseries_hour":[[3,1,1,"","UsageTimeseriesHour"]],"datadog_api_client.v1.model.usage_timeseries_hour.UsageTimeseriesHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_timeseries_response":[[3,1,1,"","UsageTimeseriesResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_timeseries_response.UsageTimeseriesResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_top_avg_metrics_hour":[[3,1,1,"","UsageTopAvgMetricsHour"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_top_avg_metrics_hour.UsageTopAvgMetricsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_top_avg_metrics_metadata":[[3,1,1,"","UsageTopAvgMetricsMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_top_avg_metrics_metadata.UsageTopAvgMetricsMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_top_avg_metrics_response":[[3,1,1,"","UsageTopAvgMetricsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_top_avg_metrics_response.UsageTopAvgMetricsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.user":[[3,1,1,"","User"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.user.User":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.user_disable_response":[[3,1,1,"","UserDisableResponse"]],"datadog_api_client.v1.model.user_disable_response.UserDisableResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.user_list_response":[[3,1,1,"","UserListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.user_list_response.UserListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.user_response":[[3,1,1,"","UserResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.user_response.UserResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.webhooks_integration":[[3,1,1,"","WebhooksIntegration"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.webhooks_integration.WebhooksIntegration":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.webhooks_integration_custom_variable":[[3,1,1,"","WebhooksIntegrationCustomVariable"]],"datadog_api_client.v1.model.webhooks_integration_custom_variable.WebhooksIntegrationCustomVariable":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.webhooks_integration_custom_variable_response":[[3,1,1,"","WebhooksIntegrationCustomVariableResponse"]],"datadog_api_client.v1.model.webhooks_integration_custom_variable_response.WebhooksIntegrationCustomVariableResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.webhooks_integration_custom_variable_update_request":[[3,1,1,"","WebhooksIntegrationCustomVariableUpdateRequest"]],"datadog_api_client.v1.model.webhooks_integration_custom_variable_update_request.WebhooksIntegrationCustomVariableUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.webhooks_integration_encoding":[[3,1,1,"","WebhooksIntegrationEncoding"]],"datadog_api_client.v1.model.webhooks_integration_encoding.WebhooksIntegrationEncoding":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.webhooks_integration_update_request":[[3,1,1,"","WebhooksIntegrationUpdateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.webhooks_integration_update_request.WebhooksIntegrationUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget":[[3,1,1,"","Widget"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget.Widget":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_aggregator":[[3,1,1,"","WidgetAggregator"]],"datadog_api_client.v1.model.widget_aggregator.WidgetAggregator":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_axis":[[3,1,1,"","WidgetAxis"]],"datadog_api_client.v1.model.widget_axis.WidgetAxis":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_change_type":[[3,1,1,"","WidgetChangeType"]],"datadog_api_client.v1.model.widget_change_type.WidgetChangeType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_color_preference":[[3,1,1,"","WidgetColorPreference"]],"datadog_api_client.v1.model.widget_color_preference.WidgetColorPreference":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_comparator":[[3,1,1,"","WidgetComparator"]],"datadog_api_client.v1.model.widget_comparator.WidgetComparator":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_compare_to":[[3,1,1,"","WidgetCompareTo"]],"datadog_api_client.v1.model.widget_compare_to.WidgetCompareTo":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_conditional_format":[[3,1,1,"","WidgetConditionalFormat"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_conditional_format.WidgetConditionalFormat":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_custom_link":[[3,1,1,"","WidgetCustomLink"]],"datadog_api_client.v1.model.widget_custom_link.WidgetCustomLink":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_definition":[[3,1,1,"","WidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_display_type":[[3,1,1,"","WidgetDisplayType"]],"datadog_api_client.v1.model.widget_display_type.WidgetDisplayType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_event":[[3,1,1,"","WidgetEvent"]],"datadog_api_client.v1.model.widget_event.WidgetEvent":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_event_size":[[3,1,1,"","WidgetEventSize"]],"datadog_api_client.v1.model.widget_event_size.WidgetEventSize":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_field_sort":[[3,1,1,"","WidgetFieldSort"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_field_sort.WidgetFieldSort":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_formula":[[3,1,1,"","WidgetFormula"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_formula.WidgetFormula":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_formula_limit":[[3,1,1,"","WidgetFormulaLimit"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_formula_limit.WidgetFormulaLimit":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_grouping":[[3,1,1,"","WidgetGrouping"]],"datadog_api_client.v1.model.widget_grouping.WidgetGrouping":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_horizontal_align":[[3,1,1,"","WidgetHorizontalAlign"]],"datadog_api_client.v1.model.widget_horizontal_align.WidgetHorizontalAlign":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_image_sizing":[[3,1,1,"","WidgetImageSizing"]],"datadog_api_client.v1.model.widget_image_sizing.WidgetImageSizing":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_layout":[[3,1,1,"","WidgetLayout"]],"datadog_api_client.v1.model.widget_layout.WidgetLayout":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.widget_layout_type":[[3,1,1,"","WidgetLayoutType"]],"datadog_api_client.v1.model.widget_layout_type.WidgetLayoutType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_line_type":[[3,1,1,"","WidgetLineType"]],"datadog_api_client.v1.model.widget_line_type.WidgetLineType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_line_width":[[3,1,1,"","WidgetLineWidth"]],"datadog_api_client.v1.model.widget_line_width.WidgetLineWidth":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_live_span":[[3,1,1,"","WidgetLiveSpan"]],"datadog_api_client.v1.model.widget_live_span.WidgetLiveSpan":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_margin":[[3,1,1,"","WidgetMargin"]],"datadog_api_client.v1.model.widget_margin.WidgetMargin":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_marker":[[3,1,1,"","WidgetMarker"]],"datadog_api_client.v1.model.widget_marker.WidgetMarker":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_message_display":[[3,1,1,"","WidgetMessageDisplay"]],"datadog_api_client.v1.model.widget_message_display.WidgetMessageDisplay":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_monitor_summary_display_format":[[3,1,1,"","WidgetMonitorSummaryDisplayFormat"]],"datadog_api_client.v1.model.widget_monitor_summary_display_format.WidgetMonitorSummaryDisplayFormat":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_monitor_summary_sort":[[3,1,1,"","WidgetMonitorSummarySort"]],"datadog_api_client.v1.model.widget_monitor_summary_sort.WidgetMonitorSummarySort":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_node_type":[[3,1,1,"","WidgetNodeType"]],"datadog_api_client.v1.model.widget_node_type.WidgetNodeType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_order_by":[[3,1,1,"","WidgetOrderBy"]],"datadog_api_client.v1.model.widget_order_by.WidgetOrderBy":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_palette":[[3,1,1,"","WidgetPalette"]],"datadog_api_client.v1.model.widget_palette.WidgetPalette":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_request_style":[[3,1,1,"","WidgetRequestStyle"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_request_style.WidgetRequestStyle":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_service_summary_display_format":[[3,1,1,"","WidgetServiceSummaryDisplayFormat"]],"datadog_api_client.v1.model.widget_service_summary_display_format.WidgetServiceSummaryDisplayFormat":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_size_format":[[3,1,1,"","WidgetSizeFormat"]],"datadog_api_client.v1.model.widget_size_format.WidgetSizeFormat":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_sort":[[3,1,1,"","WidgetSort"]],"datadog_api_client.v1.model.widget_sort.WidgetSort":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_style":[[3,1,1,"","WidgetStyle"]],"datadog_api_client.v1.model.widget_style.WidgetStyle":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_summary_type":[[3,1,1,"","WidgetSummaryType"]],"datadog_api_client.v1.model.widget_summary_type.WidgetSummaryType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_text_align":[[3,1,1,"","WidgetTextAlign"]],"datadog_api_client.v1.model.widget_text_align.WidgetTextAlign":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_tick_edge":[[3,1,1,"","WidgetTickEdge"]],"datadog_api_client.v1.model.widget_tick_edge.WidgetTickEdge":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_time":[[3,1,1,"","WidgetTime"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_time.WidgetTime":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_time_windows":[[3,1,1,"","WidgetTimeWindows"]],"datadog_api_client.v1.model.widget_time_windows.WidgetTimeWindows":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_vertical_align":[[3,1,1,"","WidgetVerticalAlign"]],"datadog_api_client.v1.model.widget_vertical_align.WidgetVerticalAlign":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_view_mode":[[3,1,1,"","WidgetViewMode"]],"datadog_api_client.v1.model.widget_view_mode.WidgetViewMode":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_viz_type":[[3,1,1,"","WidgetVizType"]],"datadog_api_client.v1.model.widget_viz_type.WidgetVizType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v2":[[5,0,0,"-","api"],[4,0,0,"-","configuration"],[6,0,0,"-","model"]],"datadog_api_client.v2.api":[[5,0,0,"-","audit_api"],[5,0,0,"-","auth_n_mappings_api"],[5,0,0,"-","cloud_workload_security_api"],[5,0,0,"-","dashboard_lists_api"],[5,0,0,"-","incident_services_api"],[5,0,0,"-","incident_teams_api"],[5,0,0,"-","incidents_api"],[5,0,0,"-","key_management_api"],[5,0,0,"-","logs_api"],[5,0,0,"-","logs_archives_api"],[5,0,0,"-","logs_metrics_api"],[5,0,0,"-","metrics_api"],[5,0,0,"-","processes_api"],[5,0,0,"-","roles_api"],[5,0,0,"-","rum_api"],[5,0,0,"-","security_monitoring_api"],[5,0,0,"-","service_accounts_api"],[5,0,0,"-","users_api"]],"datadog_api_client.v2.api.audit_api":[[5,1,1,"","AuditApi"]],"datadog_api_client.v2.api.audit_api.AuditApi":[[5,2,1,"","list_audit_logs"],[5,2,1,"","search_audit_logs"]],"datadog_api_client.v2.api.auth_n_mappings_api":[[5,1,1,"","AuthNMappingsApi"]],"datadog_api_client.v2.api.auth_n_mappings_api.AuthNMappingsApi":[[5,2,1,"","create_auth_n_mapping"],[5,2,1,"","delete_auth_n_mapping"],[5,2,1,"","get_auth_n_mapping"],[5,2,1,"","list_auth_n_mappings"],[5,2,1,"","update_auth_n_mapping"]],"datadog_api_client.v2.api.cloud_workload_security_api":[[5,1,1,"","CloudWorkloadSecurityApi"]],"datadog_api_client.v2.api.cloud_workload_security_api.CloudWorkloadSecurityApi":[[5,2,1,"","create_cloud_workload_security_agent_rule"],[5,2,1,"","delete_cloud_workload_security_agent_rule"],[5,2,1,"","download_cloud_workload_policy_file"],[5,2,1,"","get_cloud_workload_security_agent_rule"],[5,2,1,"","list_cloud_workload_security_agent_rules"],[5,2,1,"","update_cloud_workload_security_agent_rule"]],"datadog_api_client.v2.api.dashboard_lists_api":[[5,1,1,"","DashboardListsApi"]],"datadog_api_client.v2.api.dashboard_lists_api.DashboardListsApi":[[5,2,1,"","create_dashboard_list_items"],[5,2,1,"","delete_dashboard_list_items"],[5,2,1,"","get_dashboard_list_items"],[5,2,1,"","update_dashboard_list_items"]],"datadog_api_client.v2.api.incident_services_api":[[5,1,1,"","IncidentServicesApi"]],"datadog_api_client.v2.api.incident_services_api.IncidentServicesApi":[[5,2,1,"","create_incident_service"],[5,2,1,"","delete_incident_service"],[5,2,1,"","get_incident_service"],[5,2,1,"","list_incident_services"],[5,2,1,"","update_incident_service"]],"datadog_api_client.v2.api.incident_teams_api":[[5,1,1,"","IncidentTeamsApi"]],"datadog_api_client.v2.api.incident_teams_api.IncidentTeamsApi":[[5,2,1,"","create_incident_team"],[5,2,1,"","delete_incident_team"],[5,2,1,"","get_incident_team"],[5,2,1,"","list_incident_teams"],[5,2,1,"","update_incident_team"]],"datadog_api_client.v2.api.incidents_api":[[5,1,1,"","IncidentsApi"]],"datadog_api_client.v2.api.incidents_api.IncidentsApi":[[5,2,1,"","create_incident"],[5,2,1,"","delete_incident"],[5,2,1,"","get_incident"],[5,2,1,"","list_incidents"],[5,2,1,"","update_incident"]],"datadog_api_client.v2.api.key_management_api":[[5,1,1,"","KeyManagementApi"]],"datadog_api_client.v2.api.key_management_api.KeyManagementApi":[[5,2,1,"","create_api_key"],[5,2,1,"","create_current_user_application_key"],[5,2,1,"","delete_api_key"],[5,2,1,"","delete_application_key"],[5,2,1,"","delete_current_user_application_key"],[5,2,1,"","get_api_key"],[5,2,1,"","get_application_key"],[5,2,1,"","get_current_user_application_key"],[5,2,1,"","list_api_keys"],[5,2,1,"","list_application_keys"],[5,2,1,"","list_current_user_application_keys"],[5,2,1,"","update_api_key"],[5,2,1,"","update_application_key"],[5,2,1,"","update_current_user_application_key"]],"datadog_api_client.v2.api.logs_api":[[5,1,1,"","LogsApi"]],"datadog_api_client.v2.api.logs_api.LogsApi":[[5,2,1,"","aggregate_logs"],[5,2,1,"","list_logs"],[5,2,1,"","list_logs_get"],[5,2,1,"","submit_log"]],"datadog_api_client.v2.api.logs_archives_api":[[5,1,1,"","LogsArchivesApi"]],"datadog_api_client.v2.api.logs_archives_api.LogsArchivesApi":[[5,2,1,"","add_read_role_to_archive"],[5,2,1,"","create_logs_archive"],[5,2,1,"","delete_logs_archive"],[5,2,1,"","get_logs_archive"],[5,2,1,"","get_logs_archive_order"],[5,2,1,"","list_archive_read_roles"],[5,2,1,"","list_logs_archives"],[5,2,1,"","remove_role_from_archive"],[5,2,1,"","update_logs_archive"],[5,2,1,"","update_logs_archive_order"]],"datadog_api_client.v2.api.logs_metrics_api":[[5,1,1,"","LogsMetricsApi"]],"datadog_api_client.v2.api.logs_metrics_api.LogsMetricsApi":[[5,2,1,"","create_logs_metric"],[5,2,1,"","delete_logs_metric"],[5,2,1,"","get_logs_metric"],[5,2,1,"","list_logs_metrics"],[5,2,1,"","update_logs_metric"]],"datadog_api_client.v2.api.metrics_api":[[5,1,1,"","MetricsApi"]],"datadog_api_client.v2.api.metrics_api.MetricsApi":[[5,2,1,"","create_bulk_tags_metrics_configuration"],[5,2,1,"","create_tag_configuration"],[5,2,1,"","delete_bulk_tags_metrics_configuration"],[5,2,1,"","delete_tag_configuration"],[5,2,1,"","list_tag_configuration_by_name"],[5,2,1,"","list_tag_configurations"],[5,2,1,"","list_tags_by_metric_name"],[5,2,1,"","list_volumes_by_metric_name"],[5,2,1,"","update_tag_configuration"]],"datadog_api_client.v2.api.processes_api":[[5,1,1,"","ProcessesApi"]],"datadog_api_client.v2.api.processes_api.ProcessesApi":[[5,2,1,"","list_processes"]],"datadog_api_client.v2.api.roles_api":[[5,1,1,"","RolesApi"]],"datadog_api_client.v2.api.roles_api.RolesApi":[[5,2,1,"","add_permission_to_role"],[5,2,1,"","add_user_to_role"],[5,2,1,"","clone_role"],[5,2,1,"","create_role"],[5,2,1,"","delete_role"],[5,2,1,"","get_role"],[5,2,1,"","list_permissions"],[5,2,1,"","list_role_permissions"],[5,2,1,"","list_role_users"],[5,2,1,"","list_roles"],[5,2,1,"","remove_permission_from_role"],[5,2,1,"","remove_user_from_role"],[5,2,1,"","update_role"]],"datadog_api_client.v2.api.rum_api":[[5,1,1,"","RUMApi"]],"datadog_api_client.v2.api.rum_api.RUMApi":[[5,2,1,"","list_rum_events"],[5,2,1,"","search_rum_events"]],"datadog_api_client.v2.api.security_monitoring_api":[[5,1,1,"","SecurityMonitoringApi"]],"datadog_api_client.v2.api.security_monitoring_api.SecurityMonitoringApi":[[5,2,1,"","create_security_filter"],[5,2,1,"","create_security_monitoring_rule"],[5,2,1,"","delete_security_filter"],[5,2,1,"","delete_security_monitoring_rule"],[5,2,1,"","get_security_filter"],[5,2,1,"","get_security_monitoring_rule"],[5,2,1,"","list_security_filters"],[5,2,1,"","list_security_monitoring_rules"],[5,2,1,"","list_security_monitoring_signals"],[5,2,1,"","search_security_monitoring_signals"],[5,2,1,"","update_security_filter"],[5,2,1,"","update_security_monitoring_rule"]],"datadog_api_client.v2.api.service_accounts_api":[[5,1,1,"","ServiceAccountsApi"]],"datadog_api_client.v2.api.service_accounts_api.ServiceAccountsApi":[[5,2,1,"","create_service_account_application_key"],[5,2,1,"","delete_service_account_application_key"],[5,2,1,"","get_service_account_application_key"],[5,2,1,"","list_service_account_application_keys"],[5,2,1,"","update_service_account_application_key"]],"datadog_api_client.v2.api.users_api":[[5,1,1,"","UsersApi"]],"datadog_api_client.v2.api.users_api.UsersApi":[[5,2,1,"","create_service_account"],[5,2,1,"","create_user"],[5,2,1,"","disable_user"],[5,2,1,"","get_invitation"],[5,2,1,"","get_user"],[5,2,1,"","list_user_organizations"],[5,2,1,"","list_user_permissions"],[5,2,1,"","list_users"],[5,2,1,"","send_invitations"],[5,2,1,"","update_user"]],"datadog_api_client.v2.configuration":[[4,1,1,"","Configuration"]],"datadog_api_client.v2.configuration.Configuration":[[4,2,1,"","auth_settings"]],"datadog_api_client.v2.model":[[6,0,0,"-","api_error_response"],[6,0,0,"-","api_key_create_attributes"],[6,0,0,"-","api_key_create_data"],[6,0,0,"-","api_key_create_request"],[6,0,0,"-","api_key_relationships"],[6,0,0,"-","api_key_response"],[6,0,0,"-","api_key_response_included_item"],[6,0,0,"-","api_key_update_attributes"],[6,0,0,"-","api_key_update_data"],[6,0,0,"-","api_key_update_request"],[6,0,0,"-","api_keys_response"],[6,0,0,"-","api_keys_sort"],[6,0,0,"-","api_keys_type"],[6,0,0,"-","application_key_create_attributes"],[6,0,0,"-","application_key_create_data"],[6,0,0,"-","application_key_create_request"],[6,0,0,"-","application_key_relationships"],[6,0,0,"-","application_key_response"],[6,0,0,"-","application_key_response_included_item"],[6,0,0,"-","application_key_update_attributes"],[6,0,0,"-","application_key_update_data"],[6,0,0,"-","application_key_update_request"],[6,0,0,"-","application_keys_sort"],[6,0,0,"-","application_keys_type"],[6,0,0,"-","audit_logs_event"],[6,0,0,"-","audit_logs_event_attributes"],[6,0,0,"-","audit_logs_event_type"],[6,0,0,"-","audit_logs_events_response"],[6,0,0,"-","audit_logs_query_filter"],[6,0,0,"-","audit_logs_query_options"],[6,0,0,"-","audit_logs_query_page_options"],[6,0,0,"-","audit_logs_response_links"],[6,0,0,"-","audit_logs_response_metadata"],[6,0,0,"-","audit_logs_response_page"],[6,0,0,"-","audit_logs_response_status"],[6,0,0,"-","audit_logs_search_events_request"],[6,0,0,"-","audit_logs_sort"],[6,0,0,"-","audit_logs_warning"],[6,0,0,"-","auth_n_mapping"],[6,0,0,"-","auth_n_mapping_attributes"],[6,0,0,"-","auth_n_mapping_create_attributes"],[6,0,0,"-","auth_n_mapping_create_data"],[6,0,0,"-","auth_n_mapping_create_relationships"],[6,0,0,"-","auth_n_mapping_create_request"],[6,0,0,"-","auth_n_mapping_included"],[6,0,0,"-","auth_n_mapping_relationships"],[6,0,0,"-","auth_n_mapping_response"],[6,0,0,"-","auth_n_mapping_update_attributes"],[6,0,0,"-","auth_n_mapping_update_data"],[6,0,0,"-","auth_n_mapping_update_relationships"],[6,0,0,"-","auth_n_mapping_update_request"],[6,0,0,"-","auth_n_mappings_response"],[6,0,0,"-","auth_n_mappings_sort"],[6,0,0,"-","auth_n_mappings_type"],[6,0,0,"-","cloud_workload_security_agent_rule_attributes"],[6,0,0,"-","cloud_workload_security_agent_rule_create_attributes"],[6,0,0,"-","cloud_workload_security_agent_rule_create_data"],[6,0,0,"-","cloud_workload_security_agent_rule_create_request"],[6,0,0,"-","cloud_workload_security_agent_rule_creator_attributes"],[6,0,0,"-","cloud_workload_security_agent_rule_data"],[6,0,0,"-","cloud_workload_security_agent_rule_response"],[6,0,0,"-","cloud_workload_security_agent_rule_type"],[6,0,0,"-","cloud_workload_security_agent_rule_update_attributes"],[6,0,0,"-","cloud_workload_security_agent_rule_update_data"],[6,0,0,"-","cloud_workload_security_agent_rule_update_request"],[6,0,0,"-","cloud_workload_security_agent_rule_updater_attributes"],[6,0,0,"-","cloud_workload_security_agent_rules_list_response"],[6,0,0,"-","content_encoding"],[6,0,0,"-","creator"],[6,0,0,"-","dashboard_list_add_items_request"],[6,0,0,"-","dashboard_list_add_items_response"],[6,0,0,"-","dashboard_list_delete_items_request"],[6,0,0,"-","dashboard_list_delete_items_response"],[6,0,0,"-","dashboard_list_item"],[6,0,0,"-","dashboard_list_item_request"],[6,0,0,"-","dashboard_list_item_response"],[6,0,0,"-","dashboard_list_items"],[6,0,0,"-","dashboard_list_update_items_request"],[6,0,0,"-","dashboard_list_update_items_response"],[6,0,0,"-","dashboard_type"],[6,0,0,"-","full_api_key"],[6,0,0,"-","full_api_key_attributes"],[6,0,0,"-","full_application_key"],[6,0,0,"-","full_application_key_attributes"],[6,0,0,"-","http_log"],[6,0,0,"-","http_log_error"],[6,0,0,"-","http_log_errors"],[6,0,0,"-","http_log_item"],[6,0,0,"-","incident_create_attributes"],[6,0,0,"-","incident_create_data"],[6,0,0,"-","incident_create_relationships"],[6,0,0,"-","incident_create_request"],[6,0,0,"-","incident_field_attributes"],[6,0,0,"-","incident_field_attributes_multiple_value"],[6,0,0,"-","incident_field_attributes_single_value"],[6,0,0,"-","incident_field_attributes_single_value_type"],[6,0,0,"-","incident_field_attributes_value_type"],[6,0,0,"-","incident_integration_metadata_type"],[6,0,0,"-","incident_notification_handle"],[6,0,0,"-","incident_postmortem_type"],[6,0,0,"-","incident_related_object"],[6,0,0,"-","incident_response"],[6,0,0,"-","incident_response_attributes"],[6,0,0,"-","incident_response_data"],[6,0,0,"-","incident_response_included_item"],[6,0,0,"-","incident_response_meta"],[6,0,0,"-","incident_response_meta_pagination"],[6,0,0,"-","incident_response_relationships"],[6,0,0,"-","incident_service_create_attributes"],[6,0,0,"-","incident_service_create_data"],[6,0,0,"-","incident_service_create_request"],[6,0,0,"-","incident_service_included_items"],[6,0,0,"-","incident_service_relationships"],[6,0,0,"-","incident_service_response"],[6,0,0,"-","incident_service_response_attributes"],[6,0,0,"-","incident_service_response_data"],[6,0,0,"-","incident_service_type"],[6,0,0,"-","incident_service_update_attributes"],[6,0,0,"-","incident_service_update_data"],[6,0,0,"-","incident_service_update_request"],[6,0,0,"-","incident_services_response"],[6,0,0,"-","incident_team_create_attributes"],[6,0,0,"-","incident_team_create_data"],[6,0,0,"-","incident_team_create_request"],[6,0,0,"-","incident_team_included_items"],[6,0,0,"-","incident_team_relationships"],[6,0,0,"-","incident_team_response"],[6,0,0,"-","incident_team_response_attributes"],[6,0,0,"-","incident_team_response_data"],[6,0,0,"-","incident_team_type"],[6,0,0,"-","incident_team_update_attributes"],[6,0,0,"-","incident_team_update_data"],[6,0,0,"-","incident_team_update_request"],[6,0,0,"-","incident_teams_response"],[6,0,0,"-","incident_timeline_cell_create_attributes"],[6,0,0,"-","incident_timeline_cell_markdown_content_type"],[6,0,0,"-","incident_timeline_cell_markdown_create_attributes"],[6,0,0,"-","incident_timeline_cell_markdown_create_attributes_content"],[6,0,0,"-","incident_type"],[6,0,0,"-","incident_update_attributes"],[6,0,0,"-","incident_update_data"],[6,0,0,"-","incident_update_relationships"],[6,0,0,"-","incident_update_request"],[6,0,0,"-","incidents_response"],[6,0,0,"-","list_application_keys_response"],[6,0,0,"-","log"],[6,0,0,"-","log_attributes"],[6,0,0,"-","log_type"],[6,0,0,"-","logs_aggregate_bucket"],[6,0,0,"-","logs_aggregate_bucket_value"],[6,0,0,"-","logs_aggregate_bucket_value_timeseries"],[6,0,0,"-","logs_aggregate_bucket_value_timeseries_point"],[6,0,0,"-","logs_aggregate_request"],[6,0,0,"-","logs_aggregate_request_page"],[6,0,0,"-","logs_aggregate_response"],[6,0,0,"-","logs_aggregate_response_data"],[6,0,0,"-","logs_aggregate_response_status"],[6,0,0,"-","logs_aggregate_sort"],[6,0,0,"-","logs_aggregate_sort_type"],[6,0,0,"-","logs_aggregation_function"],[6,0,0,"-","logs_archive"],[6,0,0,"-","logs_archive_attributes"],[6,0,0,"-","logs_archive_create_request"],[6,0,0,"-","logs_archive_create_request_attributes"],[6,0,0,"-","logs_archive_create_request_definition"],[6,0,0,"-","logs_archive_create_request_destination"],[6,0,0,"-","logs_archive_definition"],[6,0,0,"-","logs_archive_destination"],[6,0,0,"-","logs_archive_destination_azure"],[6,0,0,"-","logs_archive_destination_azure_type"],[6,0,0,"-","logs_archive_destination_gcs"],[6,0,0,"-","logs_archive_destination_gcs_type"],[6,0,0,"-","logs_archive_destination_s3"],[6,0,0,"-","logs_archive_destination_s3_type"],[6,0,0,"-","logs_archive_integration_azure"],[6,0,0,"-","logs_archive_integration_gcs"],[6,0,0,"-","logs_archive_integration_s3"],[6,0,0,"-","logs_archive_order"],[6,0,0,"-","logs_archive_order_attributes"],[6,0,0,"-","logs_archive_order_definition"],[6,0,0,"-","logs_archive_order_definition_type"],[6,0,0,"-","logs_archive_state"],[6,0,0,"-","logs_archives"],[6,0,0,"-","logs_compute"],[6,0,0,"-","logs_compute_type"],[6,0,0,"-","logs_group_by"],[6,0,0,"-","logs_group_by_histogram"],[6,0,0,"-","logs_group_by_missing"],[6,0,0,"-","logs_group_by_total"],[6,0,0,"-","logs_list_request"],[6,0,0,"-","logs_list_request_page"],[6,0,0,"-","logs_list_response"],[6,0,0,"-","logs_list_response_links"],[6,0,0,"-","logs_metric_compute"],[6,0,0,"-","logs_metric_compute_aggregation_type"],[6,0,0,"-","logs_metric_create_attributes"],[6,0,0,"-","logs_metric_create_data"],[6,0,0,"-","logs_metric_create_request"],[6,0,0,"-","logs_metric_filter"],[6,0,0,"-","logs_metric_group_by"],[6,0,0,"-","logs_metric_response"],[6,0,0,"-","logs_metric_response_attributes"],[6,0,0,"-","logs_metric_response_compute"],[6,0,0,"-","logs_metric_response_compute_aggregation_type"],[6,0,0,"-","logs_metric_response_data"],[6,0,0,"-","logs_metric_response_filter"],[6,0,0,"-","logs_metric_response_group_by"],[6,0,0,"-","logs_metric_type"],[6,0,0,"-","logs_metric_update_attributes"],[6,0,0,"-","logs_metric_update_data"],[6,0,0,"-","logs_metric_update_request"],[6,0,0,"-","logs_metrics_response"],[6,0,0,"-","logs_query_filter"],[6,0,0,"-","logs_query_options"],[6,0,0,"-","logs_response_metadata"],[6,0,0,"-","logs_response_metadata_page"],[6,0,0,"-","logs_sort"],[6,0,0,"-","logs_sort_order"],[6,0,0,"-","logs_warning"],[6,0,0,"-","metric"],[6,0,0,"-","metric_all_tags"],[6,0,0,"-","metric_all_tags_attributes"],[6,0,0,"-","metric_all_tags_response"],[6,0,0,"-","metric_bulk_configure_tags_type"],[6,0,0,"-","metric_bulk_tag_config_create"],[6,0,0,"-","metric_bulk_tag_config_create_attributes"],[6,0,0,"-","metric_bulk_tag_config_create_request"],[6,0,0,"-","metric_bulk_tag_config_delete"],[6,0,0,"-","metric_bulk_tag_config_delete_attributes"],[6,0,0,"-","metric_bulk_tag_config_delete_request"],[6,0,0,"-","metric_bulk_tag_config_email_list"],[6,0,0,"-","metric_bulk_tag_config_response"],[6,0,0,"-","metric_bulk_tag_config_status"],[6,0,0,"-","metric_bulk_tag_config_status_attributes"],[6,0,0,"-","metric_bulk_tag_config_tag_name_list"],[6,0,0,"-","metric_custom_aggregation"],[6,0,0,"-","metric_custom_aggregations"],[6,0,0,"-","metric_custom_space_aggregation"],[6,0,0,"-","metric_custom_time_aggregation"],[6,0,0,"-","metric_distinct_volume"],[6,0,0,"-","metric_distinct_volume_attributes"],[6,0,0,"-","metric_distinct_volume_type"],[6,0,0,"-","metric_ingested_indexed_volume"],[6,0,0,"-","metric_ingested_indexed_volume_attributes"],[6,0,0,"-","metric_ingested_indexed_volume_type"],[6,0,0,"-","metric_tag_configuration"],[6,0,0,"-","metric_tag_configuration_attributes"],[6,0,0,"-","metric_tag_configuration_create_attributes"],[6,0,0,"-","metric_tag_configuration_create_data"],[6,0,0,"-","metric_tag_configuration_create_request"],[6,0,0,"-","metric_tag_configuration_metric_types"],[6,0,0,"-","metric_tag_configuration_response"],[6,0,0,"-","metric_tag_configuration_type"],[6,0,0,"-","metric_tag_configuration_update_attributes"],[6,0,0,"-","metric_tag_configuration_update_data"],[6,0,0,"-","metric_tag_configuration_update_request"],[6,0,0,"-","metric_type"],[6,0,0,"-","metric_volumes"],[6,0,0,"-","metric_volumes_response"],[6,0,0,"-","metrics_and_metric_tag_configurations"],[6,0,0,"-","metrics_and_metric_tag_configurations_response"],[6,0,0,"-","nullable_relationship_to_user"],[6,0,0,"-","nullable_relationship_to_user_data"],[6,0,0,"-","organization"],[6,0,0,"-","organization_attributes"],[6,0,0,"-","organizations_type"],[6,0,0,"-","pagination"],[6,0,0,"-","partial_api_key"],[6,0,0,"-","partial_api_key_attributes"],[6,0,0,"-","partial_application_key"],[6,0,0,"-","partial_application_key_attributes"],[6,0,0,"-","partial_application_key_response"],[6,0,0,"-","permission"],[6,0,0,"-","permission_attributes"],[6,0,0,"-","permissions_response"],[6,0,0,"-","permissions_type"],[6,0,0,"-","process_summaries_meta"],[6,0,0,"-","process_summaries_meta_page"],[6,0,0,"-","process_summaries_response"],[6,0,0,"-","process_summary"],[6,0,0,"-","process_summary_attributes"],[6,0,0,"-","process_summary_type"],[6,0,0,"-","query_sort_order"],[6,0,0,"-","relationship_to_incident_integration_metadata_data"],[6,0,0,"-","relationship_to_incident_integration_metadatas"],[6,0,0,"-","relationship_to_incident_postmortem"],[6,0,0,"-","relationship_to_incident_postmortem_data"],[6,0,0,"-","relationship_to_organization"],[6,0,0,"-","relationship_to_organization_data"],[6,0,0,"-","relationship_to_organizations"],[6,0,0,"-","relationship_to_permission"],[6,0,0,"-","relationship_to_permission_data"],[6,0,0,"-","relationship_to_permissions"],[6,0,0,"-","relationship_to_role"],[6,0,0,"-","relationship_to_role_data"],[6,0,0,"-","relationship_to_roles"],[6,0,0,"-","relationship_to_saml_assertion_attribute"],[6,0,0,"-","relationship_to_saml_assertion_attribute_data"],[6,0,0,"-","relationship_to_user"],[6,0,0,"-","relationship_to_user_data"],[6,0,0,"-","relationship_to_users"],[6,0,0,"-","response_meta_attributes"],[6,0,0,"-","role"],[6,0,0,"-","role_attributes"],[6,0,0,"-","role_clone"],[6,0,0,"-","role_clone_attributes"],[6,0,0,"-","role_clone_request"],[6,0,0,"-","role_create_attributes"],[6,0,0,"-","role_create_data"],[6,0,0,"-","role_create_request"],[6,0,0,"-","role_create_response"],[6,0,0,"-","role_create_response_data"],[6,0,0,"-","role_relationships"],[6,0,0,"-","role_response"],[6,0,0,"-","role_response_relationships"],[6,0,0,"-","role_update_attributes"],[6,0,0,"-","role_update_data"],[6,0,0,"-","role_update_request"],[6,0,0,"-","role_update_response"],[6,0,0,"-","role_update_response_data"],[6,0,0,"-","roles_response"],[6,0,0,"-","roles_sort"],[6,0,0,"-","roles_type"],[6,0,0,"-","rum_event"],[6,0,0,"-","rum_event_attributes"],[6,0,0,"-","rum_event_type"],[6,0,0,"-","rum_events_response"],[6,0,0,"-","rum_query_filter"],[6,0,0,"-","rum_query_options"],[6,0,0,"-","rum_query_page_options"],[6,0,0,"-","rum_response_links"],[6,0,0,"-","rum_response_metadata"],[6,0,0,"-","rum_response_page"],[6,0,0,"-","rum_response_status"],[6,0,0,"-","rum_search_events_request"],[6,0,0,"-","rum_sort"],[6,0,0,"-","rum_warning"],[6,0,0,"-","saml_assertion_attribute"],[6,0,0,"-","saml_assertion_attribute_attributes"],[6,0,0,"-","saml_assertion_attributes_type"],[6,0,0,"-","security_filter"],[6,0,0,"-","security_filter_attributes"],[6,0,0,"-","security_filter_create_attributes"],[6,0,0,"-","security_filter_create_data"],[6,0,0,"-","security_filter_create_request"],[6,0,0,"-","security_filter_exclusion_filter"],[6,0,0,"-","security_filter_exclusion_filter_response"],[6,0,0,"-","security_filter_filtered_data_type"],[6,0,0,"-","security_filter_meta"],[6,0,0,"-","security_filter_response"],[6,0,0,"-","security_filter_type"],[6,0,0,"-","security_filter_update_attributes"],[6,0,0,"-","security_filter_update_data"],[6,0,0,"-","security_filter_update_request"],[6,0,0,"-","security_filters_response"],[6,0,0,"-","security_monitoring_filter"],[6,0,0,"-","security_monitoring_filter_action"],[6,0,0,"-","security_monitoring_list_rules_response"],[6,0,0,"-","security_monitoring_rule_case"],[6,0,0,"-","security_monitoring_rule_case_create"],[6,0,0,"-","security_monitoring_rule_create_payload"],[6,0,0,"-","security_monitoring_rule_detection_method"],[6,0,0,"-","security_monitoring_rule_evaluation_window"],[6,0,0,"-","security_monitoring_rule_impossible_travel_options"],[6,0,0,"-","security_monitoring_rule_keep_alive"],[6,0,0,"-","security_monitoring_rule_max_signal_duration"],[6,0,0,"-","security_monitoring_rule_new_value_options"],[6,0,0,"-","security_monitoring_rule_new_value_options_forget_after"],[6,0,0,"-","security_monitoring_rule_new_value_options_learning_duration"],[6,0,0,"-","security_monitoring_rule_options"],[6,0,0,"-","security_monitoring_rule_query"],[6,0,0,"-","security_monitoring_rule_query_aggregation"],[6,0,0,"-","security_monitoring_rule_query_create"],[6,0,0,"-","security_monitoring_rule_response"],[6,0,0,"-","security_monitoring_rule_severity"],[6,0,0,"-","security_monitoring_rule_type_create"],[6,0,0,"-","security_monitoring_rule_type_read"],[6,0,0,"-","security_monitoring_rule_update_payload"],[6,0,0,"-","security_monitoring_signal"],[6,0,0,"-","security_monitoring_signal_attributes"],[6,0,0,"-","security_monitoring_signal_list_request"],[6,0,0,"-","security_monitoring_signal_list_request_filter"],[6,0,0,"-","security_monitoring_signal_list_request_page"],[6,0,0,"-","security_monitoring_signal_type"],[6,0,0,"-","security_monitoring_signals_list_response"],[6,0,0,"-","security_monitoring_signals_list_response_links"],[6,0,0,"-","security_monitoring_signals_list_response_meta"],[6,0,0,"-","security_monitoring_signals_list_response_meta_page"],[6,0,0,"-","security_monitoring_signals_sort"],[6,0,0,"-","service_account_create_attributes"],[6,0,0,"-","service_account_create_data"],[6,0,0,"-","service_account_create_request"],[6,0,0,"-","user"],[6,0,0,"-","user_attributes"],[6,0,0,"-","user_create_attributes"],[6,0,0,"-","user_create_data"],[6,0,0,"-","user_create_request"],[6,0,0,"-","user_invitation_data"],[6,0,0,"-","user_invitation_data_attributes"],[6,0,0,"-","user_invitation_relationships"],[6,0,0,"-","user_invitation_response"],[6,0,0,"-","user_invitation_response_data"],[6,0,0,"-","user_invitations_request"],[6,0,0,"-","user_invitations_response"],[6,0,0,"-","user_invitations_type"],[6,0,0,"-","user_relationships"],[6,0,0,"-","user_response"],[6,0,0,"-","user_response_included_item"],[6,0,0,"-","user_response_relationships"],[6,0,0,"-","user_update_attributes"],[6,0,0,"-","user_update_data"],[6,0,0,"-","user_update_request"],[6,0,0,"-","users_response"],[6,0,0,"-","users_type"]],"datadog_api_client.v2.model.api_error_response":[[6,1,1,"","APIErrorResponse"]],"datadog_api_client.v2.model.api_error_response.APIErrorResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_create_attributes":[[6,1,1,"","APIKeyCreateAttributes"]],"datadog_api_client.v2.model.api_key_create_attributes.APIKeyCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_create_data":[[6,1,1,"","APIKeyCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_create_data.APIKeyCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_create_request":[[6,1,1,"","APIKeyCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_create_request.APIKeyCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_relationships":[[6,1,1,"","APIKeyRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_relationships.APIKeyRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_response":[[6,1,1,"","APIKeyResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_response.APIKeyResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_response_included_item":[[6,1,1,"","APIKeyResponseIncludedItem"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_update_attributes":[[6,1,1,"","APIKeyUpdateAttributes"]],"datadog_api_client.v2.model.api_key_update_attributes.APIKeyUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_update_data":[[6,1,1,"","APIKeyUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_update_data.APIKeyUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_update_request":[[6,1,1,"","APIKeyUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_update_request.APIKeyUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_keys_response":[[6,1,1,"","APIKeysResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_keys_response.APIKeysResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_keys_sort":[[6,1,1,"","APIKeysSort"]],"datadog_api_client.v2.model.api_keys_sort.APIKeysSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_keys_type":[[6,1,1,"","APIKeysType"]],"datadog_api_client.v2.model.api_keys_type.APIKeysType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_create_attributes":[[6,1,1,"","ApplicationKeyCreateAttributes"]],"datadog_api_client.v2.model.application_key_create_attributes.ApplicationKeyCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_create_data":[[6,1,1,"","ApplicationKeyCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_create_data.ApplicationKeyCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_create_request":[[6,1,1,"","ApplicationKeyCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_create_request.ApplicationKeyCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_relationships":[[6,1,1,"","ApplicationKeyRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_relationships.ApplicationKeyRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_response":[[6,1,1,"","ApplicationKeyResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_response.ApplicationKeyResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_response_included_item":[[6,1,1,"","ApplicationKeyResponseIncludedItem"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_update_attributes":[[6,1,1,"","ApplicationKeyUpdateAttributes"]],"datadog_api_client.v2.model.application_key_update_attributes.ApplicationKeyUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_update_data":[[6,1,1,"","ApplicationKeyUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_update_data.ApplicationKeyUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_update_request":[[6,1,1,"","ApplicationKeyUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_update_request.ApplicationKeyUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_keys_sort":[[6,1,1,"","ApplicationKeysSort"]],"datadog_api_client.v2.model.application_keys_sort.ApplicationKeysSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_keys_type":[[6,1,1,"","ApplicationKeysType"]],"datadog_api_client.v2.model.application_keys_type.ApplicationKeysType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_event":[[6,1,1,"","AuditLogsEvent"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.audit_logs_event.AuditLogsEvent":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_event_attributes":[[6,1,1,"","AuditLogsEventAttributes"]],"datadog_api_client.v2.model.audit_logs_event_attributes.AuditLogsEventAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_event_type":[[6,1,1,"","AuditLogsEventType"]],"datadog_api_client.v2.model.audit_logs_event_type.AuditLogsEventType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_events_response":[[6,1,1,"","AuditLogsEventsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.audit_logs_events_response.AuditLogsEventsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_query_filter":[[6,1,1,"","AuditLogsQueryFilter"]],"datadog_api_client.v2.model.audit_logs_query_filter.AuditLogsQueryFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_query_options":[[6,1,1,"","AuditLogsQueryOptions"]],"datadog_api_client.v2.model.audit_logs_query_options.AuditLogsQueryOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_query_page_options":[[6,1,1,"","AuditLogsQueryPageOptions"]],"datadog_api_client.v2.model.audit_logs_query_page_options.AuditLogsQueryPageOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.audit_logs_response_links":[[6,1,1,"","AuditLogsResponseLinks"]],"datadog_api_client.v2.model.audit_logs_response_links.AuditLogsResponseLinks":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_response_metadata":[[6,1,1,"","AuditLogsResponseMetadata"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.audit_logs_response_metadata.AuditLogsResponseMetadata":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_response_page":[[6,1,1,"","AuditLogsResponsePage"]],"datadog_api_client.v2.model.audit_logs_response_page.AuditLogsResponsePage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_response_status":[[6,1,1,"","AuditLogsResponseStatus"]],"datadog_api_client.v2.model.audit_logs_response_status.AuditLogsResponseStatus":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_search_events_request":[[6,1,1,"","AuditLogsSearchEventsRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.audit_logs_search_events_request.AuditLogsSearchEventsRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_sort":[[6,1,1,"","AuditLogsSort"]],"datadog_api_client.v2.model.audit_logs_sort.AuditLogsSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_warning":[[6,1,1,"","AuditLogsWarning"]],"datadog_api_client.v2.model.audit_logs_warning.AuditLogsWarning":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping":[[6,1,1,"","AuthNMapping"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping.AuthNMapping":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_attributes":[[6,1,1,"","AuthNMappingAttributes"]],"datadog_api_client.v2.model.auth_n_mapping_attributes.AuthNMappingAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.auth_n_mapping_create_attributes":[[6,1,1,"","AuthNMappingCreateAttributes"]],"datadog_api_client.v2.model.auth_n_mapping_create_attributes.AuthNMappingCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_create_data":[[6,1,1,"","AuthNMappingCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_create_data.AuthNMappingCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_create_relationships":[[6,1,1,"","AuthNMappingCreateRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_create_relationships.AuthNMappingCreateRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_create_request":[[6,1,1,"","AuthNMappingCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_create_request.AuthNMappingCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_included":[[6,1,1,"","AuthNMappingIncluded"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_relationships":[[6,1,1,"","AuthNMappingRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_relationships.AuthNMappingRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_response":[[6,1,1,"","AuthNMappingResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_response.AuthNMappingResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_update_attributes":[[6,1,1,"","AuthNMappingUpdateAttributes"]],"datadog_api_client.v2.model.auth_n_mapping_update_attributes.AuthNMappingUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_update_data":[[6,1,1,"","AuthNMappingUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_update_data.AuthNMappingUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_update_relationships":[[6,1,1,"","AuthNMappingUpdateRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_update_relationships.AuthNMappingUpdateRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_update_request":[[6,1,1,"","AuthNMappingUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_update_request.AuthNMappingUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mappings_response":[[6,1,1,"","AuthNMappingsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mappings_response.AuthNMappingsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mappings_sort":[[6,1,1,"","AuthNMappingsSort"]],"datadog_api_client.v2.model.auth_n_mappings_sort.AuthNMappingsSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mappings_type":[[6,1,1,"","AuthNMappingsType"]],"datadog_api_client.v2.model.auth_n_mappings_type.AuthNMappingsType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_attributes":[[6,1,1,"","CloudWorkloadSecurityAgentRuleAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_attributes.CloudWorkloadSecurityAgentRuleAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_create_attributes":[[6,1,1,"","CloudWorkloadSecurityAgentRuleCreateAttributes"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_create_attributes.CloudWorkloadSecurityAgentRuleCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_create_data":[[6,1,1,"","CloudWorkloadSecurityAgentRuleCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_create_data.CloudWorkloadSecurityAgentRuleCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_create_request":[[6,1,1,"","CloudWorkloadSecurityAgentRuleCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_create_request.CloudWorkloadSecurityAgentRuleCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_creator_attributes":[[6,1,1,"","CloudWorkloadSecurityAgentRuleCreatorAttributes"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_creator_attributes.CloudWorkloadSecurityAgentRuleCreatorAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_data":[[6,1,1,"","CloudWorkloadSecurityAgentRuleData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_data.CloudWorkloadSecurityAgentRuleData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_response":[[6,1,1,"","CloudWorkloadSecurityAgentRuleResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_response.CloudWorkloadSecurityAgentRuleResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_type":[[6,1,1,"","CloudWorkloadSecurityAgentRuleType"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_type.CloudWorkloadSecurityAgentRuleType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_update_attributes":[[6,1,1,"","CloudWorkloadSecurityAgentRuleUpdateAttributes"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_update_attributes.CloudWorkloadSecurityAgentRuleUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_update_data":[[6,1,1,"","CloudWorkloadSecurityAgentRuleUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_update_data.CloudWorkloadSecurityAgentRuleUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_update_request":[[6,1,1,"","CloudWorkloadSecurityAgentRuleUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_update_request.CloudWorkloadSecurityAgentRuleUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_updater_attributes":[[6,1,1,"","CloudWorkloadSecurityAgentRuleUpdaterAttributes"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_updater_attributes.CloudWorkloadSecurityAgentRuleUpdaterAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rules_list_response":[[6,1,1,"","CloudWorkloadSecurityAgentRulesListResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rules_list_response.CloudWorkloadSecurityAgentRulesListResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.content_encoding":[[6,1,1,"","ContentEncoding"]],"datadog_api_client.v2.model.content_encoding.ContentEncoding":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.creator":[[6,1,1,"","Creator"]],"datadog_api_client.v2.model.creator.Creator":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_add_items_request":[[6,1,1,"","DashboardListAddItemsRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_add_items_request.DashboardListAddItemsRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_add_items_response":[[6,1,1,"","DashboardListAddItemsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_add_items_response.DashboardListAddItemsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_delete_items_request":[[6,1,1,"","DashboardListDeleteItemsRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_delete_items_request.DashboardListDeleteItemsRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_delete_items_response":[[6,1,1,"","DashboardListDeleteItemsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_delete_items_response.DashboardListDeleteItemsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_item":[[6,1,1,"","DashboardListItem"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_item.DashboardListItem":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.dashboard_list_item_request":[[6,1,1,"","DashboardListItemRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_item_request.DashboardListItemRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_item_response":[[6,1,1,"","DashboardListItemResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_item_response.DashboardListItemResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.dashboard_list_items":[[6,1,1,"","DashboardListItems"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_items.DashboardListItems":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.dashboard_list_update_items_request":[[6,1,1,"","DashboardListUpdateItemsRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_update_items_request.DashboardListUpdateItemsRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_update_items_response":[[6,1,1,"","DashboardListUpdateItemsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_update_items_response.DashboardListUpdateItemsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_type":[[6,1,1,"","DashboardType"]],"datadog_api_client.v2.model.dashboard_type.DashboardType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.full_api_key":[[6,1,1,"","FullAPIKey"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.full_api_key.FullAPIKey":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.full_api_key_attributes":[[6,1,1,"","FullAPIKeyAttributes"]],"datadog_api_client.v2.model.full_api_key_attributes.FullAPIKeyAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.full_application_key":[[6,1,1,"","FullApplicationKey"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.full_application_key.FullApplicationKey":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.full_application_key_attributes":[[6,1,1,"","FullApplicationKeyAttributes"]],"datadog_api_client.v2.model.full_application_key_attributes.FullApplicationKeyAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.http_log":[[6,1,1,"","HTTPLog"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.http_log.HTTPLog":[[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.http_log_error":[[6,1,1,"","HTTPLogError"]],"datadog_api_client.v2.model.http_log_error.HTTPLogError":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.http_log_errors":[[6,1,1,"","HTTPLogErrors"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.http_log_errors.HTTPLogErrors":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.http_log_item":[[6,1,1,"","HTTPLogItem"]],"datadog_api_client.v2.model.http_log_item.HTTPLogItem":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_create_attributes":[[6,1,1,"","IncidentCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_create_attributes.IncidentCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_create_data":[[6,1,1,"","IncidentCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_create_data.IncidentCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_create_relationships":[[6,1,1,"","IncidentCreateRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_create_relationships.IncidentCreateRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_create_request":[[6,1,1,"","IncidentCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_create_request.IncidentCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_field_attributes":[[6,1,1,"","IncidentFieldAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_field_attributes_multiple_value":[[6,1,1,"","IncidentFieldAttributesMultipleValue"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_field_attributes_multiple_value.IncidentFieldAttributesMultipleValue":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_field_attributes_single_value":[[6,1,1,"","IncidentFieldAttributesSingleValue"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_field_attributes_single_value.IncidentFieldAttributesSingleValue":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_field_attributes_single_value_type":[[6,1,1,"","IncidentFieldAttributesSingleValueType"]],"datadog_api_client.v2.model.incident_field_attributes_single_value_type.IncidentFieldAttributesSingleValueType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_field_attributes_value_type":[[6,1,1,"","IncidentFieldAttributesValueType"]],"datadog_api_client.v2.model.incident_field_attributes_value_type.IncidentFieldAttributesValueType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_integration_metadata_type":[[6,1,1,"","IncidentIntegrationMetadataType"]],"datadog_api_client.v2.model.incident_integration_metadata_type.IncidentIntegrationMetadataType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_notification_handle":[[6,1,1,"","IncidentNotificationHandle"]],"datadog_api_client.v2.model.incident_notification_handle.IncidentNotificationHandle":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_postmortem_type":[[6,1,1,"","IncidentPostmortemType"]],"datadog_api_client.v2.model.incident_postmortem_type.IncidentPostmortemType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_related_object":[[6,1,1,"","IncidentRelatedObject"]],"datadog_api_client.v2.model.incident_related_object.IncidentRelatedObject":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_response":[[6,1,1,"","IncidentResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_response.IncidentResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_response_attributes":[[6,1,1,"","IncidentResponseAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_response_attributes.IncidentResponseAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_response_data":[[6,1,1,"","IncidentResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_response_data.IncidentResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_response_included_item":[[6,1,1,"","IncidentResponseIncludedItem"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_response_meta":[[6,1,1,"","IncidentResponseMeta"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_response_meta.IncidentResponseMeta":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_response_meta_pagination":[[6,1,1,"","IncidentResponseMetaPagination"]],"datadog_api_client.v2.model.incident_response_meta_pagination.IncidentResponseMetaPagination":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_response_relationships":[[6,1,1,"","IncidentResponseRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_response_relationships.IncidentResponseRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_service_create_attributes":[[6,1,1,"","IncidentServiceCreateAttributes"]],"datadog_api_client.v2.model.incident_service_create_attributes.IncidentServiceCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_service_create_data":[[6,1,1,"","IncidentServiceCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_create_data.IncidentServiceCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_service_create_request":[[6,1,1,"","IncidentServiceCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_create_request.IncidentServiceCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_service_included_items":[[6,1,1,"","IncidentServiceIncludedItems"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_relationships":[[6,1,1,"","IncidentServiceRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_relationships.IncidentServiceRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_service_response":[[6,1,1,"","IncidentServiceResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_response.IncidentServiceResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_service_response_attributes":[[6,1,1,"","IncidentServiceResponseAttributes"]],"datadog_api_client.v2.model.incident_service_response_attributes.IncidentServiceResponseAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_service_response_data":[[6,1,1,"","IncidentServiceResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_response_data.IncidentServiceResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_service_type":[[6,1,1,"","IncidentServiceType"]],"datadog_api_client.v2.model.incident_service_type.IncidentServiceType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_service_update_attributes":[[6,1,1,"","IncidentServiceUpdateAttributes"]],"datadog_api_client.v2.model.incident_service_update_attributes.IncidentServiceUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_service_update_data":[[6,1,1,"","IncidentServiceUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_update_data.IncidentServiceUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_service_update_request":[[6,1,1,"","IncidentServiceUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_update_request.IncidentServiceUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_services_response":[[6,1,1,"","IncidentServicesResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_services_response.IncidentServicesResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_team_create_attributes":[[6,1,1,"","IncidentTeamCreateAttributes"]],"datadog_api_client.v2.model.incident_team_create_attributes.IncidentTeamCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_team_create_data":[[6,1,1,"","IncidentTeamCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_create_data.IncidentTeamCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_team_create_request":[[6,1,1,"","IncidentTeamCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_create_request.IncidentTeamCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_team_included_items":[[6,1,1,"","IncidentTeamIncludedItems"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_relationships":[[6,1,1,"","IncidentTeamRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_relationships.IncidentTeamRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_team_response":[[6,1,1,"","IncidentTeamResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_response.IncidentTeamResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_team_response_attributes":[[6,1,1,"","IncidentTeamResponseAttributes"]],"datadog_api_client.v2.model.incident_team_response_attributes.IncidentTeamResponseAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_team_response_data":[[6,1,1,"","IncidentTeamResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_response_data.IncidentTeamResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_team_type":[[6,1,1,"","IncidentTeamType"]],"datadog_api_client.v2.model.incident_team_type.IncidentTeamType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_team_update_attributes":[[6,1,1,"","IncidentTeamUpdateAttributes"]],"datadog_api_client.v2.model.incident_team_update_attributes.IncidentTeamUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_team_update_data":[[6,1,1,"","IncidentTeamUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_update_data.IncidentTeamUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_team_update_request":[[6,1,1,"","IncidentTeamUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_update_request.IncidentTeamUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_teams_response":[[6,1,1,"","IncidentTeamsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_teams_response.IncidentTeamsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_timeline_cell_create_attributes":[[6,1,1,"","IncidentTimelineCellCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_timeline_cell_markdown_content_type":[[6,1,1,"","IncidentTimelineCellMarkdownContentType"]],"datadog_api_client.v2.model.incident_timeline_cell_markdown_content_type.IncidentTimelineCellMarkdownContentType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_timeline_cell_markdown_create_attributes":[[6,1,1,"","IncidentTimelineCellMarkdownCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_timeline_cell_markdown_create_attributes.IncidentTimelineCellMarkdownCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_timeline_cell_markdown_create_attributes_content":[[6,1,1,"","IncidentTimelineCellMarkdownCreateAttributesContent"]],"datadog_api_client.v2.model.incident_timeline_cell_markdown_create_attributes_content.IncidentTimelineCellMarkdownCreateAttributesContent":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_type":[[6,1,1,"","IncidentType"]],"datadog_api_client.v2.model.incident_type.IncidentType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_update_attributes":[[6,1,1,"","IncidentUpdateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_update_attributes.IncidentUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_update_data":[[6,1,1,"","IncidentUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_update_data.IncidentUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_update_relationships":[[6,1,1,"","IncidentUpdateRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_update_relationships.IncidentUpdateRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_update_request":[[6,1,1,"","IncidentUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_update_request.IncidentUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incidents_response":[[6,1,1,"","IncidentsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incidents_response.IncidentsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.list_application_keys_response":[[6,1,1,"","ListApplicationKeysResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.list_application_keys_response.ListApplicationKeysResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.log":[[6,1,1,"","Log"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.log.Log":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.log_attributes":[[6,1,1,"","LogAttributes"]],"datadog_api_client.v2.model.log_attributes.LogAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.log_type":[[6,1,1,"","LogType"]],"datadog_api_client.v2.model.log_type.LogType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_bucket":[[6,1,1,"","LogsAggregateBucket"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_bucket.LogsAggregateBucket":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_bucket_value":[[6,1,1,"","LogsAggregateBucketValue"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_bucket_value_timeseries":[[6,1,1,"","LogsAggregateBucketValueTimeseries"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_bucket_value_timeseries.LogsAggregateBucketValueTimeseries":[[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_bucket_value_timeseries_point":[[6,1,1,"","LogsAggregateBucketValueTimeseriesPoint"]],"datadog_api_client.v2.model.logs_aggregate_bucket_value_timeseries_point.LogsAggregateBucketValueTimeseriesPoint":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_request":[[6,1,1,"","LogsAggregateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_request.LogsAggregateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_request_page":[[6,1,1,"","LogsAggregateRequestPage"]],"datadog_api_client.v2.model.logs_aggregate_request_page.LogsAggregateRequestPage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_response":[[6,1,1,"","LogsAggregateResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_response.LogsAggregateResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_response_data":[[6,1,1,"","LogsAggregateResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_response_data.LogsAggregateResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_response_status":[[6,1,1,"","LogsAggregateResponseStatus"]],"datadog_api_client.v2.model.logs_aggregate_response_status.LogsAggregateResponseStatus":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_sort":[[6,1,1,"","LogsAggregateSort"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_sort.LogsAggregateSort":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_sort_type":[[6,1,1,"","LogsAggregateSortType"]],"datadog_api_client.v2.model.logs_aggregate_sort_type.LogsAggregateSortType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregation_function":[[6,1,1,"","LogsAggregationFunction"]],"datadog_api_client.v2.model.logs_aggregation_function.LogsAggregationFunction":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive":[[6,1,1,"","LogsArchive"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive.LogsArchive":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_attributes":[[6,1,1,"","LogsArchiveAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_attributes.LogsArchiveAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_create_request":[[6,1,1,"","LogsArchiveCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_create_request.LogsArchiveCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_create_request_attributes":[[6,1,1,"","LogsArchiveCreateRequestAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_create_request_attributes.LogsArchiveCreateRequestAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_create_request_definition":[[6,1,1,"","LogsArchiveCreateRequestDefinition"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_create_request_definition.LogsArchiveCreateRequestDefinition":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_create_request_destination":[[6,1,1,"","LogsArchiveCreateRequestDestination"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_definition":[[6,1,1,"","LogsArchiveDefinition"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_definition.LogsArchiveDefinition":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.logs_archive_destination":[[6,1,1,"","LogsArchiveDestination"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_destination_azure":[[6,1,1,"","LogsArchiveDestinationAzure"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_destination_azure.LogsArchiveDestinationAzure":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_destination_azure_type":[[6,1,1,"","LogsArchiveDestinationAzureType"]],"datadog_api_client.v2.model.logs_archive_destination_azure_type.LogsArchiveDestinationAzureType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_destination_gcs":[[6,1,1,"","LogsArchiveDestinationGCS"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_destination_gcs.LogsArchiveDestinationGCS":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_destination_gcs_type":[[6,1,1,"","LogsArchiveDestinationGCSType"]],"datadog_api_client.v2.model.logs_archive_destination_gcs_type.LogsArchiveDestinationGCSType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_destination_s3":[[6,1,1,"","LogsArchiveDestinationS3"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_destination_s3.LogsArchiveDestinationS3":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_destination_s3_type":[[6,1,1,"","LogsArchiveDestinationS3Type"]],"datadog_api_client.v2.model.logs_archive_destination_s3_type.LogsArchiveDestinationS3Type":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_integration_azure":[[6,1,1,"","LogsArchiveIntegrationAzure"]],"datadog_api_client.v2.model.logs_archive_integration_azure.LogsArchiveIntegrationAzure":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_integration_gcs":[[6,1,1,"","LogsArchiveIntegrationGCS"]],"datadog_api_client.v2.model.logs_archive_integration_gcs.LogsArchiveIntegrationGCS":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_integration_s3":[[6,1,1,"","LogsArchiveIntegrationS3"]],"datadog_api_client.v2.model.logs_archive_integration_s3.LogsArchiveIntegrationS3":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_order":[[6,1,1,"","LogsArchiveOrder"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_order.LogsArchiveOrder":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_order_attributes":[[6,1,1,"","LogsArchiveOrderAttributes"]],"datadog_api_client.v2.model.logs_archive_order_attributes.LogsArchiveOrderAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_order_definition":[[6,1,1,"","LogsArchiveOrderDefinition"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_order_definition.LogsArchiveOrderDefinition":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_order_definition_type":[[6,1,1,"","LogsArchiveOrderDefinitionType"]],"datadog_api_client.v2.model.logs_archive_order_definition_type.LogsArchiveOrderDefinitionType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_state":[[6,1,1,"","LogsArchiveState"]],"datadog_api_client.v2.model.logs_archive_state.LogsArchiveState":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archives":[[6,1,1,"","LogsArchives"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archives.LogsArchives":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_compute":[[6,1,1,"","LogsCompute"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_compute.LogsCompute":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_compute_type":[[6,1,1,"","LogsComputeType"]],"datadog_api_client.v2.model.logs_compute_type.LogsComputeType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_group_by":[[6,1,1,"","LogsGroupBy"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_group_by.LogsGroupBy":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_group_by_histogram":[[6,1,1,"","LogsGroupByHistogram"]],"datadog_api_client.v2.model.logs_group_by_histogram.LogsGroupByHistogram":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_group_by_missing":[[6,1,1,"","LogsGroupByMissing"]],"datadog_api_client.v2.model.logs_group_by_total":[[6,1,1,"","LogsGroupByTotal"]],"datadog_api_client.v2.model.logs_list_request":[[6,1,1,"","LogsListRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_list_request.LogsListRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_list_request_page":[[6,1,1,"","LogsListRequestPage"]],"datadog_api_client.v2.model.logs_list_request_page.LogsListRequestPage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.logs_list_response":[[6,1,1,"","LogsListResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_list_response.LogsListResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_list_response_links":[[6,1,1,"","LogsListResponseLinks"]],"datadog_api_client.v2.model.logs_list_response_links.LogsListResponseLinks":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_compute":[[6,1,1,"","LogsMetricCompute"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_compute.LogsMetricCompute":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_compute_aggregation_type":[[6,1,1,"","LogsMetricComputeAggregationType"]],"datadog_api_client.v2.model.logs_metric_compute_aggregation_type.LogsMetricComputeAggregationType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_create_attributes":[[6,1,1,"","LogsMetricCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_create_attributes.LogsMetricCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_create_data":[[6,1,1,"","LogsMetricCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_create_data.LogsMetricCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_create_request":[[6,1,1,"","LogsMetricCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_create_request.LogsMetricCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_filter":[[6,1,1,"","LogsMetricFilter"]],"datadog_api_client.v2.model.logs_metric_filter.LogsMetricFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_group_by":[[6,1,1,"","LogsMetricGroupBy"]],"datadog_api_client.v2.model.logs_metric_group_by.LogsMetricGroupBy":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response":[[6,1,1,"","LogsMetricResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_response.LogsMetricResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response_attributes":[[6,1,1,"","LogsMetricResponseAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_response_attributes.LogsMetricResponseAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response_compute":[[6,1,1,"","LogsMetricResponseCompute"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_response_compute.LogsMetricResponseCompute":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response_compute_aggregation_type":[[6,1,1,"","LogsMetricResponseComputeAggregationType"]],"datadog_api_client.v2.model.logs_metric_response_compute_aggregation_type.LogsMetricResponseComputeAggregationType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response_data":[[6,1,1,"","LogsMetricResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_response_data.LogsMetricResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response_filter":[[6,1,1,"","LogsMetricResponseFilter"]],"datadog_api_client.v2.model.logs_metric_response_filter.LogsMetricResponseFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response_group_by":[[6,1,1,"","LogsMetricResponseGroupBy"]],"datadog_api_client.v2.model.logs_metric_response_group_by.LogsMetricResponseGroupBy":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_type":[[6,1,1,"","LogsMetricType"]],"datadog_api_client.v2.model.logs_metric_type.LogsMetricType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_update_attributes":[[6,1,1,"","LogsMetricUpdateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_update_attributes.LogsMetricUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_update_data":[[6,1,1,"","LogsMetricUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_update_data.LogsMetricUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_update_request":[[6,1,1,"","LogsMetricUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_update_request.LogsMetricUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metrics_response":[[6,1,1,"","LogsMetricsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metrics_response.LogsMetricsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_query_filter":[[6,1,1,"","LogsQueryFilter"]],"datadog_api_client.v2.model.logs_query_filter.LogsQueryFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_query_options":[[6,1,1,"","LogsQueryOptions"]],"datadog_api_client.v2.model.logs_query_options.LogsQueryOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_response_metadata":[[6,1,1,"","LogsResponseMetadata"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_response_metadata.LogsResponseMetadata":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_response_metadata_page":[[6,1,1,"","LogsResponseMetadataPage"]],"datadog_api_client.v2.model.logs_response_metadata_page.LogsResponseMetadataPage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_sort":[[6,1,1,"","LogsSort"]],"datadog_api_client.v2.model.logs_sort.LogsSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_sort_order":[[6,1,1,"","LogsSortOrder"]],"datadog_api_client.v2.model.logs_sort_order.LogsSortOrder":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_warning":[[6,1,1,"","LogsWarning"]],"datadog_api_client.v2.model.logs_warning.LogsWarning":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric":[[6,1,1,"","Metric"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric.Metric":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_all_tags":[[6,1,1,"","MetricAllTags"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_all_tags.MetricAllTags":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_all_tags_attributes":[[6,1,1,"","MetricAllTagsAttributes"]],"datadog_api_client.v2.model.metric_all_tags_attributes.MetricAllTagsAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_all_tags_response":[[6,1,1,"","MetricAllTagsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_all_tags_response.MetricAllTagsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_configure_tags_type":[[6,1,1,"","MetricBulkConfigureTagsType"]],"datadog_api_client.v2.model.metric_bulk_configure_tags_type.MetricBulkConfigureTagsType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_create":[[6,1,1,"","MetricBulkTagConfigCreate"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_create.MetricBulkTagConfigCreate":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_create_attributes":[[6,1,1,"","MetricBulkTagConfigCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_create_attributes.MetricBulkTagConfigCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_create_request":[[6,1,1,"","MetricBulkTagConfigCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_create_request.MetricBulkTagConfigCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_delete":[[6,1,1,"","MetricBulkTagConfigDelete"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_delete.MetricBulkTagConfigDelete":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_delete_attributes":[[6,1,1,"","MetricBulkTagConfigDeleteAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_delete_attributes.MetricBulkTagConfigDeleteAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_delete_request":[[6,1,1,"","MetricBulkTagConfigDeleteRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_delete_request.MetricBulkTagConfigDeleteRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_email_list":[[6,1,1,"","MetricBulkTagConfigEmailList"]],"datadog_api_client.v2.model.metric_bulk_tag_config_email_list.MetricBulkTagConfigEmailList":[[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_response":[[6,1,1,"","MetricBulkTagConfigResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_response.MetricBulkTagConfigResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_status":[[6,1,1,"","MetricBulkTagConfigStatus"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_status.MetricBulkTagConfigStatus":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_status_attributes":[[6,1,1,"","MetricBulkTagConfigStatusAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_status_attributes.MetricBulkTagConfigStatusAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_tag_name_list":[[6,1,1,"","MetricBulkTagConfigTagNameList"]],"datadog_api_client.v2.model.metric_bulk_tag_config_tag_name_list.MetricBulkTagConfigTagNameList":[[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_custom_aggregation":[[6,1,1,"","MetricCustomAggregation"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_custom_aggregation.MetricCustomAggregation":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_custom_aggregations":[[6,1,1,"","MetricCustomAggregations"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_custom_aggregations.MetricCustomAggregations":[[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_custom_space_aggregation":[[6,1,1,"","MetricCustomSpaceAggregation"]],"datadog_api_client.v2.model.metric_custom_space_aggregation.MetricCustomSpaceAggregation":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_custom_time_aggregation":[[6,1,1,"","MetricCustomTimeAggregation"]],"datadog_api_client.v2.model.metric_custom_time_aggregation.MetricCustomTimeAggregation":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_distinct_volume":[[6,1,1,"","MetricDistinctVolume"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_distinct_volume.MetricDistinctVolume":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_distinct_volume_attributes":[[6,1,1,"","MetricDistinctVolumeAttributes"]],"datadog_api_client.v2.model.metric_distinct_volume_attributes.MetricDistinctVolumeAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_distinct_volume_type":[[6,1,1,"","MetricDistinctVolumeType"]],"datadog_api_client.v2.model.metric_distinct_volume_type.MetricDistinctVolumeType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_ingested_indexed_volume":[[6,1,1,"","MetricIngestedIndexedVolume"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_ingested_indexed_volume.MetricIngestedIndexedVolume":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_ingested_indexed_volume_attributes":[[6,1,1,"","MetricIngestedIndexedVolumeAttributes"]],"datadog_api_client.v2.model.metric_ingested_indexed_volume_attributes.MetricIngestedIndexedVolumeAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_ingested_indexed_volume_type":[[6,1,1,"","MetricIngestedIndexedVolumeType"]],"datadog_api_client.v2.model.metric_ingested_indexed_volume_type.MetricIngestedIndexedVolumeType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration":[[6,1,1,"","MetricTagConfiguration"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration.MetricTagConfiguration":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_attributes":[[6,1,1,"","MetricTagConfigurationAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_attributes.MetricTagConfigurationAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_create_attributes":[[6,1,1,"","MetricTagConfigurationCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_create_attributes.MetricTagConfigurationCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_create_data":[[6,1,1,"","MetricTagConfigurationCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_create_data.MetricTagConfigurationCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_create_request":[[6,1,1,"","MetricTagConfigurationCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_create_request.MetricTagConfigurationCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_metric_types":[[6,1,1,"","MetricTagConfigurationMetricTypes"]],"datadog_api_client.v2.model.metric_tag_configuration_metric_types.MetricTagConfigurationMetricTypes":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_response":[[6,1,1,"","MetricTagConfigurationResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_response.MetricTagConfigurationResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_type":[[6,1,1,"","MetricTagConfigurationType"]],"datadog_api_client.v2.model.metric_tag_configuration_type.MetricTagConfigurationType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_update_attributes":[[6,1,1,"","MetricTagConfigurationUpdateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_update_attributes.MetricTagConfigurationUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_update_data":[[6,1,1,"","MetricTagConfigurationUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_update_data.MetricTagConfigurationUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_update_request":[[6,1,1,"","MetricTagConfigurationUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_update_request.MetricTagConfigurationUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_type":[[6,1,1,"","MetricType"]],"datadog_api_client.v2.model.metric_type.MetricType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_volumes":[[6,1,1,"","MetricVolumes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_volumes_response":[[6,1,1,"","MetricVolumesResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_volumes_response.MetricVolumesResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metrics_and_metric_tag_configurations":[[6,1,1,"","MetricsAndMetricTagConfigurations"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metrics_and_metric_tag_configurations_response":[[6,1,1,"","MetricsAndMetricTagConfigurationsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metrics_and_metric_tag_configurations_response.MetricsAndMetricTagConfigurationsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.nullable_relationship_to_user":[[6,1,1,"","NullableRelationshipToUser"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.nullable_relationship_to_user.NullableRelationshipToUser":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.nullable_relationship_to_user_data":[[6,1,1,"","NullableRelationshipToUserData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.nullable_relationship_to_user_data.NullableRelationshipToUserData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.organization":[[6,1,1,"","Organization"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.organization.Organization":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.organization_attributes":[[6,1,1,"","OrganizationAttributes"]],"datadog_api_client.v2.model.organization_attributes.OrganizationAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.organizations_type":[[6,1,1,"","OrganizationsType"]],"datadog_api_client.v2.model.organizations_type.OrganizationsType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.pagination":[[6,1,1,"","Pagination"]],"datadog_api_client.v2.model.pagination.Pagination":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.partial_api_key":[[6,1,1,"","PartialAPIKey"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.partial_api_key.PartialAPIKey":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.partial_api_key_attributes":[[6,1,1,"","PartialAPIKeyAttributes"]],"datadog_api_client.v2.model.partial_api_key_attributes.PartialAPIKeyAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.partial_application_key":[[6,1,1,"","PartialApplicationKey"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.partial_application_key.PartialApplicationKey":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.partial_application_key_attributes":[[6,1,1,"","PartialApplicationKeyAttributes"]],"datadog_api_client.v2.model.partial_application_key_attributes.PartialApplicationKeyAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.partial_application_key_response":[[6,1,1,"","PartialApplicationKeyResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.partial_application_key_response.PartialApplicationKeyResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.permission":[[6,1,1,"","Permission"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.permission.Permission":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.permission_attributes":[[6,1,1,"","PermissionAttributes"]],"datadog_api_client.v2.model.permission_attributes.PermissionAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.permissions_response":[[6,1,1,"","PermissionsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.permissions_response.PermissionsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.permissions_type":[[6,1,1,"","PermissionsType"]],"datadog_api_client.v2.model.permissions_type.PermissionsType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.process_summaries_meta":[[6,1,1,"","ProcessSummariesMeta"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.process_summaries_meta.ProcessSummariesMeta":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.process_summaries_meta_page":[[6,1,1,"","ProcessSummariesMetaPage"]],"datadog_api_client.v2.model.process_summaries_meta_page.ProcessSummariesMetaPage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.process_summaries_response":[[6,1,1,"","ProcessSummariesResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.process_summaries_response.ProcessSummariesResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.process_summary":[[6,1,1,"","ProcessSummary"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.process_summary.ProcessSummary":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.process_summary_attributes":[[6,1,1,"","ProcessSummaryAttributes"]],"datadog_api_client.v2.model.process_summary_attributes.ProcessSummaryAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.process_summary_type":[[6,1,1,"","ProcessSummaryType"]],"datadog_api_client.v2.model.process_summary_type.ProcessSummaryType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.query_sort_order":[[6,1,1,"","QuerySortOrder"]],"datadog_api_client.v2.model.query_sort_order.QuerySortOrder":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_incident_integration_metadata_data":[[6,1,1,"","RelationshipToIncidentIntegrationMetadataData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_incident_integration_metadata_data.RelationshipToIncidentIntegrationMetadataData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_incident_integration_metadatas":[[6,1,1,"","RelationshipToIncidentIntegrationMetadatas"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_incident_integration_metadatas.RelationshipToIncidentIntegrationMetadatas":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_incident_postmortem":[[6,1,1,"","RelationshipToIncidentPostmortem"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_incident_postmortem.RelationshipToIncidentPostmortem":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_incident_postmortem_data":[[6,1,1,"","RelationshipToIncidentPostmortemData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_incident_postmortem_data.RelationshipToIncidentPostmortemData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_organization":[[6,1,1,"","RelationshipToOrganization"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_organization.RelationshipToOrganization":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_organization_data":[[6,1,1,"","RelationshipToOrganizationData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_organization_data.RelationshipToOrganizationData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_organizations":[[6,1,1,"","RelationshipToOrganizations"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_organizations.RelationshipToOrganizations":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_permission":[[6,1,1,"","RelationshipToPermission"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_permission.RelationshipToPermission":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_permission_data":[[6,1,1,"","RelationshipToPermissionData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_permission_data.RelationshipToPermissionData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_permissions":[[6,1,1,"","RelationshipToPermissions"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_permissions.RelationshipToPermissions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_role":[[6,1,1,"","RelationshipToRole"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_role.RelationshipToRole":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_role_data":[[6,1,1,"","RelationshipToRoleData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_role_data.RelationshipToRoleData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_roles":[[6,1,1,"","RelationshipToRoles"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_roles.RelationshipToRoles":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_saml_assertion_attribute":[[6,1,1,"","RelationshipToSAMLAssertionAttribute"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_saml_assertion_attribute.RelationshipToSAMLAssertionAttribute":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_saml_assertion_attribute_data":[[6,1,1,"","RelationshipToSAMLAssertionAttributeData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_saml_assertion_attribute_data.RelationshipToSAMLAssertionAttributeData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.relationship_to_user":[[6,1,1,"","RelationshipToUser"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_user.RelationshipToUser":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_user_data":[[6,1,1,"","RelationshipToUserData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_user_data.RelationshipToUserData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_users":[[6,1,1,"","RelationshipToUsers"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_users.RelationshipToUsers":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.response_meta_attributes":[[6,1,1,"","ResponseMetaAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.response_meta_attributes.ResponseMetaAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role":[[6,1,1,"","Role"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role.Role":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_attributes":[[6,1,1,"","RoleAttributes"]],"datadog_api_client.v2.model.role_attributes.RoleAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.role_clone":[[6,1,1,"","RoleClone"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_clone.RoleClone":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_clone_attributes":[[6,1,1,"","RoleCloneAttributes"]],"datadog_api_client.v2.model.role_clone_attributes.RoleCloneAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_clone_request":[[6,1,1,"","RoleCloneRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_clone_request.RoleCloneRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_create_attributes":[[6,1,1,"","RoleCreateAttributes"]],"datadog_api_client.v2.model.role_create_attributes.RoleCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.role_create_data":[[6,1,1,"","RoleCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_create_data.RoleCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_create_request":[[6,1,1,"","RoleCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_create_request.RoleCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_create_response":[[6,1,1,"","RoleCreateResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_create_response.RoleCreateResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_create_response_data":[[6,1,1,"","RoleCreateResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_create_response_data.RoleCreateResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_relationships":[[6,1,1,"","RoleRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_relationships.RoleRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_response":[[6,1,1,"","RoleResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_response.RoleResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_response_relationships":[[6,1,1,"","RoleResponseRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_response_relationships.RoleResponseRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_update_attributes":[[6,1,1,"","RoleUpdateAttributes"]],"datadog_api_client.v2.model.role_update_attributes.RoleUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.role_update_data":[[6,1,1,"","RoleUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_update_data.RoleUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_update_request":[[6,1,1,"","RoleUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_update_request.RoleUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_update_response":[[6,1,1,"","RoleUpdateResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_update_response.RoleUpdateResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_update_response_data":[[6,1,1,"","RoleUpdateResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_update_response_data.RoleUpdateResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.roles_response":[[6,1,1,"","RolesResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.roles_response.RolesResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.roles_sort":[[6,1,1,"","RolesSort"]],"datadog_api_client.v2.model.roles_sort.RolesSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.roles_type":[[6,1,1,"","RolesType"]],"datadog_api_client.v2.model.roles_type.RolesType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_event":[[6,1,1,"","RUMEvent"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.rum_event.RUMEvent":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_event_attributes":[[6,1,1,"","RUMEventAttributes"]],"datadog_api_client.v2.model.rum_event_attributes.RUMEventAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_event_type":[[6,1,1,"","RUMEventType"]],"datadog_api_client.v2.model.rum_event_type.RUMEventType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_events_response":[[6,1,1,"","RUMEventsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.rum_events_response.RUMEventsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_query_filter":[[6,1,1,"","RUMQueryFilter"]],"datadog_api_client.v2.model.rum_query_filter.RUMQueryFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_query_options":[[6,1,1,"","RUMQueryOptions"]],"datadog_api_client.v2.model.rum_query_options.RUMQueryOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_query_page_options":[[6,1,1,"","RUMQueryPageOptions"]],"datadog_api_client.v2.model.rum_query_page_options.RUMQueryPageOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.rum_response_links":[[6,1,1,"","RUMResponseLinks"]],"datadog_api_client.v2.model.rum_response_links.RUMResponseLinks":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_response_metadata":[[6,1,1,"","RUMResponseMetadata"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.rum_response_metadata.RUMResponseMetadata":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_response_page":[[6,1,1,"","RUMResponsePage"]],"datadog_api_client.v2.model.rum_response_page.RUMResponsePage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_response_status":[[6,1,1,"","RUMResponseStatus"]],"datadog_api_client.v2.model.rum_response_status.RUMResponseStatus":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_search_events_request":[[6,1,1,"","RUMSearchEventsRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.rum_search_events_request.RUMSearchEventsRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_sort":[[6,1,1,"","RUMSort"]],"datadog_api_client.v2.model.rum_sort.RUMSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_warning":[[6,1,1,"","RUMWarning"]],"datadog_api_client.v2.model.rum_warning.RUMWarning":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.saml_assertion_attribute":[[6,1,1,"","SAMLAssertionAttribute"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.saml_assertion_attribute.SAMLAssertionAttribute":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.saml_assertion_attribute_attributes":[[6,1,1,"","SAMLAssertionAttributeAttributes"]],"datadog_api_client.v2.model.saml_assertion_attribute_attributes.SAMLAssertionAttributeAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.saml_assertion_attributes_type":[[6,1,1,"","SAMLAssertionAttributesType"]],"datadog_api_client.v2.model.saml_assertion_attributes_type.SAMLAssertionAttributesType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter":[[6,1,1,"","SecurityFilter"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter.SecurityFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_attributes":[[6,1,1,"","SecurityFilterAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_attributes.SecurityFilterAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.security_filter_create_attributes":[[6,1,1,"","SecurityFilterCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_create_attributes.SecurityFilterCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_create_data":[[6,1,1,"","SecurityFilterCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_create_data.SecurityFilterCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_create_request":[[6,1,1,"","SecurityFilterCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_create_request.SecurityFilterCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_exclusion_filter":[[6,1,1,"","SecurityFilterExclusionFilter"]],"datadog_api_client.v2.model.security_filter_exclusion_filter.SecurityFilterExclusionFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_exclusion_filter_response":[[6,1,1,"","SecurityFilterExclusionFilterResponse"]],"datadog_api_client.v2.model.security_filter_exclusion_filter_response.SecurityFilterExclusionFilterResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_filtered_data_type":[[6,1,1,"","SecurityFilterFilteredDataType"]],"datadog_api_client.v2.model.security_filter_filtered_data_type.SecurityFilterFilteredDataType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_meta":[[6,1,1,"","SecurityFilterMeta"]],"datadog_api_client.v2.model.security_filter_meta.SecurityFilterMeta":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_response":[[6,1,1,"","SecurityFilterResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_response.SecurityFilterResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_type":[[6,1,1,"","SecurityFilterType"]],"datadog_api_client.v2.model.security_filter_type.SecurityFilterType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_update_attributes":[[6,1,1,"","SecurityFilterUpdateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_update_attributes.SecurityFilterUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.security_filter_update_data":[[6,1,1,"","SecurityFilterUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_update_data.SecurityFilterUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_update_request":[[6,1,1,"","SecurityFilterUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_update_request.SecurityFilterUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filters_response":[[6,1,1,"","SecurityFiltersResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filters_response.SecurityFiltersResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_filter":[[6,1,1,"","SecurityMonitoringFilter"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_filter.SecurityMonitoringFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_filter_action":[[6,1,1,"","SecurityMonitoringFilterAction"]],"datadog_api_client.v2.model.security_monitoring_filter_action.SecurityMonitoringFilterAction":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_list_rules_response":[[6,1,1,"","SecurityMonitoringListRulesResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_list_rules_response.SecurityMonitoringListRulesResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_case":[[6,1,1,"","SecurityMonitoringRuleCase"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_case.SecurityMonitoringRuleCase":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_case_create":[[6,1,1,"","SecurityMonitoringRuleCaseCreate"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_case_create.SecurityMonitoringRuleCaseCreate":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_create_payload":[[6,1,1,"","SecurityMonitoringRuleCreatePayload"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_create_payload.SecurityMonitoringRuleCreatePayload":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_detection_method":[[6,1,1,"","SecurityMonitoringRuleDetectionMethod"]],"datadog_api_client.v2.model.security_monitoring_rule_detection_method.SecurityMonitoringRuleDetectionMethod":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_evaluation_window":[[6,1,1,"","SecurityMonitoringRuleEvaluationWindow"]],"datadog_api_client.v2.model.security_monitoring_rule_evaluation_window.SecurityMonitoringRuleEvaluationWindow":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_impossible_travel_options":[[6,1,1,"","SecurityMonitoringRuleImpossibleTravelOptions"]],"datadog_api_client.v2.model.security_monitoring_rule_impossible_travel_options.SecurityMonitoringRuleImpossibleTravelOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_keep_alive":[[6,1,1,"","SecurityMonitoringRuleKeepAlive"]],"datadog_api_client.v2.model.security_monitoring_rule_keep_alive.SecurityMonitoringRuleKeepAlive":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_max_signal_duration":[[6,1,1,"","SecurityMonitoringRuleMaxSignalDuration"]],"datadog_api_client.v2.model.security_monitoring_rule_max_signal_duration.SecurityMonitoringRuleMaxSignalDuration":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_new_value_options":[[6,1,1,"","SecurityMonitoringRuleNewValueOptions"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_new_value_options.SecurityMonitoringRuleNewValueOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_new_value_options_forget_after":[[6,1,1,"","SecurityMonitoringRuleNewValueOptionsForgetAfter"]],"datadog_api_client.v2.model.security_monitoring_rule_new_value_options_forget_after.SecurityMonitoringRuleNewValueOptionsForgetAfter":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_new_value_options_learning_duration":[[6,1,1,"","SecurityMonitoringRuleNewValueOptionsLearningDuration"]],"datadog_api_client.v2.model.security_monitoring_rule_new_value_options_learning_duration.SecurityMonitoringRuleNewValueOptionsLearningDuration":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_options":[[6,1,1,"","SecurityMonitoringRuleOptions"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_options.SecurityMonitoringRuleOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_query":[[6,1,1,"","SecurityMonitoringRuleQuery"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_query.SecurityMonitoringRuleQuery":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_query_aggregation":[[6,1,1,"","SecurityMonitoringRuleQueryAggregation"]],"datadog_api_client.v2.model.security_monitoring_rule_query_aggregation.SecurityMonitoringRuleQueryAggregation":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_query_create":[[6,1,1,"","SecurityMonitoringRuleQueryCreate"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_query_create.SecurityMonitoringRuleQueryCreate":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_response":[[6,1,1,"","SecurityMonitoringRuleResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_response.SecurityMonitoringRuleResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_severity":[[6,1,1,"","SecurityMonitoringRuleSeverity"]],"datadog_api_client.v2.model.security_monitoring_rule_severity.SecurityMonitoringRuleSeverity":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_type_create":[[6,1,1,"","SecurityMonitoringRuleTypeCreate"]],"datadog_api_client.v2.model.security_monitoring_rule_type_create.SecurityMonitoringRuleTypeCreate":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_type_read":[[6,1,1,"","SecurityMonitoringRuleTypeRead"]],"datadog_api_client.v2.model.security_monitoring_rule_type_read.SecurityMonitoringRuleTypeRead":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_update_payload":[[6,1,1,"","SecurityMonitoringRuleUpdatePayload"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_update_payload.SecurityMonitoringRuleUpdatePayload":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.security_monitoring_signal":[[6,1,1,"","SecurityMonitoringSignal"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_signal.SecurityMonitoringSignal":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signal_attributes":[[6,1,1,"","SecurityMonitoringSignalAttributes"]],"datadog_api_client.v2.model.security_monitoring_signal_attributes.SecurityMonitoringSignalAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signal_list_request":[[6,1,1,"","SecurityMonitoringSignalListRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_signal_list_request.SecurityMonitoringSignalListRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signal_list_request_filter":[[6,1,1,"","SecurityMonitoringSignalListRequestFilter"]],"datadog_api_client.v2.model.security_monitoring_signal_list_request_filter.SecurityMonitoringSignalListRequestFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signal_list_request_page":[[6,1,1,"","SecurityMonitoringSignalListRequestPage"]],"datadog_api_client.v2.model.security_monitoring_signal_list_request_page.SecurityMonitoringSignalListRequestPage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.security_monitoring_signal_type":[[6,1,1,"","SecurityMonitoringSignalType"]],"datadog_api_client.v2.model.security_monitoring_signal_type.SecurityMonitoringSignalType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response":[[6,1,1,"","SecurityMonitoringSignalsListResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response.SecurityMonitoringSignalsListResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response_links":[[6,1,1,"","SecurityMonitoringSignalsListResponseLinks"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response_links.SecurityMonitoringSignalsListResponseLinks":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response_meta":[[6,1,1,"","SecurityMonitoringSignalsListResponseMeta"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response_meta.SecurityMonitoringSignalsListResponseMeta":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response_meta_page":[[6,1,1,"","SecurityMonitoringSignalsListResponseMetaPage"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response_meta_page.SecurityMonitoringSignalsListResponseMetaPage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signals_sort":[[6,1,1,"","SecurityMonitoringSignalsSort"]],"datadog_api_client.v2.model.security_monitoring_signals_sort.SecurityMonitoringSignalsSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.service_account_create_attributes":[[6,1,1,"","ServiceAccountCreateAttributes"]],"datadog_api_client.v2.model.service_account_create_attributes.ServiceAccountCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.service_account_create_data":[[6,1,1,"","ServiceAccountCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.service_account_create_data.ServiceAccountCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.service_account_create_request":[[6,1,1,"","ServiceAccountCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.service_account_create_request.ServiceAccountCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user":[[6,1,1,"","User"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user.User":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_attributes":[[6,1,1,"","UserAttributes"]],"datadog_api_client.v2.model.user_attributes.UserAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_create_attributes":[[6,1,1,"","UserCreateAttributes"]],"datadog_api_client.v2.model.user_create_attributes.UserCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_create_data":[[6,1,1,"","UserCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_create_data.UserCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_create_request":[[6,1,1,"","UserCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_create_request.UserCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitation_data":[[6,1,1,"","UserInvitationData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_invitation_data.UserInvitationData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitation_data_attributes":[[6,1,1,"","UserInvitationDataAttributes"]],"datadog_api_client.v2.model.user_invitation_data_attributes.UserInvitationDataAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitation_relationships":[[6,1,1,"","UserInvitationRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_invitation_relationships.UserInvitationRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitation_response":[[6,1,1,"","UserInvitationResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_invitation_response.UserInvitationResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitation_response_data":[[6,1,1,"","UserInvitationResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_invitation_response_data.UserInvitationResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitations_request":[[6,1,1,"","UserInvitationsRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_invitations_request.UserInvitationsRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitations_response":[[6,1,1,"","UserInvitationsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_invitations_response.UserInvitationsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitations_type":[[6,1,1,"","UserInvitationsType"]],"datadog_api_client.v2.model.user_invitations_type.UserInvitationsType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_relationships":[[6,1,1,"","UserRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_relationships.UserRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_response":[[6,1,1,"","UserResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_response.UserResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_response_included_item":[[6,1,1,"","UserResponseIncludedItem"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_response_relationships":[[6,1,1,"","UserResponseRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_response_relationships.UserResponseRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_update_attributes":[[6,1,1,"","UserUpdateAttributes"]],"datadog_api_client.v2.model.user_update_attributes.UserUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_update_data":[[6,1,1,"","UserUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_update_data.UserUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_update_request":[[6,1,1,"","UserUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_update_request.UserUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.users_response":[[6,1,1,"","UsersResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.users_response.UsersResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.users_type":[[6,1,1,"","UsersType"]],"datadog_api_client.v2.model.users_type.UsersType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],datadog_api_client:[[0,0,0,"-","api_client"],[0,0,0,"-","configuration"],[0,0,0,"-","exceptions"],[0,0,0,"-","model_utils"],[0,0,0,"-","rest"],[1,0,0,"-","v1"],[4,0,0,"-","v2"]]},objnames:{"0":["py","module","Python module"],"1":["py","class","Python class"],"2":["py","method","Python method"],"3":["py","property","Python property"],"4":["py","function","Python function"],"5":["py","exception","Python exception"],"6":["py","attribute","Python attribute"]},objtypes:{"0":"py:module","1":"py:class","2":"py:method","3":"py:property","4":"py:function","5":"py:exception","6":"py:attribute"},terms:{"0":[0,2,3,6],"1":[0,2,3,5,6],"10":[2,3],"100":[2,3],"1000":[2,3,5,6],"10000":6,"10080":2,"10800":6,"10m":[2,3],"12345":2,"14":6,"1440":3,"15":[2,5],"15m":[3,5],"168":2,"172":5,"1800":6,"1d":3,"1d_ago":2,"1h":[2,3],"1m":3,"1mb":[2,5],"1mo":3,"1w":3,"1y":3,"2":[2,3,5,6,7],"20":2,"200":2,"202":5,"21":6,"2147483647":[3,6],"21600":6,"24":2,"28":6,"2880":2,"2d":3,"2xx":[2,5],"3":[0,2,3,7],"30":[2,3],"300":6,"30d":[2,3],"30m":3,"32":[2,3],"3200000":2,"3600":[5,6],"3mo":3,"4":[0,2,6],"40":3,"400":[2,5],"4000":3,"401":5,"403":[2,5],"408":5,"409":2,"413":[2,5],"429":5,"43200":6,"45m":2,"48":2,"4h":[2,3],"5":[2,3,6],"50":2,"500":[2,5],"5000":2,"503":5,"5m":[3,7],"5mb":[2,5],"5xx":2,"6":7,"60":[2,6],"600":6,"604800":3,"62":2,"62914560":2,"64":2,"65535":3,"67890":2,"6mo":3,"7":[2,6],"7200":[3,6],"7d":[2,3],"8":0,"80":3,"800":5,"8601":2,"86400":6,"900":6,"90d":[2,3],"boolean":[0,2,5],"break":7,"byte":[0,2],"case":[0,5,6],"class":[0,1,2,3,4,5,6],"default":[0,2,3,5],"do":[0,2,5],"enum":0,"float":[0,2,3,5,6],"function":[0,2],"import":[6,7],"int":[0,2,3,5,6],"long":0,"new":[2,5],"null":[0,5],"public":2,"return":[0,1,2,4,5,7],"static":0,"true":[0,1,2,4,5,7],"while":[2,7],A:[0,2,5],AND:7,By:[0,2],For:[0,2,5,7],IS:3,If:[0,2,5,7],In:[0,5],It:[0,2,5],No:[2,3],One:2,The:[0,1,2,4,5,7],There:2,These:0,To:[0,2,5,7],Will:0,__new__:0,_additional_properties_model_inst:0,_change_:2,_check_input_typ:[2,5],_check_return_typ:[2,5],_check_typ:0,_composed_inst:0,_composed_schema:0,_configur:0,_data_stor:0,_encod:0,_from:[2,3,5,6],_host:0,_host_index:[2,5],_path_to_item:0,_pct_change_:2,_preload_cont:[0,2,5],_properti:3,_request_timeout:[0,2,5],_result:0,_return_http_data_onli:[0,2,5],_spec_property_nam:0,_unpars:0,_var_name_to_model_inst:0,_visited_composed_class:0,aas_host_count:3,about:[0,2],abov:[2,5],absolut:3,accept:[0,2,5],accept_self_sign:3,access:[0,2,7],access_kei:3,access_key_id:[2,3],access_rol:[0,1],access_token:[0,1,4],accesskei:3,accessrol:3,accord:2,account:[2,3,5],account_billable_usag:3,account_id:[2,3,6],account_manag:2,account_nam:2,account_specific_namespace_rul:3,across:[0,2],action:[3,6],activ:[2,3,5],active_child:3,actual:0,ad:[0,2],add:[0,2,5],add_permission_to_rol:5,add_read_role_to_arch:5,add_user_to_rol:5,added_dashboards_to_list:6,addit:[0,2,5],additional_properties_model_inst:0,additional_properties_typ:[0,3],additionalproperti:0,address:5,adm:3,admin:[2,3],administr:[2,5],affect:2,after:[2,5,6],against:2,agent:[0,2,3,5],agent_check:[0,1],agent_host_count:3,agent_host_top99p:3,agent_host_top99p_sum:3,agent_rul:6,agent_rule_id:5,agent_vers:[2,3],agentcheck:3,agg_typ:3,aggr:3,aggreg:[2,3,5,6],aggregate_log:5,aggregation_kei:3,aggregation_typ:6,ago:2,alert:[2,3,7],alert_graph:3,alert_graph_widget_definit:[0,1],alert_graph_widget_definition_typ:[0,1],alert_id:3,alert_typ:3,alert_valu:3,alert_value_widget_definit:[0,1],alert_value_widget_definition_typ:[0,1],alertgraphwidgetdefinit:3,alertgraphwidgetdefinitiontyp:3,alertvaluewidgetdefinit:3,alertvaluewidgetdefinitiontyp:3,alia:[0,2,3],alias:3,alias_nam:3,alibaba_host_count:3,all:[0,2,3,5],allof:0,allow:[0,2],allow_failur:3,allow_insecur:3,allow_insecure_certif:3,allowed_valu:[0,3,6],allowfailur:3,allowinsecurecertif:3,allows_single_value_input:0,alphabet:6,alphanumer:2,alreadi:2,also:[0,2,5],alt_nam:3,altern:0,altnam:3,alwai:[2,3],amazon:2,amazon_web_servic:2,an:[0,2,5,7],analyt:[2,3],analyz:2,analyzed_log:3,ani:[0,2,5],anomali:2,anomaly_detect:6,answer:[2,5],anyof:0,api:[0,1,3,4],api_cli:[2,5,7],api_error_respons:[0,1,4],api_inst:7,api_kei:[0,1,2,4,6,7],api_key_create_attribut:[0,4],api_key_create_data:[0,4],api_key_create_request:[0,4],api_key_id:5,api_key_list_respons:[0,1],api_key_prefix:[0,1,4],api_key_relationship:[0,4],api_key_respons:[0,1,4],api_key_response_included_item:[0,4],api_key_update_attribut:[0,4],api_key_update_data:[0,4],api_key_update_request:[0,4],api_keys_respons:[0,4],api_keys_sort:[0,4],api_keys_typ:[0,4],api_percentag:3,api_request_failur:3,api_usag:3,apiattributeerror:0,apicli:[0,7],apierrorrespons:[3,6],apiexcept:0,apikei:[0,3],apikeyauth:7,apikeycreateattribut:6,apikeycreatedata:6,apikeycreaterequest:6,apikeyerror:0,apikeylistrespons:[2,3],apikeyrelationship:6,apikeyrespons:[2,3,5,6],apikeyresponseincludeditem:6,apikeysrespons:[5,6],apikeyssort:[5,6],apikeystyp:6,apikeyupdateattribut:6,apikeyupdatedata:6,apikeyupdaterequest:6,apitypeerror:0,apivalueerror:0,apm:[2,3],apm_azure_app_service_host_count:3,apm_azure_app_service_host_top99p:3,apm_azure_app_service_host_top99p_sum:3,apm_dependency_stat:3,apm_host_count:3,apm_host_percentag:3,apm_host_sum:3,apm_host_top99p:3,apm_host_top99p_sum:3,apm_host_usag:3,apm_queri:3,apm_resource_stat:3,apm_stats_queri:3,apm_stats_query_column_typ:[0,1],apm_stats_query_definit:[0,1],apm_stats_query_row_typ:[0,1],apm_trace_search_sum:3,apmstatsquerycolumntyp:3,apmstatsquerydefinit:3,apmstatsqueryrowtyp:3,app:[2,3,5],app_key_id:5,append:2,appkeyauth:7,appli:[2,5],applic:[0,2,5,7],application_elb:[2,3],application_kei:[0,1,2,6],application_key_create_attribut:[0,4],application_key_create_data:[0,4],application_key_create_request:[0,4],application_key_list_respons:[0,1],application_key_relationship:[0,4],application_key_respons:[0,1,4],application_key_response_included_item:[0,4],application_key_update_attribut:[0,4],application_key_update_data:[0,4],application_key_update_request:[0,4],application_keys_sort:[0,4],application_keys_typ:[0,4],applicationkei:3,applicationkeycreateattribut:6,applicationkeycreatedata:6,applicationkeycreaterequest:6,applicationkeylistrespons:[2,3],applicationkeyrelationship:6,applicationkeyrespons:[2,3,5,6],applicationkeyresponseincludeditem:6,applicationkeyssort:[5,6],applicationkeystyp:6,applicationkeyupdateattribut:6,applicationkeyupdatedata:6,applicationkeyupdaterequest:6,apply_correct:2,approxim:2,ar:[0,2,5,7],archiv:[2,5],archive_id:[5,6],archive_ord:6,area:3,arg:[0,3,6],argument:[0,2,5],arithmet:3,arithmetic_processor:3,arn:[2,3],arrai:[0,2,5],as_count:2,as_rat:2,asc:[2,3,5,6],ascend:[3,5,6],assert:3,assert_current_url:3,assert_element_attribut:3,assert_element_cont:3,assert_element_pres:3,assert_email:3,assert_file_download:3,assert_from_javascript:3,assert_page_contain:3,assert_page_lack:3,assertcurrenturl:3,assertelementattribut:3,assertelementcont:3,assertelementpres:3,assertemail:3,assertfiledownload:3,assertfromjavascript:3,assertion_failur:3,assertpagecontain:3,assertpagelack:3,assign:[0,2],associ:[2,5],assumpt:0,assur:2,async:[0,2,7],async_req:[0,2,5],asyncapicli:[0,7],asynchron:[0,2,5,7],asyncrestclientobject:0,attach:2,attempt:0,attempt_convert_item:0,attribut:[0,2,3,5,6],attribute_kei:6,attribute_map:[0,3,6],attribute_remapp:3,attribute_valu:6,attributeerror:0,audit:[2,3,5,6],audit_alert:3,audit_api:[0,4],audit_logs_ev:[0,4],audit_logs_event_attribut:[0,4],audit_logs_event_typ:[0,4],audit_logs_events_respons:[0,4],audit_logs_lines_indexed_agg_sum:3,audit_logs_lines_indexed_sum:3,audit_logs_query_filt:[0,4],audit_logs_query_opt:[0,4],audit_logs_query_page_opt:[0,4],audit_logs_response_link:[0,4],audit_logs_response_metadata:[0,4],audit_logs_response_pag:[0,4],audit_logs_response_statu:[0,4],audit_logs_search_events_request:[0,4],audit_logs_sort:[0,4],audit_logs_warn:[0,4],audit_queri:3,audit_stream:3,auditapi:5,auditlogsev:6,auditlogseventattribut:6,auditlogseventsrespons:[5,6],auditlogseventtyp:6,auditlogsqueryfilt:6,auditlogsqueryopt:6,auditlogsquerypageopt:6,auditlogsresponselink:6,auditlogsresponsemetadata:6,auditlogsresponsepag:6,auditlogsresponsestatu:6,auditlogssearcheventsrequest:6,auditlogssort:[5,6],auditlogswarn:6,auth:[0,1,4],auth_n_map:[0,4],auth_n_mapping_attribut:[0,4],auth_n_mapping_create_attribut:[0,4],auth_n_mapping_create_data:[0,4],auth_n_mapping_create_relationship:[0,4],auth_n_mapping_create_request:[0,4],auth_n_mapping_includ:[0,4],auth_n_mapping_relationship:[0,4],auth_n_mapping_respons:[0,4],auth_n_mapping_update_attribut:[0,4],auth_n_mapping_update_data:[0,4],auth_n_mapping_update_relationship:[0,4],auth_n_mapping_update_request:[0,4],auth_n_mappings_api:[0,4],auth_n_mappings_respons:[0,4],auth_n_mappings_sort:[0,4],auth_n_mappings_typ:[0,4],auth_provider_x509_cert_url:3,auth_set:[0,1,4],auth_uri:3,authent:[0,2,3,7],authentication_api:[0,1],authentication_error:3,authentication_validation_respons:[0,1],authenticationapi:2,authenticationvalidationrespons:[2,3],authn:5,authn_map:6,authn_mapping_id:5,authnmap:6,authnmappingattribut:6,authnmappingcreateattribut:6,authnmappingcreatedata:6,authnmappingcreaterelationship:6,authnmappingcreaterequest:6,authnmappinginclud:6,authnmappingrelationship:6,authnmappingrespons:[5,6],authnmappingsapi:5,authnmappingsrespons:[5,6],authnmappingssort:[5,6],authnmappingstyp:6,authnmappingupdateattribut:6,authnmappingupdatedata:6,authnmappingupdaterelationship:6,authnmappingupdaterequest:6,author:[2,3,6],author_handl:[2,3],author_nam:3,auto:[2,3],autocomplet:6,automat:[2,3],automut:3,autoscal:3,avail:[2,5,7],available_valu:3,averag:[2,3],avg:[2,3,6],avg_container_agent_count:3,avg_dur:3,avg_metric_hour:3,avg_profiled_fargate_task:3,avg_profiled_fargate_tasks_sum:3,avg_root_dur:3,avg_spans_per_trac:3,avoid:0,aw:2,await:7,aws_account:[0,1],aws_account_and_lambda_request:[0,1],aws_account_create_respons:[0,1],aws_account_delete_request:[0,1],aws_account_identifi:2,aws_account_list_respons:[0,1],aws_host_count:3,aws_host_top99p:3,aws_host_top99p_sum:3,aws_integration_api:[0,1],aws_lambda_func_count:3,aws_lambda_invocations_sum:3,aws_logs_async_error:[0,1],aws_logs_async_respons:[0,1],aws_logs_integration_api:[0,1],aws_logs_lambda:[0,1],aws_logs_list_respons:[0,1],aws_logs_list_services_respons:[0,1],aws_logs_services_request:[0,1],aws_nam:3,aws_namespac:[0,1],aws_tag_filt:[0,1],aws_tag_filter_create_request:[0,1],aws_tag_filter_delete_request:[0,1],aws_tag_filter_list_respons:[0,1],awsaccount:[2,3],awsaccountandlambdarequest:[2,3],awsaccountcreaterespons:[2,3],awsaccountdeleterequest:[2,3],awsaccountlistrespons:[2,3],awsintegrationapi:2,awslogsasyncerror:3,awslogsasyncrespons:[2,3],awslogsintegrationapi:2,awslogslambda:3,awslogslistrespons:[2,3],awslogslistservicesrespons:[2,3],awslogsservicesrequest:[2,3],awsnamespac:3,awstagfilt:3,awstagfiltercreaterequest:[2,3],awstagfilterdeleterequest:[2,3],awstagfilterlistrespons:[2,3],azur:[2,6],azure_account:[0,1],azure_account_list_respons:[0,1],azure_app_service_top99p:3,azure_app_service_top99p_sum:3,azure_host_count:3,azure_host_top99p_sum:3,azure_integration_api:[0,1],azureaccount:[2,3],azureaccountlistrespons:[2,3],azureintegrationapi:2,back:[0,5],background:3,background_color:3,bad:[2,5],band:2,banner_img:3,bar:3,base:[0,1,2,3,4,5,6],baseconfigur:[0,1,4],baseline_user_loc:6,baselineuserloc:6,basic:0,basic_auth:3,basicauth:3,batch:[2,5],batch_id:[2,3],bearer:0,becaus:[2,5],been:[0,2,5],befor:[0,2,5],begin:[2,5],behavior:2,being:[0,2],belong:[2,5],below:0,beta:[2,5],between:[0,2,3],big:0,bill:3,billabl:2,billable_ingested_byt:3,billable_ingested_bytes_agg_sum:3,billable_ingested_bytes_sum:3,billing_plan:3,bit:2,black_on_light_green:3,black_on_light_r:3,black_on_light_yellow:3,blank:2,block:[0,2,3],blue:3,bodi:[0,2,3,5,7],body_too_larg:3,body_typ:3,bodytyp:3,bool:[0,2,3,5,6],both:[2,3,5],bottom:3,branch:3,broken:2,browser:[2,3],browser_check_calls_count:3,browser_error:3,browser_percentag:3,browser_rum_lite_session_count_agg_sum:3,browser_rum_lite_session_count_sum:3,browser_rum_replay_session_count_agg_sum:3,browser_rum_replay_session_count_sum:3,browser_rum_unit:3,browser_rum_units_agg_sum:3,browser_rum_units_sum:3,browser_typ:3,browser_usag:3,browser_vers:3,browsererror:3,browsertyp:3,browservers:3,bucket:[5,6],budget:2,build:[0,5,7],builder:3,bulk:2,bulk_manage_tag:6,busi:3,c:3,ca:0,cached_properti:0,call:[0,2,5],call_api:0,call_with_http_info:0,came:[0,2],can:[0,2,5,7],cancel:[2,3],cancel_downtim:2,cancel_downtimes_by_scop:2,cancel_downtimes_by_scope_request:[0,1],canceldowntimesbyscoperequest:[2,3],canceled_downtimes_id:[0,1],canceleddowntimesid:[2,3],cancelled_id:3,cannot:[2,5],capabl:[2,5],capit:0,cardin:[2,3,6],categori:[3,6],category_processor:3,cd:2,cell:[2,3],cell_display_mod:3,cell_typ:6,center:3,cert:3,certif:[0,3],chang:[2,3,5],change_aggr:2,change_keys_js_to_python:0,change_typ:3,change_widget_definit:[0,1],change_widget_definition_typ:[0,1],change_widget_request:[0,1],changewidgetdefinit:3,changewidgetdefinitiontyp:3,changewidgetrequest:3,channel:[2,7],channel_nam:2,charact:2,check:[0,2,3,5],check_allowed_valu:0,check_aws_logs_lambda_async:2,check_aws_logs_services_async:2,check_calls_count:3,check_can_delete_monitor:2,check_can_delete_monitor_respons:[0,1],check_can_delete_monitor_response_data:[0,1],check_can_delete_slo:2,check_can_delete_slo_respons:[0,1],check_can_delete_slo_response_data:[0,1],check_certificate_revoc:3,check_statu:3,check_status_widget_definit:[0,1],check_status_widget_definition_typ:[0,1],check_tim:3,check_typ:[0,3],check_valid:0,check_vers:3,checkcandeletemonitorrespons:[2,3],checkcandeletemonitorresponsedata:3,checkcandeleteslorespons:[2,3],checkcandeletesloresponsedata:3,checkcertificaterevoc:3,checkstatuswidgetdefinit:3,checkstatuswidgetdefinitiontyp:3,checktyp:3,chef:2,child:[0,2],child_types_mix:0,choos:2,chosen:[0,2],chrome:3,chrome_laptop_larg:3,chrome_mobile_smal:3,chrome_tablet:3,ci:[2,3,7],ci_pipeline_indexed_span:3,ci_pipeline_indexed_spans_agg_sum:3,ci_pipeline_indexed_spans_sum:3,ci_pipelines_alert:3,ci_test_indexed_span:3,ci_test_indexed_spans_agg_sum:3,ci_test_indexed_spans_sum:3,ci_visibility_pipeline_committ:3,ci_visibility_pipeline_committers_hwm:3,ci_visibility_pipeline_committers_hwm_sum:3,ci_visibility_test_committ:3,ci_visibility_test_committers_hwm:3,ci_visibility_test_committers_hwm_sum:3,cipher:3,circular:0,cl:[0,3],class_inst:0,classif:3,classmethod:0,click:3,client:[0,1,4],client_email:[2,3,6],client_id:[2,3,6],client_secret:3,client_x509_cert_url:3,clone:[2,5],clone_rol:5,close:[0,2],cloud:[2,5],cloud_configur:6,cloud_workload_security_agent_rule_attribut:[0,4],cloud_workload_security_agent_rule_create_attribut:[0,4],cloud_workload_security_agent_rule_create_data:[0,4],cloud_workload_security_agent_rule_create_request:[0,4],cloud_workload_security_agent_rule_creator_attribut:[0,4],cloud_workload_security_agent_rule_data:[0,4],cloud_workload_security_agent_rule_respons:[0,4],cloud_workload_security_agent_rule_typ:[0,4],cloud_workload_security_agent_rule_update_attribut:[0,4],cloud_workload_security_agent_rule_update_data:[0,4],cloud_workload_security_agent_rule_update_request:[0,4],cloud_workload_security_agent_rule_updater_attribut:[0,4],cloud_workload_security_agent_rules_list_respons:[0,4],cloud_workload_security_api:[0,4],cloudworkloadsecurityagentruleattribut:6,cloudworkloadsecurityagentrulecreateattribut:6,cloudworkloadsecurityagentrulecreatedata:6,cloudworkloadsecurityagentrulecreaterequest:[5,6],cloudworkloadsecurityagentrulecreatorattribut:6,cloudworkloadsecurityagentruledata:6,cloudworkloadsecurityagentrulerespons:[5,6],cloudworkloadsecurityagentruleslistrespons:[5,6],cloudworkloadsecurityagentruletyp:6,cloudworkloadsecurityagentruleupdateattribut:6,cloudworkloadsecurityagentruleupdatedata:6,cloudworkloadsecurityagentruleupdaterattribut:6,cloudworkloadsecurityagentruleupdaterequest:[5,6],cloudworkloadsecurityapi:5,cls_visit:0,cluster:3,cmdline:6,cn:3,code:[0,2,3,5,6,7],coercibl:0,coercion:0,coercion_index_by_typ:0,collect:[0,2,5],collection_format:0,collection_typ:0,color:3,color_bi:3,color_by_group:3,color_prefer:3,column:3,com:[2,5,7],combin:[2,3,5],combo:2,come:2,comma:[0,2,5],commander_us:6,commit_sha:3,commitsha:3,commun:0,compact:3,compar:3,compare_to:3,complet:2,complex:5,compliance_host_count:3,compon:3,compos:[0,2],composed_inst:0,composed_model_input_class:0,composit:[2,3],compress:[0,1,2,4,5],comput:[3,5,6],computed_on:[2,3],concaten:0,concurr:[0,5],condit:[0,2,5,6],conditional_format:3,config:3,config_decrypt:3,config_vari:3,configur:[2,5,7],configured_alert_id:3,configvari:3,conflict:2,connect:[0,2,5],connrefus:3,connreset:3,consid:[2,5],constant_arg:0,constant_kwarg:0,constraint:0,consult:2,contact:2,contain:[0,2,3,5,6,7],container_avg:3,container_avg_sum:3,container_count:3,container_hwm:3,container_hwm_sum:3,container_percentag:3,container_usag:3,content:[0,2,3,5,6],content_disposit:0,content_encod:[0,1,2,4,5],content_typ:0,contentencod:[2,3,5,6],continu:2,convers:0,convert:0,convert_js_args_to_python_arg:0,cooki:[0,3],coroutin:7,correct:[0,2,3],correctli:0,correspond:[0,2],count:[2,3,5,6,7],count_by_statu:2,counts_and_list:3,countsandlist:3,coupl:2,cover:3,cpu:[2,3],cpu_cor:3,cpucor:3,creat:[0,2,3,5,6],create_api_kei:[2,5],create_application_kei:2,create_auth_n_map:5,create_aws_account:2,create_aws_lambda_arn:2,create_aws_tag_filt:2,create_azure_integr:2,create_bulk_tags_metrics_configur:5,create_child_org:2,create_cloud_workload_security_agent_rul:5,create_current_user_application_kei:5,create_dashboard:2,create_dashboard_list:2,create_dashboard_list_item:5,create_downtim:2,create_ev:2,create_gcp_integr:2,create_global_vari:2,create_host_tag:2,create_incid:5,create_incident_servic:5,create_incident_team:5,create_logs_arch:5,create_logs_index:2,create_logs_metr:5,create_logs_pipelin:2,create_monitor:[2,7],create_new_aws_external_id:2,create_notebook:2,create_pager_duty_integration_servic:2,create_private_loc:2,create_rol:5,create_security_filt:5,create_security_monitoring_rul:5,create_service_account:5,create_service_account_application_kei:5,create_slack_integration_channel:2,create_slo:2,create_slo_correct:2,create_synthetics_api_test:2,create_synthetics_browser_test:2,create_tag_configur:5,create_us:[2,5],create_webhooks_integr:2,create_webhooks_integration_custom_vari:2,createawslambdaarn:2,created_at:[3,6],created_at_ascend:6,created_at_descend:6,created_bi:[3,5,6],created_by_us:6,createdat:6,creation_author_id:6,creation_d:6,creationauthorid:6,creationd:6,creator:[0,1,4],creator_id:3,critic:[2,3,6],critical_recoveri:3,cspm:2,cspm_aas_host_top99p:3,cspm_aas_host_top99p_sum:3,cspm_azure_host_top99p:3,cspm_azure_host_top99p_sum:3,cspm_container_avg:3,cspm_container_avg_sum:3,cspm_container_hwm:3,cspm_container_hwm_sum:3,cspm_container_percentag:3,cspm_container_usag:3,cspm_host_percentag:3,cspm_host_top99p:3,cspm_host_top99p_sum:3,cspm_host_usag:3,cspm_resource_collection_en:3,current:[0,2,5],current_item:0,current_onli:2,cursor:[5,6],custom:[2,3,5],custom_background:3,custom_bg:3,custom_bg_color:3,custom_fg_color:3,custom_head:3,custom_imag:3,custom_link:3,custom_metr:2,custom_screenboard:6,custom_text:3,custom_timeboard:6,custom_timeseries_percentag:3,custom_timeseries_usag:3,custom_ts_avg:3,custom_ts_sum:3,custom_unit:3,custom_variable_nam:2,customer_impact:6,customer_impact_dur:6,customer_impact_end:6,customer_impact_scop:6,customer_impact_start:6,cws_container_count:3,cws_container_count_avg:3,cws_container_percentag:3,cws_container_usag:3,cws_containers_avg_sum:3,cws_host_count:3,cws_host_percentag:3,cws_host_top99p:3,cws_host_top99p_sum:3,cws_host_usag:3,d:2,dai:[2,3,5],daili:2,daily_limit:3,dash:3,dashboard:[0,1,2,5,6],dashboard_bulk_action_data:[0,1],dashboard_bulk_action_data_list:[0,1],dashboard_bulk_delete_request:[0,1],dashboard_count:3,dashboard_delete_respons:[0,1],dashboard_id:2,dashboard_layout_typ:[0,1],dashboard_list:[0,1],dashboard_list_add_items_request:[0,4],dashboard_list_add_items_respons:[0,4],dashboard_list_delete_items_request:[0,4],dashboard_list_delete_items_respons:[0,4],dashboard_list_delete_respons:[0,1],dashboard_list_id:5,dashboard_list_item:[0,4],dashboard_list_item_request:[0,4],dashboard_list_item_respons:[0,4],dashboard_list_list_respons:[0,1],dashboard_list_update_items_request:[0,4],dashboard_list_update_items_respons:[0,4],dashboard_lists_api:[0,1,4],dashboard_reflow_typ:[0,1],dashboard_resource_typ:[0,1],dashboard_restore_request:[0,1],dashboard_summari:[0,1],dashboard_summary_definit:[0,1],dashboard_template_vari:[0,1],dashboard_template_variable_preset:[0,1],dashboard_template_variable_preset_valu:[0,1],dashboard_typ:[0,4],dashboardbulkactiondata:3,dashboardbulkactiondatalist:3,dashboardbulkdeleterequest:[2,3],dashboarddeleterespons:[2,3],dashboardlayouttyp:3,dashboardlist:[2,3],dashboardlistadditemsrequest:[5,6],dashboardlistadditemsrespons:[5,6],dashboardlistdeleteitemsrequest:[5,6],dashboardlistdeleteitemsrespons:[5,6],dashboardlistdeleterespons:[2,3],dashboardlistitem:[5,6],dashboardlistitemrequest:6,dashboardlistitemrespons:6,dashboardlistlistrespons:[2,3],dashboardlistsapi:[2,5],dashboardlistupdateitemsrequest:[5,6],dashboardlistupdateitemsrespons:[5,6],dashboardreflowtyp:3,dashboardresourcetyp:3,dashboardrestorerequest:[2,3],dashboards_api:[0,1,7],dashboardsapi:[2,7],dashboardsummari:[2,3],dashboardsummarydefinit:3,dashboardtemplatevari:3,dashboardtemplatevariablepreset:3,dashboardtemplatevariablepresetvalu:3,dashboardtyp:6,dashbooard:7,data:[0,2,3,5,6],data_sourc:3,databas:2,datadog:[2,5],datadog_api_cli:7,datadoghq:[2,5,7],date:[0,2,3,5,6],date_happen:3,date_remapp:3,datetim:[0,2,3,5,6],day_befor:3,db:2,dbm_host_count:3,dbm_host_top99p:3,dbm_host_top99p_sum:3,dbm_hosts_percentag:3,dbm_hosts_usag:3,dbm_queries_avg_sum:3,dbm_queries_count:3,dbm_queries_count_avg:3,dbm_queries_percentag:3,dbm_queries_usag:3,dbscan:2,dd:2,ddsourc:[3,6],ddtag:[2,3,5,6],ddthh:2,deactiv:5,debug:[0,7],decim:2,declar:0,decod:[0,2,5],decompress:2,decrypt:3,dedic:2,def:7,default_argu:0,default_lookup:3,default_rul:6,defaultrul:6,defin:[0,2,5],definit:[0,2,3,5],deflat:[3,6],delai:2,deleg:2,delet:[2,3,5],delete_api_kei:[2,5],delete_application_kei:[2,5],delete_auth_n_map:5,delete_aws_account:2,delete_aws_lambda_arn:2,delete_aws_tag_filt:2,delete_azure_integr:2,delete_bulk_tags_metrics_configur:5,delete_cloud_workload_security_agent_rul:5,delete_current_user_application_kei:5,delete_dashboard:2,delete_dashboard_list:2,delete_dashboard_list_item:5,delete_gcp_integr:2,delete_global_vari:2,delete_host_tag:2,delete_incid:5,delete_incident_servic:5,delete_incident_team:5,delete_logs_arch:5,delete_logs_metr:5,delete_logs_pipelin:2,delete_monitor:2,delete_notebook:2,delete_pager_duty_integration_servic:2,delete_private_loc:2,delete_rol:5,delete_security_filt:5,delete_security_monitoring_rul:5,delete_service_account_application_kei:5,delete_slo:2,delete_slo_correct:2,delete_slo_timeframe_in_bulk:2,delete_tag_configur:5,delete_test:2,delete_webhooks_integr:2,delete_webhooks_integration_custom_vari:2,deleted_at:3,deleted_dashboard_id:3,deleted_dashboard_list_id:3,deleted_dashboards_from_list:6,deleted_monitor:[0,1],deleted_monitor_id:3,deleted_test:3,deletedmonitor:[2,3],deni:3,denomin:[2,3],depend:[2,5],deploi:5,deploy:3,deprec:2,desc:[2,3,5,6],descend:[0,3,5,6],describ:[0,2],descript:[2,3,5,6],deseri:0,deserialize_fil:0,deserialize_model:0,deserialize_primit:0,destin:6,detail:[2,3,5,6],detect:[5,6],detection_method:6,detectionmethod:6,determin:0,determinist:5,develop:2,devic:[2,3],device_id:3,device_nam:3,deviceid:3,dict:[0,1,2,3,4,5,6],dict_valid_class_to_child_types_mix:0,dictionari:0,differ:[2,7],dimens:3,direct:[2,5],directli:[0,2],disabl:[0,2,3,5,6],disable_cor:3,disable_daily_limit:3,disable_us:[2,5],disablecor:3,disabled_client_side_valid:[0,1,4],discard:0,discard_unknown_kei:[0,1,4],discr_nam:0,discr_valu:0,discrimin:0,displai:3,display_format:3,display_nam:[3,6],display_typ:[3,6],disposit:0,disrupt:2,distinct:5,distinct_field:6,distinct_metric_volum:6,distinct_volum:6,distinctfield:6,distribut:[3,5,6],distribution_widget_definit:[0,1],distribution_widget_definition_typ:[0,1],distribution_widget_request:[0,1],distribution_widget_x_axi:[0,1],distribution_widget_y_axi:[0,1],distributionwidgetdefinit:3,distributionwidgetdefinitiontyp:3,distributionwidgetrequest:3,distributionwidgetxaxi:3,distributionwidgetyaxi:3,dn:3,dns_server:3,dns_server_port:3,dnsserver:3,dnsserverport:3,doc:[2,5],document:[0,2,3,5],doe:[0,2],does_not_contain:3,does_not_match:3,doesnotcontain:3,doesnotmatch:3,dog:0,dogstatsd:2,domain:3,don:0,done:[2,5,6],dot:3,doubl:3,down:[2,3],download:[3,5],download_cloud_workload_policy_fil:5,download_file_too_larg:3,downtim:[0,1,2],downtime_child:[0,1],downtime_id:2,downtime_recurr:[0,1],downtime_typ:3,downtimechild:3,downtimerecurr:3,downtimes_api:[0,1],downtimesapi:2,dropdown:6,durat:3,dure:7,dynam:2,e:0,each:[0,2,5],ecs_farg:2,edg:3,edge_laptop_larg:3,edge_mobile_smal:3,edge_tablet:3,edit:[2,5],edit_global_vari:2,either:[0,2],elaps:6,elapsed_usage_hour:3,elb:[2,3],element:[0,3],element_not_interact:3,email:[2,3,5,6],email_variable_not_defin:3,empti:2,enabl:[0,2,3,5,6],enable_aws_log_servic:2,enable_logs_sampl:3,enableawslogservic:2,encod:[0,2,5],encode_a:3,encount:5,end:[2,3,5],end_dat:[2,3],end_hr:2,end_month:2,endpoint:[0,2,5],enter:2,entri:[0,2,5],env:[2,3,7],environ:5,epoch:[2,5],equal:[2,3],error:[0,2,3,5,6,7],error_budget:2,error_budget_remain:3,error_count:3,error_messag:3,error_r:3,error_typ:3,errorcount:3,es:2,escalation_messag:3,estimated_indexed_logs_percentag:3,estimated_indexed_logs_usag:3,etc:2,eu:[2,7],evaluate_javascript:3,evaluate_javascript_context:3,evaluation_delai:3,evaluation_window:6,evaluationwindow:6,even:[2,5],event:[0,1,2,5],event_alert:3,event_alert_typ:[0,1],event_count:3,event_create_request:[0,1],event_create_respons:[0,1],event_id:2,event_list:3,event_list_respons:[0,1],event_prior:[0,1],event_queri:[2,3],event_query_definit:[0,1],event_respons:[0,1],event_s:3,event_stream:3,event_stream_widget_definit:[0,1],event_stream_widget_definition_typ:[0,1],event_timelin:3,event_timeline_widget_definit:[0,1],event_timeline_widget_definition_typ:[0,1],event_typ:3,event_v2_alert:3,eventalerttyp:3,eventcreaterequest:[2,3],eventcreaterespons:[2,3],eventlistrespons:[2,3],eventprior:[2,3],eventquerydefinit:3,eventrespons:[2,3],events_api:[0,1],eventsapi:2,eventstreamwidgetdefinit:3,eventstreamwidgetdefinitiontyp:3,eventtimelinewidgetdefinit:3,eventtimelinewidgetdefinitiontyp:3,eventtyp:3,everi:0,exactli:0,exampl:[0,2,3,5,7],exce:2,exceed:[2,5],except:7,exclud:2,exclude_aggreg:2,exclude_author_handl:2,excluded_region:3,excluded_tag:2,exclusion_filt:[3,6],exclusive_maximum:0,exclusive_minimum:0,exclusivemaximum:0,exclusiveminimum:0,execut:[0,2,5,7],execution_rul:3,exist:[2,5],expand:3,expanded_larg:3,expanded_medium:3,expect:[2,5],expir:2,expires_at:6,explicitli:2,expon:3,express:[2,3,5,6],ext_key_usag:3,extern:2,external_id:3,extkeyusag:3,extra:7,extra_larg:3,extra_smal:3,extract_from_javascript:3,extract_vari:3,extracted_valu:3,extractedvalu:3,extractfromjavascript:3,extractvari:3,facet:[2,3,6],facilit:2,fail:[3,6],failur:[2,3],fals:[0,2,5,7],famili:3,faq:2,fargat:2,fargate_container_averag:3,fargate_percentag:3,fargate_tasks_count_avg:3,fargate_tasks_count_avg_sum:3,fargate_tasks_count_hwm:3,fargate_tasks_count_hwm_sum:3,fargate_usag:3,fashion:2,fbsd_v:3,fbsdv:3,featur:2,fed:2,fetch:[2,5],field:[0,2,3,5,6],fifteen_minut:6,file:[0,2,5],file_inst:0,file_typ:[0,2,5],filenam:[0,3],files_paramet:0,fill:3,fill_max:3,fill_min:3,filter:[2,3,5,6],filter_bi:3,filter_configur:5,filter_created_at_end:5,filter_created_at_start:5,filter_delet:2,filter_from:5,filter_include_percentil:5,filter_index:5,filter_metric_typ:5,filter_modified_at_end:5,filter_modified_at_start:5,filter_queri:5,filter_shar:2,filter_statu:5,filter_tag:[3,5],filter_tags_configur:5,filter_to:5,filtered_data_typ:6,find:[0,2],fingerprint256:3,fingerprint:3,finish:3,finished_with_error:3,firefox:3,firefox_laptop_larg:3,firefox_mobile_smal:3,firefox_tablet:3,first:[0,2],first_billable_usage_hour:3,first_byt:3,firstbyt:3,fit:3,five_minut:6,fix:3,flag:7,flow:2,fn:0,focu:3,folder:0,follow:[0,2,5,7],follow_redirect:3,followredirect:3,font_siz:3,foo:7,forbidden_url:3,forbiddenexcept:0,forc:2,forecast:2,forget_aft:6,forgetaft:6,form:[0,2,3],format:[0,2,5],formula:3,formula_and_function_apm_dependency_stat_nam:[0,1],formula_and_function_apm_dependency_stats_data_sourc:[0,1],formula_and_function_apm_dependency_stats_query_definit:[0,1],formula_and_function_apm_resource_stat_nam:[0,1],formula_and_function_apm_resource_stats_data_sourc:[0,1],formula_and_function_apm_resource_stats_query_definit:[0,1],formula_and_function_event_aggreg:[0,1],formula_and_function_event_query_definit:[0,1],formula_and_function_event_query_definition_comput:[0,1],formula_and_function_event_query_definition_search:[0,1],formula_and_function_event_query_group_bi:[0,1],formula_and_function_event_query_group_by_sort:[0,1],formula_and_function_events_data_sourc:[0,1],formula_and_function_metric_aggreg:[0,1],formula_and_function_metric_data_sourc:[0,1],formula_and_function_metric_query_definit:[0,1],formula_and_function_process_query_data_sourc:[0,1],formula_and_function_process_query_definit:[0,1],formula_and_function_query_definit:[0,1],formula_and_function_response_format:[0,1],formulaandfunctionapmdependencystatnam:3,formulaandfunctionapmdependencystatsdatasourc:3,formulaandfunctionapmdependencystatsquerydefinit:3,formulaandfunctionapmresourcestatnam:3,formulaandfunctionapmresourcestatsdatasourc:3,formulaandfunctionapmresourcestatsquerydefinit:3,formulaandfunctioneventaggreg:3,formulaandfunctioneventquerydefinit:3,formulaandfunctioneventquerydefinitioncomput:3,formulaandfunctioneventquerydefinitionsearch:3,formulaandfunctioneventquerygroupbi:3,formulaandfunctioneventquerygroupbysort:3,formulaandfunctioneventsdatasourc:3,formulaandfunctionmetricaggreg:3,formulaandfunctionmetricdatasourc:3,formulaandfunctionmetricquerydefinit:3,formulaandfunctionprocessquerydatasourc:3,formulaandfunctionprocessquerydefinit:3,formulaandfunctionquerydefinit:3,formulaandfunctionresponseformat:3,forward:2,found:0,four_week:6,fqdn:3,frame_detach:3,free:[2,3],free_text:3,free_text_widget_definit:[0,1],free_text_widget_definition_typ:[0,1],freetextwidgetdefinit:3,freetextwidgetdefinitiontyp:3,from:[0,2,3,5,6,7],from_dat:3,from_server_context:0,from_t:[2,3],fulfil:5,full:[2,3],full_api_kei:[0,4],full_api_key_attribut:[0,4],full_application_kei:[0,4],full_application_key_attribut:[0,4],fullapikei:6,fullapikeyattribut:6,fullapplicationkei:6,fullapplicationkeyattribut:6,func_count:3,functions_percentag:3,functions_usag:3,funnel:3,funnel_queri:[0,1],funnel_request_typ:[0,1],funnel_sourc:[0,1],funnel_step:[0,1],funnel_widget_definit:[0,1],funnel_widget_definition_typ:[0,1],funnel_widget_request:[0,1],funnelqueri:3,funnelrequesttyp:3,funnelsourc:3,funnelstep:3,funnelwidgetdefinit:3,funnelwidgetdefinitiontyp:3,funnelwidgetrequest:3,g:0,gather:0,gaug:[5,6],gc:6,gcp:2,gcp_account:[0,1],gcp_account_list_respons:[0,1],gcp_host_count:3,gcp_host_top99p:3,gcp_host_top99p_sum:3,gcp_integration_api:[0,1],gcpaccount:[2,3],gcpaccountlistrespons:[2,3],gcpintegrationapi:2,gener:[0,2,5],geo:3,geo_data:6,geo_ip_pars:3,geomap:3,geomap_widget_definit:[0,1],geomap_widget_definition_styl:[0,1],geomap_widget_definition_typ:[0,1],geomap_widget_definition_view:[0,1],geomap_widget_request:[0,1],geomapwidgetdefinit:3,geomapwidgetdefinitionstyl:3,geomapwidgetdefinitiontyp:3,geomapwidgetdefinitionview:3,geomapwidgetrequest:3,get:[0,1,2,3,4,5],get_allof_inst:0,get_anyof_inst:0,get_api_kei:[2,5],get_api_key_with_prefix:0,get_api_test:2,get_api_test_latest_result:2,get_api_test_result:2,get_application_kei:[2,5],get_auth_n_map:5,get_basic_auth_token:0,get_browser_test:2,get_browser_test_latest_result:2,get_browser_test_result:2,get_cloud_workload_security_agent_rul:5,get_current_user_application_kei:5,get_daily_custom_report:2,get_dashboard:2,get_dashboard_list:2,get_dashboard_list_item:5,get_discarded_arg:0,get_discriminated_class:0,get_discriminator_class:0,get_downtim:2,get_ev:2,get_file_data_and_close_fil:0,get_global_vari:2,get_graph_snapshot:2,get_host_from_set:0,get_host_set:0,get_host_tag:2,get_host_tot:2,get_hourly_usage_attribut:2,get_incid:5,get_incident_manag:2,get_incident_servic:5,get_incident_team:5,get_ingested_span:2,get_invit:5,get_ip_rang:2,get_logs_arch:5,get_logs_archive_ord:5,get_logs_index:[2,7],get_logs_index_ord:2,get_logs_metr:5,get_logs_pipelin:2,get_logs_pipeline_ord:2,get_metric_metadata:2,get_monitor:2,get_monthly_custom_report:2,get_monthly_usage_attribut:2,get_notebook:2,get_oneof_inst:0,get_org:2,get_pager_duty_integration_servic:2,get_possible_class:0,get_private_loc:2,get_required_type_class:0,get_rol:5,get_security_filt:5,get_security_monitoring_rul:5,get_service_account_application_kei:5,get_simple_class:0,get_slack_integration_channel:2,get_slo:2,get_slo_correct:2,get_slo_histori:2,get_specified_daily_custom_report:2,get_specified_monthly_custom_report:2,get_synthetics_ci_batch:2,get_test:2,get_type_error:0,get_us:[2,5],get_usage_analyzed_log:2,get_usage_attribut:2,get_usage_audit_log:2,get_usage_billable_summari:2,get_usage_ci_app:2,get_usage_cloud_security_posture_manag:2,get_usage_cw:2,get_usage_dbm:2,get_usage_farg:2,get_usage_host:2,get_usage_indexed_span:2,get_usage_internet_of_th:2,get_usage_lambda:2,get_usage_log:2,get_usage_logs_by_index:2,get_usage_logs_by_retent:2,get_usage_network_flow:2,get_usage_network_host:2,get_usage_online_arch:2,get_usage_profil:2,get_usage_rum_sess:2,get_usage_rum_unit:2,get_usage_sd:2,get_usage_snmp:2,get_usage_summari:2,get_usage_synthet:2,get_usage_synthetics_api:2,get_usage_synthetics_brows:2,get_usage_timeseri:2,get_usage_top_avg_metr:2,get_valid_classes_phras:0,get_webhooks_integr:2,get_webhooks_integration_custom_vari:2,git:3,given:[2,5],global:[2,3],global_tim:3,global_time_target:3,go:0,go_to_email_link:3,go_to_url:3,go_to_url_and_measure_tti:3,gohai:3,gotoemaillink:3,gotourl:3,gotourlandmeasuretti:3,grammar:2,grant:5,graph:2,graph_def:[2,3],graph_siz:3,graph_snapshot:[0,1],graphing_json:2,graphsnapshot:[2,3],gray_on_whit:3,greater:[2,3],greater_equ:3,greater_than:3,greater_than_or_equal_to:3,greaterequ:3,green:3,green_on_whit:3,grei:3,grok:3,grok_pars:3,group:[2,3],group_ascend:3,group_bi:[3,6],group_by_field:6,group_descend:3,group_nam:6,group_stat:2,group_tag:3,group_widget_definit:[0,1],group_widget_definition_typ:[0,1],groupby_simple_monitor:3,groupbyfield:6,groupwidgetdefinit:3,groupwidgetdefinitiontyp:3,guid:[2,5],gzip:[2,3,5,6,7],h:2,h_ago:2,ha:[0,2,5],handl:[0,2,3,5,6],handler:0,handshak:3,has_background:3,has_bord:3,has_extended_titl:6,has_pad:3,has_search_bar:3,hasextendedtitl:6,hash:[0,2,3],have:[0,2,5],head:[0,2,3,5],header:[0,2,3,5],header_nam:0,header_param:0,header_too_larg:3,header_valu:0,headers_incompatible_content_length:3,headers_map:0,heat_map_widget_definit:[0,1],heat_map_widget_definition_typ:[0,1],heat_map_widget_request:[0,1],heatmap:3,heatmapwidgetdefinit:3,heatmapwidgetdefinitiontyp:3,heatmapwidgetrequest:3,height:3,help:2,helper:0,here:2,heroku_host_count:3,heroku_host_top99p:3,heroku_host_top99p_sum:3,hide_perc:3,hide_tot:3,hide_valu:3,hide_zero_count:3,high:6,hipchat:7,histogram:6,histori:[2,3],hit:3,hold:0,horizont:3,horizontal_align:3,host0:2,host:[0,1,2,4,6],host_count:3,host_filt:[2,3],host_list:3,host_list_respons:[0,1],host_map_request:[0,1],host_map_widget_definit:[0,1],host_map_widget_definition_request:[0,1],host_map_widget_definition_styl:[0,1],host_map_widget_definition_typ:[0,1],host_meta:[0,1],host_meta_install_method:[0,1],host_metr:[0,1],host_mute_respons:[0,1],host_mute_set:[0,1],host_nam:[2,3],host_tag:[0,1],host_timeboard:6,host_tot:[0,1],hostlistrespons:[2,3],hostmap:3,hostmaprequest:3,hostmapwidgetdefinit:3,hostmapwidgetdefinitionrequest:3,hostmapwidgetdefinitionstyl:3,hostmapwidgetdefinitiontyp:3,hostmeta:3,hostmetainstallmethod:3,hostmetr:3,hostmuterespons:[2,3],hostmuteset:[2,3],hostnam:[2,3,6],hosts_api:[0,1],hostsapi:2,hosttag:[2,3],hosttot:[2,3],hostunreach:3,hour:[2,3,5],hour_befor:3,hourli:2,hourly_usage_attribution_bodi:[0,1],hourly_usage_attribution_metadata:[0,1],hourly_usage_attribution_pagin:[0,1],hourly_usage_attribution_respons:[0,1],hourly_usage_attribution_usage_typ:[0,1],hourlyusageattributionbodi:3,hourlyusageattributionmetadata:3,hourlyusageattributionpagin:3,hourlyusageattributionrespons:[2,3],hourlyusageattributionusagetyp:[2,3],hover:3,how:5,howev:2,http:[0,2,3,5],http_bodi:3,http_header:3,http_log:[0,1,4],http_log_error:[0,1,4],http_log_item:[0,1,4],http_method:[0,1],http_resp:0,http_status_cod:3,httplog:[2,3,5,6],httplogerror:[3,6],httplogitem:[3,6],httpmethod:3,httprespons:[0,2,5],httpstatuscod:3,i:0,i_frame_widget_definit:[0,1],i_frame_widget_definition_typ:[0,1],icmp:3,icon:[3,6],id:[0,2,3,5,6],id_offset:2,id_str:3,ident:2,identifi:[0,2],idp:2,idp_fil:[2,3],idp_form_data:[0,1],idp_respons:[0,1],idpformdata:3,idprespons:[2,3],ifram:3,iframewidgetdefinit:3,iframewidgetdefinitiontyp:3,ignor:[2,3],imag:3,image_url:3,image_widget_definit:[0,1],image_widget_definition_typ:[0,1],imagewidgetdefinit:3,imagewidgetdefinitiontyp:3,implement:0,impossible_travel:6,impossible_travel_opt:6,impossibletravelopt:6,incid:[2,5,6],incident_create_attribut:[0,4],incident_create_data:[0,4],incident_create_relationship:[0,4],incident_create_request:[0,4],incident_field_attribut:[0,4],incident_field_attributes_multiple_valu:[0,4],incident_field_attributes_single_valu:[0,4],incident_field_attributes_single_value_typ:[0,4],incident_field_attributes_value_typ:[0,4],incident_id:5,incident_integr:6,incident_integration_metadata_typ:[0,4],incident_management_monthly_active_users_hwm:3,incident_management_monthly_active_users_hwm_sum:3,incident_notification_handl:[0,4],incident_postmortem:6,incident_postmortem_typ:[0,4],incident_related_object:[0,4],incident_respons:[0,4],incident_response_attribut:[0,4],incident_response_data:[0,4],incident_response_included_item:[0,4],incident_response_meta:[0,4],incident_response_meta_pagin:[0,4],incident_response_relationship:[0,4],incident_service_create_attribut:[0,4],incident_service_create_data:[0,4],incident_service_create_request:[0,4],incident_service_included_item:[0,4],incident_service_relationship:[0,4],incident_service_respons:[0,4],incident_service_response_attribut:[0,4],incident_service_response_data:[0,4],incident_service_typ:[0,4],incident_service_update_attribut:[0,4],incident_service_update_data:[0,4],incident_service_update_request:[0,4],incident_services_api:[0,4],incident_services_respons:[0,4],incident_team_create_attribut:[0,4],incident_team_create_data:[0,4],incident_team_create_request:[0,4],incident_team_included_item:[0,4],incident_team_relationship:[0,4],incident_team_respons:[0,4],incident_team_response_attribut:[0,4],incident_team_response_data:[0,4],incident_team_typ:[0,4],incident_team_update_attribut:[0,4],incident_team_update_data:[0,4],incident_team_update_request:[0,4],incident_teams_api:[0,4],incident_teams_respons:[0,4],incident_timeline_cell_create_attribut:[0,4],incident_timeline_cell_markdown_content_typ:[0,4],incident_timeline_cell_markdown_create_attribut:[0,4],incident_timeline_cell_markdown_create_attributes_cont:[0,4],incident_typ:[0,4],incident_update_attribut:[0,4],incident_update_data:[0,4],incident_update_relationship:[0,4],incident_update_request:[0,4],incidentcreateattribut:6,incidentcreatedata:6,incidentcreaterelationship:6,incidentcreaterequest:[5,6],incidentfieldattribut:6,incidentfieldattributesmultiplevalu:6,incidentfieldattributessinglevalu:6,incidentfieldattributessinglevaluetyp:6,incidentfieldattributesvaluetyp:6,incidentintegrationmetadatatyp:6,incidentnotificationhandl:6,incidentpostmortemtyp:6,incidentrelatedobject:[5,6],incidentrespons:[5,6],incidentresponseattribut:6,incidentresponsedata:6,incidentresponseincludeditem:6,incidentresponsemeta:6,incidentresponsemetapagin:6,incidentresponserelationship:6,incidents_api:[0,4],incidents_respons:[0,4],incidentsapi:5,incidentservicecreateattribut:6,incidentservicecreatedata:6,incidentservicecreaterequest:[5,6],incidentserviceincludeditem:6,incidentservicerelationship:6,incidentservicerespons:[5,6],incidentserviceresponseattribut:6,incidentserviceresponsedata:6,incidentservicesapi:5,incidentservicesrespons:[5,6],incidentservicetyp:6,incidentserviceupdateattribut:6,incidentserviceupdatedata:6,incidentserviceupdaterequest:[5,6],incidentsrespons:[5,6],incidentteamcreateattribut:6,incidentteamcreatedata:6,incidentteamcreaterequest:[5,6],incidentteamincludeditem:6,incidentteamrelationship:6,incidentteamrespons:[5,6],incidentteamresponseattribut:6,incidentteamresponsedata:6,incidentteamsapi:5,incidentteamsrespons:[5,6],incidentteamtyp:6,incidentteamupdateattribut:6,incidentteamupdatedata:6,incidentteamupdaterequest:[5,6],incidenttimelinecellcreateattribut:6,incidenttimelinecellmarkdowncontenttyp:6,incidenttimelinecellmarkdowncreateattribut:6,incidenttimelinecellmarkdowncreateattributescont:6,incidenttyp:6,incidentupdateattribut:6,incidentupdatedata:6,incidentupdaterelationship:6,incidentupdaterequest:[5,6],includ:[0,2,5,6,7],include_cel:2,include_descend:2,include_hosts_metadata:2,include_muted_hosts_data:2,include_org_detail:2,include_percentil:6,include_tag:[3,6],include_zero:3,inclusive_maximum:[0,3,6],inclusive_minimum:[0,3,6],incompat:2,incomplet:0,inconsist:3,incorrect_assert:3,increase_good:3,indefinit:0,independ:0,index:[0,2,3,5,6,7],index_id:3,index_nam:[2,3],indexed_events_count:3,indexed_events_count_agg_sum:3,indexed_events_count_sum:3,indexed_logs_percentag:3,indexed_logs_usag:3,indexed_volum:6,indic:[0,2],info:[2,3,6],inform:[0,1,2,4,5],infra_azure_app_servic:3,infra_container_sum:3,infra_host_percentag:3,infra_host_sum:3,infra_host_top99p:3,infra_host_top99p_sum:3,infra_host_usag:3,infrastructur:2,infrastructure_configur:6,ingest:[2,5],ingested_events_byt:3,ingested_events_bytes_agg_sum:3,ingested_events_bytes_sum:3,ingested_volum:6,initial_cel:6,inject:0,inlin:3,input:[0,2],input_class:0,input_class_simpl:0,input_dict:0,input_typ:0,input_valu:0,input_vari:0,insid:0,install_method:3,installer_vers:3,instanc:[0,2,7],instanti:0,instead:[2,5],instruct:7,intake_payload_accept:[0,1],intakepayloadaccept:[2,3],integ:[2,3],integr:[2,3,6],integration_screenboard:6,integration_timeboard:6,interact:[2,7],interchang:5,intermitt:2,intern:[2,5],internal_error:3,interv:[3,6],invalid:[0,2,5],invalid_char_in_head:3,invalid_request:3,invalid_test:3,invalid_type_text_delai:3,invalid_url:3,invalid_variable_pattern:3,invari:0,investig:3,invisible_el:3,invit:5,invite_typ:6,invocations_percentag:3,invocations_sum:3,invocations_usag:3,io:[0,3],iobas:[0,3],iot:2,iot_device_agg_sum:3,iot_device_count:3,iot_device_sum:3,iot_device_top99p:3,iot_device_top99p_sum:3,iot_top99p:3,iowait:3,ip:[2,3],ip_prefixes_ag:[0,1],ip_prefixes_api:[0,1],ip_prefixes_apm:[0,1],ip_prefixes_log:[0,1],ip_prefixes_process:[0,1],ip_prefixes_synthet:[0,1],ip_prefixes_webhook:[0,1],ip_rang:[0,1],ip_ranges_api:[0,1],ipprefixesag:3,ipprefixesapi:3,ipprefixesapm:3,ipprefixeslog:3,ipprefixesprocess:3,ipprefixessynthet:3,ipprefixeswebhook:3,iprang:[2,3],iprangesapi:2,is_aggreg:2,is_builtin:6,is_column_break:3,is_crit:3,is_default:6,is_delet:6,is_empti:3,is_en:[3,6],is_encod:3,is_favorit:[3,6],is_hidden:3,is_in_less_days_than:3,is_in_more_days_than:3,is_json_validation_en:0,is_mobil:3,is_mut:3,is_normalized_cpu:3,is_not:3,is_rate_limit:3,is_read_onli:[3,6],is_replace_miss:3,is_secret:3,is_shar:6,is_templ:[2,3],is_type_nul:0,is_upstream:3,is_valid_typ:0,iscrit:3,isdefault:6,isdelet:6,isempti:3,isen:6,isinlessthan:3,isinmorethan:3,ismobil:3,isn:2,isnot:3,iso8601:0,iso:2,issu:[2,5],issue_stream:3,issuer:3,item:[0,5],its:[0,2,5],javascript:3,javascript_kei:0,join:5,js:3,json:[0,2,3,5],json_path:3,jsonpath:3,just:5,keep:[0,2],keep_al:6,keepal:6,kei:[0,2,3,5,6,7],key_management_api:[0,1,4],key_typ:0,keyerror:0,keymanagementapi:[2,5],keyword:0,kind:2,klass:0,know:0,known:[0,2],kwarg:[0,2,3,5,6],l2norm:3,l:3,label:3,lambda:[2,3],lambda_arn:3,lambda_function_averag:3,lambda_functions_percentag:3,lambda_functions_usag:3,lambda_invocations_percentag:3,lambda_invocations_usag:3,lambda_percentag:3,lambda_usag:3,laptop_larg:3,larg:[2,3,5],larger:[2,5],last4:6,last4_ascend:6,last4_descend:6,last:[2,3,5,7],last_1d:2,last_1w:2,last_30m:2,last_:2,last_billable_usage_hour:3,last_modified_bi:6,last_modified_by_us:6,last_nodata_t:3,last_notified_t:3,last_reported_tim:3,last_resolved_t:3,last_timestamp_fetch:3,last_triggered_t:3,last_upd:3,latenc:3,latency_avg:3,latency_max:3,latency_p50:3,latency_p75:3,latency_p90:3,latency_p95:3,latency_p99:3,latest:[2,5],layout:3,layout_typ:3,lazy_import:[3,6],lcp:3,learn:2,learning_dur:6,learningdur:6,least:[0,2],leav:2,left:3,legend:3,legend_column:3,legend_layout:3,legend_s:3,length:3,less:2,less_than:3,less_than_or_equ:3,less_than_or_equal_to:3,lessthan:3,lessthanorequ:3,level:2,lg:3,librari:[0,7],like:[2,5,7],limit:[0,2,3,5,6],line:[2,3],line_typ:3,line_width:3,lines_index:3,link:[3,6],linuxwindow:2,list:[0,2,3,5,6],list_active_metr:2,list_api_kei:[2,5],list_application_kei:[2,5],list_application_keys_respons:[0,4],list_archive_read_rol:5,list_audit_log:5,list_auth_n_map:5,list_available_aws_namespac:2,list_aws_account:2,list_aws_logs_integr:2,list_aws_logs_servic:2,list_aws_tag_filt:2,list_azure_integr:2,list_cloud_workload_security_agent_rul:5,list_current_user_application_kei:5,list_dashboard:[2,7],list_dashboard_list:2,list_downtim:2,list_ev:2,list_gcp_integr:2,list_global_vari:2,list_host:2,list_host_tag:2,list_id:2,list_incid:5,list_incident_servic:5,list_incident_team:5,list_loc:2,list_log:[2,5],list_log_index:[2,7],list_logs_arch:5,list_logs_get:5,list_logs_metr:5,list_logs_pipelin:2,list_metr:2,list_monitor:2,list_monitor_downtim:2,list_notebook:2,list_org:2,list_permiss:5,list_process:5,list_rol:5,list_role_permiss:5,list_role_us:5,list_rum_ev:5,list_security_filt:5,list_security_monitoring_rul:5,list_security_monitoring_sign:5,list_service_account_application_kei:5,list_sl_o:2,list_slo_correct:2,list_stream:3,list_stream_column:[0,1],list_stream_column_width:[0,1],list_stream_queri:[0,1],list_stream_response_format:[0,1],list_stream_sourc:[0,1],list_stream_widget_definit:[0,1],list_stream_widget_definition_typ:[0,1],list_stream_widget_request:[0,1],list_tag_configur:5,list_tag_configuration_by_nam:5,list_tags_by_metric_nam:5,list_test:2,list_us:[2,5],list_user_organ:5,list_user_permiss:5,list_volumes_by_metric_nam:5,listapplicationkeysrespons:[5,6],liststreamcolumn:3,liststreamcolumnwidth:3,liststreamqueri:3,liststreamresponseformat:3,liststreamsourc:3,liststreamwidgetdefinit:3,liststreamwidgetdefinitiontyp:3,liststreamwidgetrequest:3,live:[2,3],live_indexed_events_agg_sum:3,live_indexed_events_count:3,live_ingested_bytes_agg_sum:3,live_span:3,load:3,local:0,locat:[2,3],locate_el:3,location_id:2,lock:3,log:[0,1,2,4,5],log_alert:3,log_attribut:[0,4],log_cont:[0,1],log_detect:6,log_queri:3,log_query_definit:[0,1],log_query_definition_group_bi:[0,1],log_query_definition_group_by_sort:[0,1],log_query_definition_search:[0,1],log_stream:3,log_stream_widget_definit:[0,1],log_stream_widget_definition_typ:[0,1],log_typ:[0,4],logattribut:6,logcont:3,logger:0,logger_fil:0,logger_format:0,logger_formatt:0,logindex:2,logquerydefinit:3,logquerydefinitiongroupbi:3,logquerydefinitiongroupbysort:3,logquerydefinitionsearch:3,logs_aggregate_bucket:[0,4],logs_aggregate_bucket_valu:[0,4],logs_aggregate_bucket_value_timeseri:[0,4],logs_aggregate_bucket_value_timeseries_point:[0,4],logs_aggregate_request:[0,4],logs_aggregate_request_pag:[0,4],logs_aggregate_respons:[0,4],logs_aggregate_response_data:[0,4],logs_aggregate_response_statu:[0,4],logs_aggregate_sort:[0,4],logs_aggregate_sort_typ:[0,4],logs_aggregation_funct:[0,4],logs_api:[0,1,4],logs_api_error:[0,1],logs_api_error_respons:[0,1],logs_arch:[0,4],logs_archive_attribut:[0,4],logs_archive_create_request:[0,4],logs_archive_create_request_attribut:[0,4],logs_archive_create_request_definit:[0,4],logs_archive_create_request_destin:[0,4],logs_archive_definit:[0,4],logs_archive_destin:[0,4],logs_archive_destination_azur:[0,4],logs_archive_destination_azure_typ:[0,4],logs_archive_destination_gc:[0,4],logs_archive_destination_gcs_typ:[0,4],logs_archive_destination_s3:[0,4],logs_archive_destination_s3_typ:[0,4],logs_archive_integration_azur:[0,4],logs_archive_integration_gc:[0,4],logs_archive_integration_s3:[0,4],logs_archive_ord:[0,4],logs_archive_order_attribut:[0,4],logs_archive_order_definit:[0,4],logs_archive_order_definition_typ:[0,4],logs_archive_st:[0,4],logs_archives_api:[0,4],logs_arithmetic_processor:[0,1],logs_arithmetic_processor_typ:[0,1],logs_attribute_remapp:[0,1],logs_attribute_remapper_typ:[0,1],logs_by_retent:[0,1],logs_by_retention_monthly_usag:[0,1],logs_by_retention_org:[0,1],logs_by_retention_org_usag:[0,1],logs_category_processor:[0,1],logs_category_processor_categori:[0,1],logs_category_processor_typ:[0,1],logs_comput:[0,4],logs_compute_typ:[0,4],logs_date_remapp:[0,1],logs_date_remapper_typ:[0,1],logs_exclus:[0,1],logs_exclusion_filt:[0,1],logs_filt:[0,1],logs_geo_ip_pars:[0,1],logs_geo_ip_parser_typ:[0,1],logs_grok_pars:[0,1],logs_grok_parser_rul:[0,1],logs_grok_parser_typ:[0,1],logs_group_bi:[0,4],logs_group_by_histogram:[0,4],logs_group_by_miss:[0,4],logs_group_by_tot:[0,4],logs_index:[0,1],logs_index_list_respons:[0,1],logs_index_update_request:[0,1],logs_indexed_15day_sum:3,logs_indexed_180day_sum:3,logs_indexed_30day_sum:3,logs_indexed_3day_sum:3,logs_indexed_45day_sum:3,logs_indexed_60day_sum:3,logs_indexed_7day_sum:3,logs_indexed_90day_sum:3,logs_indexed_custom_retention_sum:3,logs_indexed_logs_usage_agg_sum:3,logs_indexed_logs_usage_sum:3,logs_indexed_sum:3,logs_indexes_api:[0,1],logs_indexes_ord:[0,1],logs_ingested_sum:3,logs_list_request:[0,1,4],logs_list_request_pag:[0,4],logs_list_request_tim:[0,1],logs_list_respons:[0,1,4],logs_list_response_link:[0,4],logs_live_indexed_count:3,logs_live_indexed_logs_usage_agg_sum:3,logs_live_indexed_logs_usage_sum:3,logs_live_ingested_byt:3,logs_lookup_processor:[0,1],logs_lookup_processor_typ:[0,1],logs_message_remapp:[0,1],logs_message_remapper_typ:[0,1],logs_metr:6,logs_metric_comput:[0,4],logs_metric_compute_aggregation_typ:[0,4],logs_metric_create_attribut:[0,4],logs_metric_create_data:[0,4],logs_metric_create_request:[0,4],logs_metric_filt:[0,4],logs_metric_group_bi:[0,4],logs_metric_respons:[0,4],logs_metric_response_attribut:[0,4],logs_metric_response_comput:[0,4],logs_metric_response_compute_aggregation_typ:[0,4],logs_metric_response_data:[0,4],logs_metric_response_filt:[0,4],logs_metric_response_group_bi:[0,4],logs_metric_typ:[0,4],logs_metric_update_attribut:[0,4],logs_metric_update_data:[0,4],logs_metric_update_request:[0,4],logs_metrics_api:[0,4],logs_metrics_respons:[0,4],logs_pipelin:[0,1],logs_pipeline_list:[0,1],logs_pipeline_processor:[0,1],logs_pipeline_processor_typ:[0,1],logs_pipelines_api:[0,1],logs_pipelines_ord:[0,1],logs_processor:[0,1],logs_query_comput:[0,1],logs_query_filt:[0,4],logs_query_opt:[0,4],logs_rehydrated_indexed_count:3,logs_rehydrated_indexed_logs_usage_agg_sum:3,logs_rehydrated_indexed_logs_usage_sum:3,logs_rehydrated_ingested_byt:3,logs_response_metadata:[0,4],logs_response_metadata_pag:[0,4],logs_retention_agg_sum_usag:[0,1],logs_retention_sum_usag:[0,1],logs_scanned_byt:3,logs_service_remapp:[0,1],logs_service_remapper_typ:[0,1],logs_sort:[0,1,4],logs_sort_ord:[0,4],logs_status_remapp:[0,1],logs_status_remapper_typ:[0,1],logs_stream:3,logs_string_builder_processor:[0,1],logs_string_builder_processor_typ:[0,1],logs_trace_remapp:[0,1],logs_trace_remapper_typ:[0,1],logs_url_pars:[0,1],logs_url_parser_typ:[0,1],logs_user_agent_pars:[0,1],logs_user_agent_parser_typ:[0,1],logs_warn:[0,4],logsaggregatebucket:6,logsaggregatebucketvalu:6,logsaggregatebucketvaluetimeseri:6,logsaggregatebucketvaluetimeseriespoint:6,logsaggregaterequest:6,logsaggregaterequestpag:6,logsaggregaterespons:[5,6],logsaggregateresponsedata:6,logsaggregateresponsestatu:6,logsaggregatesort:6,logsaggregatesorttyp:6,logsaggregationfunct:6,logsapi:[2,5],logsapierror:3,logsapierrorrespons:3,logsarch:[5,6],logsarchiveattribut:6,logsarchivecreaterequest:[5,6],logsarchivecreaterequestattribut:6,logsarchivecreaterequestdefinit:6,logsarchivecreaterequestdestin:6,logsarchivedefinit:6,logsarchivedestin:6,logsarchivedestinationazur:6,logsarchivedestinationazuretyp:6,logsarchivedestinationgc:6,logsarchivedestinationgcstyp:6,logsarchivedestinations3:6,logsarchivedestinations3typ:6,logsarchiveintegrationazur:6,logsarchiveintegrationgc:6,logsarchiveintegrations3:6,logsarchiveord:[5,6],logsarchiveorderattribut:6,logsarchiveorderdefinit:6,logsarchiveorderdefinitiontyp:6,logsarchivesapi:5,logsarchivest:6,logsarithmeticprocessor:3,logsarithmeticprocessortyp:3,logsattributeremapp:3,logsattributeremappertyp:3,logsbyretent:3,logsbyretentionmonthlyusag:3,logsbyretentionorg:3,logsbyretentionorgusag:3,logscategoryprocessor:3,logscategoryprocessorcategori:3,logscategoryprocessortyp:3,logscomput:6,logscomputetyp:6,logsdateremapp:3,logsdateremappertyp:3,logset:3,logsexclus:3,logsexclusionfilt:3,logsfilt:3,logsgeoippars:3,logsgeoipparsertyp:3,logsgrokpars:3,logsgrokparserrul:3,logsgrokparsertyp:3,logsgroupbi:6,logsgroupbyhistogram:6,logsgroupbymiss:6,logsgroupbytot:6,logsindex:[2,3],logsindexesapi:2,logsindexesord:[2,3],logsindexlistrespons:[2,3],logsindexupdaterequest:[2,3],logslistrequest:[2,3,6],logslistrequestpag:6,logslistrequesttim:3,logslistrespons:[2,3,5,6],logslistresponselink:6,logslookupprocessor:3,logslookupprocessortyp:3,logsmessageremapp:3,logsmessageremappertyp:3,logsmetriccomput:6,logsmetriccomputeaggregationtyp:6,logsmetriccreateattribut:6,logsmetriccreatedata:6,logsmetriccreaterequest:[5,6],logsmetricfilt:6,logsmetricgroupbi:6,logsmetricrespons:[5,6],logsmetricresponseattribut:6,logsmetricresponsecomput:6,logsmetricresponsecomputeaggregationtyp:6,logsmetricresponsedata:6,logsmetricresponsefilt:6,logsmetricresponsegroupbi:6,logsmetricsapi:5,logsmetricsrespons:[5,6],logsmetrictyp:6,logsmetricupdateattribut:6,logsmetricupdatedata:6,logsmetricupdaterequest:[5,6],logspipelin:[2,3],logspipelinelist:[2,3],logspipelineprocessor:3,logspipelineprocessortyp:3,logspipelinesapi:2,logspipelinesord:[2,3],logsprocessor:3,logsquerycomput:3,logsqueryfilt:6,logsqueryopt:6,logsresponsemetadata:6,logsresponsemetadatapag:6,logsretentionaggsumusag:3,logsretentionsumusag:3,logsserviceremapp:3,logsserviceremappertyp:3,logssort:[3,5,6],logssortord:6,logsstatusremapp:3,logsstatusremappertyp:3,logsstringbuilderprocessor:3,logsstringbuilderprocessortyp:3,logstraceremapp:3,logstraceremappertyp:3,logstreamwidgetdefinit:3,logstreamwidgetdefinitiontyp:3,logsurlpars:3,logsurlparsertyp:3,logsuseragentpars:3,logsuseragentparsertyp:3,logswarn:6,logtyp:6,look:5,lookup:3,lookup_processor:3,lookup_t:3,low:[2,3,6],lower:3,lower_equ:3,lowerequ:3,m:[2,3],m_ago:2,mac_v:3,machin:[2,3],macv:3,made:2,mai:[0,2,5,7],main:7,main_tab:3,mainten:3,make:[0,2,5,7],malformed_respons:3,manag:[2,5],manage_statu:3,manage_tag:6,mani:5,map:[0,2,5],mappingproxi:0,margin:3,markdown:[2,3,6],marker:3,match:[0,2,3,5],match_regex:3,match_rul:3,matchregex:3,max:[2,3,6],max_item:[0,3],max_length:[0,3,6],max_metric_hour:3,max_signal_dur:6,maximum:[0,2,3,5],maxitem:0,maxlength:0,maxsignaldur:6,maxsiz:0,md:3,mean:[0,2,5],measur:[2,6],media:[2,5],median:3,medium:[3,6],megabyt:2,messag:[2,3,6,7],message_displai:3,message_remapp:3,meta:[3,5,6],metadata:[0,2,3],method:[0,2,3,5,7],metric:[0,2,3,4,5],metric_alert:3,metric_all_tag:[0,4],metric_all_tags_attribut:[0,4],metric_all_tags_respons:[0,4],metric_bulk_configure_tag:6,metric_bulk_configure_tags_typ:[0,4],metric_bulk_tag_config_cr:[0,4],metric_bulk_tag_config_create_attribut:[0,4],metric_bulk_tag_config_create_request:[0,4],metric_bulk_tag_config_delet:[0,4],metric_bulk_tag_config_delete_attribut:[0,4],metric_bulk_tag_config_delete_request:[0,4],metric_bulk_tag_config_email_list:[0,4],metric_bulk_tag_config_respons:[0,4],metric_bulk_tag_config_statu:[0,4],metric_bulk_tag_config_status_attribut:[0,4],metric_bulk_tag_config_tag_name_list:[0,4],metric_categori:3,metric_content_encod:[0,1],metric_custom_aggreg:[0,4],metric_custom_space_aggreg:[0,4],metric_custom_time_aggreg:[0,4],metric_distinct_volum:[0,4],metric_distinct_volume_attribut:[0,4],metric_distinct_volume_typ:[0,4],metric_id:5,metric_ingested_indexed_volum:[0,4],metric_ingested_indexed_volume_attribut:[0,4],metric_ingested_indexed_volume_typ:[0,4],metric_metadata:[0,1],metric_nam:[2,3,5],metric_queri:[2,3],metric_search_respons:[0,1],metric_search_response_result:[0,1],metric_tag_configur:[0,4],metric_tag_configuration_attribut:[0,4],metric_tag_configuration_create_attribut:[0,4],metric_tag_configuration_create_data:[0,4],metric_tag_configuration_create_request:[0,4],metric_tag_configuration_metric_typ:[0,4],metric_tag_configuration_respons:[0,4],metric_tag_configuration_typ:[0,4],metric_tag_configuration_update_attribut:[0,4],metric_tag_configuration_update_data:[0,4],metric_tag_configuration_update_request:[0,4],metric_typ:[0,4],metric_volum:[0,4],metric_volumes_respons:[0,4],metricalltag:6,metricalltagsattribut:6,metricalltagsrespons:[5,6],metricbulkconfiguretagstyp:6,metricbulktagconfigcr:6,metricbulktagconfigcreateattribut:6,metricbulktagconfigcreaterequest:6,metricbulktagconfigdelet:6,metricbulktagconfigdeleteattribut:6,metricbulktagconfigdeleterequest:6,metricbulktagconfigemaillist:6,metricbulktagconfigrespons:[5,6],metricbulktagconfigstatu:6,metricbulktagconfigstatusattribut:6,metricbulktagconfigtagnamelist:6,metriccontentencod:[2,3],metriccustomaggreg:6,metriccustomspaceaggreg:6,metriccustomtimeaggreg:6,metricdistinctvolum:6,metricdistinctvolumeattribut:6,metricdistinctvolumetyp:6,metricingestedindexedvolum:6,metricingestedindexedvolumeattribut:6,metricingestedindexedvolumetyp:6,metricmetadata:[2,3],metrics_and_metric_tag_configur:[0,4],metrics_and_metric_tag_configurations_respons:[0,4],metrics_api:[0,1,4],metrics_collection_en:3,metrics_list_respons:[0,1],metrics_payload:[0,1],metrics_queri:2,metrics_query_metadata:[0,1],metrics_query_respons:[0,1],metrics_query_unit:[0,1],metricsandmetrictagconfigur:6,metricsandmetrictagconfigurationsrespons:[5,6],metricsapi:[2,5],metricsearchrespons:[2,3],metricsearchresponseresult:3,metricslistrespons:[2,3],metricspayload:3,metricsquerymetadata:3,metricsqueryrespons:[2,3],metricsqueryunit:3,metrictag:6,metrictagconfigur:6,metrictagconfigurationattribut:6,metrictagconfigurationcreateattribut:6,metrictagconfigurationcreatedata:6,metrictagconfigurationcreaterequest:6,metrictagconfigurationmetrictyp:[5,6],metrictagconfigurationrespons:[5,6],metrictagconfigurationtyp:6,metrictagconfigurationupdateattribut:6,metrictagconfigurationupdatedata:6,metrictagconfigurationupdaterequest:6,metrictyp:6,metricvolum:6,metricvolumesrespons:[5,6],migrat:2,migrating_to_new_events_featur:2,millisecond:2,min:[2,3,6],min_failure_dur:3,min_item:[0,3],min_length:[0,3,6],min_location_fail:3,min_tls_vers:3,minimum:[0,3,5],minitem:0,minlength:0,mintlsvers:3,minu:5,minut:[2,5],miss:[0,5,6],mm:2,mobil:2,mobile_rum_lite_session_count_agg_sum:3,mobile_rum_lite_session_count_sum:3,mobile_rum_session_count_agg_sum:3,mobile_rum_session_count_android_agg_sum:3,mobile_rum_session_count_android_sum:3,mobile_rum_session_count_ios_agg_sum:3,mobile_rum_session_count_ios_sum:3,mobile_rum_session_count_sum:3,mobile_rum_unit:3,mobile_rum_units_agg_sum:3,mobile_rum_units_sum:3,mobile_smal:3,model:[0,1,4],model_arg:0,model_class:0,model_data:0,model_inst:0,model_kwarg:0,model_to_dict:0,model_util:[3,6,7],modelcompos:[0,3,6],modelnorm:[0,3,6],modelsimpl:[0,3,6],modifi:[2,3,5,6],modified_at:[3,5,6],modified_at_ascend:6,modified_at_descend:6,modified_bi:[5,6],modul:7,modulu:3,monitor:[0,1,2,5,7],monitor_device_id:[0,1],monitor_formula_and_function_event_aggreg:[0,1],monitor_formula_and_function_event_query_definit:[0,1],monitor_formula_and_function_event_query_definition_comput:[0,1],monitor_formula_and_function_event_query_definition_search:[0,1],monitor_formula_and_function_event_query_group_bi:[0,1],monitor_formula_and_function_event_query_group_by_sort:[0,1],monitor_formula_and_function_events_data_sourc:[0,1],monitor_formula_and_function_query_definit:[0,1],monitor_group_search_respons:[0,1],monitor_group_search_response_count:[0,1],monitor_group_search_result:[0,1],monitor_id:[2,3],monitor_modifi:3,monitor_nam:3,monitor_opt:[0,1],monitor_options_aggreg:[0,1],monitor_overall_st:[0,1],monitor_prior:3,monitor_renotify_status_typ:[0,1],monitor_search_count:[0,1],monitor_search_respons:[0,1],monitor_search_response_count:[0,1],monitor_search_response_metadata:[0,1],monitor_search_result:[0,1],monitor_search_result_notif:[0,1],monitor_st:[0,1],monitor_state_group:[0,1],monitor_summary_widget_definit:[0,1],monitor_summary_widget_definition_typ:[0,1],monitor_tag:[2,3],monitor_threshold:[0,1],monitor_threshold_window_opt:[0,1],monitor_typ:[0,1,7],monitor_update_request:[0,1],monitordeviceid:3,monitorformulaandfunctioneventaggreg:3,monitorformulaandfunctioneventquerydefinit:3,monitorformulaandfunctioneventquerydefinitioncomput:3,monitorformulaandfunctioneventquerydefinitionsearch:3,monitorformulaandfunctioneventquerygroupbi:3,monitorformulaandfunctioneventquerygroupbysort:3,monitorformulaandfunctioneventsdatasourc:3,monitorformulaandfunctionquerydefinit:3,monitorgroupsearchrespons:[2,3],monitorgroupsearchresponsecount:3,monitorgroupsearchresult:3,monitoropt:3,monitoroptionsaggreg:3,monitoroverallst:3,monitorrenotifystatustyp:3,monitors_api:[0,1,7],monitorsapi:[2,7],monitorsearchcount:3,monitorsearchrespons:[2,3],monitorsearchresponsecount:3,monitorsearchresponsemetadata:3,monitorsearchresult:3,monitorsearchresultnotif:3,monitorst:3,monitorstategroup:3,monitorsummarywidgetdefinit:3,monitorsummarywidgetdefinitiontyp:3,monitorthreshold:3,monitorthresholdwindowopt:3,monitortyp:[3,7],monitorupdaterequest:[2,3],month:[2,3],month_befor:3,month_to_d:3,monthli:2,monthly_active_us:3,monthly_usage_attribution_bodi:[0,1],monthly_usage_attribution_metadata:[0,1],monthly_usage_attribution_pagin:[0,1],monthly_usage_attribution_respons:[0,1],monthly_usage_attribution_supported_metr:[0,1],monthly_usage_attribution_valu:[0,1],monthlyusageattributionbodi:3,monthlyusageattributionmetadata:3,monthlyusageattributionpagin:3,monthlyusageattributionrespons:[2,3],monthlyusageattributionsupportedmetr:[2,3],monthlyusageattributionvalu:3,more:[0,2,5],more_than:3,more_than_or_equ:3,morethan:3,morethanorequ:3,most:2,msg:0,multi:[2,3,5],multi_comput:3,multi_organ:2,multipart:[0,2],multipl:[0,2,5],multipleof:0,multiselect:6,must:[0,2,5],must_convert:0,mute:[2,3],mute_host:2,mute_timeout:3,my:2,n:2,nagio:2,name:[0,2,3,5,6,7],name_ascend:[3,6],name_descend:[3,6],namespac:[2,3],navigate_to_link:3,need:[0,2,7],neg:5,neither:5,netflow_indexed_events_count_agg_sum:3,netflow_indexed_events_count_sum:3,netunreach:3,network:[2,3],network_device_top99p:3,network_elb:[2,3],network_hop:3,network_queri:3,networkhop:3,never:3,new_client_id:[2,3],new_group_delai:3,new_host_delai:3,new_statu:3,new_tab:3,new_tenant_nam:[2,3],new_valu:6,new_value_opt:6,newvalueopt:6,next:[5,6],next_log_id:3,next_offset:6,next_record_id:[2,3],nextlogid:3,ninety_dai:3,nix_v:3,nixv:3,no_data:3,no_data_timefram:3,no_group_host:3,no_metric_host:3,no_saving_response_bodi:3,no_screenshot:3,node_typ:3,non:2,non_block:3,none:[0,1,2,3,4,5],none_typ:0,nonetyp:[3,6],nor:5,normal:[2,3],normalize_ending_slash:3,nosavingresponsebodi:3,noscreenshot:3,not_contain:3,not_equ:3,not_is_empti:3,not_schedul:3,not_starts_with:3,notat:2,notcontain:3,note:[0,2,3,5],note_widget_definit:[0,1],note_widget_definition_typ:[0,1],notebook:[2,3],notebook_absolute_tim:[0,1],notebook_author:[0,1],notebook_cel:3,notebook_cell_create_request:[0,1],notebook_cell_create_request_attribut:[0,1],notebook_cell_resource_typ:[0,1],notebook_cell_respons:[0,1],notebook_cell_response_attribut:[0,1],notebook_cell_tim:[0,1],notebook_cell_update_request:[0,1],notebook_cell_update_request_attribut:[0,1],notebook_create_data:[0,1],notebook_create_data_attribut:[0,1],notebook_create_request:[0,1],notebook_distribution_cell_attribut:[0,1],notebook_global_tim:[0,1],notebook_graph_s:[0,1],notebook_heat_map_cell_attribut:[0,1],notebook_id:2,notebook_log_stream_cell_attribut:[0,1],notebook_markdown_cell_attribut:[0,1],notebook_markdown_cell_definit:[0,1],notebook_markdown_cell_definition_typ:[0,1],notebook_metadata:[0,1],notebook_metadata_typ:[0,1],notebook_relative_tim:[0,1],notebook_resource_typ:[0,1],notebook_respons:[0,1],notebook_response_data:[0,1],notebook_response_data_attribut:[0,1],notebook_split_bi:[0,1],notebook_statu:[0,1],notebook_timeseries_cell_attribut:[0,1],notebook_toplist_cell_attribut:[0,1],notebook_update_cel:[0,1],notebook_update_data:[0,1],notebook_update_data_attribut:[0,1],notebook_update_request:[0,1],notebookabsolutetim:3,notebookauthor:3,notebookcellcreaterequest:3,notebookcellcreaterequestattribut:3,notebookcellresourcetyp:3,notebookcellrespons:3,notebookcellresponseattribut:3,notebookcelltim:3,notebookcellupdaterequest:3,notebookcellupdaterequestattribut:3,notebookcreatedata:3,notebookcreatedataattribut:3,notebookcreaterequest:[2,3],notebookdistributioncellattribut:3,notebookglobaltim:3,notebookgraphs:3,notebookheatmapcellattribut:3,notebooklogstreamcellattribut:3,notebookmarkdowncellattribut:3,notebookmarkdowncelldefinit:3,notebookmarkdowncelldefinitiontyp:3,notebookmetadata:3,notebookmetadatatyp:3,notebookrelativetim:3,notebookresourcetyp:3,notebookrespons:[2,3],notebookresponsedata:3,notebookresponsedataattribut:3,notebooks_api:[0,1],notebooks_respons:[0,1],notebooks_response_data:[0,1],notebooks_response_data_attribut:[0,1],notebooks_response_meta:[0,1],notebooks_response_pag:[0,1],notebooksapi:2,notebooksplitbi:3,notebooksrespons:[2,3],notebooksresponsedata:3,notebooksresponsedataattribut:3,notebooksresponsemeta:3,notebooksresponsepag:3,notebookstatu:3,notebooktimeseriescellattribut:3,notebooktoplistcellattribut:3,notebookupdatecel:3,notebookupdatedata:3,notebookupdatedataattribut:3,notebookupdaterequest:[2,3],notequ:3,notewidgetdefinit:3,notewidgetdefinitiontyp:3,notfoundexcept:0,noth:0,notif:[2,3,5,6],notifi:[2,3,7],notification_handl:6,notify_audit:3,notify_list:3,notify_no_data:3,notisempti:3,notstartswith:3,now:[2,5],npm_flow_sum:3,npm_host_percentag:3,npm_host_sum:3,npm_host_top99p:3,npm_host_top99p_sum:3,npm_host_usag:3,ntlm:3,nullabl:0,nullable_relationship_to_us:[0,4],nullable_relationship_to_user_data:[0,4],nullablerelationshiptous:6,nullablerelationshiptouserdata:6,num_custom_input_timeseri:3,num_custom_output_timeseri:3,num_custom_timeseri:3,num_org:3,num_retention_dai:3,number:[0,2,3,5],number_of_packet:3,numberofpacket:3,numer:[2,3],o:3,oa:0,obj:0,object:[0,2,5,7],ocsp:3,offer:2,offset:[2,3,5,6],ok:[2,3],older:0,on_right_yaxi:3,onc:2,one:[0,2,5],one_column:3,one_dai:6,one_hour:6,one_minut:6,one_week:6,oneof:0,onli:[0,2,5],onlin:2,online_archive_events_count:3,online_archive_events_count_agg_sum:3,online_archive_events_count_sum:3,open:0,open_url:3,openapi:0,openapi_typ:[0,3,6],openapiexcept:0,openapimodel:0,opentelemetry_host_count:3,opentelemetry_host_top99p:3,opentelemetry_host_top99p_sum:3,oper:[0,2,3,5,7],operation_nam:3,operationnam:7,option:[0,2,3,5,6],orang:3,order:[0,2,3,5,6],order_bi:3,order_dir:3,order_response_typ:0,org:[2,3,5,6],org_billable_usag:3,org_id:3,org_nam:3,organ:[0,1,2,4,5],organization_attribut:[0,4],organization_bil:[0,1],organization_create_bodi:[0,1],organization_create_respons:[0,1],organization_list_respons:[0,1],organization_respons:[0,1],organization_set:[0,1],organization_settings_saml:[0,1],organization_settings_saml_autocreate_users_domain:[0,1],organization_settings_saml_idp_initiated_login:[0,1],organization_settings_saml_strict_mod:[0,1],organization_subscript:[0,1],organizationattribut:6,organizationbil:3,organizationcreatebodi:[2,3],organizationcreaterespons:[2,3],organizationlistrespons:[2,3],organizationrespons:[2,3],organizations_api:[0,1],organizations_typ:[0,4],organizationsapi:2,organizationset:3,organizationsettingssaml:3,organizationsettingssamlautocreateusersdomain:3,organizationsettingssamlidpinitiatedlogin:3,organizationsettingssamlstrictmod:3,organizationstyp:6,organizationsubscript:3,origin:2,other:[2,3,5],other_org:6,other_us:6,otherwis:[0,2],ou:3,our:0,out:2,outlier:2,output:[0,2],outsid:[2,3],outside_business_hour:3,over:[2,5],overal:3,overall_st:3,overload:5,overrid:3,override_label:3,override_on_conflict:3,overwrit:2,own:5,owned_bi:[5,6],owner:3,packet_loss_percentag:3,packetlosspercentag:3,packets_receiv:3,packetsreceiv:3,page:[2,3,5,6,7],page_count:3,page_cursor:5,page_limit:5,page_numb:[2,5],page_offset:5,page_s:[2,5],pager_duty_integration_api:[0,1],pager_duty_servic:[0,1],pager_duty_service_kei:[0,1],pager_duty_service_nam:[0,1],pagerduti:2,pagerdutyintegrationapi:2,pagerdutyservic:[2,3],pagerdutyservicekei:[2,3],pagerdutyservicenam:[2,3],pagin:[0,1,2,4,5],pair:[0,2,5],palett:3,palette_flip:3,param:[0,3],param_nam:0,paramet:[0,2,5],parameters_to_multipart:0,parameters_to_tupl:0,params_map:0,parent:[0,2],parent_id:3,parse_test_opt:3,parse_test_public_id:3,parser:3,partial:[2,5],partial_api_kei:[0,4],partial_api_key_attribut:[0,4],partial_application_kei:[0,4],partial_application_key_attribut:[0,4],partial_application_key_respons:[0,4],partialapikei:6,partialapikeyattribut:6,partialapplicationkei:6,partialapplicationkeyattribut:6,partialapplicationkeyrespons:[5,6],particular:2,pass:[0,2,3,5],password:[0,1,3,4],past:[2,3],past_fifteen_minut:3,past_five_minut:3,past_four_hour:3,past_one_dai:3,past_one_hour:3,past_one_minut:3,past_one_month:3,past_one_week:3,past_one_year:3,past_six_month:3,past_ten_minut:3,past_thirty_minut:3,past_three_month:3,past_two_dai:3,patch:3,path:[0,2,5,6],path_param:0,path_to_item:0,pattern:[0,3],paus:[2,3],payload:[0,2,3,5],pc75:[3,6],pc90:[3,6],pc95:[3,6],pc98:[3,6],pc99:[3,6],pct_chang:2,pct_cpu:3,pct_exec_tim:3,pct_mem:3,pct_of_trac:3,pem:0,pend:5,pep:0,per:[2,5],per_pag:[2,3],per_unit:3,percentage_in_account:3,percentil:[3,5],percentile_75:6,percentile_90:6,percentile_95:6,percentile_98:6,percentile_99:6,perform:[0,2],period:[2,3],perman:2,permiss:[0,2,4,5],permission_attribut:[0,4],permissionattribut:6,permissions_respons:[0,4],permissions_typ:[0,4],permissionsrespons:[5,6],permissionstyp:6,pet:0,phrase:0,pid:6,pip:7,pipelin:[2,3],pipeline_id:[2,3],place:0,plain:[2,5],platform:[2,3,5],play_sub_test:3,playing_tab:3,playingtab:3,playsubtest:3,pleas:[2,5,7],plural:3,point:[0,1,2],pointlist:3,polici:5,poll:2,pool:0,pool_thread:0,pools_siz:0,popular:6,port:[2,3],posix:2,possibl:[0,5],post:[0,2,3,5],post_param:0,postgr:2,postmortem:[3,6],postmortem_id:6,postur:2,ppid:6,precis:[2,3],prefix:[0,2,3,5],prefixes_ipv4:3,prefixes_ipv4_by_loc:3,prefixes_ipv6:3,prefixes_ipv6_by_loc:3,prepar:0,prepend:2,present:[2,3],preserve_sourc:3,preset:2,press_kei:3,presskei:3,prevent:5,preview:3,previou:[2,5],previous_month:3,previous_week:3,primary_tag:3,primary_tag_nam:3,primary_tag_valu:3,primit:0,print:7,prioriti:[2,3,7],privat:2,private_kei:3,private_key_id:3,private_loc:3,private_widget_shar:3,probabl:5,probe_dc:[2,3],problem:0,process:[2,3,5,6],process_alert:3,process_queri:3,process_query_definit:[0,1],process_summari:[0,4],process_summaries_meta:[0,4],process_summaries_meta_pag:[0,4],process_summaries_respons:[0,4],process_summary_attribut:[0,4],process_summary_typ:[0,4],processes_api:[0,4],processesapi:5,processor:[2,3],processquerydefinit:3,processsummari:6,processsummariesmeta:6,processsummariesmetapag:6,processsummariesrespons:[5,6],processsummaryattribut:6,processsummarytyp:6,prod:2,product:5,prof_container_sum:3,prof_host_top99p:3,profil:[2,3],profile_metrics_queri:3,profiled_container_percentag:3,profiled_container_usag:3,profiled_host_percentag:3,profiled_host_usag:3,profiled_hosts_percentag:3,profiled_hosts_usag:3,profiling_container_agent_count_avg:3,profiling_host_count_top99p_sum:3,profiling_host_top99p:3,project_id:[2,3,6],properti:[0,3],protocol:3,provid:[0,2,3,5,7],proxi:3,public_id:[2,3,6],publish:3,puppet:2,put:[2,3,5],python:0,python_kei:0,python_v:3,pythonv:3,q:[2,3],qualifi:7,queri:[0,2,3,5,6,7],query_alert:3,query_index:3,query_metr:2,query_param:0,query_sort_ord:[0,1,4],query_str:3,query_t:3,query_valu:3,query_value_widget_definit:[0,1],query_value_widget_definition_typ:[0,1],query_value_widget_request:[0,1],queryabl:5,querysortord:[3,5,6],queryvaluewidgetdefinit:3,queryvaluewidgetdefinitiontyp:3,queryvaluewidgetrequest:3,quick:5,quot:2,radiu:3,rais:0,rang:2,rate:[5,6],ratio_in_month:3,raw:[0,3],rd:[2,3],re:2,read:[0,2,5],read_onli:3,read_only_var:[0,3,6],readi:[2,5],readthedoc:7,real_user_monitor:2,reason:0,receiv:[0,2,5],received_email_count:3,received_messag:3,receivedemailcount:3,receivedmessag:3,recent:2,recommend:[2,3,5],record:2,record_everi:3,record_som:3,recordeveri:3,recordsom:3,recovery_window:3,recurr:3,red:3,red_on_whit:3,redirect:3,reduc:2,refer:[0,2],referenc:2,reflow_typ:3,refresh:3,regardless:2,regex:[0,3],region:[3,6],rehydrated_indexed_events_agg_sum:3,rehydrated_indexed_events_count:3,rehydrated_ingested_bytes_agg_sum:3,rehydration_tag:6,rel:3,relat:5,related_event_id:3,relationship:6,relationship_to_incident_integration_metadata:[0,4],relationship_to_incident_integration_metadata_data:[0,4],relationship_to_incident_postmortem:[0,4],relationship_to_incident_postmortem_data:[0,4],relationship_to_organ:[0,4],relationship_to_organization_data:[0,4],relationship_to_permiss:[0,4],relationship_to_permission_data:[0,4],relationship_to_rol:[0,4],relationship_to_role_data:[0,4],relationship_to_saml_assertion_attribut:[0,4],relationship_to_saml_assertion_attribute_data:[0,4],relationship_to_us:[0,4],relationship_to_user_data:[0,4],relationshiptoincidentintegrationmetadata:6,relationshiptoincidentintegrationmetadatadata:6,relationshiptoincidentpostmortem:6,relationshiptoincidentpostmortemdata:6,relationshiptoorgan:6,relationshiptoorganizationdata:6,relationshiptopermiss:6,relationshiptopermissiondata:6,relationshiptorol:6,relationshiptoroledata:6,relationshiptosamlassertionattribut:6,relationshiptosamlassertionattributedata:6,relationshiptous:6,relationshiptouserdata:6,remain:[0,2],remapp:3,remov:[0,2,5],remove_permission_from_rol:5,remove_role_from_arch:5,remove_slack_integration_channel:2,remove_uncoerc:0,remove_user_from_rol:5,render_path:0,renotify_interv:3,renotify_occurr:3,renotify_status:3,reorder:[2,5],repeat:2,repeatedli:2,replac:[0,2,5],replay_session_count:3,report:[2,3],report_id:2,repositori:7,repres:0,represent:0,request:[0,2,3,5],request_head:3,request_id:6,request_typ:3,requestfield:0,requesthead:3,requir:[0,2,6],require_full_window:3,required_properti:0,required_typ:0,required_types_class:0,required_types_mix:0,requires_upd:3,res_typ:3,resolut:2,resolv:6,resourc:[0,2,3,5],resource_collection_en:3,resource_nam:3,resource_path:0,resp_vers:3,respons:[0,2,5,7],response_bodi:3,response_data:0,response_format:3,response_head:3,response_meta_attribut:[0,1,4],response_s:3,response_tim:3,response_typ:0,responsebodi:3,responsehead:3,responsemetaattribut:[3,6],responses:3,responsetim:3,rest:7,restclientobject:0,restor:2,restore_dashboard:2,restrict:[5,6],restricted_rol:3,result:[2,3,5],result_encrypt:3,result_id:[2,3],result_kei:0,retent:[2,3],retri:[2,3,5],retriev:2,revok:5,right:3,right_yaxi:3,ro:3,role:[0,2,4,5],role_attribut:[0,4],role_clon:[0,4],role_clone_attribut:[0,4],role_clone_request:[0,4],role_create_attribut:[0,4],role_create_data:[0,4],role_create_request:[0,4],role_create_respons:[0,4],role_create_response_data:[0,4],role_id:[5,6],role_id_ascend:6,role_id_descend:6,role_nam:[2,3,6],role_name_ascend:6,role_name_descend:6,role_relationship:[0,4],role_respons:[0,4],role_response_relationship:[0,4],role_update_attribut:[0,4],role_update_data:[0,4],role_update_request:[0,4],role_update_respons:[0,4],role_update_response_data:[0,4],roleattribut:6,roleclon:6,rolecloneattribut:6,roleclonerequest:6,rolecreateattribut:6,rolecreatedata:6,rolecreaterequest:6,rolecreaterespons:[5,6],rolecreateresponsedata:6,rolerelationship:6,rolerespons:[5,6],roleresponserelationship:6,roles_api:[0,4],roles_respons:[0,4],roles_sort:[0,4],roles_typ:[0,4],rolesapi:5,rolesrespons:[5,6],rolessort:[5,6],rolestyp:6,roleupdateattribut:6,roleupdatedata:6,roleupdaterequest:6,roleupdaterespons:[5,6],roleupdateresponsedata:6,roll:2,rollup:[2,7],rollup_method:2,row_typ:3,rrule:3,rule:[0,2,5],rule_id:5,rum:[2,3,5,6],rum_alert:3,rum_api:[0,4],rum_browser_and_mobile_session_count:3,rum_ev:[0,4],rum_event_attribut:[0,4],rum_event_typ:[0,4],rum_events_respons:[0,4],rum_queri:3,rum_query_filt:[0,4],rum_query_opt:[0,4],rum_query_page_opt:[0,4],rum_response_link:[0,4],rum_response_metadata:[0,4],rum_response_pag:[0,4],rum_response_statu:[0,4],rum_search_events_request:[0,4],rum_session_count_agg_sum:3,rum_session_count_sum:3,rum_sort:[0,4],rum_sum:3,rum_total_session_count_agg_sum:3,rum_total_session_count_sum:3,rum_unit:3,rum_units_agg_sum:3,rum_units_sum:3,rum_warn:[0,4],rumapi:5,rumev:6,rumeventattribut:6,rumeventsrespons:[5,6],rumeventtyp:6,rumqueryfilt:6,rumqueryopt:6,rumquerypageopt:6,rumresponselink:6,rumresponsemetadata:6,rumresponsepag:6,rumresponsestatu:6,rumsearcheventsrequest:6,rumsort:[5,6],rumwarn:6,run:[0,2,5,7],run_api_test:3,runapitest:3,runbook:3,s3:6,s:[0,2,3,5],safe:2,same:[0,2,5],saml:[2,3],saml_assertion_attribut:[0,4],saml_assertion_attribute_attribut:[0,4],saml_assertion_attribute_id:6,saml_assertion_attribute_id_ascend:6,saml_assertion_attribute_id_descend:6,saml_assertion_attribute_key_ascend:6,saml_assertion_attribute_key_descend:6,saml_assertion_attribute_value_ascend:6,saml_assertion_attribute_value_descend:6,saml_assertion_attributes_typ:[0,4],saml_autocreate_access_rol:3,saml_autocreate_users_domain:3,saml_can_be_en:3,saml_idp_endpoint:3,saml_idp_initiated_login:3,saml_idp_metadata_upload:3,saml_login_url:3,saml_strict_mod:3,samlassertionattribut:6,samlassertionattributeattribut:6,samlassertionattributestyp:6,sampl:3,sample_r:3,sanit:0,sanitize_for_seri:0,satisfi:0,save:[0,2],scalar:3,scale:3,scale_factor:3,scaledown:3,scanner:2,scatter_plot_request:[0,1],scatter_plot_widget_definit:[0,1],scatter_plot_widget_definition_request:[0,1],scatter_plot_widget_definition_typ:[0,1],scatterplot:3,scatterplot_dimens:[0,1],scatterplot_table_request:[0,1],scatterplot_widget_aggreg:[0,1],scatterplot_widget_formula:[0,1],scatterplotdimens:3,scatterplotrequest:3,scatterplottablerequest:3,scatterplotwidgetaggreg:3,scatterplotwidgetdefinit:3,scatterplotwidgetdefinitionrequest:3,scatterplotwidgetdefinitiontyp:3,scatterplotwidgetformula:3,scenario:0,schedul:[2,3],scheduled_mainten:3,schema:0,schema_keyword:0,scheme:0,scope:[2,3,6],screenshot_bucket_kei:3,screenshotbucketkei:3,scroll:3,sds_logs_scanned_bytes_sum:3,sds_total_scanned_bytes_sum:3,search:[2,3,5,7],search_audit_log:5,search_bi:3,search_monitor:2,search_monitor_group:2,search_rum_ev:5,search_security_monitoring_sign:5,search_syntax:2,second:[2,5],secret:[0,2,3],secret_access_kei:3,secret_kei:3,secretkei:3,secur:[0,2,3,5],security_filt:[0,4],security_filter_attribut:[0,4],security_filter_create_attribut:[0,4],security_filter_create_data:[0,4],security_filter_create_request:[0,4],security_filter_exclusion_filt:[0,4],security_filter_exclusion_filter_respons:[0,4],security_filter_filtered_data_typ:[0,4],security_filter_id:5,security_filter_meta:[0,4],security_filter_respons:[0,4],security_filter_typ:[0,4],security_filter_update_attribut:[0,4],security_filter_update_data:[0,4],security_filter_update_request:[0,4],security_filters_respons:[0,4],security_monitoring_api:[0,4],security_monitoring_filt:[0,4],security_monitoring_filter_act:[0,4],security_monitoring_list_rules_respons:[0,4],security_monitoring_rule_cas:[0,4],security_monitoring_rule_case_cr:[0,4],security_monitoring_rule_create_payload:[0,4],security_monitoring_rule_detection_method:[0,4],security_monitoring_rule_evaluation_window:[0,4],security_monitoring_rule_impossible_travel_opt:[0,4],security_monitoring_rule_keep_al:[0,4],security_monitoring_rule_max_signal_dur:[0,4],security_monitoring_rule_new_value_opt:[0,4],security_monitoring_rule_new_value_options_forget_aft:[0,4],security_monitoring_rule_new_value_options_learning_dur:[0,4],security_monitoring_rule_opt:[0,4],security_monitoring_rule_queri:[0,4],security_monitoring_rule_query_aggreg:[0,4],security_monitoring_rule_query_cr:[0,4],security_monitoring_rule_respons:[0,4],security_monitoring_rule_sever:[0,4],security_monitoring_rule_type_cr:[0,4],security_monitoring_rule_type_read:[0,4],security_monitoring_rule_update_payload:[0,4],security_monitoring_sign:[0,4],security_monitoring_signal_attribut:[0,4],security_monitoring_signal_list_request:[0,4],security_monitoring_signal_list_request_filt:[0,4],security_monitoring_signal_list_request_pag:[0,4],security_monitoring_signal_typ:[0,4],security_monitoring_signals_list_respons:[0,4],security_monitoring_signals_list_response_link:[0,4],security_monitoring_signals_list_response_meta:[0,4],security_monitoring_signals_list_response_meta_pag:[0,4],security_monitoring_signals_sort:[0,4],security_platform:5,security_queri:3,security_sign:3,securityfilt:6,securityfilterattribut:6,securityfiltercreateattribut:6,securityfiltercreatedata:6,securityfiltercreaterequest:[5,6],securityfilterexclusionfilt:6,securityfilterexclusionfilterrespons:6,securityfilterfiltereddatatyp:6,securityfiltermeta:6,securityfilterrespons:[5,6],securityfiltersrespons:[5,6],securityfiltertyp:6,securityfilterupdateattribut:6,securityfilterupdatedata:6,securityfilterupdaterequest:[5,6],securitymonitoringapi:5,securitymonitoringfilt:6,securitymonitoringfilteract:6,securitymonitoringlistrulesrespons:[5,6],securitymonitoringrulecas:6,securitymonitoringrulecasecr:6,securitymonitoringrulecreatepayload:6,securitymonitoringruledetectionmethod:6,securitymonitoringruleevaluationwindow:6,securitymonitoringruleimpossibletravelopt:6,securitymonitoringrulekeepal:6,securitymonitoringrulemaxsignaldur:6,securitymonitoringrulenewvalueopt:6,securitymonitoringrulenewvalueoptionsforgetaft:6,securitymonitoringrulenewvalueoptionslearningdur:6,securitymonitoringruleopt:6,securitymonitoringrulequeri:6,securitymonitoringrulequeryaggreg:6,securitymonitoringrulequerycr:6,securitymonitoringrulerespons:[5,6],securitymonitoringrulesever:6,securitymonitoringruletypecr:6,securitymonitoringruletyperead:6,securitymonitoringruleupdatepayload:6,securitymonitoringsign:6,securitymonitoringsignalattribut:6,securitymonitoringsignallistrequest:6,securitymonitoringsignallistrequestfilt:6,securitymonitoringsignallistrequestpag:6,securitymonitoringsignalslistrespons:[5,6],securitymonitoringsignalslistresponselink:6,securitymonitoringsignalslistresponsemeta:6,securitymonitoringsignalslistresponsemetapag:6,securitymonitoringsignalssort:[5,6],securitymonitoringsignaltyp:6,see:[0,2,5],select:5,select_header_accept:0,select_header_content_typ:0,select_opt:3,selectopt:3,self:0,send:[0,2,5],send_invit:5,sensit:2,sent:[0,2,5],separ:[0,2,5],sequenti:[2,5],seri:[0,1,2],serial:0,serial_numb:3,serialnumb:3,server:[0,2,5],server_certif:3,server_index:[0,1,4],server_operation_index:[0,1,4],server_operation_vari:[0,1,4],server_vari:[0,1,4,7],serverless_invocation_sum:3,servernam:3,servic:[2,3,5,6,7],service_account:6,service_account_create_attribut:[0,4],service_account_create_data:[0,4],service_account_create_request:[0,4],service_account_id:5,service_accounts_api:[0,4],service_check:[0,1],service_check_statu:[0,1],service_checks_api:[0,1],service_id:5,service_kei:3,service_level_object:[0,1],service_level_objective_corrections_api:[0,1],service_level_objective_queri:[0,1],service_level_objective_request:[0,1],service_level_objectives_api:[0,1],service_map_widget_definit:[0,1],service_map_widget_definition_typ:[0,1],service_nam:[2,3],service_remapp:3,service_summary_widget_definit:[0,1],service_summary_widget_definition_typ:[0,1],serviceaccountcreateattribut:6,serviceaccountcreatedata:6,serviceaccountcreaterequest:6,serviceaccountsapi:5,servicecheck:[2,3],servicechecksapi:2,servicecheckstatu:3,serviceexcept:0,servicelevelobject:[2,3],servicelevelobjectivecorrectionsapi:2,servicelevelobjectivequeri:3,servicelevelobjectiverequest:[2,3],servicelevelobjectivesapi:2,servicemap:3,servicemapwidgetdefinit:3,servicemapwidgetdefinitiontyp:3,servicenam:3,servicesummarywidgetdefinit:3,servicesummarywidgetdefinitiontyp:3,session:2,session_count:3,session_count_android:3,session_count_io:3,session_token:3,sessiontoken:3,set:[0,1,2,3,4,5,7],set_attribut:0,set_cooki:3,set_default_head:0,setcooki:3,setup:[2,5],seven_dai:[3,6],share:[2,6],short_nam:3,should:[0,2,5],should_track_hop:3,shouldtrackhop:3,show:2,show_breakdown:3,show_date_column:3,show_distribut:3,show_error:3,show_error_budget:3,show_hit:3,show_last_trigg:3,show_lat:3,show_legend:3,show_message_column:3,show_pres:3,show_resource_list:3,show_tick:3,show_titl:3,shown:2,side:0,siem_sum:3,sign:5,signal:[5,6],sigv4:3,silenc:3,simpl:0,simpli:7,sinc:[0,2,5],singl:[2,5],site:7,six_hour:6,size:[2,3,5,6],size_bi:3,size_format:3,skip:[0,2,3],slack:2,slack_integration_api:[0,1],slack_integration_channel:[0,1],slack_integration_channel_displai:[0,1],slackintegrationapi:2,slackintegrationchannel:[2,3],slackintegrationchanneldisplai:3,sli:2,sli_valu:3,slo:[2,3],slo_alert:3,slo_bulk_delet:[0,1],slo_bulk_delete_error:[0,1],slo_bulk_delete_respons:[0,1],slo_bulk_delete_response_data:[0,1],slo_correct:[0,1],slo_correction_categori:[0,1],slo_correction_create_data:[0,1],slo_correction_create_request:[0,1],slo_correction_create_request_attribut:[0,1],slo_correction_id:2,slo_correction_list_respons:[0,1],slo_correction_respons:[0,1],slo_correction_response_attribut:[0,1],slo_correction_response_attributes_modifi:[0,1],slo_correction_typ:[0,1],slo_correction_update_data:[0,1],slo_correction_update_request:[0,1],slo_correction_update_request_attribut:[0,1],slo_delete_respons:[0,1],slo_error_budget_remaining_data:[0,1],slo_error_timefram:[0,1],slo_history_metr:[0,1],slo_history_metrics_seri:[0,1],slo_history_metrics_series_metadata:[0,1],slo_history_metrics_series_metadata_unit:[0,1],slo_history_monitor:[0,1],slo_history_respons:[0,1],slo_history_response_data:[0,1],slo_history_response_error:[0,1],slo_history_response_error_with_typ:[0,1],slo_history_sli_data:[0,1],slo_id:[2,3],slo_list_respons:[0,1],slo_list_response_metadata:[0,1],slo_list_response_metadata_pag:[0,1],slo_respons:[0,1],slo_response_data:[0,1],slo_threshold:[0,1],slo_timefram:[0,1],slo_typ:[0,1],slo_type_numer:[0,1],slo_widget_definit:[0,1],slo_widget_definition_typ:[0,1],slobulkdelet:[2,3],slobulkdeleteerror:3,slobulkdeleterespons:[2,3],slobulkdeleteresponsedata:3,slocorrect:3,slocorrectioncategori:3,slocorrectioncreatedata:3,slocorrectioncreaterequest:[2,3],slocorrectioncreaterequestattribut:3,slocorrectionlistrespons:[2,3],slocorrectionrespons:[2,3],slocorrectionresponseattribut:3,slocorrectionresponseattributesmodifi:3,slocorrectiontyp:3,slocorrectionupdatedata:3,slocorrectionupdaterequest:[2,3],slocorrectionupdaterequestattribut:3,slodeleterespons:[2,3],sloerrorbudgetremainingdata:3,sloerrortimefram:3,slohistorymetr:3,slohistorymetricsseri:3,slohistorymetricsseriesmetadata:3,slohistorymetricsseriesmetadataunit:3,slohistorymonitor:3,slohistoryrespons:[2,3],slohistoryresponsedata:3,slohistoryresponseerror:3,slohistoryresponseerrorwithtyp:3,slohistoryslidata:3,slolistrespons:[2,3],slolistresponsemetadata:3,slolistresponsemetadatapag:3,slorespons:[2,3],sloresponsedata:3,slothreshold:3,slotimefram:3,slotyp:3,slotypenumer:3,slowidgetdefinit:3,slowidgetdefinitiontyp:3,sm:3,small:3,snake:0,snapshot:[2,3],snapshot_bucket_kei:3,snapshot_url:3,snapshotbucketkei:3,snapshots_api:[0,1],snapshotsapi:2,snmp:2,snmp_devic:3,snmp_percentag:3,snmp_usag:3,so:2,socket:3,socket_fqdn:3,socket_hostnam:3,solid:3,some:[0,2,5,7],sort:[0,2,3,5,6],sort_dir:[2,5],sort_direct:[2,3],sort_field:2,sort_nam:[2,3],sourc:[2,3,7],source_typ:3,source_type_nam:3,space:[2,6],space_aggr:2,span:[2,3],span_nam:3,span_precis:3,spec:0,spec_property_nam:0,specif:[0,2,5],specifi:[0,2,5],split_bi:3,sq:[2,3],ssl:3,ssl_ca_cert:[0,1,4],st:3,standard:3,start:[2,3,5,6],start_at:3,start_dat:[2,3],start_hr:2,start_month:2,start_url:3,startat:3,starts_with:3,startswith:3,starturl:3,stat:[2,3],state:[2,3,6,7],statsd_interv:3,statu:[0,2,3,5,6],status:2,status_ascend:3,status_cod:3,status_descend:3,status_remapp:3,statuscod:3,step:[2,3,7],step_count_complet:3,step_count_tot:3,step_detail:3,step_id:3,step_timeout:3,stepcountcomplet:3,stepcounttot:3,stepdetail:3,stepid:3,still:2,storage_account:6,store:0,str:[0,2,3,5,6],stream:[0,2],string:[0,2,3,5],string_builder_processor:3,string_queri:2,structur:[0,2,5],style:3,sub:2,sub_test_not_pass:3,sub_test_step_detail:3,subject:3,submit:[2,5],submit_log:[2,5],submit_metr:2,submit_service_check:2,subscript:3,subsequ:2,subteststepdetail:3,subtyp:3,success:[2,3,5],sum:[2,3,6],summari:2,summary_typ:3,sunburst:3,sunburst_widget_definit:[0,1],sunburst_widget_definition_typ:[0,1],sunburst_widget_legend:[0,1],sunburst_widget_legend_inline_automat:[0,1],sunburst_widget_legend_inline_automatic_typ:[0,1],sunburst_widget_legend_t:[0,1],sunburst_widget_legend_table_typ:[0,1],sunburst_widget_request:[0,1],sunburstwidgetdefinit:3,sunburstwidgetdefinitiontyp:3,sunburstwidgetlegend:3,sunburstwidgetlegendinlineautomat:3,sunburstwidgetlegendinlineautomatictyp:3,sunburstwidgetlegendt:3,sunburstwidgetlegendtabletyp:3,sunburstwidgetrequest:3,suppli:2,support:[0,2,5],support_rul:3,suppress:[0,6],swagger:0,synchron:[0,2,5],syntax:[2,5],synthet:[2,3],synthetics_alert:3,synthetics_api:[0,1],synthetics_api_step:[0,1],synthetics_api_step_subtyp:[0,1],synthetics_api_test:[0,1],synthetics_api_test_config:[0,1],synthetics_api_test_failure_cod:[0,1],synthetics_api_test_result_data:[0,1],synthetics_api_test_result_failur:[0,1],synthetics_api_test_result_ful:[0,1],synthetics_api_test_result_full_check:[0,1],synthetics_api_test_result_short:[0,1],synthetics_api_test_result_short_result:[0,1],synthetics_api_test_typ:[0,1],synthetics_api_tests_sum:3,synthetics_assert:[0,1],synthetics_assertion_json_path_oper:[0,1],synthetics_assertion_json_path_target:[0,1],synthetics_assertion_json_path_target_target:[0,1],synthetics_assertion_oper:[0,1],synthetics_assertion_target:[0,1],synthetics_assertion_typ:[0,1],synthetics_basic_auth:[0,1],synthetics_basic_auth_ntlm:[0,1],synthetics_basic_auth_ntlm_typ:[0,1],synthetics_basic_auth_sigv4:[0,1],synthetics_basic_auth_sigv4_typ:[0,1],synthetics_basic_auth_web:[0,1],synthetics_basic_auth_web_typ:[0,1],synthetics_batch_detail:[0,1],synthetics_batch_details_data:[0,1],synthetics_batch_result:[0,1],synthetics_browser_check_calls_count_agg_sum:3,synthetics_browser_check_calls_count_sum:3,synthetics_browser_checks_sum:3,synthetics_browser_error:[0,1],synthetics_browser_error_typ:[0,1],synthetics_browser_test:[0,1],synthetics_browser_test_config:[0,1],synthetics_browser_test_failure_cod:[0,1],synthetics_browser_test_result_data:[0,1],synthetics_browser_test_result_failur:[0,1],synthetics_browser_test_result_ful:[0,1],synthetics_browser_test_result_full_check:[0,1],synthetics_browser_test_result_short:[0,1],synthetics_browser_test_result_short_result:[0,1],synthetics_browser_test_typ:[0,1],synthetics_browser_vari:[0,1],synthetics_browser_variable_typ:[0,1],synthetics_check_calls_count_agg_sum:3,synthetics_check_calls_count_sum:3,synthetics_check_id:3,synthetics_check_typ:[0,1],synthetics_ci_batch_metadata:[0,1],synthetics_ci_batch_metadata_ci:[0,1],synthetics_ci_batch_metadata_git:[0,1],synthetics_ci_batch_metadata_pipelin:[0,1],synthetics_ci_batch_metadata_provid:[0,1],synthetics_ci_test:[0,1],synthetics_ci_test_bodi:[0,1],synthetics_config_vari:[0,1],synthetics_config_variable_typ:[0,1],synthetics_core_web_vit:[0,1],synthetics_delete_tests_payload:[0,1],synthetics_delete_tests_respons:[0,1],synthetics_deleted_test:[0,1],synthetics_devic:[0,1],synthetics_device_id:[0,1],synthetics_get_api_test_latest_results_respons:[0,1],synthetics_get_browser_test_latest_results_respons:[0,1],synthetics_global_vari:[0,1],synthetics_global_variable_attribut:[0,1],synthetics_global_variable_parse_test_opt:[0,1],synthetics_global_variable_parse_test_options_typ:[0,1],synthetics_global_variable_parser_typ:[0,1],synthetics_global_variable_valu:[0,1],synthetics_list_global_variables_respons:[0,1],synthetics_list_tests_respons:[0,1],synthetics_loc:[0,1],synthetics_parsing_opt:[0,1],synthetics_playing_tab:[0,1],synthetics_private_loc:[0,1],synthetics_private_location_creation_respons:[0,1],synthetics_private_location_creation_response_result_encrypt:[0,1],synthetics_private_location_secret:[0,1],synthetics_private_location_secrets_authent:[0,1],synthetics_private_location_secrets_config_decrypt:[0,1],synthetics_ssl_certif:[0,1],synthetics_ssl_certificate_issu:[0,1],synthetics_ssl_certificate_subject:[0,1],synthetics_statu:[0,1],synthetics_step:[0,1],synthetics_step_detail:[0,1],synthetics_step_detail_warn:[0,1],synthetics_step_typ:[0,1],synthetics_test_config:[0,1],synthetics_test_detail:[0,1],synthetics_test_details_sub_typ:[0,1],synthetics_test_details_typ:[0,1],synthetics_test_execution_rul:[0,1],synthetics_test_head:[0,1],synthetics_test_monitor_statu:[0,1],synthetics_test_opt:[0,1],synthetics_test_options_monitor_opt:[0,1],synthetics_test_options_retri:[0,1],synthetics_test_pause_statu:[0,1],synthetics_test_process_statu:[0,1],synthetics_test_request:[0,1],synthetics_test_request_certif:[0,1],synthetics_test_request_certificate_item:[0,1],synthetics_test_request_proxi:[0,1],synthetics_tim:[0,1],synthetics_trigger_bodi:[0,1],synthetics_trigger_ci_test_loc:[0,1],synthetics_trigger_ci_test_run_result:[0,1],synthetics_trigger_ci_tests_respons:[0,1],synthetics_trigger_test:[0,1],synthetics_update_test_pause_status_payload:[0,1],synthetics_variable_pars:[0,1],synthetics_warning_typ:[0,1],syntheticsapi:2,syntheticsapistep:3,syntheticsapistepsubtyp:3,syntheticsapitest:[2,3],syntheticsapitestconfig:3,syntheticsapitestfailurecod:3,syntheticsapitestresultdata:3,syntheticsapitestresultfailur:3,syntheticsapitestresultful:[2,3],syntheticsapitestresultfullcheck:3,syntheticsapitestresultshort:3,syntheticsapitestresultshortresult:3,syntheticsapitesttyp:3,syntheticsassert:3,syntheticsassertionjsonpathoper:3,syntheticsassertionjsonpathtarget:3,syntheticsassertionjsonpathtargettarget:3,syntheticsassertionoper:3,syntheticsassertiontarget:3,syntheticsassertiontyp:3,syntheticsbasicauth:3,syntheticsbasicauthntlm:3,syntheticsbasicauthntlmtyp:3,syntheticsbasicauthsigv4:3,syntheticsbasicauthsigv4typ:3,syntheticsbasicauthweb:3,syntheticsbasicauthwebtyp:3,syntheticsbatchdetail:[2,3],syntheticsbatchdetailsdata:3,syntheticsbatchresult:3,syntheticsbrowsererror:3,syntheticsbrowsererrortyp:3,syntheticsbrowsertest:[2,3],syntheticsbrowsertestconfig:3,syntheticsbrowsertestfailurecod:3,syntheticsbrowsertestresultdata:3,syntheticsbrowsertestresultfailur:3,syntheticsbrowsertestresultful:[2,3],syntheticsbrowsertestresultfullcheck:3,syntheticsbrowsertestresultshort:3,syntheticsbrowsertestresultshortresult:3,syntheticsbrowsertesttyp:3,syntheticsbrowservari:3,syntheticsbrowservariabletyp:3,syntheticschecktyp:3,syntheticscibatchmetadata:3,syntheticscibatchmetadataci:3,syntheticscibatchmetadatagit:3,syntheticscibatchmetadatapipelin:3,syntheticscibatchmetadataprovid:3,syntheticscitest:3,syntheticscitestbodi:[2,3],syntheticsconfigvari:3,syntheticsconfigvariabletyp:3,syntheticscorewebvit:3,syntheticsdeletedtest:3,syntheticsdeletetestspayload:[2,3],syntheticsdeletetestsrespons:[2,3],syntheticsdevic:3,syntheticsdeviceid:3,syntheticsgetapitestlatestresultsrespons:[2,3],syntheticsgetbrowsertestlatestresultsrespons:[2,3],syntheticsglobalvari:[2,3],syntheticsglobalvariableattribut:3,syntheticsglobalvariableparsertyp:3,syntheticsglobalvariableparsetestopt:3,syntheticsglobalvariableparsetestoptionstyp:3,syntheticsglobalvariablevalu:3,syntheticslistglobalvariablesrespons:[2,3],syntheticslisttestsrespons:[2,3],syntheticsloc:[2,3],syntheticsparsingopt:3,syntheticsplayingtab:3,syntheticsprivateloc:[2,3],syntheticsprivatelocationcreationrespons:[2,3],syntheticsprivatelocationcreationresponseresultencrypt:3,syntheticsprivatelocationsecret:3,syntheticsprivatelocationsecretsauthent:3,syntheticsprivatelocationsecretsconfigdecrypt:3,syntheticssslcertif:3,syntheticssslcertificateissu:3,syntheticssslcertificatesubject:3,syntheticsstatu:3,syntheticsstep:3,syntheticsstepdetail:3,syntheticsstepdetailwarn:3,syntheticssteptyp:3,syntheticstestconfig:3,syntheticstestdetail:[2,3],syntheticstestdetailssubtyp:3,syntheticstestdetailstyp:3,syntheticstestexecutionrul:3,syntheticstesthead:3,syntheticstestmonitorstatu:3,syntheticstestopt:3,syntheticstestoptionsmonitoropt:3,syntheticstestoptionsretri:3,syntheticstestpausestatu:3,syntheticstestprocessstatu:3,syntheticstestrequest:3,syntheticstestrequestcertif:3,syntheticstestrequestcertificateitem:3,syntheticstestrequestproxi:3,syntheticstim:3,syntheticstriggerbodi:[2,3],syntheticstriggercitestloc:3,syntheticstriggercitestrunresult:3,syntheticstriggercitestsrespons:[2,3],syntheticstriggertest:3,syntheticsupdatetestpausestatuspayload:[2,3],syntheticsvariablepars:3,syntheticswarningtyp:3,system:2,t:[0,2],tab:2,tab_1:3,tab_2:3,tab_3:3,tabl:3,table_widget_cell_display_mod:[0,1],table_widget_definit:[0,1],table_widget_definition_typ:[0,1],table_widget_has_search_bar:[0,1],table_widget_request:[0,1],tablet:3,tablewidgetcelldisplaymod:3,tablewidgetdefinit:3,tablewidgetdefinitiontyp:3,tablewidgethassearchbar:3,tablewidgetrequest:3,tag:[2,3,5,6,7],tag_breakdown_kei:2,tag_config_sourc:3,tag_filt:[2,3],tag_filter_str:3,tag_nam:6,tag_set:3,tag_to_host:[0,1],tags_api:[0,1],tags_ascend:3,tags_by_sourc:3,tags_descend:3,tags_execut:3,tags_queri:2,tagsapi:2,tagtohost:[2,3],take:[2,5],take_snapshot:3,talk:7,target:[2,3],target_displai:3,target_format:3,target_format_typ:[0,1],target_typ:3,target_valu:3,targetformattyp:3,targetvalu:3,tasks_count:3,tcp:3,team:[5,6],team_id:5,templat:[0,2,3],template_vari:3,template_variable_preset:3,temporari:0,ten_minut:6,tenant_id:6,tenant_nam:[2,3],test:[2,3,7],test_nam:3,test_public_id:3,test_timeout:3,test_typ:3,text:[2,3,5],text_align:3,text_filt:3,textarrai:6,textbox:6,than:[0,2,5],thei:[0,5,7],them:[2,5],thi:[0,2,5,7],thick:3,thin:3,thirty_dai:3,thirty_minut:6,those:[0,2],thread:[0,2,5],threadpool:0,three_column:3,three_hour:6,three_week:6,threshold:[2,3,6],threshold_window:3,through:2,thumbnails_bucket_kei:3,thumbnailsbucketkei:3,tick_edg:3,tick_everi:3,tick_po:3,time:[2,3,5,6],time_aggr:2,time_ascend:3,time_descend:3,time_offset:6,time_to_detect:6,time_to_interact:3,time_to_internal_respons:6,time_to_repair:6,time_to_resolv:6,time_window:[2,3],timefram:[2,3],timeoffset:6,timeout:[0,2,3,5,6],timeout_h:3,timeseri:[2,3,5,6],timeseries_averag:3,timeseries_widget_definit:[0,1],timeseries_widget_definition_typ:[0,1],timeseries_widget_expression_alia:[0,1],timeseries_widget_legend_column:[0,1],timeseries_widget_legend_layout:[0,1],timeseries_widget_request:[0,1],timeserieswidgetdefinit:3,timeserieswidgetdefinitiontyp:3,timeserieswidgetexpressionalia:3,timeserieswidgetlegendcolumn:3,timeserieswidgetlegendlayout:3,timeserieswidgetrequest:3,timeshift:2,timestamp:[2,3,5,6],timestamp_ascend:6,timestamp_descend:6,timetointeract:3,timezon:[3,6],titl:[2,3,6],title_align:3,title_s:3,tls_version:3,tlsversion:3,to_dat:3,to_dict:0,to_str:0,to_t:[2,3],token:0,token_uri:3,too:[2,5],too_many_http_request:3,too_many_redirect:3,tool:3,tool_vers:3,top:3,toplist:3,toplist_widget_definit:[0,1],toplist_widget_definition_typ:[0,1],toplist_widget_request:[0,1],toplistwidgetdefinit:3,toplistwidgetdefinitiontyp:3,toplistwidgetrequest:3,total:[0,2,3,5,6],total_act:3,total_count:[3,6],total_filtered_count:[3,6],total_match:3,total_number_of_record:3,total_return:3,total_scanned_byt:3,total_traces_count:3,total_up:3,total_usage_sum:3,trace:[2,3],trace_analytics_alert:3,trace_id_remapp:3,trace_search_indexed_events_count_agg_sum:3,trace_search_indexed_events_count_sum:3,trace_servic:3,trade:5,transit:2,transmiss:0,transport:7,tree_map_color_bi:[0,1],tree_map_group_bi:[0,1],tree_map_size_bi:[0,1],tree_map_widget_definit:[0,1],tree_map_widget_definition_typ:[0,1],tree_map_widget_request:[0,1],treemap:3,treemapcolorbi:3,treemapgroupbi:3,treemapsizebi:3,treemapwidgetdefinit:3,treemapwidgetdefinitiontyp:3,treemapwidgetrequest:3,trigger:[2,3],trigger_ci_test:2,trigger_test:2,trigger_window:3,triggered_ascend:3,triggered_check_id:3,triggered_descend:3,troubleshoot:0,truncat:[2,5],tunnel:3,tupe:0,tupl:[0,2,5],twelve_hour:6,two:[0,2],two_column:3,two_dai:6,two_hour:6,two_week:6,twol_ingested_events_bytes_agg_sum:3,twol_ingested_events_bytes_sum:3,type:[0,2,3,5,6,7],type_error_messag:0,type_id:3,type_modifi:2,type_text:3,typeerror:0,typetext:3,udp:3,ui:2,unaggreg:2,unauthor:5,unauthorizedexcept:0,unavail:5,unavailable_brows:3,unchang:2,uncompress:[2,5],undeclar:0,undergo:7,unescaped_characters_in_request_path:3,unexpect:5,union:0,uniqu:2,unit:[2,3],unix:[2,5],unknown:[0,3,6],unless:2,unmut:2,unmute_host:2,unparsedobject:0,unspecifi:2,unstable_oper:7,unsupported_auth_schema:3,until:2,until_d:3,until_occurr:3,untrigg:3,unus:0,unverifi:5,up:[2,3],updat:[0,2,3,5,6],update_api_kei:[2,5],update_api_test:2,update_application_kei:[2,5],update_auth_n_map:5,update_author_id:6,update_aws_account:2,update_azure_host_filt:2,update_azure_integr:2,update_browser_test:2,update_cloud_workload_security_agent_rul:5,update_current_user_application_kei:5,update_dashboard:2,update_dashboard_list:2,update_dashboard_list_item:5,update_downtim:2,update_gcp_integr:2,update_host_tag:2,update_incid:5,update_incident_servic:5,update_incident_team:5,update_logs_arch:5,update_logs_archive_ord:5,update_logs_index:2,update_logs_index_ord:2,update_logs_metr:5,update_logs_pipelin:2,update_logs_pipeline_ord:2,update_metric_metadata:2,update_monitor:2,update_notebook:2,update_org:2,update_pager_duty_integration_servic:2,update_params_for_auth:0,update_private_loc:2,update_rol:5,update_security_filt:5,update_security_monitoring_rul:5,update_service_account_application_kei:5,update_slack_integration_channel:2,update_slo:2,update_slo_correct:2,update_tag_configur:5,update_test_pause_statu:2,update_us:[2,5],update_webhooks_integr:2,update_webhooks_integration_custom_vari:2,updateauthorid:6,updated_at:[3,6],updatedat:[3,6],updater_id:3,upgrad:0,upload:[2,5],upload_fil:3,upload_files_dialog:3,upload_files_dynamic_el:3,upload_files_element_typ:3,upload_files_nam:3,upload_id_p_for_org:2,uploadfil:3,upon:2,uptim:3,url:[0,2,3,6],url_dark_them:3,url_pars:3,urlencod:0,urllib3:[0,2,5],us1:2,us3:2,us5:2,us:[0,2,5,7],usag:[2,3],usage_analyzed_logs_hour:[0,1],usage_analyzed_logs_respons:[0,1],usage_attribution_aggreg:[0,1],usage_attribution_aggregates_bodi:[0,1],usage_attribution_bodi:[0,1],usage_attribution_metadata:[0,1],usage_attribution_pagin:[0,1],usage_attribution_respons:[0,1],usage_attribution_sort:[0,1],usage_attribution_supported_metr:[0,1],usage_attribution_tag_nam:[0,1],usage_attribution_valu:[0,1],usage_audit_logs_hour:[0,1],usage_audit_logs_respons:[0,1],usage_billable_summary_bodi:[0,1],usage_billable_summary_hour:[0,1],usage_billable_summary_kei:[0,1],usage_billable_summary_respons:[0,1],usage_by_month:3,usage_ci_visibility_hour:[0,1],usage_ci_visibility_respons:[0,1],usage_cloud_security_posture_management_hour:[0,1],usage_cloud_security_posture_management_respons:[0,1],usage_custom_reports_attribut:[0,1],usage_custom_reports_data:[0,1],usage_custom_reports_meta:[0,1],usage_custom_reports_pag:[0,1],usage_custom_reports_respons:[0,1],usage_cws_hour:[0,1],usage_cws_respons:[0,1],usage_dbm_hour:[0,1],usage_dbm_respons:[0,1],usage_fargate_hour:[0,1],usage_fargate_respons:[0,1],usage_host_hour:[0,1],usage_hosts_respons:[0,1],usage_incident_management_hour:[0,1],usage_incident_management_respons:[0,1],usage_indexed_spans_hour:[0,1],usage_indexed_spans_respons:[0,1],usage_ingested_spans_hour:[0,1],usage_ingested_spans_respons:[0,1],usage_io_t_hour:[0,1],usage_io_t_respons:[0,1],usage_lambda_hour:[0,1],usage_lambda_respons:[0,1],usage_logs_by_index_hour:[0,1],usage_logs_by_index_respons:[0,1],usage_logs_by_retention_hour:[0,1],usage_logs_by_retention_respons:[0,1],usage_logs_hour:[0,1],usage_logs_respons:[0,1],usage_metering_api:[0,1],usage_metric_categori:[0,1],usage_network_flows_hour:[0,1],usage_network_flows_respons:[0,1],usage_network_hosts_hour:[0,1],usage_network_hosts_respons:[0,1],usage_online_archive_hour:[0,1],usage_online_archive_respons:[0,1],usage_profiling_hour:[0,1],usage_profiling_respons:[0,1],usage_reports_typ:[0,1],usage_rum_sessions_hour:[0,1],usage_rum_sessions_respons:[0,1],usage_rum_units_hour:[0,1],usage_rum_units_respons:[0,1],usage_sds_hour:[0,1],usage_sds_respons:[0,1],usage_snmp_hour:[0,1],usage_snmp_respons:[0,1],usage_sort:[0,1],usage_sort_direct:[0,1],usage_specified_custom_reports_attribut:[0,1],usage_specified_custom_reports_data:[0,1],usage_specified_custom_reports_meta:[0,1],usage_specified_custom_reports_pag:[0,1],usage_specified_custom_reports_respons:[0,1],usage_summary_d:[0,1],usage_summary_date_org:[0,1],usage_summary_respons:[0,1],usage_synthetics_api_hour:[0,1],usage_synthetics_api_respons:[0,1],usage_synthetics_browser_hour:[0,1],usage_synthetics_browser_respons:[0,1],usage_synthetics_hour:[0,1],usage_synthetics_respons:[0,1],usage_timeseries_hour:[0,1],usage_timeseries_respons:[0,1],usage_top_avg_metrics_hour:[0,1],usage_top_avg_metrics_metadata:[0,1],usage_top_avg_metrics_respons:[0,1],usage_typ:[2,3],usage_unit:3,usageanalyzedlogshour:3,usageanalyzedlogsrespons:[2,3],usageattributionaggreg:3,usageattributionaggregatesbodi:3,usageattributionbodi:3,usageattributionmetadata:3,usageattributionpagin:3,usageattributionrespons:[2,3],usageattributionsort:[2,3],usageattributionsupportedmetr:[2,3],usageattributiontagnam:3,usageattributionvalu:3,usageauditlogshour:3,usageauditlogsrespons:[2,3],usagebillablesummarybodi:3,usagebillablesummaryhour:3,usagebillablesummarykei:3,usagebillablesummaryrespons:[2,3],usagecivisibilityhour:3,usagecivisibilityrespons:[2,3],usagecloudsecurityposturemanagementhour:3,usagecloudsecurityposturemanagementrespons:[2,3],usagecustomreportsattribut:3,usagecustomreportsdata:3,usagecustomreportsmeta:3,usagecustomreportspag:3,usagecustomreportsrespons:[2,3],usagecwshour:3,usagecwsrespons:[2,3],usagedbmhour:3,usagedbmrespons:[2,3],usagefargatehour:3,usagefargaterespons:[2,3],usagehosthour:3,usagehostsrespons:[2,3],usageincidentmanagementhour:3,usageincidentmanagementrespons:[2,3],usageindexedspanshour:3,usageindexedspansrespons:[2,3],usageingestedspanshour:3,usageingestedspansrespons:[2,3],usageiothour:3,usageiotrespons:[2,3],usagelambdahour:3,usagelambdarespons:[2,3],usagelogsbyindexhour:3,usagelogsbyindexrespons:[2,3],usagelogsbyretentionhour:3,usagelogsbyretentionrespons:[2,3],usagelogshour:3,usagelogsrespons:[2,3],usagemeteringapi:2,usagemetriccategori:3,usagenetworkflowshour:3,usagenetworkflowsrespons:[2,3],usagenetworkhostshour:3,usagenetworkhostsrespons:[2,3],usageonlinearchivehour:3,usageonlinearchiverespons:[2,3],usageprofilinghour:3,usageprofilingrespons:[2,3],usagereportstyp:3,usagerumsessionshour:3,usagerumsessionsrespons:[2,3],usagerumunitshour:3,usagerumunitsrespons:[2,3],usagesdshour:3,usagesdsrespons:[2,3],usagesnmphour:3,usagesnmprespons:[2,3],usagesort:[2,3],usagesortdirect:[2,3],usagespecifiedcustomreportsattribut:3,usagespecifiedcustomreportsdata:3,usagespecifiedcustomreportsmeta:3,usagespecifiedcustomreportspag:3,usagespecifiedcustomreportsrespons:[2,3],usagesummaryd:3,usagesummarydateorg:3,usagesummaryrespons:[2,3],usagesyntheticsapihour:3,usagesyntheticsapirespons:[2,3],usagesyntheticsbrowserhour:3,usagesyntheticsbrowserrespons:[2,3],usagesyntheticshour:3,usagesyntheticsrespons:[2,3],usagetimeserieshour:3,usagetimeseriesrespons:[2,3],usagetopavgmetricshour:3,usagetopavgmetricsmetadata:3,usagetopavgmetricsrespons:[2,3],user:[0,1,2,4,5],user_ag:0,user_agent_pars:3,user_attribut:[0,4],user_count:[5,6],user_count_ascend:6,user_count_descend:6,user_create_attribut:[0,4],user_create_data:[0,4],user_create_request:[0,4],user_disable_respons:[0,1],user_handl:2,user_id:5,user_invit:6,user_invitation_data:[0,4],user_invitation_data_attribut:[0,4],user_invitation_relationship:[0,4],user_invitation_respons:[0,4],user_invitation_response_data:[0,4],user_invitation_uuid:5,user_invitations_request:[0,4],user_invitations_respons:[0,4],user_invitations_typ:[0,4],user_list_respons:[0,1],user_loc:3,user_relationship:[0,4],user_respons:[0,1,4],user_response_included_item:[0,4],user_response_relationship:[0,4],user_upd:3,user_update_attribut:[0,4],user_update_data:[0,4],user_update_request:[0,4],userattribut:6,usercreateattribut:6,usercreatedata:6,usercreaterequest:6,userdisablerespons:[2,3],userinvitationdata:6,userinvitationdataattribut:6,userinvitationrelationship:6,userinvitationrespons:[5,6],userinvitationresponsedata:6,userinvitationsrequest:6,userinvitationsrespons:[5,6],userinvitationstyp:6,userlistrespons:[2,3],usernam:[0,1,2,3,4],userrelationship:6,userrespons:[2,3,5,6],userresponseincludeditem:6,userresponserelationship:6,users_api:[0,1,4],users_respons:[0,4],users_typ:[0,4],usersapi:[2,5],usersrespons:[5,6],userstyp:6,userupdateattribut:6,userupdatedata:6,userupdaterequest:6,utc:2,uuid:[5,6],v1:[0,7],v2:[0,2,3,7],valid:[0,2,3,5,6],valid_class:0,valid_from:3,valid_to:3,validate_and_convert_typ:0,validate_get_composed_info:0,validate_monitor:2,validates_json_path:3,validatesjsonpath:3,validfrom:3,validto:3,valu:[0,2,3,5,6],valueerror:0,var_nam:0,var_name_to_model_inst:0,var_valu:0,variabl:[0,2,3],variable_id:2,ve:2,verifi:[3,6],version:[0,3,6],vertic:3,vertical_align:3,via:2,view:[3,5],view_mod:3,view_typ:3,visibl:2,visit:0,vitals_metr:3,vitalsmetr:3,viz_typ:3,volum:5,vsphere_host_count:3,vsphere_host_top99p:3,vsphere_host_top99p_sum:3,wa:0,wait:[2,3,7],want:[0,2,5,7],warn:[2,3,6],warning_displai:3,warning_recoveri:3,watchdog:2,we:[0,2,5],web:[2,3,5],webhook:[2,3],webhook_nam:2,webhooks_integr:[0,1],webhooks_integration_api:[0,1],webhooks_integration_custom_vari:[0,1],webhooks_integration_custom_variable_respons:[0,1],webhooks_integration_custom_variable_update_request:[0,1],webhooks_integration_encod:[0,1],webhooks_integration_update_request:[0,1],webhooksintegr:[2,3],webhooksintegrationapi:2,webhooksintegrationcustomvari:[2,3],webhooksintegrationcustomvariablerespons:[2,3],webhooksintegrationcustomvariableupdaterequest:[2,3],webhooksintegrationencod:3,webhooksintegrationupdaterequest:[2,3],websocket:3,week_befor:3,week_dai:3,week_to_d:3,well:2,were:0,what:[0,2],when:[0,2,5,7],where:[0,2,7],whether:0,which:[0,2,5],white_on_grai:3,white_on_green:3,white_on_r:3,white_on_yellow:3,whole:[2,5],whose:0,widget:[0,1,2],widget_aggreg:[0,1],widget_axi:[0,1],widget_change_typ:[0,1],widget_color_prefer:[0,1],widget_compar:[0,1],widget_compare_to:[0,1],widget_conditional_format:[0,1],widget_custom_link:[0,1],widget_definit:[0,1],widget_display_typ:[0,1],widget_ev:[0,1],widget_event_s:[0,1],widget_field_sort:[0,1],widget_formula:[0,1],widget_formula_limit:[0,1],widget_group:[0,1],widget_horizontal_align:[0,1],widget_image_s:[0,1],widget_layout:[0,1],widget_layout_typ:[0,1],widget_line_typ:[0,1],widget_line_width:[0,1],widget_live_span:[0,1],widget_margin:[0,1],widget_mark:[0,1],widget_message_displai:[0,1],widget_monitor_summary_display_format:[0,1],widget_monitor_summary_sort:[0,1],widget_node_typ:[0,1],widget_order_bi:[0,1],widget_palett:[0,1],widget_request_styl:[0,1],widget_service_summary_display_format:[0,1],widget_size_format:[0,1],widget_sort:[0,1],widget_styl:[0,1],widget_summary_typ:[0,1],widget_text_align:[0,1],widget_tick_edg:[0,1],widget_tim:[0,1],widget_time_window:[0,1],widget_vertical_align:[0,1],widget_view_mod:[0,1],widget_viz_typ:[0,1],widgetaggreg:3,widgetaxi:3,widgetchangetyp:3,widgetcolorprefer:3,widgetcompar:3,widgetcompareto:3,widgetconditionalformat:3,widgetcustomlink:3,widgetdefinit:3,widgetdisplaytyp:3,widgetev:3,widgetevents:3,widgetfieldsort:3,widgetformula:3,widgetformulalimit:3,widgetgroup:3,widgethorizontalalign:3,widgetimages:3,widgetlayout:3,widgetlayouttyp:3,widgetlinetyp:3,widgetlinewidth:3,widgetlivespan:3,widgetmargin:3,widgetmark:3,widgetmessagedisplai:3,widgetmonitorsummarydisplayformat:3,widgetmonitorsummarysort:3,widgetnodetyp:3,widgetorderbi:3,widgetpalett:3,widgetrequeststyl:3,widgetservicesummarydisplayformat:3,widgetsizeformat:3,widgetsort:3,widgetstyl:3,widgetsummarytyp:3,widgettextalign:3,widgettickedg:3,widgettim:3,widgettimewindow:3,widgetverticalalign:3,widgetviewmod:3,widgetviztyp:3,width:3,wildcard:[2,5],win_v:3,window:[2,5],window_second:5,winv:3,wish:2,with_configured_alert_id:2,with_downtim:2,within:2,without:[0,2,5],won:2,work:[2,6],working_auth_legaci:6,workload:[2,5],workload_secur:6,workstat:3,write:0,wrong:0,www:0,x:[0,2,3],x_path:3,xaxi:3,xl:3,xml:2,xs:3,y:3,yaxi:3,yellow_on_whit:3,you:[2,5,7],your:[2,5,7],your_api_kei:7,your_application_kei:7,yyyi:2,zero:[0,2],zero_dai:6,zero_minut:6,zoom:3},titles:["datadog_api_client","datadog_api_client.v1","datadog_api_client.v1.api","datadog_api_client.v1.model","datadog_api_client.v2","datadog_api_client.v2.api","datadog_api_client.v2.model","datadog-api-client-python"],titleterms:{access_rol:3,agent_check:3,alert_graph_widget_definit:3,alert_graph_widget_definition_typ:3,alert_value_widget_definit:3,alert_value_widget_definition_typ:3,api:[2,5,7],api_cli:0,api_error_respons:[3,6],api_kei:3,api_key_create_attribut:6,api_key_create_data:6,api_key_create_request:6,api_key_list_respons:3,api_key_relationship:6,api_key_respons:[3,6],api_key_response_included_item:6,api_key_update_attribut:6,api_key_update_data:6,api_key_update_request:6,api_keys_respons:6,api_keys_sort:6,api_keys_typ:6,apm_stats_query_column_typ:3,apm_stats_query_definit:3,apm_stats_query_row_typ:3,application_kei:3,application_key_create_attribut:6,application_key_create_data:6,application_key_create_request:6,application_key_list_respons:3,application_key_relationship:6,application_key_respons:[3,6],application_key_response_included_item:6,application_key_update_attribut:6,application_key_update_data:6,application_key_update_request:6,application_keys_sort:6,application_keys_typ:6,asyncio:7,audit_api:5,audit_logs_ev:6,audit_logs_event_attribut:6,audit_logs_event_typ:6,audit_logs_events_respons:6,audit_logs_query_filt:6,audit_logs_query_opt:6,audit_logs_query_page_opt:6,audit_logs_response_link:6,audit_logs_response_metadata:6,audit_logs_response_pag:6,audit_logs_response_statu:6,audit_logs_search_events_request:6,audit_logs_sort:6,audit_logs_warn:6,auth_n_map:6,auth_n_mapping_attribut:6,auth_n_mapping_create_attribut:6,auth_n_mapping_create_data:6,auth_n_mapping_create_relationship:6,auth_n_mapping_create_request:6,auth_n_mapping_includ:6,auth_n_mapping_relationship:6,auth_n_mapping_respons:6,auth_n_mapping_update_attribut:6,auth_n_mapping_update_data:6,auth_n_mapping_update_relationship:6,auth_n_mapping_update_request:6,auth_n_mappings_api:5,auth_n_mappings_respons:6,auth_n_mappings_sort:6,auth_n_mappings_typ:6,authentication_api:2,authentication_validation_respons:3,author:7,aws_account:3,aws_account_and_lambda_request:3,aws_account_create_respons:3,aws_account_delete_request:3,aws_account_list_respons:3,aws_integration_api:2,aws_logs_async_error:3,aws_logs_async_respons:3,aws_logs_integration_api:2,aws_logs_lambda:3,aws_logs_list_respons:3,aws_logs_list_services_respons:3,aws_logs_services_request:3,aws_namespac:3,aws_tag_filt:3,aws_tag_filter_create_request:3,aws_tag_filter_delete_request:3,aws_tag_filter_list_respons:3,azure_account:3,azure_account_list_respons:3,azure_integration_api:2,cancel_downtimes_by_scope_request:3,canceled_downtimes_id:3,chang:7,change_widget_definit:3,change_widget_definition_typ:3,change_widget_request:3,check_can_delete_monitor_respons:3,check_can_delete_monitor_response_data:3,check_can_delete_slo_respons:3,check_can_delete_slo_response_data:3,check_status_widget_definit:3,check_status_widget_definition_typ:3,client:7,cloud_workload_security_agent_rule_attribut:6,cloud_workload_security_agent_rule_create_attribut:6,cloud_workload_security_agent_rule_create_data:6,cloud_workload_security_agent_rule_create_request:6,cloud_workload_security_agent_rule_creator_attribut:6,cloud_workload_security_agent_rule_data:6,cloud_workload_security_agent_rule_respons:6,cloud_workload_security_agent_rule_typ:6,cloud_workload_security_agent_rule_update_attribut:6,cloud_workload_security_agent_rule_update_data:6,cloud_workload_security_agent_rule_update_request:6,cloud_workload_security_agent_rule_updater_attribut:6,cloud_workload_security_agent_rules_list_respons:6,cloud_workload_security_api:5,compress:7,configur:[0,1,4],content:7,content_encod:[3,6],creator:[3,6],dashboard:3,dashboard_bulk_action_data:3,dashboard_bulk_action_data_list:3,dashboard_bulk_delete_request:3,dashboard_delete_respons:3,dashboard_layout_typ:3,dashboard_list:3,dashboard_list_add_items_request:6,dashboard_list_add_items_respons:6,dashboard_list_delete_items_request:6,dashboard_list_delete_items_respons:6,dashboard_list_delete_respons:3,dashboard_list_item:6,dashboard_list_item_request:6,dashboard_list_item_respons:6,dashboard_list_list_respons:3,dashboard_list_update_items_request:6,dashboard_list_update_items_respons:6,dashboard_lists_api:[2,5],dashboard_reflow_typ:3,dashboard_resource_typ:3,dashboard_restore_request:3,dashboard_summari:3,dashboard_summary_definit:3,dashboard_template_vari:3,dashboard_template_variable_preset:3,dashboard_template_variable_preset_valu:3,dashboard_typ:6,dashboards_api:2,datadog:7,datadog_api_cli:[0,1,2,3,4,5,6],deleted_monitor:3,disabl:7,distribution_widget_definit:3,distribution_widget_definition_typ:3,distribution_widget_request:3,distribution_widget_x_axi:3,distribution_widget_y_axi:3,document:7,downtim:3,downtime_child:3,downtime_recurr:3,downtimes_api:2,enabl:7,endpoint:7,event:3,event_alert_typ:3,event_create_request:3,event_create_respons:3,event_list_respons:3,event_prior:3,event_query_definit:3,event_respons:3,event_stream_widget_definit:3,event_stream_widget_definition_typ:3,event_timeline_widget_definit:3,event_timeline_widget_definition_typ:3,events_api:2,except:0,formula_and_function_apm_dependency_stat_nam:3,formula_and_function_apm_dependency_stats_data_sourc:3,formula_and_function_apm_dependency_stats_query_definit:3,formula_and_function_apm_resource_stat_nam:3,formula_and_function_apm_resource_stats_data_sourc:3,formula_and_function_apm_resource_stats_query_definit:3,formula_and_function_event_aggreg:3,formula_and_function_event_query_definit:3,formula_and_function_event_query_definition_comput:3,formula_and_function_event_query_definition_search:3,formula_and_function_event_query_group_bi:3,formula_and_function_event_query_group_by_sort:3,formula_and_function_events_data_sourc:3,formula_and_function_metric_aggreg:3,formula_and_function_metric_data_sourc:3,formula_and_function_metric_query_definit:3,formula_and_function_process_query_data_sourc:3,formula_and_function_process_query_definit:3,formula_and_function_query_definit:3,formula_and_function_response_format:3,free_text_widget_definit:3,free_text_widget_definition_typ:3,full_api_kei:6,full_api_key_attribut:6,full_application_kei:6,full_application_key_attribut:6,funnel_queri:3,funnel_request_typ:3,funnel_sourc:3,funnel_step:3,funnel_widget_definit:3,funnel_widget_definition_typ:3,funnel_widget_request:3,gcp_account:3,gcp_account_list_respons:3,gcp_integration_api:2,geomap_widget_definit:3,geomap_widget_definition_styl:3,geomap_widget_definition_typ:3,geomap_widget_definition_view:3,geomap_widget_request:3,get:7,graph_snapshot:3,group_widget_definit:3,group_widget_definition_typ:3,heat_map_widget_definit:3,heat_map_widget_definition_typ:3,heat_map_widget_request:3,host:3,host_list_respons:3,host_map_request:3,host_map_widget_definit:3,host_map_widget_definition_request:3,host_map_widget_definition_styl:3,host_map_widget_definition_typ:3,host_meta:3,host_meta_install_method:3,host_metr:3,host_mute_respons:3,host_mute_set:3,host_tag:3,host_tot:3,hosts_api:2,hourly_usage_attribution_bodi:3,hourly_usage_attribution_metadata:3,hourly_usage_attribution_pagin:3,hourly_usage_attribution_respons:3,hourly_usage_attribution_usage_typ:3,http_log:[3,6],http_log_error:[3,6],http_log_item:[3,6],http_method:3,i_frame_widget_definit:3,i_frame_widget_definition_typ:3,idp_form_data:3,idp_respons:3,image_widget_definit:3,image_widget_definition_typ:3,incident_create_attribut:6,incident_create_data:6,incident_create_relationship:6,incident_create_request:6,incident_field_attribut:6,incident_field_attributes_multiple_valu:6,incident_field_attributes_single_valu:6,incident_field_attributes_single_value_typ:6,incident_field_attributes_value_typ:6,incident_integration_metadata_typ:6,incident_notification_handl:6,incident_postmortem_typ:6,incident_related_object:6,incident_respons:6,incident_response_attribut:6,incident_response_data:6,incident_response_included_item:6,incident_response_meta:6,incident_response_meta_pagin:6,incident_response_relationship:6,incident_service_create_attribut:6,incident_service_create_data:6,incident_service_create_request:6,incident_service_included_item:6,incident_service_relationship:6,incident_service_respons:6,incident_service_response_attribut:6,incident_service_response_data:6,incident_service_typ:6,incident_service_update_attribut:6,incident_service_update_data:6,incident_service_update_request:6,incident_services_api:5,incident_services_respons:6,incident_team_create_attribut:6,incident_team_create_data:6,incident_team_create_request:6,incident_team_included_item:6,incident_team_relationship:6,incident_team_respons:6,incident_team_response_attribut:6,incident_team_response_data:6,incident_team_typ:6,incident_team_update_attribut:6,incident_team_update_data:6,incident_team_update_request:6,incident_teams_api:5,incident_teams_respons:6,incident_timeline_cell_create_attribut:6,incident_timeline_cell_markdown_content_typ:6,incident_timeline_cell_markdown_create_attribut:6,incident_timeline_cell_markdown_create_attributes_cont:6,incident_typ:6,incident_update_attribut:6,incident_update_data:6,incident_update_relationship:6,incident_update_request:6,incidents_api:5,incidents_respons:6,indic:7,instal:7,intake_payload_accept:3,ip_prefixes_ag:3,ip_prefixes_api:3,ip_prefixes_apm:3,ip_prefixes_log:3,ip_prefixes_process:3,ip_prefixes_synthet:3,ip_prefixes_webhook:3,ip_rang:3,ip_ranges_api:2,key_management_api:[2,5],list_application_keys_respons:6,list_stream_column:3,list_stream_column_width:3,list_stream_queri:3,list_stream_response_format:3,list_stream_sourc:3,list_stream_widget_definit:3,list_stream_widget_definition_typ:3,list_stream_widget_request:3,log:[3,6,7],log_attribut:6,log_cont:3,log_query_definit:3,log_query_definition_group_bi:3,log_query_definition_group_by_sort:3,log_query_definition_search:3,log_stream_widget_definit:3,log_stream_widget_definition_typ:3,log_typ:6,logs_aggregate_bucket:6,logs_aggregate_bucket_valu:6,logs_aggregate_bucket_value_timeseri:6,logs_aggregate_bucket_value_timeseries_point:6,logs_aggregate_request:6,logs_aggregate_request_pag:6,logs_aggregate_respons:6,logs_aggregate_response_data:6,logs_aggregate_response_statu:6,logs_aggregate_sort:6,logs_aggregate_sort_typ:6,logs_aggregation_funct:6,logs_api:[2,5],logs_api_error:3,logs_api_error_respons:3,logs_arch:6,logs_archive_attribut:6,logs_archive_create_request:6,logs_archive_create_request_attribut:6,logs_archive_create_request_definit:6,logs_archive_create_request_destin:6,logs_archive_definit:6,logs_archive_destin:6,logs_archive_destination_azur:6,logs_archive_destination_azure_typ:6,logs_archive_destination_gc:6,logs_archive_destination_gcs_typ:6,logs_archive_destination_s3:6,logs_archive_destination_s3_typ:6,logs_archive_integration_azur:6,logs_archive_integration_gc:6,logs_archive_integration_s3:6,logs_archive_ord:6,logs_archive_order_attribut:6,logs_archive_order_definit:6,logs_archive_order_definition_typ:6,logs_archive_st:6,logs_archives_api:5,logs_arithmetic_processor:3,logs_arithmetic_processor_typ:3,logs_attribute_remapp:3,logs_attribute_remapper_typ:3,logs_by_retent:3,logs_by_retention_monthly_usag:3,logs_by_retention_org:3,logs_by_retention_org_usag:3,logs_category_processor:3,logs_category_processor_categori:3,logs_category_processor_typ:3,logs_comput:6,logs_compute_typ:6,logs_date_remapp:3,logs_date_remapper_typ:3,logs_exclus:3,logs_exclusion_filt:3,logs_filt:3,logs_geo_ip_pars:3,logs_geo_ip_parser_typ:3,logs_grok_pars:3,logs_grok_parser_rul:3,logs_grok_parser_typ:3,logs_group_bi:6,logs_group_by_histogram:6,logs_group_by_miss:6,logs_group_by_tot:6,logs_index:3,logs_index_list_respons:3,logs_index_update_request:3,logs_indexes_api:2,logs_indexes_ord:3,logs_list_request:[3,6],logs_list_request_pag:6,logs_list_request_tim:3,logs_list_respons:[3,6],logs_list_response_link:6,logs_lookup_processor:3,logs_lookup_processor_typ:3,logs_message_remapp:3,logs_message_remapper_typ:3,logs_metric_comput:6,logs_metric_compute_aggregation_typ:6,logs_metric_create_attribut:6,logs_metric_create_data:6,logs_metric_create_request:6,logs_metric_filt:6,logs_metric_group_bi:6,logs_metric_respons:6,logs_metric_response_attribut:6,logs_metric_response_comput:6,logs_metric_response_compute_aggregation_typ:6,logs_metric_response_data:6,logs_metric_response_filt:6,logs_metric_response_group_bi:6,logs_metric_typ:6,logs_metric_update_attribut:6,logs_metric_update_data:6,logs_metric_update_request:6,logs_metrics_api:5,logs_metrics_respons:6,logs_pipelin:3,logs_pipeline_list:3,logs_pipeline_processor:3,logs_pipeline_processor_typ:3,logs_pipelines_api:2,logs_pipelines_ord:3,logs_processor:3,logs_query_comput:3,logs_query_filt:6,logs_query_opt:6,logs_response_metadata:6,logs_response_metadata_pag:6,logs_retention_agg_sum_usag:3,logs_retention_sum_usag:3,logs_service_remapp:3,logs_service_remapper_typ:3,logs_sort:[3,6],logs_sort_ord:6,logs_status_remapp:3,logs_status_remapper_typ:3,logs_string_builder_processor:3,logs_string_builder_processor_typ:3,logs_trace_remapp:3,logs_trace_remapper_typ:3,logs_url_pars:3,logs_url_parser_typ:3,logs_user_agent_pars:3,logs_user_agent_parser_typ:3,logs_warn:6,metric:6,metric_all_tag:6,metric_all_tags_attribut:6,metric_all_tags_respons:6,metric_bulk_configure_tags_typ:6,metric_bulk_tag_config_cr:6,metric_bulk_tag_config_create_attribut:6,metric_bulk_tag_config_create_request:6,metric_bulk_tag_config_delet:6,metric_bulk_tag_config_delete_attribut:6,metric_bulk_tag_config_delete_request:6,metric_bulk_tag_config_email_list:6,metric_bulk_tag_config_respons:6,metric_bulk_tag_config_statu:6,metric_bulk_tag_config_status_attribut:6,metric_bulk_tag_config_tag_name_list:6,metric_content_encod:3,metric_custom_aggreg:6,metric_custom_space_aggreg:6,metric_custom_time_aggreg:6,metric_distinct_volum:6,metric_distinct_volume_attribut:6,metric_distinct_volume_typ:6,metric_ingested_indexed_volum:6,metric_ingested_indexed_volume_attribut:6,metric_ingested_indexed_volume_typ:6,metric_metadata:3,metric_search_respons:3,metric_search_response_result:3,metric_tag_configur:6,metric_tag_configuration_attribut:6,metric_tag_configuration_create_attribut:6,metric_tag_configuration_create_data:6,metric_tag_configuration_create_request:6,metric_tag_configuration_metric_typ:6,metric_tag_configuration_respons:6,metric_tag_configuration_typ:6,metric_tag_configuration_update_attribut:6,metric_tag_configuration_update_data:6,metric_tag_configuration_update_request:6,metric_typ:6,metric_volum:6,metric_volumes_respons:6,metrics_and_metric_tag_configur:6,metrics_and_metric_tag_configurations_respons:6,metrics_api:[2,5],metrics_list_respons:3,metrics_payload:3,metrics_query_metadata:3,metrics_query_respons:3,metrics_query_unit:3,model:[3,6,7],model_util:0,monitor:3,monitor_device_id:3,monitor_formula_and_function_event_aggreg:3,monitor_formula_and_function_event_query_definit:3,monitor_formula_and_function_event_query_definition_comput:3,monitor_formula_and_function_event_query_definition_search:3,monitor_formula_and_function_event_query_group_bi:3,monitor_formula_and_function_event_query_group_by_sort:3,monitor_formula_and_function_events_data_sourc:3,monitor_formula_and_function_query_definit:3,monitor_group_search_respons:3,monitor_group_search_response_count:3,monitor_group_search_result:3,monitor_opt:3,monitor_options_aggreg:3,monitor_overall_st:3,monitor_renotify_status_typ:3,monitor_search_count:3,monitor_search_respons:3,monitor_search_response_count:3,monitor_search_response_metadata:3,monitor_search_result:3,monitor_search_result_notif:3,monitor_st:3,monitor_state_group:3,monitor_summary_widget_definit:3,monitor_summary_widget_definition_typ:3,monitor_threshold:3,monitor_threshold_window_opt:3,monitor_typ:3,monitor_update_request:3,monitors_api:2,monthly_usage_attribution_bodi:3,monthly_usage_attribution_metadata:3,monthly_usage_attribution_pagin:3,monthly_usage_attribution_respons:3,monthly_usage_attribution_supported_metr:3,monthly_usage_attribution_valu:3,note_widget_definit:3,note_widget_definition_typ:3,notebook_absolute_tim:3,notebook_author:3,notebook_cell_create_request:3,notebook_cell_create_request_attribut:3,notebook_cell_resource_typ:3,notebook_cell_respons:3,notebook_cell_response_attribut:3,notebook_cell_tim:3,notebook_cell_update_request:3,notebook_cell_update_request_attribut:3,notebook_create_data:3,notebook_create_data_attribut:3,notebook_create_request:3,notebook_distribution_cell_attribut:3,notebook_global_tim:3,notebook_graph_s:3,notebook_heat_map_cell_attribut:3,notebook_log_stream_cell_attribut:3,notebook_markdown_cell_attribut:3,notebook_markdown_cell_definit:3,notebook_markdown_cell_definition_typ:3,notebook_metadata:3,notebook_metadata_typ:3,notebook_relative_tim:3,notebook_resource_typ:3,notebook_respons:3,notebook_response_data:3,notebook_response_data_attribut:3,notebook_split_bi:3,notebook_statu:3,notebook_timeseries_cell_attribut:3,notebook_toplist_cell_attribut:3,notebook_update_cel:3,notebook_update_data:3,notebook_update_data_attribut:3,notebook_update_request:3,notebooks_api:2,notebooks_respons:3,notebooks_response_data:3,notebooks_response_data_attribut:3,notebooks_response_meta:3,notebooks_response_pag:3,nullable_relationship_to_us:6,nullable_relationship_to_user_data:6,organ:[3,6],organization_attribut:6,organization_bil:3,organization_create_bodi:3,organization_create_respons:3,organization_list_respons:3,organization_respons:3,organization_set:3,organization_settings_saml:3,organization_settings_saml_autocreate_users_domain:3,organization_settings_saml_idp_initiated_login:3,organization_settings_saml_strict_mod:3,organization_subscript:3,organizations_api:2,organizations_typ:6,pager_duty_integration_api:2,pager_duty_servic:3,pager_duty_service_kei:3,pager_duty_service_nam:3,pagin:[3,6],partial_api_kei:6,partial_api_key_attribut:6,partial_application_kei:6,partial_application_key_attribut:6,partial_application_key_respons:6,payload:7,permiss:6,permission_attribut:6,permissions_respons:6,permissions_typ:6,point:3,process_query_definit:3,process_summari:6,process_summaries_meta:6,process_summaries_meta_pag:6,process_summaries_respons:6,process_summary_attribut:6,process_summary_typ:6,processes_api:5,python:7,query_sort_ord:[3,6],query_value_widget_definit:3,query_value_widget_definition_typ:3,query_value_widget_request:3,relationship_to_incident_integration_metadata:6,relationship_to_incident_integration_metadata_data:6,relationship_to_incident_postmortem:6,relationship_to_incident_postmortem_data:6,relationship_to_organ:6,relationship_to_organization_data:6,relationship_to_permiss:6,relationship_to_permission_data:6,relationship_to_rol:6,relationship_to_role_data:6,relationship_to_saml_assertion_attribut:6,relationship_to_saml_assertion_attribute_data:6,relationship_to_us:6,relationship_to_user_data:6,request:7,requir:7,response_meta_attribut:[3,6],rest:0,role:6,role_attribut:6,role_clon:6,role_clone_attribut:6,role_clone_request:6,role_create_attribut:6,role_create_data:6,role_create_request:6,role_create_respons:6,role_create_response_data:6,role_relationship:6,role_respons:6,role_response_relationship:6,role_update_attribut:6,role_update_data:6,role_update_request:6,role_update_respons:6,role_update_response_data:6,roles_api:5,roles_respons:6,roles_sort:6,roles_typ:6,rum_api:5,rum_ev:6,rum_event_attribut:6,rum_event_typ:6,rum_events_respons:6,rum_query_filt:6,rum_query_opt:6,rum_query_page_opt:6,rum_response_link:6,rum_response_metadata:6,rum_response_pag:6,rum_response_statu:6,rum_search_events_request:6,rum_sort:6,rum_warn:6,saml_assertion_attribut:6,saml_assertion_attribute_attribut:6,saml_assertion_attributes_typ:6,scatter_plot_request:3,scatter_plot_widget_definit:3,scatter_plot_widget_definition_request:3,scatter_plot_widget_definition_typ:3,scatterplot_dimens:3,scatterplot_table_request:3,scatterplot_widget_aggreg:3,scatterplot_widget_formula:3,security_filt:6,security_filter_attribut:6,security_filter_create_attribut:6,security_filter_create_data:6,security_filter_create_request:6,security_filter_exclusion_filt:6,security_filter_exclusion_filter_respons:6,security_filter_filtered_data_typ:6,security_filter_meta:6,security_filter_respons:6,security_filter_typ:6,security_filter_update_attribut:6,security_filter_update_data:6,security_filter_update_request:6,security_filters_respons:6,security_monitoring_api:5,security_monitoring_filt:6,security_monitoring_filter_act:6,security_monitoring_list_rules_respons:6,security_monitoring_rule_cas:6,security_monitoring_rule_case_cr:6,security_monitoring_rule_create_payload:6,security_monitoring_rule_detection_method:6,security_monitoring_rule_evaluation_window:6,security_monitoring_rule_impossible_travel_opt:6,security_monitoring_rule_keep_al:6,security_monitoring_rule_max_signal_dur:6,security_monitoring_rule_new_value_opt:6,security_monitoring_rule_new_value_options_forget_aft:6,security_monitoring_rule_new_value_options_learning_dur:6,security_monitoring_rule_opt:6,security_monitoring_rule_queri:6,security_monitoring_rule_query_aggreg:6,security_monitoring_rule_query_cr:6,security_monitoring_rule_respons:6,security_monitoring_rule_sever:6,security_monitoring_rule_type_cr:6,security_monitoring_rule_type_read:6,security_monitoring_rule_update_payload:6,security_monitoring_sign:6,security_monitoring_signal_attribut:6,security_monitoring_signal_list_request:6,security_monitoring_signal_list_request_filt:6,security_monitoring_signal_list_request_pag:6,security_monitoring_signal_typ:6,security_monitoring_signals_list_respons:6,security_monitoring_signals_list_response_link:6,security_monitoring_signals_list_response_meta:6,security_monitoring_signals_list_response_meta_pag:6,security_monitoring_signals_sort:6,seri:3,server:7,service_account_create_attribut:6,service_account_create_data:6,service_account_create_request:6,service_accounts_api:5,service_check:3,service_check_statu:3,service_checks_api:2,service_level_object:3,service_level_objective_corrections_api:2,service_level_objective_queri:3,service_level_objective_request:3,service_level_objectives_api:2,service_map_widget_definit:3,service_map_widget_definition_typ:3,service_summary_widget_definit:3,service_summary_widget_definition_typ:3,slack_integration_api:2,slack_integration_channel:3,slack_integration_channel_displai:3,slo_bulk_delet:3,slo_bulk_delete_error:3,slo_bulk_delete_respons:3,slo_bulk_delete_response_data:3,slo_correct:3,slo_correction_categori:3,slo_correction_create_data:3,slo_correction_create_request:3,slo_correction_create_request_attribut:3,slo_correction_list_respons:3,slo_correction_respons:3,slo_correction_response_attribut:3,slo_correction_response_attributes_modifi:3,slo_correction_typ:3,slo_correction_update_data:3,slo_correction_update_request:3,slo_correction_update_request_attribut:3,slo_delete_respons:3,slo_error_budget_remaining_data:3,slo_error_timefram:3,slo_history_metr:3,slo_history_metrics_seri:3,slo_history_metrics_series_metadata:3,slo_history_metrics_series_metadata_unit:3,slo_history_monitor:3,slo_history_respons:3,slo_history_response_data:3,slo_history_response_error:3,slo_history_response_error_with_typ:3,slo_history_sli_data:3,slo_list_respons:3,slo_list_response_metadata:3,slo_list_response_metadata_pag:3,slo_respons:3,slo_response_data:3,slo_threshold:3,slo_timefram:3,slo_typ:3,slo_type_numer:3,slo_widget_definit:3,slo_widget_definition_typ:3,snapshots_api:2,start:7,sunburst_widget_definit:3,sunburst_widget_definition_typ:3,sunburst_widget_legend:3,sunburst_widget_legend_inline_automat:3,sunburst_widget_legend_inline_automatic_typ:3,sunburst_widget_legend_t:3,sunburst_widget_legend_table_typ:3,sunburst_widget_request:3,support:7,synthetics_api:2,synthetics_api_step:3,synthetics_api_step_subtyp:3,synthetics_api_test:3,synthetics_api_test_config:3,synthetics_api_test_failure_cod:3,synthetics_api_test_result_data:3,synthetics_api_test_result_failur:3,synthetics_api_test_result_ful:3,synthetics_api_test_result_full_check:3,synthetics_api_test_result_short:3,synthetics_api_test_result_short_result:3,synthetics_api_test_typ:3,synthetics_assert:3,synthetics_assertion_json_path_oper:3,synthetics_assertion_json_path_target:3,synthetics_assertion_json_path_target_target:3,synthetics_assertion_oper:3,synthetics_assertion_target:3,synthetics_assertion_typ:3,synthetics_basic_auth:3,synthetics_basic_auth_ntlm:3,synthetics_basic_auth_ntlm_typ:3,synthetics_basic_auth_sigv4:3,synthetics_basic_auth_sigv4_typ:3,synthetics_basic_auth_web:3,synthetics_basic_auth_web_typ:3,synthetics_batch_detail:3,synthetics_batch_details_data:3,synthetics_batch_result:3,synthetics_browser_error:3,synthetics_browser_error_typ:3,synthetics_browser_test:3,synthetics_browser_test_config:3,synthetics_browser_test_failure_cod:3,synthetics_browser_test_result_data:3,synthetics_browser_test_result_failur:3,synthetics_browser_test_result_ful:3,synthetics_browser_test_result_full_check:3,synthetics_browser_test_result_short:3,synthetics_browser_test_result_short_result:3,synthetics_browser_test_typ:3,synthetics_browser_vari:3,synthetics_browser_variable_typ:3,synthetics_check_typ:3,synthetics_ci_batch_metadata:3,synthetics_ci_batch_metadata_ci:3,synthetics_ci_batch_metadata_git:3,synthetics_ci_batch_metadata_pipelin:3,synthetics_ci_batch_metadata_provid:3,synthetics_ci_test:3,synthetics_ci_test_bodi:3,synthetics_config_vari:3,synthetics_config_variable_typ:3,synthetics_core_web_vit:3,synthetics_delete_tests_payload:3,synthetics_delete_tests_respons:3,synthetics_deleted_test:3,synthetics_devic:3,synthetics_device_id:3,synthetics_get_api_test_latest_results_respons:3,synthetics_get_browser_test_latest_results_respons:3,synthetics_global_vari:3,synthetics_global_variable_attribut:3,synthetics_global_variable_parse_test_opt:3,synthetics_global_variable_parse_test_options_typ:3,synthetics_global_variable_parser_typ:3,synthetics_global_variable_valu:3,synthetics_list_global_variables_respons:3,synthetics_list_tests_respons:3,synthetics_loc:3,synthetics_parsing_opt:3,synthetics_playing_tab:3,synthetics_private_loc:3,synthetics_private_location_creation_respons:3,synthetics_private_location_creation_response_result_encrypt:3,synthetics_private_location_secret:3,synthetics_private_location_secrets_authent:3,synthetics_private_location_secrets_config_decrypt:3,synthetics_ssl_certif:3,synthetics_ssl_certificate_issu:3,synthetics_ssl_certificate_subject:3,synthetics_statu:3,synthetics_step:3,synthetics_step_detail:3,synthetics_step_detail_warn:3,synthetics_step_typ:3,synthetics_test_config:3,synthetics_test_detail:3,synthetics_test_details_sub_typ:3,synthetics_test_details_typ:3,synthetics_test_execution_rul:3,synthetics_test_head:3,synthetics_test_monitor_statu:3,synthetics_test_opt:3,synthetics_test_options_monitor_opt:3,synthetics_test_options_retri:3,synthetics_test_pause_statu:3,synthetics_test_process_statu:3,synthetics_test_request:3,synthetics_test_request_certif:3,synthetics_test_request_certificate_item:3,synthetics_test_request_proxi:3,synthetics_tim:3,synthetics_trigger_bodi:3,synthetics_trigger_ci_test_loc:3,synthetics_trigger_ci_test_run_result:3,synthetics_trigger_ci_tests_respons:3,synthetics_trigger_test:3,synthetics_update_test_pause_status_payload:3,synthetics_variable_pars:3,synthetics_warning_typ:3,tabl:7,table_widget_cell_display_mod:3,table_widget_definit:3,table_widget_definition_typ:3,table_widget_has_search_bar:3,table_widget_request:3,tag_to_host:3,tags_api:2,target_format_typ:3,timeseries_widget_definit:3,timeseries_widget_definition_typ:3,timeseries_widget_expression_alia:3,timeseries_widget_legend_column:3,timeseries_widget_legend_layout:3,timeseries_widget_request:3,toplist_widget_definit:3,toplist_widget_definition_typ:3,toplist_widget_request:3,tree_map_color_bi:3,tree_map_group_bi:3,tree_map_size_bi:3,tree_map_widget_definit:3,tree_map_widget_definition_typ:3,tree_map_widget_request:3,unstabl:7,usage_analyzed_logs_hour:3,usage_analyzed_logs_respons:3,usage_attribution_aggreg:3,usage_attribution_aggregates_bodi:3,usage_attribution_bodi:3,usage_attribution_metadata:3,usage_attribution_pagin:3,usage_attribution_respons:3,usage_attribution_sort:3,usage_attribution_supported_metr:3,usage_attribution_tag_nam:3,usage_attribution_valu:3,usage_audit_logs_hour:3,usage_audit_logs_respons:3,usage_billable_summary_bodi:3,usage_billable_summary_hour:3,usage_billable_summary_kei:3,usage_billable_summary_respons:3,usage_ci_visibility_hour:3,usage_ci_visibility_respons:3,usage_cloud_security_posture_management_hour:3,usage_cloud_security_posture_management_respons:3,usage_custom_reports_attribut:3,usage_custom_reports_data:3,usage_custom_reports_meta:3,usage_custom_reports_pag:3,usage_custom_reports_respons:3,usage_cws_hour:3,usage_cws_respons:3,usage_dbm_hour:3,usage_dbm_respons:3,usage_fargate_hour:3,usage_fargate_respons:3,usage_host_hour:3,usage_hosts_respons:3,usage_incident_management_hour:3,usage_incident_management_respons:3,usage_indexed_spans_hour:3,usage_indexed_spans_respons:3,usage_ingested_spans_hour:3,usage_ingested_spans_respons:3,usage_io_t_hour:3,usage_io_t_respons:3,usage_lambda_hour:3,usage_lambda_respons:3,usage_logs_by_index_hour:3,usage_logs_by_index_respons:3,usage_logs_by_retention_hour:3,usage_logs_by_retention_respons:3,usage_logs_hour:3,usage_logs_respons:3,usage_metering_api:2,usage_metric_categori:3,usage_network_flows_hour:3,usage_network_flows_respons:3,usage_network_hosts_hour:3,usage_network_hosts_respons:3,usage_online_archive_hour:3,usage_online_archive_respons:3,usage_profiling_hour:3,usage_profiling_respons:3,usage_reports_typ:3,usage_rum_sessions_hour:3,usage_rum_sessions_respons:3,usage_rum_units_hour:3,usage_rum_units_respons:3,usage_sds_hour:3,usage_sds_respons:3,usage_snmp_hour:3,usage_snmp_respons:3,usage_sort:3,usage_sort_direct:3,usage_specified_custom_reports_attribut:3,usage_specified_custom_reports_data:3,usage_specified_custom_reports_meta:3,usage_specified_custom_reports_pag:3,usage_specified_custom_reports_respons:3,usage_summary_d:3,usage_summary_date_org:3,usage_summary_respons:3,usage_synthetics_api_hour:3,usage_synthetics_api_respons:3,usage_synthetics_browser_hour:3,usage_synthetics_browser_respons:3,usage_synthetics_hour:3,usage_synthetics_respons:3,usage_timeseries_hour:3,usage_timeseries_respons:3,usage_top_avg_metrics_hour:3,usage_top_avg_metrics_metadata:3,usage_top_avg_metrics_respons:3,user:[3,6],user_attribut:6,user_create_attribut:6,user_create_data:6,user_create_request:6,user_disable_respons:3,user_invitation_data:6,user_invitation_data_attribut:6,user_invitation_relationship:6,user_invitation_respons:6,user_invitation_response_data:6,user_invitations_request:6,user_invitations_respons:6,user_invitations_typ:6,user_list_respons:3,user_relationship:6,user_respons:[3,6],user_response_included_item:6,user_response_relationship:6,user_update_attribut:6,user_update_data:6,user_update_request:6,users_api:[2,5],users_respons:6,users_typ:6,v1:[1,2,3],v2:[4,5,6],webhooks_integr:3,webhooks_integration_api:2,webhooks_integration_custom_vari:3,webhooks_integration_custom_variable_respons:3,webhooks_integration_custom_variable_update_request:3,webhooks_integration_encod:3,webhooks_integration_update_request:3,widget:3,widget_aggreg:3,widget_axi:3,widget_change_typ:3,widget_color_prefer:3,widget_compar:3,widget_compare_to:3,widget_conditional_format:3,widget_custom_link:3,widget_definit:3,widget_display_typ:3,widget_ev:3,widget_event_s:3,widget_field_sort:3,widget_formula:3,widget_formula_limit:3,widget_group:3,widget_horizontal_align:3,widget_image_s:3,widget_layout:3,widget_layout_typ:3,widget_line_typ:3,widget_line_width:3,widget_live_span:3,widget_margin:3,widget_mark:3,widget_message_displai:3,widget_monitor_summary_display_format:3,widget_monitor_summary_sort:3,widget_node_typ:3,widget_order_bi:3,widget_palett:3,widget_request_styl:3,widget_service_summary_display_format:3,widget_size_format:3,widget_sort:3,widget_styl:3,widget_summary_typ:3,widget_text_align:3,widget_tick_edg:3,widget_tim:3,widget_time_window:3,widget_vertical_align:3,widget_view_mod:3,widget_viz_typ:3}}) \ No newline at end of file +Search.setIndex({docnames:["datadog_api_client","datadog_api_client.v1","datadog_api_client.v1.api","datadog_api_client.v1.model","datadog_api_client.v2","datadog_api_client.v2.api","datadog_api_client.v2.model","index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["datadog_api_client.rst","datadog_api_client.v1.rst","datadog_api_client.v1.api.rst","datadog_api_client.v1.model.rst","datadog_api_client.v2.rst","datadog_api_client.v2.api.rst","datadog_api_client.v2.model.rst","index.rst"],objects:{"":[[0,0,0,"-","datadog_api_client"]],"datadog_api_client.api_client":[[0,1,1,"","ApiClient"],[0,1,1,"","AsyncApiClient"],[0,1,1,"","Endpoint"],[0,4,1,"","user_agent"]],"datadog_api_client.api_client.ApiClient":[[0,2,1,"","call_api"],[0,2,1,"","close"],[0,2,1,"","deserialize"],[0,2,1,"","files_parameters"],[0,2,1,"","get_file_data_and_close_file"],[0,2,1,"","parameters_to_multipart"],[0,2,1,"","parameters_to_tuples"],[0,3,1,"","pool"],[0,2,1,"","sanitize_for_serialization"],[0,2,1,"","select_header_accept"],[0,2,1,"","select_header_content_type"],[0,2,1,"","set_default_header"],[0,2,1,"","update_params_for_auth"],[0,3,1,"","user_agent"]],"datadog_api_client.api_client.Endpoint":[[0,2,1,"","call_with_http_info"],[0,2,1,"","default_arguments"]],"datadog_api_client.configuration":[[0,1,1,"","BaseConfiguration"]],"datadog_api_client.configuration.BaseConfiguration":[[0,3,1,"","debug"],[0,2,1,"","get_api_key_with_prefix"],[0,2,1,"","get_basic_auth_token"],[0,2,1,"","get_host_from_settings"],[0,2,1,"","get_host_settings"],[0,3,1,"","host"],[0,3,1,"","logger_file"],[0,3,1,"","logger_format"]],"datadog_api_client.exceptions":[[0,5,1,"","ApiAttributeError"],[0,5,1,"","ApiException"],[0,5,1,"","ApiKeyError"],[0,5,1,"","ApiTypeError"],[0,5,1,"","ApiValueError"],[0,5,1,"","ForbiddenException"],[0,5,1,"","NotFoundException"],[0,5,1,"","OpenApiException"],[0,5,1,"","ServiceException"],[0,5,1,"","UnauthorizedException"],[0,4,1,"","render_path"]],"datadog_api_client.model_utils":[[0,1,1,"","ModelComposed"],[0,1,1,"","ModelNormal"],[0,1,1,"","ModelSimple"],[0,1,1,"","OpenApiModel"],[0,1,1,"","UnparsedObject"],[0,4,1,"","allows_single_value_input"],[0,4,1,"","attempt_convert_item"],[0,1,1,"","cached_property"],[0,4,1,"","change_keys_js_to_python"],[0,4,1,"","check_allowed_values"],[0,4,1,"","check_validations"],[0,4,1,"","composed_model_input_classes"],[0,4,1,"","convert_js_args_to_python_args"],[0,4,1,"","deserialize_file"],[0,4,1,"","deserialize_model"],[0,4,1,"","deserialize_primitive"],[0,4,1,"","get_allof_instances"],[0,4,1,"","get_anyof_instances"],[0,4,1,"","get_discarded_args"],[0,4,1,"","get_discriminated_classes"],[0,4,1,"","get_discriminator_class"],[0,4,1,"","get_oneof_instance"],[0,4,1,"","get_possible_classes"],[0,4,1,"","get_required_type_classes"],[0,4,1,"","get_simple_class"],[0,4,1,"","get_type_error"],[0,4,1,"","get_valid_classes_phrase"],[0,4,1,"","is_json_validation_enabled"],[0,4,1,"","is_type_nullable"],[0,4,1,"","is_valid_type"],[0,4,1,"","model_to_dict"],[0,4,1,"","order_response_types"],[0,4,1,"","remove_uncoercible"],[0,4,1,"","type_error_message"],[0,4,1,"","validate_and_convert_types"],[0,4,1,"","validate_get_composed_info"]],"datadog_api_client.model_utils.ModelComposed":[[0,2,1,"","get"],[0,6,1,"","required_properties"],[0,2,1,"","to_dict"],[0,2,1,"","to_str"]],"datadog_api_client.model_utils.ModelNormal":[[0,2,1,"","get"],[0,6,1,"","required_properties"],[0,2,1,"","to_dict"],[0,2,1,"","to_str"]],"datadog_api_client.model_utils.ModelSimple":[[0,2,1,"","get"],[0,6,1,"","required_properties"],[0,2,1,"","to_str"]],"datadog_api_client.model_utils.OpenApiModel":[[0,6,1,"","additional_properties_type"],[0,6,1,"","allowed_values"],[0,6,1,"","attribute_map"],[0,6,1,"","discriminator"],[0,6,1,"","openapi_types"],[0,6,1,"","read_only_vars"],[0,2,1,"","set_attribute"],[0,6,1,"","validations"]],"datadog_api_client.model_utils.UnparsedObject":[[0,6,1,"","required_properties"]],"datadog_api_client.model_utils.cached_property":[[0,6,1,"","result_key"]],"datadog_api_client.rest":[[0,1,1,"","AsyncRESTClientObject"],[0,1,1,"","RESTClientObject"]],"datadog_api_client.rest.AsyncRESTClientObject":[[0,2,1,"","request"]],"datadog_api_client.rest.RESTClientObject":[[0,2,1,"","request"]],"datadog_api_client.v1":[[2,0,0,"-","api"],[1,0,0,"-","configuration"],[3,0,0,"-","model"]],"datadog_api_client.v1.api":[[2,0,0,"-","authentication_api"],[2,0,0,"-","aws_integration_api"],[2,0,0,"-","aws_logs_integration_api"],[2,0,0,"-","azure_integration_api"],[2,0,0,"-","dashboard_lists_api"],[2,0,0,"-","dashboards_api"],[2,0,0,"-","downtimes_api"],[2,0,0,"-","events_api"],[2,0,0,"-","gcp_integration_api"],[2,0,0,"-","hosts_api"],[2,0,0,"-","ip_ranges_api"],[2,0,0,"-","key_management_api"],[2,0,0,"-","logs_api"],[2,0,0,"-","logs_indexes_api"],[2,0,0,"-","logs_pipelines_api"],[2,0,0,"-","metrics_api"],[2,0,0,"-","monitors_api"],[2,0,0,"-","notebooks_api"],[2,0,0,"-","organizations_api"],[2,0,0,"-","pager_duty_integration_api"],[2,0,0,"-","service_checks_api"],[2,0,0,"-","service_level_objective_corrections_api"],[2,0,0,"-","service_level_objectives_api"],[2,0,0,"-","slack_integration_api"],[2,0,0,"-","snapshots_api"],[2,0,0,"-","synthetics_api"],[2,0,0,"-","tags_api"],[2,0,0,"-","usage_metering_api"],[2,0,0,"-","users_api"],[2,0,0,"-","webhooks_integration_api"]],"datadog_api_client.v1.api.authentication_api":[[2,1,1,"","AuthenticationApi"]],"datadog_api_client.v1.api.authentication_api.AuthenticationApi":[[2,2,1,"","validate"]],"datadog_api_client.v1.api.aws_integration_api":[[2,1,1,"","AWSIntegrationApi"]],"datadog_api_client.v1.api.aws_integration_api.AWSIntegrationApi":[[2,2,1,"","create_aws_account"],[2,2,1,"","create_aws_tag_filter"],[2,2,1,"","create_new_aws_external_id"],[2,2,1,"","delete_aws_account"],[2,2,1,"","delete_aws_tag_filter"],[2,2,1,"","list_available_aws_namespaces"],[2,2,1,"","list_aws_accounts"],[2,2,1,"","list_aws_tag_filters"],[2,2,1,"","update_aws_account"]],"datadog_api_client.v1.api.aws_logs_integration_api":[[2,1,1,"","AWSLogsIntegrationApi"]],"datadog_api_client.v1.api.aws_logs_integration_api.AWSLogsIntegrationApi":[[2,2,1,"","check_aws_logs_lambda_async"],[2,2,1,"","check_aws_logs_services_async"],[2,2,1,"","create_aws_lambda_arn"],[2,2,1,"","delete_aws_lambda_arn"],[2,2,1,"","enable_aws_log_services"],[2,2,1,"","list_aws_logs_integrations"],[2,2,1,"","list_aws_logs_services"]],"datadog_api_client.v1.api.azure_integration_api":[[2,1,1,"","AzureIntegrationApi"]],"datadog_api_client.v1.api.azure_integration_api.AzureIntegrationApi":[[2,2,1,"","create_azure_integration"],[2,2,1,"","delete_azure_integration"],[2,2,1,"","list_azure_integration"],[2,2,1,"","update_azure_host_filters"],[2,2,1,"","update_azure_integration"]],"datadog_api_client.v1.api.dashboard_lists_api":[[2,1,1,"","DashboardListsApi"]],"datadog_api_client.v1.api.dashboard_lists_api.DashboardListsApi":[[2,2,1,"","create_dashboard_list"],[2,2,1,"","delete_dashboard_list"],[2,2,1,"","get_dashboard_list"],[2,2,1,"","list_dashboard_lists"],[2,2,1,"","update_dashboard_list"]],"datadog_api_client.v1.api.dashboards_api":[[2,1,1,"","DashboardsApi"]],"datadog_api_client.v1.api.dashboards_api.DashboardsApi":[[2,2,1,"","create_dashboard"],[2,2,1,"","delete_dashboard"],[2,2,1,"","delete_dashboards"],[2,2,1,"","get_dashboard"],[2,2,1,"","list_dashboards"],[2,2,1,"","restore_dashboards"],[2,2,1,"","update_dashboard"]],"datadog_api_client.v1.api.downtimes_api":[[2,1,1,"","DowntimesApi"]],"datadog_api_client.v1.api.downtimes_api.DowntimesApi":[[2,2,1,"","cancel_downtime"],[2,2,1,"","cancel_downtimes_by_scope"],[2,2,1,"","create_downtime"],[2,2,1,"","get_downtime"],[2,2,1,"","list_downtimes"],[2,2,1,"","list_monitor_downtimes"],[2,2,1,"","update_downtime"]],"datadog_api_client.v1.api.events_api":[[2,1,1,"","EventsApi"]],"datadog_api_client.v1.api.events_api.EventsApi":[[2,2,1,"","create_event"],[2,2,1,"","get_event"],[2,2,1,"","list_events"]],"datadog_api_client.v1.api.gcp_integration_api":[[2,1,1,"","GCPIntegrationApi"]],"datadog_api_client.v1.api.gcp_integration_api.GCPIntegrationApi":[[2,2,1,"","create_gcp_integration"],[2,2,1,"","delete_gcp_integration"],[2,2,1,"","list_gcp_integration"],[2,2,1,"","update_gcp_integration"]],"datadog_api_client.v1.api.hosts_api":[[2,1,1,"","HostsApi"]],"datadog_api_client.v1.api.hosts_api.HostsApi":[[2,2,1,"","get_host_totals"],[2,2,1,"","list_hosts"],[2,2,1,"","mute_host"],[2,2,1,"","unmute_host"]],"datadog_api_client.v1.api.ip_ranges_api":[[2,1,1,"","IPRangesApi"]],"datadog_api_client.v1.api.ip_ranges_api.IPRangesApi":[[2,2,1,"","get_ip_ranges"]],"datadog_api_client.v1.api.key_management_api":[[2,1,1,"","KeyManagementApi"]],"datadog_api_client.v1.api.key_management_api.KeyManagementApi":[[2,2,1,"","create_api_key"],[2,2,1,"","create_application_key"],[2,2,1,"","delete_api_key"],[2,2,1,"","delete_application_key"],[2,2,1,"","get_api_key"],[2,2,1,"","get_application_key"],[2,2,1,"","list_api_keys"],[2,2,1,"","list_application_keys"],[2,2,1,"","update_api_key"],[2,2,1,"","update_application_key"]],"datadog_api_client.v1.api.logs_api":[[2,1,1,"","LogsApi"]],"datadog_api_client.v1.api.logs_api.LogsApi":[[2,2,1,"","list_logs"],[2,2,1,"","submit_log"]],"datadog_api_client.v1.api.logs_indexes_api":[[2,1,1,"","LogsIndexesApi"]],"datadog_api_client.v1.api.logs_indexes_api.LogsIndexesApi":[[2,2,1,"","create_logs_index"],[2,2,1,"","get_logs_index"],[2,2,1,"","get_logs_index_order"],[2,2,1,"","list_log_indexes"],[2,2,1,"","update_logs_index"],[2,2,1,"","update_logs_index_order"]],"datadog_api_client.v1.api.logs_pipelines_api":[[2,1,1,"","LogsPipelinesApi"]],"datadog_api_client.v1.api.logs_pipelines_api.LogsPipelinesApi":[[2,2,1,"","create_logs_pipeline"],[2,2,1,"","delete_logs_pipeline"],[2,2,1,"","get_logs_pipeline"],[2,2,1,"","get_logs_pipeline_order"],[2,2,1,"","list_logs_pipelines"],[2,2,1,"","update_logs_pipeline"],[2,2,1,"","update_logs_pipeline_order"]],"datadog_api_client.v1.api.metrics_api":[[2,1,1,"","MetricsApi"]],"datadog_api_client.v1.api.metrics_api.MetricsApi":[[2,2,1,"","get_metric_metadata"],[2,2,1,"","list_active_metrics"],[2,2,1,"","list_metrics"],[2,2,1,"","query_metrics"],[2,2,1,"","submit_metrics"],[2,2,1,"","update_metric_metadata"]],"datadog_api_client.v1.api.monitors_api":[[2,1,1,"","MonitorsApi"]],"datadog_api_client.v1.api.monitors_api.MonitorsApi":[[2,2,1,"","check_can_delete_monitor"],[2,2,1,"","create_monitor"],[2,2,1,"","delete_monitor"],[2,2,1,"","get_monitor"],[2,2,1,"","list_monitors"],[2,2,1,"","search_monitor_groups"],[2,2,1,"","search_monitors"],[2,2,1,"","update_monitor"],[2,2,1,"","validate_monitor"]],"datadog_api_client.v1.api.notebooks_api":[[2,1,1,"","NotebooksApi"]],"datadog_api_client.v1.api.notebooks_api.NotebooksApi":[[2,2,1,"","create_notebook"],[2,2,1,"","delete_notebook"],[2,2,1,"","get_notebook"],[2,2,1,"","list_notebooks"],[2,2,1,"","update_notebook"]],"datadog_api_client.v1.api.organizations_api":[[2,1,1,"","OrganizationsApi"]],"datadog_api_client.v1.api.organizations_api.OrganizationsApi":[[2,2,1,"","create_child_org"],[2,2,1,"","get_org"],[2,2,1,"","list_orgs"],[2,2,1,"","update_org"],[2,2,1,"","upload_id_p_for_org"]],"datadog_api_client.v1.api.pager_duty_integration_api":[[2,1,1,"","PagerDutyIntegrationApi"]],"datadog_api_client.v1.api.pager_duty_integration_api.PagerDutyIntegrationApi":[[2,2,1,"","create_pager_duty_integration_service"],[2,2,1,"","delete_pager_duty_integration_service"],[2,2,1,"","get_pager_duty_integration_service"],[2,2,1,"","update_pager_duty_integration_service"]],"datadog_api_client.v1.api.service_checks_api":[[2,1,1,"","ServiceChecksApi"]],"datadog_api_client.v1.api.service_checks_api.ServiceChecksApi":[[2,2,1,"","submit_service_check"]],"datadog_api_client.v1.api.service_level_objective_corrections_api":[[2,1,1,"","ServiceLevelObjectiveCorrectionsApi"]],"datadog_api_client.v1.api.service_level_objective_corrections_api.ServiceLevelObjectiveCorrectionsApi":[[2,2,1,"","create_slo_correction"],[2,2,1,"","delete_slo_correction"],[2,2,1,"","get_slo_correction"],[2,2,1,"","list_slo_correction"],[2,2,1,"","update_slo_correction"]],"datadog_api_client.v1.api.service_level_objectives_api":[[2,1,1,"","ServiceLevelObjectivesApi"]],"datadog_api_client.v1.api.service_level_objectives_api.ServiceLevelObjectivesApi":[[2,2,1,"","check_can_delete_slo"],[2,2,1,"","create_slo"],[2,2,1,"","delete_slo"],[2,2,1,"","delete_slo_timeframe_in_bulk"],[2,2,1,"","get_slo"],[2,2,1,"","get_slo_corrections"],[2,2,1,"","get_slo_history"],[2,2,1,"","list_sl_os"],[2,2,1,"","update_slo"]],"datadog_api_client.v1.api.slack_integration_api":[[2,1,1,"","SlackIntegrationApi"]],"datadog_api_client.v1.api.slack_integration_api.SlackIntegrationApi":[[2,2,1,"","create_slack_integration_channel"],[2,2,1,"","get_slack_integration_channel"],[2,2,1,"","get_slack_integration_channels"],[2,2,1,"","remove_slack_integration_channel"],[2,2,1,"","update_slack_integration_channel"]],"datadog_api_client.v1.api.snapshots_api":[[2,1,1,"","SnapshotsApi"]],"datadog_api_client.v1.api.snapshots_api.SnapshotsApi":[[2,2,1,"","get_graph_snapshot"]],"datadog_api_client.v1.api.synthetics_api":[[2,1,1,"","SyntheticsApi"]],"datadog_api_client.v1.api.synthetics_api.SyntheticsApi":[[2,2,1,"","create_global_variable"],[2,2,1,"","create_private_location"],[2,2,1,"","create_synthetics_api_test"],[2,2,1,"","create_synthetics_browser_test"],[2,2,1,"","delete_global_variable"],[2,2,1,"","delete_private_location"],[2,2,1,"","delete_tests"],[2,2,1,"","edit_global_variable"],[2,2,1,"","get_api_test"],[2,2,1,"","get_api_test_latest_results"],[2,2,1,"","get_api_test_result"],[2,2,1,"","get_browser_test"],[2,2,1,"","get_browser_test_latest_results"],[2,2,1,"","get_browser_test_result"],[2,2,1,"","get_global_variable"],[2,2,1,"","get_private_location"],[2,2,1,"","get_synthetics_ci_batch"],[2,2,1,"","get_test"],[2,2,1,"","list_global_variables"],[2,2,1,"","list_locations"],[2,2,1,"","list_tests"],[2,2,1,"","trigger_ci_tests"],[2,2,1,"","trigger_tests"],[2,2,1,"","update_api_test"],[2,2,1,"","update_browser_test"],[2,2,1,"","update_private_location"],[2,2,1,"","update_test_pause_status"]],"datadog_api_client.v1.api.tags_api":[[2,1,1,"","TagsApi"]],"datadog_api_client.v1.api.tags_api.TagsApi":[[2,2,1,"","create_host_tags"],[2,2,1,"","delete_host_tags"],[2,2,1,"","get_host_tags"],[2,2,1,"","list_host_tags"],[2,2,1,"","update_host_tags"]],"datadog_api_client.v1.api.usage_metering_api":[[2,1,1,"","UsageMeteringApi"]],"datadog_api_client.v1.api.usage_metering_api.UsageMeteringApi":[[2,2,1,"","get_daily_custom_reports"],[2,2,1,"","get_hourly_usage_attribution"],[2,2,1,"","get_incident_management"],[2,2,1,"","get_ingested_spans"],[2,2,1,"","get_monthly_custom_reports"],[2,2,1,"","get_monthly_usage_attribution"],[2,2,1,"","get_specified_daily_custom_reports"],[2,2,1,"","get_specified_monthly_custom_reports"],[2,2,1,"","get_usage_analyzed_logs"],[2,2,1,"","get_usage_attribution"],[2,2,1,"","get_usage_audit_logs"],[2,2,1,"","get_usage_billable_summary"],[2,2,1,"","get_usage_ci_app"],[2,2,1,"","get_usage_cloud_security_posture_management"],[2,2,1,"","get_usage_cws"],[2,2,1,"","get_usage_dbm"],[2,2,1,"","get_usage_fargate"],[2,2,1,"","get_usage_hosts"],[2,2,1,"","get_usage_indexed_spans"],[2,2,1,"","get_usage_internet_of_things"],[2,2,1,"","get_usage_lambda"],[2,2,1,"","get_usage_logs"],[2,2,1,"","get_usage_logs_by_index"],[2,2,1,"","get_usage_logs_by_retention"],[2,2,1,"","get_usage_network_flows"],[2,2,1,"","get_usage_network_hosts"],[2,2,1,"","get_usage_online_archive"],[2,2,1,"","get_usage_profiling"],[2,2,1,"","get_usage_rum_sessions"],[2,2,1,"","get_usage_rum_units"],[2,2,1,"","get_usage_sds"],[2,2,1,"","get_usage_snmp"],[2,2,1,"","get_usage_summary"],[2,2,1,"","get_usage_synthetics"],[2,2,1,"","get_usage_synthetics_api"],[2,2,1,"","get_usage_synthetics_browser"],[2,2,1,"","get_usage_timeseries"],[2,2,1,"","get_usage_top_avg_metrics"]],"datadog_api_client.v1.api.users_api":[[2,1,1,"","UsersApi"]],"datadog_api_client.v1.api.users_api.UsersApi":[[2,2,1,"","create_user"],[2,2,1,"","disable_user"],[2,2,1,"","get_user"],[2,2,1,"","list_users"],[2,2,1,"","update_user"]],"datadog_api_client.v1.api.webhooks_integration_api":[[2,1,1,"","WebhooksIntegrationApi"]],"datadog_api_client.v1.api.webhooks_integration_api.WebhooksIntegrationApi":[[2,2,1,"","create_webhooks_integration"],[2,2,1,"","create_webhooks_integration_custom_variable"],[2,2,1,"","delete_webhooks_integration"],[2,2,1,"","delete_webhooks_integration_custom_variable"],[2,2,1,"","get_webhooks_integration"],[2,2,1,"","get_webhooks_integration_custom_variable"],[2,2,1,"","update_webhooks_integration"],[2,2,1,"","update_webhooks_integration_custom_variable"]],"datadog_api_client.v1.configuration":[[1,1,1,"","Configuration"]],"datadog_api_client.v1.configuration.Configuration":[[1,2,1,"","auth_settings"]],"datadog_api_client.v1.model":[[3,0,0,"-","access_role"],[3,0,0,"-","agent_check"],[3,0,0,"-","alert_graph_widget_definition"],[3,0,0,"-","alert_graph_widget_definition_type"],[3,0,0,"-","alert_value_widget_definition"],[3,0,0,"-","alert_value_widget_definition_type"],[3,0,0,"-","api_error_response"],[3,0,0,"-","api_key"],[3,0,0,"-","api_key_list_response"],[3,0,0,"-","api_key_response"],[3,0,0,"-","apm_stats_query_column_type"],[3,0,0,"-","apm_stats_query_definition"],[3,0,0,"-","apm_stats_query_row_type"],[3,0,0,"-","application_key"],[3,0,0,"-","application_key_list_response"],[3,0,0,"-","application_key_response"],[3,0,0,"-","authentication_validation_response"],[3,0,0,"-","aws_account"],[3,0,0,"-","aws_account_and_lambda_request"],[3,0,0,"-","aws_account_create_response"],[3,0,0,"-","aws_account_delete_request"],[3,0,0,"-","aws_account_list_response"],[3,0,0,"-","aws_logs_async_error"],[3,0,0,"-","aws_logs_async_response"],[3,0,0,"-","aws_logs_lambda"],[3,0,0,"-","aws_logs_list_response"],[3,0,0,"-","aws_logs_list_services_response"],[3,0,0,"-","aws_logs_services_request"],[3,0,0,"-","aws_namespace"],[3,0,0,"-","aws_tag_filter"],[3,0,0,"-","aws_tag_filter_create_request"],[3,0,0,"-","aws_tag_filter_delete_request"],[3,0,0,"-","aws_tag_filter_list_response"],[3,0,0,"-","azure_account"],[3,0,0,"-","azure_account_list_response"],[3,0,0,"-","cancel_downtimes_by_scope_request"],[3,0,0,"-","canceled_downtimes_ids"],[3,0,0,"-","change_widget_definition"],[3,0,0,"-","change_widget_definition_type"],[3,0,0,"-","change_widget_request"],[3,0,0,"-","check_can_delete_monitor_response"],[3,0,0,"-","check_can_delete_monitor_response_data"],[3,0,0,"-","check_can_delete_slo_response"],[3,0,0,"-","check_can_delete_slo_response_data"],[3,0,0,"-","check_status_widget_definition"],[3,0,0,"-","check_status_widget_definition_type"],[3,0,0,"-","content_encoding"],[3,0,0,"-","creator"],[3,0,0,"-","dashboard"],[3,0,0,"-","dashboard_bulk_action_data"],[3,0,0,"-","dashboard_bulk_action_data_list"],[3,0,0,"-","dashboard_bulk_delete_request"],[3,0,0,"-","dashboard_delete_response"],[3,0,0,"-","dashboard_layout_type"],[3,0,0,"-","dashboard_list"],[3,0,0,"-","dashboard_list_delete_response"],[3,0,0,"-","dashboard_list_list_response"],[3,0,0,"-","dashboard_reflow_type"],[3,0,0,"-","dashboard_resource_type"],[3,0,0,"-","dashboard_restore_request"],[3,0,0,"-","dashboard_summary"],[3,0,0,"-","dashboard_summary_definition"],[3,0,0,"-","dashboard_template_variable"],[3,0,0,"-","dashboard_template_variable_preset"],[3,0,0,"-","dashboard_template_variable_preset_value"],[3,0,0,"-","deleted_monitor"],[3,0,0,"-","distribution_widget_definition"],[3,0,0,"-","distribution_widget_definition_type"],[3,0,0,"-","distribution_widget_request"],[3,0,0,"-","distribution_widget_x_axis"],[3,0,0,"-","distribution_widget_y_axis"],[3,0,0,"-","downtime"],[3,0,0,"-","downtime_child"],[3,0,0,"-","downtime_recurrence"],[3,0,0,"-","event"],[3,0,0,"-","event_alert_type"],[3,0,0,"-","event_create_request"],[3,0,0,"-","event_create_response"],[3,0,0,"-","event_list_response"],[3,0,0,"-","event_priority"],[3,0,0,"-","event_query_definition"],[3,0,0,"-","event_response"],[3,0,0,"-","event_stream_widget_definition"],[3,0,0,"-","event_stream_widget_definition_type"],[3,0,0,"-","event_timeline_widget_definition"],[3,0,0,"-","event_timeline_widget_definition_type"],[3,0,0,"-","formula_and_function_apm_dependency_stat_name"],[3,0,0,"-","formula_and_function_apm_dependency_stats_data_source"],[3,0,0,"-","formula_and_function_apm_dependency_stats_query_definition"],[3,0,0,"-","formula_and_function_apm_resource_stat_name"],[3,0,0,"-","formula_and_function_apm_resource_stats_data_source"],[3,0,0,"-","formula_and_function_apm_resource_stats_query_definition"],[3,0,0,"-","formula_and_function_event_aggregation"],[3,0,0,"-","formula_and_function_event_query_definition"],[3,0,0,"-","formula_and_function_event_query_definition_compute"],[3,0,0,"-","formula_and_function_event_query_definition_search"],[3,0,0,"-","formula_and_function_event_query_group_by"],[3,0,0,"-","formula_and_function_event_query_group_by_sort"],[3,0,0,"-","formula_and_function_events_data_source"],[3,0,0,"-","formula_and_function_metric_aggregation"],[3,0,0,"-","formula_and_function_metric_data_source"],[3,0,0,"-","formula_and_function_metric_query_definition"],[3,0,0,"-","formula_and_function_process_query_data_source"],[3,0,0,"-","formula_and_function_process_query_definition"],[3,0,0,"-","formula_and_function_query_definition"],[3,0,0,"-","formula_and_function_response_format"],[3,0,0,"-","free_text_widget_definition"],[3,0,0,"-","free_text_widget_definition_type"],[3,0,0,"-","funnel_query"],[3,0,0,"-","funnel_request_type"],[3,0,0,"-","funnel_source"],[3,0,0,"-","funnel_step"],[3,0,0,"-","funnel_widget_definition"],[3,0,0,"-","funnel_widget_definition_type"],[3,0,0,"-","funnel_widget_request"],[3,0,0,"-","gcp_account"],[3,0,0,"-","gcp_account_list_response"],[3,0,0,"-","geomap_widget_definition"],[3,0,0,"-","geomap_widget_definition_style"],[3,0,0,"-","geomap_widget_definition_type"],[3,0,0,"-","geomap_widget_definition_view"],[3,0,0,"-","geomap_widget_request"],[3,0,0,"-","graph_snapshot"],[3,0,0,"-","group_widget_definition"],[3,0,0,"-","group_widget_definition_type"],[3,0,0,"-","heat_map_widget_definition"],[3,0,0,"-","heat_map_widget_definition_type"],[3,0,0,"-","heat_map_widget_request"],[3,0,0,"-","host"],[3,0,0,"-","host_list_response"],[3,0,0,"-","host_map_request"],[3,0,0,"-","host_map_widget_definition"],[3,0,0,"-","host_map_widget_definition_requests"],[3,0,0,"-","host_map_widget_definition_style"],[3,0,0,"-","host_map_widget_definition_type"],[3,0,0,"-","host_meta"],[3,0,0,"-","host_meta_install_method"],[3,0,0,"-","host_metrics"],[3,0,0,"-","host_mute_response"],[3,0,0,"-","host_mute_settings"],[3,0,0,"-","host_tags"],[3,0,0,"-","host_totals"],[3,0,0,"-","hourly_usage_attribution_body"],[3,0,0,"-","hourly_usage_attribution_metadata"],[3,0,0,"-","hourly_usage_attribution_pagination"],[3,0,0,"-","hourly_usage_attribution_response"],[3,0,0,"-","hourly_usage_attribution_usage_type"],[3,0,0,"-","http_log"],[3,0,0,"-","http_log_error"],[3,0,0,"-","http_log_item"],[3,0,0,"-","http_method"],[3,0,0,"-","i_frame_widget_definition"],[3,0,0,"-","i_frame_widget_definition_type"],[3,0,0,"-","idp_form_data"],[3,0,0,"-","idp_response"],[3,0,0,"-","image_widget_definition"],[3,0,0,"-","image_widget_definition_type"],[3,0,0,"-","intake_payload_accepted"],[3,0,0,"-","ip_prefixes_agents"],[3,0,0,"-","ip_prefixes_api"],[3,0,0,"-","ip_prefixes_apm"],[3,0,0,"-","ip_prefixes_logs"],[3,0,0,"-","ip_prefixes_process"],[3,0,0,"-","ip_prefixes_synthetics"],[3,0,0,"-","ip_prefixes_webhooks"],[3,0,0,"-","ip_ranges"],[3,0,0,"-","list_stream_column"],[3,0,0,"-","list_stream_column_width"],[3,0,0,"-","list_stream_query"],[3,0,0,"-","list_stream_response_format"],[3,0,0,"-","list_stream_source"],[3,0,0,"-","list_stream_widget_definition"],[3,0,0,"-","list_stream_widget_definition_type"],[3,0,0,"-","list_stream_widget_request"],[3,0,0,"-","log"],[3,0,0,"-","log_content"],[3,0,0,"-","log_query_definition"],[3,0,0,"-","log_query_definition_group_by"],[3,0,0,"-","log_query_definition_group_by_sort"],[3,0,0,"-","log_query_definition_search"],[3,0,0,"-","log_stream_widget_definition"],[3,0,0,"-","log_stream_widget_definition_type"],[3,0,0,"-","logs_api_error"],[3,0,0,"-","logs_api_error_response"],[3,0,0,"-","logs_arithmetic_processor"],[3,0,0,"-","logs_arithmetic_processor_type"],[3,0,0,"-","logs_attribute_remapper"],[3,0,0,"-","logs_attribute_remapper_type"],[3,0,0,"-","logs_by_retention"],[3,0,0,"-","logs_by_retention_monthly_usage"],[3,0,0,"-","logs_by_retention_org_usage"],[3,0,0,"-","logs_by_retention_orgs"],[3,0,0,"-","logs_category_processor"],[3,0,0,"-","logs_category_processor_category"],[3,0,0,"-","logs_category_processor_type"],[3,0,0,"-","logs_date_remapper"],[3,0,0,"-","logs_date_remapper_type"],[3,0,0,"-","logs_exclusion"],[3,0,0,"-","logs_exclusion_filter"],[3,0,0,"-","logs_filter"],[3,0,0,"-","logs_geo_ip_parser"],[3,0,0,"-","logs_geo_ip_parser_type"],[3,0,0,"-","logs_grok_parser"],[3,0,0,"-","logs_grok_parser_rules"],[3,0,0,"-","logs_grok_parser_type"],[3,0,0,"-","logs_index"],[3,0,0,"-","logs_index_list_response"],[3,0,0,"-","logs_index_update_request"],[3,0,0,"-","logs_indexes_order"],[3,0,0,"-","logs_list_request"],[3,0,0,"-","logs_list_request_time"],[3,0,0,"-","logs_list_response"],[3,0,0,"-","logs_lookup_processor"],[3,0,0,"-","logs_lookup_processor_type"],[3,0,0,"-","logs_message_remapper"],[3,0,0,"-","logs_message_remapper_type"],[3,0,0,"-","logs_pipeline"],[3,0,0,"-","logs_pipeline_list"],[3,0,0,"-","logs_pipeline_processor"],[3,0,0,"-","logs_pipeline_processor_type"],[3,0,0,"-","logs_pipelines_order"],[3,0,0,"-","logs_processor"],[3,0,0,"-","logs_query_compute"],[3,0,0,"-","logs_retention_agg_sum_usage"],[3,0,0,"-","logs_retention_sum_usage"],[3,0,0,"-","logs_service_remapper"],[3,0,0,"-","logs_service_remapper_type"],[3,0,0,"-","logs_sort"],[3,0,0,"-","logs_status_remapper"],[3,0,0,"-","logs_status_remapper_type"],[3,0,0,"-","logs_string_builder_processor"],[3,0,0,"-","logs_string_builder_processor_type"],[3,0,0,"-","logs_trace_remapper"],[3,0,0,"-","logs_trace_remapper_type"],[3,0,0,"-","logs_url_parser"],[3,0,0,"-","logs_url_parser_type"],[3,0,0,"-","logs_user_agent_parser"],[3,0,0,"-","logs_user_agent_parser_type"],[3,0,0,"-","metric_content_encoding"],[3,0,0,"-","metric_metadata"],[3,0,0,"-","metric_search_response"],[3,0,0,"-","metric_search_response_results"],[3,0,0,"-","metrics_list_response"],[3,0,0,"-","metrics_payload"],[3,0,0,"-","metrics_query_metadata"],[3,0,0,"-","metrics_query_response"],[3,0,0,"-","metrics_query_unit"],[3,0,0,"-","monitor"],[3,0,0,"-","monitor_device_id"],[3,0,0,"-","monitor_formula_and_function_event_aggregation"],[3,0,0,"-","monitor_formula_and_function_event_query_definition"],[3,0,0,"-","monitor_formula_and_function_event_query_definition_compute"],[3,0,0,"-","monitor_formula_and_function_event_query_definition_search"],[3,0,0,"-","monitor_formula_and_function_event_query_group_by"],[3,0,0,"-","monitor_formula_and_function_event_query_group_by_sort"],[3,0,0,"-","monitor_formula_and_function_events_data_source"],[3,0,0,"-","monitor_formula_and_function_query_definition"],[3,0,0,"-","monitor_group_search_response"],[3,0,0,"-","monitor_group_search_response_counts"],[3,0,0,"-","monitor_group_search_result"],[3,0,0,"-","monitor_options"],[3,0,0,"-","monitor_options_aggregation"],[3,0,0,"-","monitor_overall_states"],[3,0,0,"-","monitor_renotify_status_type"],[3,0,0,"-","monitor_search_count"],[3,0,0,"-","monitor_search_response"],[3,0,0,"-","monitor_search_response_counts"],[3,0,0,"-","monitor_search_response_metadata"],[3,0,0,"-","monitor_search_result"],[3,0,0,"-","monitor_search_result_notification"],[3,0,0,"-","monitor_state"],[3,0,0,"-","monitor_state_group"],[3,0,0,"-","monitor_summary_widget_definition"],[3,0,0,"-","monitor_summary_widget_definition_type"],[3,0,0,"-","monitor_threshold_window_options"],[3,0,0,"-","monitor_thresholds"],[3,0,0,"-","monitor_type"],[3,0,0,"-","monitor_update_request"],[3,0,0,"-","monthly_usage_attribution_body"],[3,0,0,"-","monthly_usage_attribution_metadata"],[3,0,0,"-","monthly_usage_attribution_pagination"],[3,0,0,"-","monthly_usage_attribution_response"],[3,0,0,"-","monthly_usage_attribution_supported_metrics"],[3,0,0,"-","monthly_usage_attribution_values"],[3,0,0,"-","note_widget_definition"],[3,0,0,"-","note_widget_definition_type"],[3,0,0,"-","notebook_absolute_time"],[3,0,0,"-","notebook_author"],[3,0,0,"-","notebook_cell_create_request"],[3,0,0,"-","notebook_cell_create_request_attributes"],[3,0,0,"-","notebook_cell_resource_type"],[3,0,0,"-","notebook_cell_response"],[3,0,0,"-","notebook_cell_response_attributes"],[3,0,0,"-","notebook_cell_time"],[3,0,0,"-","notebook_cell_update_request"],[3,0,0,"-","notebook_cell_update_request_attributes"],[3,0,0,"-","notebook_create_data"],[3,0,0,"-","notebook_create_data_attributes"],[3,0,0,"-","notebook_create_request"],[3,0,0,"-","notebook_distribution_cell_attributes"],[3,0,0,"-","notebook_global_time"],[3,0,0,"-","notebook_graph_size"],[3,0,0,"-","notebook_heat_map_cell_attributes"],[3,0,0,"-","notebook_log_stream_cell_attributes"],[3,0,0,"-","notebook_markdown_cell_attributes"],[3,0,0,"-","notebook_markdown_cell_definition"],[3,0,0,"-","notebook_markdown_cell_definition_type"],[3,0,0,"-","notebook_metadata"],[3,0,0,"-","notebook_metadata_type"],[3,0,0,"-","notebook_relative_time"],[3,0,0,"-","notebook_resource_type"],[3,0,0,"-","notebook_response"],[3,0,0,"-","notebook_response_data"],[3,0,0,"-","notebook_response_data_attributes"],[3,0,0,"-","notebook_split_by"],[3,0,0,"-","notebook_status"],[3,0,0,"-","notebook_timeseries_cell_attributes"],[3,0,0,"-","notebook_toplist_cell_attributes"],[3,0,0,"-","notebook_update_cell"],[3,0,0,"-","notebook_update_data"],[3,0,0,"-","notebook_update_data_attributes"],[3,0,0,"-","notebook_update_request"],[3,0,0,"-","notebooks_response"],[3,0,0,"-","notebooks_response_data"],[3,0,0,"-","notebooks_response_data_attributes"],[3,0,0,"-","notebooks_response_meta"],[3,0,0,"-","notebooks_response_page"],[3,0,0,"-","organization"],[3,0,0,"-","organization_billing"],[3,0,0,"-","organization_create_body"],[3,0,0,"-","organization_create_response"],[3,0,0,"-","organization_list_response"],[3,0,0,"-","organization_response"],[3,0,0,"-","organization_settings"],[3,0,0,"-","organization_settings_saml"],[3,0,0,"-","organization_settings_saml_autocreate_users_domains"],[3,0,0,"-","organization_settings_saml_idp_initiated_login"],[3,0,0,"-","organization_settings_saml_strict_mode"],[3,0,0,"-","organization_subscription"],[3,0,0,"-","pager_duty_service"],[3,0,0,"-","pager_duty_service_key"],[3,0,0,"-","pager_duty_service_name"],[3,0,0,"-","pagination"],[3,0,0,"-","point"],[3,0,0,"-","process_query_definition"],[3,0,0,"-","query_sort_order"],[3,0,0,"-","query_value_widget_definition"],[3,0,0,"-","query_value_widget_definition_type"],[3,0,0,"-","query_value_widget_request"],[3,0,0,"-","response_meta_attributes"],[3,0,0,"-","scatter_plot_request"],[3,0,0,"-","scatter_plot_widget_definition"],[3,0,0,"-","scatter_plot_widget_definition_requests"],[3,0,0,"-","scatter_plot_widget_definition_type"],[3,0,0,"-","scatterplot_dimension"],[3,0,0,"-","scatterplot_table_request"],[3,0,0,"-","scatterplot_widget_aggregator"],[3,0,0,"-","scatterplot_widget_formula"],[3,0,0,"-","series"],[3,0,0,"-","service_check"],[3,0,0,"-","service_check_status"],[3,0,0,"-","service_checks"],[3,0,0,"-","service_level_objective"],[3,0,0,"-","service_level_objective_query"],[3,0,0,"-","service_level_objective_request"],[3,0,0,"-","service_map_widget_definition"],[3,0,0,"-","service_map_widget_definition_type"],[3,0,0,"-","service_summary_widget_definition"],[3,0,0,"-","service_summary_widget_definition_type"],[3,0,0,"-","slack_integration_channel"],[3,0,0,"-","slack_integration_channel_display"],[3,0,0,"-","slack_integration_channels"],[3,0,0,"-","slo_bulk_delete"],[3,0,0,"-","slo_bulk_delete_error"],[3,0,0,"-","slo_bulk_delete_response"],[3,0,0,"-","slo_bulk_delete_response_data"],[3,0,0,"-","slo_correction"],[3,0,0,"-","slo_correction_category"],[3,0,0,"-","slo_correction_create_data"],[3,0,0,"-","slo_correction_create_request"],[3,0,0,"-","slo_correction_create_request_attributes"],[3,0,0,"-","slo_correction_list_response"],[3,0,0,"-","slo_correction_response"],[3,0,0,"-","slo_correction_response_attributes"],[3,0,0,"-","slo_correction_response_attributes_modifier"],[3,0,0,"-","slo_correction_type"],[3,0,0,"-","slo_correction_update_data"],[3,0,0,"-","slo_correction_update_request"],[3,0,0,"-","slo_correction_update_request_attributes"],[3,0,0,"-","slo_delete_response"],[3,0,0,"-","slo_error_budget_remaining_data"],[3,0,0,"-","slo_error_timeframe"],[3,0,0,"-","slo_history_metrics"],[3,0,0,"-","slo_history_metrics_series"],[3,0,0,"-","slo_history_metrics_series_metadata"],[3,0,0,"-","slo_history_metrics_series_metadata_unit"],[3,0,0,"-","slo_history_monitor"],[3,0,0,"-","slo_history_response"],[3,0,0,"-","slo_history_response_data"],[3,0,0,"-","slo_history_response_error"],[3,0,0,"-","slo_history_response_error_with_type"],[3,0,0,"-","slo_history_sli_data"],[3,0,0,"-","slo_list_response"],[3,0,0,"-","slo_list_response_metadata"],[3,0,0,"-","slo_list_response_metadata_page"],[3,0,0,"-","slo_response"],[3,0,0,"-","slo_response_data"],[3,0,0,"-","slo_threshold"],[3,0,0,"-","slo_timeframe"],[3,0,0,"-","slo_type"],[3,0,0,"-","slo_type_numeric"],[3,0,0,"-","slo_widget_definition"],[3,0,0,"-","slo_widget_definition_type"],[3,0,0,"-","sunburst_widget_definition"],[3,0,0,"-","sunburst_widget_definition_type"],[3,0,0,"-","sunburst_widget_legend"],[3,0,0,"-","sunburst_widget_legend_inline_automatic"],[3,0,0,"-","sunburst_widget_legend_inline_automatic_type"],[3,0,0,"-","sunburst_widget_legend_table"],[3,0,0,"-","sunburst_widget_legend_table_type"],[3,0,0,"-","sunburst_widget_request"],[3,0,0,"-","synthetics_api_step"],[3,0,0,"-","synthetics_api_step_subtype"],[3,0,0,"-","synthetics_api_test"],[3,0,0,"-","synthetics_api_test_config"],[3,0,0,"-","synthetics_api_test_failure_code"],[3,0,0,"-","synthetics_api_test_result_data"],[3,0,0,"-","synthetics_api_test_result_failure"],[3,0,0,"-","synthetics_api_test_result_full"],[3,0,0,"-","synthetics_api_test_result_full_check"],[3,0,0,"-","synthetics_api_test_result_short"],[3,0,0,"-","synthetics_api_test_result_short_result"],[3,0,0,"-","synthetics_api_test_type"],[3,0,0,"-","synthetics_assertion"],[3,0,0,"-","synthetics_assertion_json_path_operator"],[3,0,0,"-","synthetics_assertion_json_path_target"],[3,0,0,"-","synthetics_assertion_json_path_target_target"],[3,0,0,"-","synthetics_assertion_operator"],[3,0,0,"-","synthetics_assertion_target"],[3,0,0,"-","synthetics_assertion_type"],[3,0,0,"-","synthetics_basic_auth"],[3,0,0,"-","synthetics_basic_auth_ntlm"],[3,0,0,"-","synthetics_basic_auth_ntlm_type"],[3,0,0,"-","synthetics_basic_auth_sigv4"],[3,0,0,"-","synthetics_basic_auth_sigv4_type"],[3,0,0,"-","synthetics_basic_auth_web"],[3,0,0,"-","synthetics_basic_auth_web_type"],[3,0,0,"-","synthetics_batch_details"],[3,0,0,"-","synthetics_batch_details_data"],[3,0,0,"-","synthetics_batch_result"],[3,0,0,"-","synthetics_browser_error"],[3,0,0,"-","synthetics_browser_error_type"],[3,0,0,"-","synthetics_browser_test"],[3,0,0,"-","synthetics_browser_test_config"],[3,0,0,"-","synthetics_browser_test_failure_code"],[3,0,0,"-","synthetics_browser_test_result_data"],[3,0,0,"-","synthetics_browser_test_result_failure"],[3,0,0,"-","synthetics_browser_test_result_full"],[3,0,0,"-","synthetics_browser_test_result_full_check"],[3,0,0,"-","synthetics_browser_test_result_short"],[3,0,0,"-","synthetics_browser_test_result_short_result"],[3,0,0,"-","synthetics_browser_test_type"],[3,0,0,"-","synthetics_browser_variable"],[3,0,0,"-","synthetics_browser_variable_type"],[3,0,0,"-","synthetics_check_type"],[3,0,0,"-","synthetics_ci_batch_metadata"],[3,0,0,"-","synthetics_ci_batch_metadata_ci"],[3,0,0,"-","synthetics_ci_batch_metadata_git"],[3,0,0,"-","synthetics_ci_batch_metadata_pipeline"],[3,0,0,"-","synthetics_ci_batch_metadata_provider"],[3,0,0,"-","synthetics_ci_test"],[3,0,0,"-","synthetics_ci_test_body"],[3,0,0,"-","synthetics_config_variable"],[3,0,0,"-","synthetics_config_variable_type"],[3,0,0,"-","synthetics_core_web_vitals"],[3,0,0,"-","synthetics_delete_tests_payload"],[3,0,0,"-","synthetics_delete_tests_response"],[3,0,0,"-","synthetics_deleted_test"],[3,0,0,"-","synthetics_device"],[3,0,0,"-","synthetics_device_id"],[3,0,0,"-","synthetics_get_api_test_latest_results_response"],[3,0,0,"-","synthetics_get_browser_test_latest_results_response"],[3,0,0,"-","synthetics_global_variable"],[3,0,0,"-","synthetics_global_variable_attributes"],[3,0,0,"-","synthetics_global_variable_parse_test_options"],[3,0,0,"-","synthetics_global_variable_parse_test_options_type"],[3,0,0,"-","synthetics_global_variable_parser_type"],[3,0,0,"-","synthetics_global_variable_value"],[3,0,0,"-","synthetics_list_global_variables_response"],[3,0,0,"-","synthetics_list_tests_response"],[3,0,0,"-","synthetics_location"],[3,0,0,"-","synthetics_locations"],[3,0,0,"-","synthetics_parsing_options"],[3,0,0,"-","synthetics_playing_tab"],[3,0,0,"-","synthetics_private_location"],[3,0,0,"-","synthetics_private_location_creation_response"],[3,0,0,"-","synthetics_private_location_creation_response_result_encryption"],[3,0,0,"-","synthetics_private_location_secrets"],[3,0,0,"-","synthetics_private_location_secrets_authentication"],[3,0,0,"-","synthetics_private_location_secrets_config_decryption"],[3,0,0,"-","synthetics_ssl_certificate"],[3,0,0,"-","synthetics_ssl_certificate_issuer"],[3,0,0,"-","synthetics_ssl_certificate_subject"],[3,0,0,"-","synthetics_status"],[3,0,0,"-","synthetics_step"],[3,0,0,"-","synthetics_step_detail"],[3,0,0,"-","synthetics_step_detail_warning"],[3,0,0,"-","synthetics_step_type"],[3,0,0,"-","synthetics_test_config"],[3,0,0,"-","synthetics_test_details"],[3,0,0,"-","synthetics_test_details_sub_type"],[3,0,0,"-","synthetics_test_details_type"],[3,0,0,"-","synthetics_test_execution_rule"],[3,0,0,"-","synthetics_test_headers"],[3,0,0,"-","synthetics_test_monitor_status"],[3,0,0,"-","synthetics_test_options"],[3,0,0,"-","synthetics_test_options_monitor_options"],[3,0,0,"-","synthetics_test_options_retry"],[3,0,0,"-","synthetics_test_pause_status"],[3,0,0,"-","synthetics_test_process_status"],[3,0,0,"-","synthetics_test_request"],[3,0,0,"-","synthetics_test_request_certificate"],[3,0,0,"-","synthetics_test_request_certificate_item"],[3,0,0,"-","synthetics_test_request_proxy"],[3,0,0,"-","synthetics_timing"],[3,0,0,"-","synthetics_trigger_body"],[3,0,0,"-","synthetics_trigger_ci_test_location"],[3,0,0,"-","synthetics_trigger_ci_test_run_result"],[3,0,0,"-","synthetics_trigger_ci_tests_response"],[3,0,0,"-","synthetics_trigger_test"],[3,0,0,"-","synthetics_update_test_pause_status_payload"],[3,0,0,"-","synthetics_variable_parser"],[3,0,0,"-","synthetics_warning_type"],[3,0,0,"-","table_widget_cell_display_mode"],[3,0,0,"-","table_widget_definition"],[3,0,0,"-","table_widget_definition_type"],[3,0,0,"-","table_widget_has_search_bar"],[3,0,0,"-","table_widget_request"],[3,0,0,"-","tag_to_hosts"],[3,0,0,"-","target_format_type"],[3,0,0,"-","timeseries_widget_definition"],[3,0,0,"-","timeseries_widget_definition_type"],[3,0,0,"-","timeseries_widget_expression_alias"],[3,0,0,"-","timeseries_widget_legend_column"],[3,0,0,"-","timeseries_widget_legend_layout"],[3,0,0,"-","timeseries_widget_request"],[3,0,0,"-","toplist_widget_definition"],[3,0,0,"-","toplist_widget_definition_type"],[3,0,0,"-","toplist_widget_request"],[3,0,0,"-","tree_map_color_by"],[3,0,0,"-","tree_map_group_by"],[3,0,0,"-","tree_map_size_by"],[3,0,0,"-","tree_map_widget_definition"],[3,0,0,"-","tree_map_widget_definition_type"],[3,0,0,"-","tree_map_widget_request"],[3,0,0,"-","usage_analyzed_logs_hour"],[3,0,0,"-","usage_analyzed_logs_response"],[3,0,0,"-","usage_attribution_aggregates"],[3,0,0,"-","usage_attribution_aggregates_body"],[3,0,0,"-","usage_attribution_body"],[3,0,0,"-","usage_attribution_metadata"],[3,0,0,"-","usage_attribution_pagination"],[3,0,0,"-","usage_attribution_response"],[3,0,0,"-","usage_attribution_sort"],[3,0,0,"-","usage_attribution_supported_metrics"],[3,0,0,"-","usage_attribution_tag_names"],[3,0,0,"-","usage_attribution_values"],[3,0,0,"-","usage_audit_logs_hour"],[3,0,0,"-","usage_audit_logs_response"],[3,0,0,"-","usage_billable_summary_body"],[3,0,0,"-","usage_billable_summary_hour"],[3,0,0,"-","usage_billable_summary_keys"],[3,0,0,"-","usage_billable_summary_response"],[3,0,0,"-","usage_ci_visibility_hour"],[3,0,0,"-","usage_ci_visibility_response"],[3,0,0,"-","usage_cloud_security_posture_management_hour"],[3,0,0,"-","usage_cloud_security_posture_management_response"],[3,0,0,"-","usage_custom_reports_attributes"],[3,0,0,"-","usage_custom_reports_data"],[3,0,0,"-","usage_custom_reports_meta"],[3,0,0,"-","usage_custom_reports_page"],[3,0,0,"-","usage_custom_reports_response"],[3,0,0,"-","usage_cws_hour"],[3,0,0,"-","usage_cws_response"],[3,0,0,"-","usage_dbm_hour"],[3,0,0,"-","usage_dbm_response"],[3,0,0,"-","usage_fargate_hour"],[3,0,0,"-","usage_fargate_response"],[3,0,0,"-","usage_host_hour"],[3,0,0,"-","usage_hosts_response"],[3,0,0,"-","usage_incident_management_hour"],[3,0,0,"-","usage_incident_management_response"],[3,0,0,"-","usage_indexed_spans_hour"],[3,0,0,"-","usage_indexed_spans_response"],[3,0,0,"-","usage_ingested_spans_hour"],[3,0,0,"-","usage_ingested_spans_response"],[3,0,0,"-","usage_io_t_hour"],[3,0,0,"-","usage_io_t_response"],[3,0,0,"-","usage_lambda_hour"],[3,0,0,"-","usage_lambda_response"],[3,0,0,"-","usage_logs_by_index_hour"],[3,0,0,"-","usage_logs_by_index_response"],[3,0,0,"-","usage_logs_by_retention_hour"],[3,0,0,"-","usage_logs_by_retention_response"],[3,0,0,"-","usage_logs_hour"],[3,0,0,"-","usage_logs_response"],[3,0,0,"-","usage_metric_category"],[3,0,0,"-","usage_network_flows_hour"],[3,0,0,"-","usage_network_flows_response"],[3,0,0,"-","usage_network_hosts_hour"],[3,0,0,"-","usage_network_hosts_response"],[3,0,0,"-","usage_online_archive_hour"],[3,0,0,"-","usage_online_archive_response"],[3,0,0,"-","usage_profiling_hour"],[3,0,0,"-","usage_profiling_response"],[3,0,0,"-","usage_reports_type"],[3,0,0,"-","usage_rum_sessions_hour"],[3,0,0,"-","usage_rum_sessions_response"],[3,0,0,"-","usage_rum_units_hour"],[3,0,0,"-","usage_rum_units_response"],[3,0,0,"-","usage_sds_hour"],[3,0,0,"-","usage_sds_response"],[3,0,0,"-","usage_snmp_hour"],[3,0,0,"-","usage_snmp_response"],[3,0,0,"-","usage_sort"],[3,0,0,"-","usage_sort_direction"],[3,0,0,"-","usage_specified_custom_reports_attributes"],[3,0,0,"-","usage_specified_custom_reports_data"],[3,0,0,"-","usage_specified_custom_reports_meta"],[3,0,0,"-","usage_specified_custom_reports_page"],[3,0,0,"-","usage_specified_custom_reports_response"],[3,0,0,"-","usage_summary_date"],[3,0,0,"-","usage_summary_date_org"],[3,0,0,"-","usage_summary_response"],[3,0,0,"-","usage_synthetics_api_hour"],[3,0,0,"-","usage_synthetics_api_response"],[3,0,0,"-","usage_synthetics_browser_hour"],[3,0,0,"-","usage_synthetics_browser_response"],[3,0,0,"-","usage_synthetics_hour"],[3,0,0,"-","usage_synthetics_response"],[3,0,0,"-","usage_timeseries_hour"],[3,0,0,"-","usage_timeseries_response"],[3,0,0,"-","usage_top_avg_metrics_hour"],[3,0,0,"-","usage_top_avg_metrics_metadata"],[3,0,0,"-","usage_top_avg_metrics_response"],[3,0,0,"-","user"],[3,0,0,"-","user_disable_response"],[3,0,0,"-","user_list_response"],[3,0,0,"-","user_response"],[3,0,0,"-","webhooks_integration"],[3,0,0,"-","webhooks_integration_custom_variable"],[3,0,0,"-","webhooks_integration_custom_variable_response"],[3,0,0,"-","webhooks_integration_custom_variable_update_request"],[3,0,0,"-","webhooks_integration_encoding"],[3,0,0,"-","webhooks_integration_update_request"],[3,0,0,"-","widget"],[3,0,0,"-","widget_aggregator"],[3,0,0,"-","widget_axis"],[3,0,0,"-","widget_change_type"],[3,0,0,"-","widget_color_preference"],[3,0,0,"-","widget_comparator"],[3,0,0,"-","widget_compare_to"],[3,0,0,"-","widget_conditional_format"],[3,0,0,"-","widget_custom_link"],[3,0,0,"-","widget_definition"],[3,0,0,"-","widget_display_type"],[3,0,0,"-","widget_event"],[3,0,0,"-","widget_event_size"],[3,0,0,"-","widget_field_sort"],[3,0,0,"-","widget_formula"],[3,0,0,"-","widget_formula_limit"],[3,0,0,"-","widget_grouping"],[3,0,0,"-","widget_horizontal_align"],[3,0,0,"-","widget_image_sizing"],[3,0,0,"-","widget_layout"],[3,0,0,"-","widget_layout_type"],[3,0,0,"-","widget_line_type"],[3,0,0,"-","widget_line_width"],[3,0,0,"-","widget_live_span"],[3,0,0,"-","widget_margin"],[3,0,0,"-","widget_marker"],[3,0,0,"-","widget_message_display"],[3,0,0,"-","widget_monitor_summary_display_format"],[3,0,0,"-","widget_monitor_summary_sort"],[3,0,0,"-","widget_node_type"],[3,0,0,"-","widget_order_by"],[3,0,0,"-","widget_palette"],[3,0,0,"-","widget_request_style"],[3,0,0,"-","widget_service_summary_display_format"],[3,0,0,"-","widget_size_format"],[3,0,0,"-","widget_sort"],[3,0,0,"-","widget_style"],[3,0,0,"-","widget_summary_type"],[3,0,0,"-","widget_text_align"],[3,0,0,"-","widget_tick_edge"],[3,0,0,"-","widget_time"],[3,0,0,"-","widget_time_windows"],[3,0,0,"-","widget_vertical_align"],[3,0,0,"-","widget_view_mode"],[3,0,0,"-","widget_viz_type"]],"datadog_api_client.v1.model.access_role":[[3,1,1,"","AccessRole"]],"datadog_api_client.v1.model.access_role.AccessRole":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.agent_check":[[3,1,1,"","AgentCheck"]],"datadog_api_client.v1.model.agent_check.AgentCheck":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.alert_graph_widget_definition":[[3,1,1,"","AlertGraphWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.alert_graph_widget_definition.AlertGraphWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.alert_graph_widget_definition_type":[[3,1,1,"","AlertGraphWidgetDefinitionType"]],"datadog_api_client.v1.model.alert_graph_widget_definition_type.AlertGraphWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.alert_value_widget_definition":[[3,1,1,"","AlertValueWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.alert_value_widget_definition.AlertValueWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.alert_value_widget_definition_type":[[3,1,1,"","AlertValueWidgetDefinitionType"]],"datadog_api_client.v1.model.alert_value_widget_definition_type.AlertValueWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.api_error_response":[[3,1,1,"","APIErrorResponse"]],"datadog_api_client.v1.model.api_error_response.APIErrorResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.api_key":[[3,1,1,"","ApiKey"]],"datadog_api_client.v1.model.api_key.ApiKey":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.api_key_list_response":[[3,1,1,"","ApiKeyListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.api_key_list_response.ApiKeyListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.api_key_response":[[3,1,1,"","ApiKeyResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.api_key_response.ApiKeyResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.apm_stats_query_column_type":[[3,1,1,"","ApmStatsQueryColumnType"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.apm_stats_query_column_type.ApmStatsQueryColumnType":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.apm_stats_query_definition":[[3,1,1,"","ApmStatsQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.apm_stats_query_definition.ApmStatsQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.apm_stats_query_row_type":[[3,1,1,"","ApmStatsQueryRowType"]],"datadog_api_client.v1.model.apm_stats_query_row_type.ApmStatsQueryRowType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.application_key":[[3,1,1,"","ApplicationKey"]],"datadog_api_client.v1.model.application_key.ApplicationKey":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.application_key_list_response":[[3,1,1,"","ApplicationKeyListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.application_key_list_response.ApplicationKeyListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.application_key_response":[[3,1,1,"","ApplicationKeyResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.application_key_response.ApplicationKeyResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.authentication_validation_response":[[3,1,1,"","AuthenticationValidationResponse"]],"datadog_api_client.v1.model.authentication_validation_response.AuthenticationValidationResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.aws_account":[[3,1,1,"","AWSAccount"]],"datadog_api_client.v1.model.aws_account.AWSAccount":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_account_and_lambda_request":[[3,1,1,"","AWSAccountAndLambdaRequest"]],"datadog_api_client.v1.model.aws_account_and_lambda_request.AWSAccountAndLambdaRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_account_create_response":[[3,1,1,"","AWSAccountCreateResponse"]],"datadog_api_client.v1.model.aws_account_create_response.AWSAccountCreateResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_account_delete_request":[[3,1,1,"","AWSAccountDeleteRequest"]],"datadog_api_client.v1.model.aws_account_delete_request.AWSAccountDeleteRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_account_list_response":[[3,1,1,"","AWSAccountListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_account_list_response.AWSAccountListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_logs_async_error":[[3,1,1,"","AWSLogsAsyncError"]],"datadog_api_client.v1.model.aws_logs_async_error.AWSLogsAsyncError":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_logs_async_response":[[3,1,1,"","AWSLogsAsyncResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_logs_async_response.AWSLogsAsyncResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_logs_lambda":[[3,1,1,"","AWSLogsLambda"]],"datadog_api_client.v1.model.aws_logs_lambda.AWSLogsLambda":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_logs_list_response":[[3,1,1,"","AWSLogsListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_logs_list_response.AWSLogsListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_logs_list_services_response":[[3,1,1,"","AWSLogsListServicesResponse"]],"datadog_api_client.v1.model.aws_logs_list_services_response.AWSLogsListServicesResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_logs_services_request":[[3,1,1,"","AWSLogsServicesRequest"]],"datadog_api_client.v1.model.aws_logs_services_request.AWSLogsServicesRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_namespace":[[3,1,1,"","AWSNamespace"]],"datadog_api_client.v1.model.aws_namespace.AWSNamespace":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_tag_filter":[[3,1,1,"","AWSTagFilter"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_tag_filter.AWSTagFilter":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_tag_filter_create_request":[[3,1,1,"","AWSTagFilterCreateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_tag_filter_create_request.AWSTagFilterCreateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_tag_filter_delete_request":[[3,1,1,"","AWSTagFilterDeleteRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_tag_filter_delete_request.AWSTagFilterDeleteRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.aws_tag_filter_list_response":[[3,1,1,"","AWSTagFilterListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.aws_tag_filter_list_response.AWSTagFilterListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.azure_account":[[3,1,1,"","AzureAccount"]],"datadog_api_client.v1.model.azure_account.AzureAccount":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.azure_account_list_response":[[3,1,1,"","AzureAccountListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.azure_account_list_response.AzureAccountListResponse":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.cancel_downtimes_by_scope_request":[[3,1,1,"","CancelDowntimesByScopeRequest"]],"datadog_api_client.v1.model.cancel_downtimes_by_scope_request.CancelDowntimesByScopeRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.canceled_downtimes_ids":[[3,1,1,"","CanceledDowntimesIds"]],"datadog_api_client.v1.model.canceled_downtimes_ids.CanceledDowntimesIds":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.change_widget_definition":[[3,1,1,"","ChangeWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.change_widget_definition.ChangeWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.change_widget_definition_type":[[3,1,1,"","ChangeWidgetDefinitionType"]],"datadog_api_client.v1.model.change_widget_definition_type.ChangeWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.change_widget_request":[[3,1,1,"","ChangeWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.change_widget_request.ChangeWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.check_can_delete_monitor_response":[[3,1,1,"","CheckCanDeleteMonitorResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.check_can_delete_monitor_response.CheckCanDeleteMonitorResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.check_can_delete_monitor_response_data":[[3,1,1,"","CheckCanDeleteMonitorResponseData"]],"datadog_api_client.v1.model.check_can_delete_monitor_response_data.CheckCanDeleteMonitorResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.check_can_delete_slo_response":[[3,1,1,"","CheckCanDeleteSLOResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.check_can_delete_slo_response.CheckCanDeleteSLOResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.check_can_delete_slo_response_data":[[3,1,1,"","CheckCanDeleteSLOResponseData"]],"datadog_api_client.v1.model.check_can_delete_slo_response_data.CheckCanDeleteSLOResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.check_status_widget_definition":[[3,1,1,"","CheckStatusWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.check_status_widget_definition.CheckStatusWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.check_status_widget_definition_type":[[3,1,1,"","CheckStatusWidgetDefinitionType"]],"datadog_api_client.v1.model.check_status_widget_definition_type.CheckStatusWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.content_encoding":[[3,1,1,"","ContentEncoding"]],"datadog_api_client.v1.model.content_encoding.ContentEncoding":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.creator":[[3,1,1,"","Creator"]],"datadog_api_client.v1.model.creator.Creator":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard":[[3,1,1,"","Dashboard"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard.Dashboard":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.dashboard_bulk_action_data":[[3,1,1,"","DashboardBulkActionData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_bulk_action_data.DashboardBulkActionData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_bulk_action_data_list":[[3,1,1,"","DashboardBulkActionDataList"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_bulk_action_data_list.DashboardBulkActionDataList":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_bulk_delete_request":[[3,1,1,"","DashboardBulkDeleteRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_bulk_delete_request.DashboardBulkDeleteRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_delete_response":[[3,1,1,"","DashboardDeleteResponse"]],"datadog_api_client.v1.model.dashboard_delete_response.DashboardDeleteResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_layout_type":[[3,1,1,"","DashboardLayoutType"]],"datadog_api_client.v1.model.dashboard_layout_type.DashboardLayoutType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_list":[[3,1,1,"","DashboardList"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_list.DashboardList":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.dashboard_list_delete_response":[[3,1,1,"","DashboardListDeleteResponse"]],"datadog_api_client.v1.model.dashboard_list_delete_response.DashboardListDeleteResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_list_list_response":[[3,1,1,"","DashboardListListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_list_list_response.DashboardListListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_reflow_type":[[3,1,1,"","DashboardReflowType"]],"datadog_api_client.v1.model.dashboard_reflow_type.DashboardReflowType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_resource_type":[[3,1,1,"","DashboardResourceType"]],"datadog_api_client.v1.model.dashboard_resource_type.DashboardResourceType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_restore_request":[[3,1,1,"","DashboardRestoreRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_restore_request.DashboardRestoreRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_summary":[[3,1,1,"","DashboardSummary"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_summary.DashboardSummary":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_summary_definition":[[3,1,1,"","DashboardSummaryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_summary_definition.DashboardSummaryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_template_variable":[[3,1,1,"","DashboardTemplateVariable"]],"datadog_api_client.v1.model.dashboard_template_variable.DashboardTemplateVariable":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_template_variable_preset":[[3,1,1,"","DashboardTemplateVariablePreset"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.dashboard_template_variable_preset.DashboardTemplateVariablePreset":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.dashboard_template_variable_preset_value":[[3,1,1,"","DashboardTemplateVariablePresetValue"]],"datadog_api_client.v1.model.dashboard_template_variable_preset_value.DashboardTemplateVariablePresetValue":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.deleted_monitor":[[3,1,1,"","DeletedMonitor"]],"datadog_api_client.v1.model.deleted_monitor.DeletedMonitor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.distribution_widget_definition":[[3,1,1,"","DistributionWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.distribution_widget_definition.DistributionWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.distribution_widget_definition_type":[[3,1,1,"","DistributionWidgetDefinitionType"]],"datadog_api_client.v1.model.distribution_widget_definition_type.DistributionWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.distribution_widget_request":[[3,1,1,"","DistributionWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.distribution_widget_request.DistributionWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.distribution_widget_x_axis":[[3,1,1,"","DistributionWidgetXAxis"]],"datadog_api_client.v1.model.distribution_widget_x_axis.DistributionWidgetXAxis":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.distribution_widget_y_axis":[[3,1,1,"","DistributionWidgetYAxis"]],"datadog_api_client.v1.model.distribution_widget_y_axis.DistributionWidgetYAxis":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.downtime":[[3,1,1,"","Downtime"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.downtime.Downtime":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.downtime_child":[[3,1,1,"","DowntimeChild"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.downtime_child.DowntimeChild":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.downtime_recurrence":[[3,1,1,"","DowntimeRecurrence"]],"datadog_api_client.v1.model.downtime_recurrence.DowntimeRecurrence":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.event":[[3,1,1,"","Event"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event.Event":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.event_alert_type":[[3,1,1,"","EventAlertType"]],"datadog_api_client.v1.model.event_alert_type.EventAlertType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_create_request":[[3,1,1,"","EventCreateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event_create_request.EventCreateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.event_create_response":[[3,1,1,"","EventCreateResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event_create_response.EventCreateResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_list_response":[[3,1,1,"","EventListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event_list_response.EventListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_priority":[[3,1,1,"","EventPriority"]],"datadog_api_client.v1.model.event_priority.EventPriority":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_query_definition":[[3,1,1,"","EventQueryDefinition"]],"datadog_api_client.v1.model.event_query_definition.EventQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_response":[[3,1,1,"","EventResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event_response.EventResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_stream_widget_definition":[[3,1,1,"","EventStreamWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event_stream_widget_definition.EventStreamWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_stream_widget_definition_type":[[3,1,1,"","EventStreamWidgetDefinitionType"]],"datadog_api_client.v1.model.event_stream_widget_definition_type.EventStreamWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_timeline_widget_definition":[[3,1,1,"","EventTimelineWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.event_timeline_widget_definition.EventTimelineWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.event_timeline_widget_definition_type":[[3,1,1,"","EventTimelineWidgetDefinitionType"]],"datadog_api_client.v1.model.event_timeline_widget_definition_type.EventTimelineWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_apm_dependency_stat_name":[[3,1,1,"","FormulaAndFunctionApmDependencyStatName"]],"datadog_api_client.v1.model.formula_and_function_apm_dependency_stat_name.FormulaAndFunctionApmDependencyStatName":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_apm_dependency_stats_data_source":[[3,1,1,"","FormulaAndFunctionApmDependencyStatsDataSource"]],"datadog_api_client.v1.model.formula_and_function_apm_dependency_stats_data_source.FormulaAndFunctionApmDependencyStatsDataSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_apm_dependency_stats_query_definition":[[3,1,1,"","FormulaAndFunctionApmDependencyStatsQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_apm_dependency_stats_query_definition.FormulaAndFunctionApmDependencyStatsQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_apm_resource_stat_name":[[3,1,1,"","FormulaAndFunctionApmResourceStatName"]],"datadog_api_client.v1.model.formula_and_function_apm_resource_stat_name.FormulaAndFunctionApmResourceStatName":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_apm_resource_stats_data_source":[[3,1,1,"","FormulaAndFunctionApmResourceStatsDataSource"]],"datadog_api_client.v1.model.formula_and_function_apm_resource_stats_data_source.FormulaAndFunctionApmResourceStatsDataSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_apm_resource_stats_query_definition":[[3,1,1,"","FormulaAndFunctionApmResourceStatsQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_apm_resource_stats_query_definition.FormulaAndFunctionApmResourceStatsQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_event_aggregation":[[3,1,1,"","FormulaAndFunctionEventAggregation"]],"datadog_api_client.v1.model.formula_and_function_event_aggregation.FormulaAndFunctionEventAggregation":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_event_query_definition":[[3,1,1,"","FormulaAndFunctionEventQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_event_query_definition.FormulaAndFunctionEventQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_event_query_definition_compute":[[3,1,1,"","FormulaAndFunctionEventQueryDefinitionCompute"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_event_query_definition_compute.FormulaAndFunctionEventQueryDefinitionCompute":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_event_query_definition_search":[[3,1,1,"","FormulaAndFunctionEventQueryDefinitionSearch"]],"datadog_api_client.v1.model.formula_and_function_event_query_definition_search.FormulaAndFunctionEventQueryDefinitionSearch":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_event_query_group_by":[[3,1,1,"","FormulaAndFunctionEventQueryGroupBy"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_event_query_group_by.FormulaAndFunctionEventQueryGroupBy":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_event_query_group_by_sort":[[3,1,1,"","FormulaAndFunctionEventQueryGroupBySort"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_event_query_group_by_sort.FormulaAndFunctionEventQueryGroupBySort":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_events_data_source":[[3,1,1,"","FormulaAndFunctionEventsDataSource"]],"datadog_api_client.v1.model.formula_and_function_events_data_source.FormulaAndFunctionEventsDataSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_metric_aggregation":[[3,1,1,"","FormulaAndFunctionMetricAggregation"]],"datadog_api_client.v1.model.formula_and_function_metric_aggregation.FormulaAndFunctionMetricAggregation":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_metric_data_source":[[3,1,1,"","FormulaAndFunctionMetricDataSource"]],"datadog_api_client.v1.model.formula_and_function_metric_data_source.FormulaAndFunctionMetricDataSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_metric_query_definition":[[3,1,1,"","FormulaAndFunctionMetricQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_metric_query_definition.FormulaAndFunctionMetricQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_process_query_data_source":[[3,1,1,"","FormulaAndFunctionProcessQueryDataSource"]],"datadog_api_client.v1.model.formula_and_function_process_query_data_source.FormulaAndFunctionProcessQueryDataSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_process_query_definition":[[3,1,1,"","FormulaAndFunctionProcessQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_process_query_definition.FormulaAndFunctionProcessQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.formula_and_function_query_definition":[[3,1,1,"","FormulaAndFunctionQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.formula_and_function_response_format":[[3,1,1,"","FormulaAndFunctionResponseFormat"]],"datadog_api_client.v1.model.formula_and_function_response_format.FormulaAndFunctionResponseFormat":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.free_text_widget_definition":[[3,1,1,"","FreeTextWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.free_text_widget_definition.FreeTextWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.free_text_widget_definition_type":[[3,1,1,"","FreeTextWidgetDefinitionType"]],"datadog_api_client.v1.model.free_text_widget_definition_type.FreeTextWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.funnel_query":[[3,1,1,"","FunnelQuery"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.funnel_query.FunnelQuery":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.funnel_request_type":[[3,1,1,"","FunnelRequestType"]],"datadog_api_client.v1.model.funnel_request_type.FunnelRequestType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.funnel_source":[[3,1,1,"","FunnelSource"]],"datadog_api_client.v1.model.funnel_source.FunnelSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.funnel_step":[[3,1,1,"","FunnelStep"]],"datadog_api_client.v1.model.funnel_step.FunnelStep":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.funnel_widget_definition":[[3,1,1,"","FunnelWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.funnel_widget_definition.FunnelWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.funnel_widget_definition_type":[[3,1,1,"","FunnelWidgetDefinitionType"]],"datadog_api_client.v1.model.funnel_widget_definition_type.FunnelWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.funnel_widget_request":[[3,1,1,"","FunnelWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.funnel_widget_request.FunnelWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.gcp_account":[[3,1,1,"","GCPAccount"]],"datadog_api_client.v1.model.gcp_account.GCPAccount":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.gcp_account_list_response":[[3,1,1,"","GCPAccountListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.gcp_account_list_response.GCPAccountListResponse":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.geomap_widget_definition":[[3,1,1,"","GeomapWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.geomap_widget_definition.GeomapWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.geomap_widget_definition_style":[[3,1,1,"","GeomapWidgetDefinitionStyle"]],"datadog_api_client.v1.model.geomap_widget_definition_style.GeomapWidgetDefinitionStyle":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.geomap_widget_definition_type":[[3,1,1,"","GeomapWidgetDefinitionType"]],"datadog_api_client.v1.model.geomap_widget_definition_type.GeomapWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.geomap_widget_definition_view":[[3,1,1,"","GeomapWidgetDefinitionView"]],"datadog_api_client.v1.model.geomap_widget_definition_view.GeomapWidgetDefinitionView":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.geomap_widget_request":[[3,1,1,"","GeomapWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.geomap_widget_request.GeomapWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.graph_snapshot":[[3,1,1,"","GraphSnapshot"]],"datadog_api_client.v1.model.graph_snapshot.GraphSnapshot":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.group_widget_definition":[[3,1,1,"","GroupWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.group_widget_definition.GroupWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.group_widget_definition_type":[[3,1,1,"","GroupWidgetDefinitionType"]],"datadog_api_client.v1.model.group_widget_definition_type.GroupWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.heat_map_widget_definition":[[3,1,1,"","HeatMapWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.heat_map_widget_definition.HeatMapWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.heat_map_widget_definition_type":[[3,1,1,"","HeatMapWidgetDefinitionType"]],"datadog_api_client.v1.model.heat_map_widget_definition_type.HeatMapWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.heat_map_widget_request":[[3,1,1,"","HeatMapWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.heat_map_widget_request.HeatMapWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host":[[3,1,1,"","Host"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.host.Host":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_list_response":[[3,1,1,"","HostListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.host_list_response.HostListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_map_request":[[3,1,1,"","HostMapRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.host_map_request.HostMapRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_map_widget_definition":[[3,1,1,"","HostMapWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.host_map_widget_definition.HostMapWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_map_widget_definition_requests":[[3,1,1,"","HostMapWidgetDefinitionRequests"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.host_map_widget_definition_requests.HostMapWidgetDefinitionRequests":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_map_widget_definition_style":[[3,1,1,"","HostMapWidgetDefinitionStyle"]],"datadog_api_client.v1.model.host_map_widget_definition_style.HostMapWidgetDefinitionStyle":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_map_widget_definition_type":[[3,1,1,"","HostMapWidgetDefinitionType"]],"datadog_api_client.v1.model.host_map_widget_definition_type.HostMapWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_meta":[[3,1,1,"","HostMeta"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.host_meta.HostMeta":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_meta_install_method":[[3,1,1,"","HostMetaInstallMethod"]],"datadog_api_client.v1.model.host_meta_install_method.HostMetaInstallMethod":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_metrics":[[3,1,1,"","HostMetrics"]],"datadog_api_client.v1.model.host_metrics.HostMetrics":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_mute_response":[[3,1,1,"","HostMuteResponse"]],"datadog_api_client.v1.model.host_mute_response.HostMuteResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_mute_settings":[[3,1,1,"","HostMuteSettings"]],"datadog_api_client.v1.model.host_mute_settings.HostMuteSettings":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_tags":[[3,1,1,"","HostTags"]],"datadog_api_client.v1.model.host_tags.HostTags":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.host_totals":[[3,1,1,"","HostTotals"]],"datadog_api_client.v1.model.host_totals.HostTotals":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.hourly_usage_attribution_body":[[3,1,1,"","HourlyUsageAttributionBody"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.hourly_usage_attribution_body.HourlyUsageAttributionBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.hourly_usage_attribution_metadata":[[3,1,1,"","HourlyUsageAttributionMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.hourly_usage_attribution_metadata.HourlyUsageAttributionMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.hourly_usage_attribution_pagination":[[3,1,1,"","HourlyUsageAttributionPagination"]],"datadog_api_client.v1.model.hourly_usage_attribution_pagination.HourlyUsageAttributionPagination":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.hourly_usage_attribution_response":[[3,1,1,"","HourlyUsageAttributionResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.hourly_usage_attribution_response.HourlyUsageAttributionResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.hourly_usage_attribution_usage_type":[[3,1,1,"","HourlyUsageAttributionUsageType"]],"datadog_api_client.v1.model.hourly_usage_attribution_usage_type.HourlyUsageAttributionUsageType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.http_log":[[3,1,1,"","HTTPLog"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.http_log.HTTPLog":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.http_log_error":[[3,1,1,"","HTTPLogError"]],"datadog_api_client.v1.model.http_log_error.HTTPLogError":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.http_log_item":[[3,1,1,"","HTTPLogItem"]],"datadog_api_client.v1.model.http_log_item.HTTPLogItem":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.http_method":[[3,1,1,"","HTTPMethod"]],"datadog_api_client.v1.model.http_method.HTTPMethod":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.i_frame_widget_definition":[[3,1,1,"","IFrameWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.i_frame_widget_definition.IFrameWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.i_frame_widget_definition_type":[[3,1,1,"","IFrameWidgetDefinitionType"]],"datadog_api_client.v1.model.i_frame_widget_definition_type.IFrameWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.idp_form_data":[[3,1,1,"","IdpFormData"]],"datadog_api_client.v1.model.idp_form_data.IdpFormData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.idp_response":[[3,1,1,"","IdpResponse"]],"datadog_api_client.v1.model.idp_response.IdpResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.image_widget_definition":[[3,1,1,"","ImageWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.image_widget_definition.ImageWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.image_widget_definition_type":[[3,1,1,"","ImageWidgetDefinitionType"]],"datadog_api_client.v1.model.image_widget_definition_type.ImageWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.intake_payload_accepted":[[3,1,1,"","IntakePayloadAccepted"]],"datadog_api_client.v1.model.intake_payload_accepted.IntakePayloadAccepted":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_agents":[[3,1,1,"","IPPrefixesAgents"]],"datadog_api_client.v1.model.ip_prefixes_agents.IPPrefixesAgents":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_api":[[3,1,1,"","IPPrefixesAPI"]],"datadog_api_client.v1.model.ip_prefixes_api.IPPrefixesAPI":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_apm":[[3,1,1,"","IPPrefixesAPM"]],"datadog_api_client.v1.model.ip_prefixes_apm.IPPrefixesAPM":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_logs":[[3,1,1,"","IPPrefixesLogs"]],"datadog_api_client.v1.model.ip_prefixes_logs.IPPrefixesLogs":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_process":[[3,1,1,"","IPPrefixesProcess"]],"datadog_api_client.v1.model.ip_prefixes_process.IPPrefixesProcess":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_synthetics":[[3,1,1,"","IPPrefixesSynthetics"]],"datadog_api_client.v1.model.ip_prefixes_synthetics.IPPrefixesSynthetics":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_prefixes_webhooks":[[3,1,1,"","IPPrefixesWebhooks"]],"datadog_api_client.v1.model.ip_prefixes_webhooks.IPPrefixesWebhooks":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.ip_ranges":[[3,1,1,"","IPRanges"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.ip_ranges.IPRanges":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_column":[[3,1,1,"","ListStreamColumn"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.list_stream_column.ListStreamColumn":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_column_width":[[3,1,1,"","ListStreamColumnWidth"]],"datadog_api_client.v1.model.list_stream_column_width.ListStreamColumnWidth":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_query":[[3,1,1,"","ListStreamQuery"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.list_stream_query.ListStreamQuery":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_response_format":[[3,1,1,"","ListStreamResponseFormat"]],"datadog_api_client.v1.model.list_stream_response_format.ListStreamResponseFormat":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_source":[[3,1,1,"","ListStreamSource"]],"datadog_api_client.v1.model.list_stream_source.ListStreamSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_widget_definition":[[3,1,1,"","ListStreamWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.list_stream_widget_definition.ListStreamWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.list_stream_widget_definition_type":[[3,1,1,"","ListStreamWidgetDefinitionType"]],"datadog_api_client.v1.model.list_stream_widget_definition_type.ListStreamWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.list_stream_widget_request":[[3,1,1,"","ListStreamWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.list_stream_widget_request.ListStreamWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log":[[3,1,1,"","Log"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.log.Log":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_content":[[3,1,1,"","LogContent"]],"datadog_api_client.v1.model.log_content.LogContent":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_query_definition":[[3,1,1,"","LogQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.log_query_definition.LogQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_query_definition_group_by":[[3,1,1,"","LogQueryDefinitionGroupBy"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.log_query_definition_group_by.LogQueryDefinitionGroupBy":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_query_definition_group_by_sort":[[3,1,1,"","LogQueryDefinitionGroupBySort"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.log_query_definition_group_by_sort.LogQueryDefinitionGroupBySort":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_query_definition_search":[[3,1,1,"","LogQueryDefinitionSearch"]],"datadog_api_client.v1.model.log_query_definition_search.LogQueryDefinitionSearch":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_stream_widget_definition":[[3,1,1,"","LogStreamWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.log_stream_widget_definition.LogStreamWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.log_stream_widget_definition_type":[[3,1,1,"","LogStreamWidgetDefinitionType"]],"datadog_api_client.v1.model.log_stream_widget_definition_type.LogStreamWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_api_error":[[3,1,1,"","LogsAPIError"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_api_error.LogsAPIError":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_api_error_response":[[3,1,1,"","LogsAPIErrorResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_api_error_response.LogsAPIErrorResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_arithmetic_processor":[[3,1,1,"","LogsArithmeticProcessor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_arithmetic_processor.LogsArithmeticProcessor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_arithmetic_processor_type":[[3,1,1,"","LogsArithmeticProcessorType"]],"datadog_api_client.v1.model.logs_arithmetic_processor_type.LogsArithmeticProcessorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_attribute_remapper":[[3,1,1,"","LogsAttributeRemapper"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_attribute_remapper.LogsAttributeRemapper":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_attribute_remapper_type":[[3,1,1,"","LogsAttributeRemapperType"]],"datadog_api_client.v1.model.logs_attribute_remapper_type.LogsAttributeRemapperType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_by_retention":[[3,1,1,"","LogsByRetention"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_by_retention.LogsByRetention":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_by_retention_monthly_usage":[[3,1,1,"","LogsByRetentionMonthlyUsage"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_by_retention_monthly_usage.LogsByRetentionMonthlyUsage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_by_retention_org_usage":[[3,1,1,"","LogsByRetentionOrgUsage"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_by_retention_org_usage.LogsByRetentionOrgUsage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_by_retention_orgs":[[3,1,1,"","LogsByRetentionOrgs"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_by_retention_orgs.LogsByRetentionOrgs":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_category_processor":[[3,1,1,"","LogsCategoryProcessor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_category_processor.LogsCategoryProcessor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_category_processor_category":[[3,1,1,"","LogsCategoryProcessorCategory"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_category_processor_category.LogsCategoryProcessorCategory":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_category_processor_type":[[3,1,1,"","LogsCategoryProcessorType"]],"datadog_api_client.v1.model.logs_category_processor_type.LogsCategoryProcessorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_date_remapper":[[3,1,1,"","LogsDateRemapper"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_date_remapper.LogsDateRemapper":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_date_remapper_type":[[3,1,1,"","LogsDateRemapperType"]],"datadog_api_client.v1.model.logs_date_remapper_type.LogsDateRemapperType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_exclusion":[[3,1,1,"","LogsExclusion"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_exclusion.LogsExclusion":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_exclusion_filter":[[3,1,1,"","LogsExclusionFilter"]],"datadog_api_client.v1.model.logs_exclusion_filter.LogsExclusionFilter":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_filter":[[3,1,1,"","LogsFilter"]],"datadog_api_client.v1.model.logs_filter.LogsFilter":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_geo_ip_parser":[[3,1,1,"","LogsGeoIPParser"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_geo_ip_parser.LogsGeoIPParser":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_geo_ip_parser_type":[[3,1,1,"","LogsGeoIPParserType"]],"datadog_api_client.v1.model.logs_geo_ip_parser_type.LogsGeoIPParserType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_grok_parser":[[3,1,1,"","LogsGrokParser"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_grok_parser.LogsGrokParser":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.logs_grok_parser_rules":[[3,1,1,"","LogsGrokParserRules"]],"datadog_api_client.v1.model.logs_grok_parser_rules.LogsGrokParserRules":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_grok_parser_type":[[3,1,1,"","LogsGrokParserType"]],"datadog_api_client.v1.model.logs_grok_parser_type.LogsGrokParserType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_index":[[3,1,1,"","LogsIndex"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_index.LogsIndex":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.logs_index_list_response":[[3,1,1,"","LogsIndexListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_index_list_response.LogsIndexListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_index_update_request":[[3,1,1,"","LogsIndexUpdateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_index_update_request.LogsIndexUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_indexes_order":[[3,1,1,"","LogsIndexesOrder"]],"datadog_api_client.v1.model.logs_indexes_order.LogsIndexesOrder":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_list_request":[[3,1,1,"","LogsListRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_list_request.LogsListRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.logs_list_request_time":[[3,1,1,"","LogsListRequestTime"]],"datadog_api_client.v1.model.logs_list_request_time.LogsListRequestTime":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_list_response":[[3,1,1,"","LogsListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_list_response.LogsListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_lookup_processor":[[3,1,1,"","LogsLookupProcessor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_lookup_processor.LogsLookupProcessor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_lookup_processor_type":[[3,1,1,"","LogsLookupProcessorType"]],"datadog_api_client.v1.model.logs_lookup_processor_type.LogsLookupProcessorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_message_remapper":[[3,1,1,"","LogsMessageRemapper"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_message_remapper.LogsMessageRemapper":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_message_remapper_type":[[3,1,1,"","LogsMessageRemapperType"]],"datadog_api_client.v1.model.logs_message_remapper_type.LogsMessageRemapperType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_pipeline":[[3,1,1,"","LogsPipeline"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_pipeline.LogsPipeline":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.logs_pipeline_list":[[3,1,1,"","LogsPipelineList"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_pipeline_list.LogsPipelineList":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_pipeline_processor":[[3,1,1,"","LogsPipelineProcessor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_pipeline_processor.LogsPipelineProcessor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_pipeline_processor_type":[[3,1,1,"","LogsPipelineProcessorType"]],"datadog_api_client.v1.model.logs_pipeline_processor_type.LogsPipelineProcessorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_pipelines_order":[[3,1,1,"","LogsPipelinesOrder"]],"datadog_api_client.v1.model.logs_pipelines_order.LogsPipelinesOrder":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_processor":[[3,1,1,"","LogsProcessor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_query_compute":[[3,1,1,"","LogsQueryCompute"]],"datadog_api_client.v1.model.logs_query_compute.LogsQueryCompute":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_retention_agg_sum_usage":[[3,1,1,"","LogsRetentionAggSumUsage"]],"datadog_api_client.v1.model.logs_retention_agg_sum_usage.LogsRetentionAggSumUsage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_retention_sum_usage":[[3,1,1,"","LogsRetentionSumUsage"]],"datadog_api_client.v1.model.logs_retention_sum_usage.LogsRetentionSumUsage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_service_remapper":[[3,1,1,"","LogsServiceRemapper"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_service_remapper.LogsServiceRemapper":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_service_remapper_type":[[3,1,1,"","LogsServiceRemapperType"]],"datadog_api_client.v1.model.logs_service_remapper_type.LogsServiceRemapperType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_sort":[[3,1,1,"","LogsSort"]],"datadog_api_client.v1.model.logs_sort.LogsSort":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_status_remapper":[[3,1,1,"","LogsStatusRemapper"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_status_remapper.LogsStatusRemapper":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_status_remapper_type":[[3,1,1,"","LogsStatusRemapperType"]],"datadog_api_client.v1.model.logs_status_remapper_type.LogsStatusRemapperType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_string_builder_processor":[[3,1,1,"","LogsStringBuilderProcessor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_string_builder_processor.LogsStringBuilderProcessor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_string_builder_processor_type":[[3,1,1,"","LogsStringBuilderProcessorType"]],"datadog_api_client.v1.model.logs_string_builder_processor_type.LogsStringBuilderProcessorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_trace_remapper":[[3,1,1,"","LogsTraceRemapper"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_trace_remapper.LogsTraceRemapper":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_trace_remapper_type":[[3,1,1,"","LogsTraceRemapperType"]],"datadog_api_client.v1.model.logs_trace_remapper_type.LogsTraceRemapperType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_url_parser":[[3,1,1,"","LogsURLParser"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_url_parser.LogsURLParser":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_url_parser_type":[[3,1,1,"","LogsURLParserType"]],"datadog_api_client.v1.model.logs_url_parser_type.LogsURLParserType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_user_agent_parser":[[3,1,1,"","LogsUserAgentParser"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.logs_user_agent_parser.LogsUserAgentParser":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.logs_user_agent_parser_type":[[3,1,1,"","LogsUserAgentParserType"]],"datadog_api_client.v1.model.logs_user_agent_parser_type.LogsUserAgentParserType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.metric_content_encoding":[[3,1,1,"","MetricContentEncoding"]],"datadog_api_client.v1.model.metric_content_encoding.MetricContentEncoding":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.metric_metadata":[[3,1,1,"","MetricMetadata"]],"datadog_api_client.v1.model.metric_metadata.MetricMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.metric_search_response":[[3,1,1,"","MetricSearchResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.metric_search_response.MetricSearchResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.metric_search_response_results":[[3,1,1,"","MetricSearchResponseResults"]],"datadog_api_client.v1.model.metric_search_response_results.MetricSearchResponseResults":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.metrics_list_response":[[3,1,1,"","MetricsListResponse"]],"datadog_api_client.v1.model.metrics_list_response.MetricsListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.metrics_payload":[[3,1,1,"","MetricsPayload"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.metrics_payload.MetricsPayload":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.metrics_query_metadata":[[3,1,1,"","MetricsQueryMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.metrics_query_metadata.MetricsQueryMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.metrics_query_response":[[3,1,1,"","MetricsQueryResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.metrics_query_response.MetricsQueryResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.metrics_query_unit":[[3,1,1,"","MetricsQueryUnit"]],"datadog_api_client.v1.model.metrics_query_unit.MetricsQueryUnit":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor":[[3,1,1,"","Monitor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor.Monitor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.monitor_device_id":[[3,1,1,"","MonitorDeviceID"]],"datadog_api_client.v1.model.monitor_device_id.MonitorDeviceID":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_aggregation":[[3,1,1,"","MonitorFormulaAndFunctionEventAggregation"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_aggregation.MonitorFormulaAndFunctionEventAggregation":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_definition":[[3,1,1,"","MonitorFormulaAndFunctionEventQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_definition.MonitorFormulaAndFunctionEventQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_definition_compute":[[3,1,1,"","MonitorFormulaAndFunctionEventQueryDefinitionCompute"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_definition_compute.MonitorFormulaAndFunctionEventQueryDefinitionCompute":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_definition_search":[[3,1,1,"","MonitorFormulaAndFunctionEventQueryDefinitionSearch"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_definition_search.MonitorFormulaAndFunctionEventQueryDefinitionSearch":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_group_by":[[3,1,1,"","MonitorFormulaAndFunctionEventQueryGroupBy"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_group_by.MonitorFormulaAndFunctionEventQueryGroupBy":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_group_by_sort":[[3,1,1,"","MonitorFormulaAndFunctionEventQueryGroupBySort"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_formula_and_function_event_query_group_by_sort.MonitorFormulaAndFunctionEventQueryGroupBySort":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_events_data_source":[[3,1,1,"","MonitorFormulaAndFunctionEventsDataSource"]],"datadog_api_client.v1.model.monitor_formula_and_function_events_data_source.MonitorFormulaAndFunctionEventsDataSource":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_formula_and_function_query_definition":[[3,1,1,"","MonitorFormulaAndFunctionQueryDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_group_search_response":[[3,1,1,"","MonitorGroupSearchResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_group_search_response.MonitorGroupSearchResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_group_search_response_counts":[[3,1,1,"","MonitorGroupSearchResponseCounts"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_group_search_response_counts.MonitorGroupSearchResponseCounts":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_group_search_result":[[3,1,1,"","MonitorGroupSearchResult"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_group_search_result.MonitorGroupSearchResult":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_options":[[3,1,1,"","MonitorOptions"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_options.MonitorOptions":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.monitor_options_aggregation":[[3,1,1,"","MonitorOptionsAggregation"]],"datadog_api_client.v1.model.monitor_options_aggregation.MonitorOptionsAggregation":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_overall_states":[[3,1,1,"","MonitorOverallStates"]],"datadog_api_client.v1.model.monitor_overall_states.MonitorOverallStates":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_renotify_status_type":[[3,1,1,"","MonitorRenotifyStatusType"]],"datadog_api_client.v1.model.monitor_renotify_status_type.MonitorRenotifyStatusType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_search_count":[[3,1,1,"","MonitorSearchCount"]],"datadog_api_client.v1.model.monitor_search_count.MonitorSearchCount":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_search_response":[[3,1,1,"","MonitorSearchResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_search_response.MonitorSearchResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_search_response_counts":[[3,1,1,"","MonitorSearchResponseCounts"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_search_response_counts.MonitorSearchResponseCounts":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_search_response_metadata":[[3,1,1,"","MonitorSearchResponseMetadata"]],"datadog_api_client.v1.model.monitor_search_response_metadata.MonitorSearchResponseMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_search_result":[[3,1,1,"","MonitorSearchResult"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_search_result.MonitorSearchResult":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_search_result_notification":[[3,1,1,"","MonitorSearchResultNotification"]],"datadog_api_client.v1.model.monitor_search_result_notification.MonitorSearchResultNotification":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_state":[[3,1,1,"","MonitorState"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_state.MonitorState":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_state_group":[[3,1,1,"","MonitorStateGroup"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_state_group.MonitorStateGroup":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.monitor_summary_widget_definition":[[3,1,1,"","MonitorSummaryWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_summary_widget_definition.MonitorSummaryWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_summary_widget_definition_type":[[3,1,1,"","MonitorSummaryWidgetDefinitionType"]],"datadog_api_client.v1.model.monitor_summary_widget_definition_type.MonitorSummaryWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_threshold_window_options":[[3,1,1,"","MonitorThresholdWindowOptions"]],"datadog_api_client.v1.model.monitor_threshold_window_options.MonitorThresholdWindowOptions":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_thresholds":[[3,1,1,"","MonitorThresholds"]],"datadog_api_client.v1.model.monitor_thresholds.MonitorThresholds":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_type":[[3,1,1,"","MonitorType"]],"datadog_api_client.v1.model.monitor_type.MonitorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monitor_update_request":[[3,1,1,"","MonitorUpdateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monitor_update_request.MonitorUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.monthly_usage_attribution_body":[[3,1,1,"","MonthlyUsageAttributionBody"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monthly_usage_attribution_body.MonthlyUsageAttributionBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monthly_usage_attribution_metadata":[[3,1,1,"","MonthlyUsageAttributionMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monthly_usage_attribution_metadata.MonthlyUsageAttributionMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monthly_usage_attribution_pagination":[[3,1,1,"","MonthlyUsageAttributionPagination"]],"datadog_api_client.v1.model.monthly_usage_attribution_pagination.MonthlyUsageAttributionPagination":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monthly_usage_attribution_response":[[3,1,1,"","MonthlyUsageAttributionResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.monthly_usage_attribution_response.MonthlyUsageAttributionResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monthly_usage_attribution_supported_metrics":[[3,1,1,"","MonthlyUsageAttributionSupportedMetrics"]],"datadog_api_client.v1.model.monthly_usage_attribution_supported_metrics.MonthlyUsageAttributionSupportedMetrics":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.monthly_usage_attribution_values":[[3,1,1,"","MonthlyUsageAttributionValues"]],"datadog_api_client.v1.model.monthly_usage_attribution_values.MonthlyUsageAttributionValues":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.note_widget_definition":[[3,1,1,"","NoteWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.note_widget_definition.NoteWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.note_widget_definition_type":[[3,1,1,"","NoteWidgetDefinitionType"]],"datadog_api_client.v1.model.note_widget_definition_type.NoteWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_absolute_time":[[3,1,1,"","NotebookAbsoluteTime"]],"datadog_api_client.v1.model.notebook_absolute_time.NotebookAbsoluteTime":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_author":[[3,1,1,"","NotebookAuthor"]],"datadog_api_client.v1.model.notebook_author.NotebookAuthor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_cell_create_request":[[3,1,1,"","NotebookCellCreateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_cell_create_request.NotebookCellCreateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_cell_create_request_attributes":[[3,1,1,"","NotebookCellCreateRequestAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_cell_resource_type":[[3,1,1,"","NotebookCellResourceType"]],"datadog_api_client.v1.model.notebook_cell_resource_type.NotebookCellResourceType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_cell_response":[[3,1,1,"","NotebookCellResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_cell_response.NotebookCellResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_cell_response_attributes":[[3,1,1,"","NotebookCellResponseAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_cell_time":[[3,1,1,"","NotebookCellTime"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_cell_update_request":[[3,1,1,"","NotebookCellUpdateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_cell_update_request.NotebookCellUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_cell_update_request_attributes":[[3,1,1,"","NotebookCellUpdateRequestAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_create_data":[[3,1,1,"","NotebookCreateData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_create_data.NotebookCreateData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_create_data_attributes":[[3,1,1,"","NotebookCreateDataAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_create_data_attributes.NotebookCreateDataAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.notebook_create_request":[[3,1,1,"","NotebookCreateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_create_request.NotebookCreateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_distribution_cell_attributes":[[3,1,1,"","NotebookDistributionCellAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_distribution_cell_attributes.NotebookDistributionCellAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_global_time":[[3,1,1,"","NotebookGlobalTime"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_graph_size":[[3,1,1,"","NotebookGraphSize"]],"datadog_api_client.v1.model.notebook_graph_size.NotebookGraphSize":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_heat_map_cell_attributes":[[3,1,1,"","NotebookHeatMapCellAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_heat_map_cell_attributes.NotebookHeatMapCellAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_log_stream_cell_attributes":[[3,1,1,"","NotebookLogStreamCellAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_log_stream_cell_attributes.NotebookLogStreamCellAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_markdown_cell_attributes":[[3,1,1,"","NotebookMarkdownCellAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_markdown_cell_attributes.NotebookMarkdownCellAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_markdown_cell_definition":[[3,1,1,"","NotebookMarkdownCellDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_markdown_cell_definition.NotebookMarkdownCellDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_markdown_cell_definition_type":[[3,1,1,"","NotebookMarkdownCellDefinitionType"]],"datadog_api_client.v1.model.notebook_markdown_cell_definition_type.NotebookMarkdownCellDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_metadata":[[3,1,1,"","NotebookMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_metadata.NotebookMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_metadata_type":[[3,1,1,"","NotebookMetadataType"]],"datadog_api_client.v1.model.notebook_metadata_type.NotebookMetadataType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_relative_time":[[3,1,1,"","NotebookRelativeTime"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_relative_time.NotebookRelativeTime":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_resource_type":[[3,1,1,"","NotebookResourceType"]],"datadog_api_client.v1.model.notebook_resource_type.NotebookResourceType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_response":[[3,1,1,"","NotebookResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_response.NotebookResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_response_data":[[3,1,1,"","NotebookResponseData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_response_data.NotebookResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.notebook_response_data_attributes":[[3,1,1,"","NotebookResponseDataAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_response_data_attributes.NotebookResponseDataAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.notebook_split_by":[[3,1,1,"","NotebookSplitBy"]],"datadog_api_client.v1.model.notebook_split_by.NotebookSplitBy":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_status":[[3,1,1,"","NotebookStatus"]],"datadog_api_client.v1.model.notebook_status.NotebookStatus":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_timeseries_cell_attributes":[[3,1,1,"","NotebookTimeseriesCellAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_timeseries_cell_attributes.NotebookTimeseriesCellAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_toplist_cell_attributes":[[3,1,1,"","NotebookToplistCellAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_toplist_cell_attributes.NotebookToplistCellAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_update_cell":[[3,1,1,"","NotebookUpdateCell"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_update_data":[[3,1,1,"","NotebookUpdateData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_update_data.NotebookUpdateData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebook_update_data_attributes":[[3,1,1,"","NotebookUpdateDataAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_update_data_attributes.NotebookUpdateDataAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.notebook_update_request":[[3,1,1,"","NotebookUpdateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebook_update_request.NotebookUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebooks_response":[[3,1,1,"","NotebooksResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebooks_response.NotebooksResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebooks_response_data":[[3,1,1,"","NotebooksResponseData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebooks_response_data.NotebooksResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.notebooks_response_data_attributes":[[3,1,1,"","NotebooksResponseDataAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebooks_response_data_attributes.NotebooksResponseDataAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.notebooks_response_meta":[[3,1,1,"","NotebooksResponseMeta"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.notebooks_response_meta.NotebooksResponseMeta":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.notebooks_response_page":[[3,1,1,"","NotebooksResponsePage"]],"datadog_api_client.v1.model.notebooks_response_page.NotebooksResponsePage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization":[[3,1,1,"","Organization"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.organization.Organization":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.organization_billing":[[3,1,1,"","OrganizationBilling"]],"datadog_api_client.v1.model.organization_billing.OrganizationBilling":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_create_body":[[3,1,1,"","OrganizationCreateBody"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.organization_create_body.OrganizationCreateBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.organization_create_response":[[3,1,1,"","OrganizationCreateResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.organization_create_response.OrganizationCreateResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_list_response":[[3,1,1,"","OrganizationListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.organization_list_response.OrganizationListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_response":[[3,1,1,"","OrganizationResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.organization_response.OrganizationResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_settings":[[3,1,1,"","OrganizationSettings"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.organization_settings.OrganizationSettings":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_settings_saml":[[3,1,1,"","OrganizationSettingsSaml"]],"datadog_api_client.v1.model.organization_settings_saml.OrganizationSettingsSaml":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_settings_saml_autocreate_users_domains":[[3,1,1,"","OrganizationSettingsSamlAutocreateUsersDomains"]],"datadog_api_client.v1.model.organization_settings_saml_autocreate_users_domains.OrganizationSettingsSamlAutocreateUsersDomains":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_settings_saml_idp_initiated_login":[[3,1,1,"","OrganizationSettingsSamlIdpInitiatedLogin"]],"datadog_api_client.v1.model.organization_settings_saml_idp_initiated_login.OrganizationSettingsSamlIdpInitiatedLogin":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_settings_saml_strict_mode":[[3,1,1,"","OrganizationSettingsSamlStrictMode"]],"datadog_api_client.v1.model.organization_settings_saml_strict_mode.OrganizationSettingsSamlStrictMode":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.organization_subscription":[[3,1,1,"","OrganizationSubscription"]],"datadog_api_client.v1.model.organization_subscription.OrganizationSubscription":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.pager_duty_service":[[3,1,1,"","PagerDutyService"]],"datadog_api_client.v1.model.pager_duty_service.PagerDutyService":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.pager_duty_service_key":[[3,1,1,"","PagerDutyServiceKey"]],"datadog_api_client.v1.model.pager_duty_service_key.PagerDutyServiceKey":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.pager_duty_service_name":[[3,1,1,"","PagerDutyServiceName"]],"datadog_api_client.v1.model.pager_duty_service_name.PagerDutyServiceName":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.pagination":[[3,1,1,"","Pagination"]],"datadog_api_client.v1.model.pagination.Pagination":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.point":[[3,1,1,"","Point"]],"datadog_api_client.v1.model.point.Point":[[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.process_query_definition":[[3,1,1,"","ProcessQueryDefinition"]],"datadog_api_client.v1.model.process_query_definition.ProcessQueryDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.query_sort_order":[[3,1,1,"","QuerySortOrder"]],"datadog_api_client.v1.model.query_sort_order.QuerySortOrder":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.query_value_widget_definition":[[3,1,1,"","QueryValueWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.query_value_widget_definition.QueryValueWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.query_value_widget_definition_type":[[3,1,1,"","QueryValueWidgetDefinitionType"]],"datadog_api_client.v1.model.query_value_widget_definition_type.QueryValueWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.query_value_widget_request":[[3,1,1,"","QueryValueWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.query_value_widget_request.QueryValueWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.response_meta_attributes":[[3,1,1,"","ResponseMetaAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.response_meta_attributes.ResponseMetaAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatter_plot_request":[[3,1,1,"","ScatterPlotRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.scatter_plot_request.ScatterPlotRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatter_plot_widget_definition":[[3,1,1,"","ScatterPlotWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.scatter_plot_widget_definition.ScatterPlotWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatter_plot_widget_definition_requests":[[3,1,1,"","ScatterPlotWidgetDefinitionRequests"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.scatter_plot_widget_definition_requests.ScatterPlotWidgetDefinitionRequests":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatter_plot_widget_definition_type":[[3,1,1,"","ScatterPlotWidgetDefinitionType"]],"datadog_api_client.v1.model.scatter_plot_widget_definition_type.ScatterPlotWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatterplot_dimension":[[3,1,1,"","ScatterplotDimension"]],"datadog_api_client.v1.model.scatterplot_dimension.ScatterplotDimension":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatterplot_table_request":[[3,1,1,"","ScatterplotTableRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.scatterplot_table_request.ScatterplotTableRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatterplot_widget_aggregator":[[3,1,1,"","ScatterplotWidgetAggregator"]],"datadog_api_client.v1.model.scatterplot_widget_aggregator.ScatterplotWidgetAggregator":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.scatterplot_widget_formula":[[3,1,1,"","ScatterplotWidgetFormula"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.scatterplot_widget_formula.ScatterplotWidgetFormula":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.series":[[3,1,1,"","Series"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.series.Series":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_check":[[3,1,1,"","ServiceCheck"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.service_check.ServiceCheck":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_check_status":[[3,1,1,"","ServiceCheckStatus"]],"datadog_api_client.v1.model.service_check_status.ServiceCheckStatus":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_checks":[[3,1,1,"","ServiceChecks"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.service_checks.ServiceChecks":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_level_objective":[[3,1,1,"","ServiceLevelObjective"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.service_level_objective.ServiceLevelObjective":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.service_level_objective_query":[[3,1,1,"","ServiceLevelObjectiveQuery"]],"datadog_api_client.v1.model.service_level_objective_query.ServiceLevelObjectiveQuery":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_level_objective_request":[[3,1,1,"","ServiceLevelObjectiveRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.service_level_objective_request.ServiceLevelObjectiveRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_map_widget_definition":[[3,1,1,"","ServiceMapWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.service_map_widget_definition.ServiceMapWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.service_map_widget_definition_type":[[3,1,1,"","ServiceMapWidgetDefinitionType"]],"datadog_api_client.v1.model.service_map_widget_definition_type.ServiceMapWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_summary_widget_definition":[[3,1,1,"","ServiceSummaryWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.service_summary_widget_definition.ServiceSummaryWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.service_summary_widget_definition_type":[[3,1,1,"","ServiceSummaryWidgetDefinitionType"]],"datadog_api_client.v1.model.service_summary_widget_definition_type.ServiceSummaryWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slack_integration_channel":[[3,1,1,"","SlackIntegrationChannel"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slack_integration_channel.SlackIntegrationChannel":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slack_integration_channel_display":[[3,1,1,"","SlackIntegrationChannelDisplay"]],"datadog_api_client.v1.model.slack_integration_channel_display.SlackIntegrationChannelDisplay":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slack_integration_channels":[[3,1,1,"","SlackIntegrationChannels"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slack_integration_channels.SlackIntegrationChannels":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_bulk_delete":[[3,1,1,"","SLOBulkDelete"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_bulk_delete.SLOBulkDelete":[[3,6,1,"","additional_properties_type"]],"datadog_api_client.v1.model.slo_bulk_delete_error":[[3,1,1,"","SLOBulkDeleteError"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_bulk_delete_error.SLOBulkDeleteError":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_bulk_delete_response":[[3,1,1,"","SLOBulkDeleteResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_bulk_delete_response.SLOBulkDeleteResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_bulk_delete_response_data":[[3,1,1,"","SLOBulkDeleteResponseData"]],"datadog_api_client.v1.model.slo_bulk_delete_response_data.SLOBulkDeleteResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction":[[3,1,1,"","SLOCorrection"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction.SLOCorrection":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_category":[[3,1,1,"","SLOCorrectionCategory"]],"datadog_api_client.v1.model.slo_correction_category.SLOCorrectionCategory":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_create_data":[[3,1,1,"","SLOCorrectionCreateData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_create_data.SLOCorrectionCreateData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_create_request":[[3,1,1,"","SLOCorrectionCreateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_create_request.SLOCorrectionCreateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_create_request_attributes":[[3,1,1,"","SLOCorrectionCreateRequestAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_create_request_attributes.SLOCorrectionCreateRequestAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_list_response":[[3,1,1,"","SLOCorrectionListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_list_response.SLOCorrectionListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_response":[[3,1,1,"","SLOCorrectionResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_response.SLOCorrectionResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_response_attributes":[[3,1,1,"","SLOCorrectionResponseAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_response_attributes.SLOCorrectionResponseAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.slo_correction_response_attributes_modifier":[[3,1,1,"","SLOCorrectionResponseAttributesModifier"]],"datadog_api_client.v1.model.slo_correction_response_attributes_modifier.SLOCorrectionResponseAttributesModifier":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_type":[[3,1,1,"","SLOCorrectionType"]],"datadog_api_client.v1.model.slo_correction_type.SLOCorrectionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_update_data":[[3,1,1,"","SLOCorrectionUpdateData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_update_data.SLOCorrectionUpdateData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_update_request":[[3,1,1,"","SLOCorrectionUpdateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_update_request.SLOCorrectionUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_correction_update_request_attributes":[[3,1,1,"","SLOCorrectionUpdateRequestAttributes"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_correction_update_request_attributes.SLOCorrectionUpdateRequestAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_delete_response":[[3,1,1,"","SLODeleteResponse"]],"datadog_api_client.v1.model.slo_delete_response.SLODeleteResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_error_budget_remaining_data":[[3,1,1,"","SLOErrorBudgetRemainingData"]],"datadog_api_client.v1.model.slo_error_budget_remaining_data.SLOErrorBudgetRemainingData":[[3,6,1,"","additional_properties_type"]],"datadog_api_client.v1.model.slo_error_timeframe":[[3,1,1,"","SLOErrorTimeframe"]],"datadog_api_client.v1.model.slo_error_timeframe.SLOErrorTimeframe":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_metrics":[[3,1,1,"","SLOHistoryMetrics"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_metrics.SLOHistoryMetrics":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_metrics_series":[[3,1,1,"","SLOHistoryMetricsSeries"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_metrics_series.SLOHistoryMetricsSeries":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_metrics_series_metadata":[[3,1,1,"","SLOHistoryMetricsSeriesMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_metrics_series_metadata.SLOHistoryMetricsSeriesMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_metrics_series_metadata_unit":[[3,1,1,"","SLOHistoryMetricsSeriesMetadataUnit"]],"datadog_api_client.v1.model.slo_history_metrics_series_metadata_unit.SLOHistoryMetricsSeriesMetadataUnit":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_monitor":[[3,1,1,"","SLOHistoryMonitor"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_monitor.SLOHistoryMonitor":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_response":[[3,1,1,"","SLOHistoryResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_response.SLOHistoryResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_response_data":[[3,1,1,"","SLOHistoryResponseData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_response_data.SLOHistoryResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_response_error":[[3,1,1,"","SLOHistoryResponseError"]],"datadog_api_client.v1.model.slo_history_response_error.SLOHistoryResponseError":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_response_error_with_type":[[3,1,1,"","SLOHistoryResponseErrorWithType"]],"datadog_api_client.v1.model.slo_history_response_error_with_type.SLOHistoryResponseErrorWithType":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_history_sli_data":[[3,1,1,"","SLOHistorySLIData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_history_sli_data.SLOHistorySLIData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_list_response":[[3,1,1,"","SLOListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_list_response.SLOListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_list_response_metadata":[[3,1,1,"","SLOListResponseMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_list_response_metadata.SLOListResponseMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_list_response_metadata_page":[[3,1,1,"","SLOListResponseMetadataPage"]],"datadog_api_client.v1.model.slo_list_response_metadata_page.SLOListResponseMetadataPage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_response":[[3,1,1,"","SLOResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_response.SLOResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_response_data":[[3,1,1,"","SLOResponseData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_response_data.SLOResponseData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.slo_threshold":[[3,1,1,"","SLOThreshold"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_threshold.SLOThreshold":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_timeframe":[[3,1,1,"","SLOTimeframe"]],"datadog_api_client.v1.model.slo_timeframe.SLOTimeframe":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_type":[[3,1,1,"","SLOType"]],"datadog_api_client.v1.model.slo_type.SLOType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_type_numeric":[[3,1,1,"","SLOTypeNumeric"]],"datadog_api_client.v1.model.slo_type_numeric.SLOTypeNumeric":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_widget_definition":[[3,1,1,"","SLOWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.slo_widget_definition.SLOWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.slo_widget_definition_type":[[3,1,1,"","SLOWidgetDefinitionType"]],"datadog_api_client.v1.model.slo_widget_definition_type.SLOWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.sunburst_widget_definition":[[3,1,1,"","SunburstWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.sunburst_widget_definition.SunburstWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.sunburst_widget_definition_type":[[3,1,1,"","SunburstWidgetDefinitionType"]],"datadog_api_client.v1.model.sunburst_widget_definition_type.SunburstWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.sunburst_widget_legend":[[3,1,1,"","SunburstWidgetLegend"]],"datadog_api_client.v1.model.sunburst_widget_legend_inline_automatic":[[3,1,1,"","SunburstWidgetLegendInlineAutomatic"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.sunburst_widget_legend_inline_automatic.SunburstWidgetLegendInlineAutomatic":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.sunburst_widget_legend_inline_automatic_type":[[3,1,1,"","SunburstWidgetLegendInlineAutomaticType"]],"datadog_api_client.v1.model.sunburst_widget_legend_inline_automatic_type.SunburstWidgetLegendInlineAutomaticType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.sunburst_widget_legend_table":[[3,1,1,"","SunburstWidgetLegendTable"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.sunburst_widget_legend_table.SunburstWidgetLegendTable":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.sunburst_widget_legend_table_type":[[3,1,1,"","SunburstWidgetLegendTableType"]],"datadog_api_client.v1.model.sunburst_widget_legend_table_type.SunburstWidgetLegendTableType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.sunburst_widget_request":[[3,1,1,"","SunburstWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.sunburst_widget_request.SunburstWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_step":[[3,1,1,"","SyntheticsAPIStep"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_step.SyntheticsAPIStep":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_step_subtype":[[3,1,1,"","SyntheticsAPIStepSubtype"]],"datadog_api_client.v1.model.synthetics_api_step_subtype.SyntheticsAPIStepSubtype":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test":[[3,1,1,"","SyntheticsAPITest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test.SyntheticsAPITest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_api_test_config":[[3,1,1,"","SyntheticsAPITestConfig"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_config.SyntheticsAPITestConfig":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_failure_code":[[3,1,1,"","SyntheticsApiTestFailureCode"]],"datadog_api_client.v1.model.synthetics_api_test_failure_code.SyntheticsApiTestFailureCode":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_result_data":[[3,1,1,"","SyntheticsAPITestResultData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_result_data.SyntheticsAPITestResultData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_result_failure":[[3,1,1,"","SyntheticsApiTestResultFailure"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_result_failure.SyntheticsApiTestResultFailure":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_result_full":[[3,1,1,"","SyntheticsAPITestResultFull"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_result_full.SyntheticsAPITestResultFull":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_result_full_check":[[3,1,1,"","SyntheticsAPITestResultFullCheck"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_result_full_check.SyntheticsAPITestResultFullCheck":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_result_short":[[3,1,1,"","SyntheticsAPITestResultShort"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_result_short.SyntheticsAPITestResultShort":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_result_short_result":[[3,1,1,"","SyntheticsAPITestResultShortResult"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_api_test_result_short_result.SyntheticsAPITestResultShortResult":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_api_test_type":[[3,1,1,"","SyntheticsAPITestType"]],"datadog_api_client.v1.model.synthetics_api_test_type.SyntheticsAPITestType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_assertion":[[3,1,1,"","SyntheticsAssertion"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_assertion_json_path_operator":[[3,1,1,"","SyntheticsAssertionJSONPathOperator"]],"datadog_api_client.v1.model.synthetics_assertion_json_path_operator.SyntheticsAssertionJSONPathOperator":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_assertion_json_path_target":[[3,1,1,"","SyntheticsAssertionJSONPathTarget"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_assertion_json_path_target.SyntheticsAssertionJSONPathTarget":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_assertion_json_path_target_target":[[3,1,1,"","SyntheticsAssertionJSONPathTargetTarget"]],"datadog_api_client.v1.model.synthetics_assertion_json_path_target_target.SyntheticsAssertionJSONPathTargetTarget":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_assertion_operator":[[3,1,1,"","SyntheticsAssertionOperator"]],"datadog_api_client.v1.model.synthetics_assertion_operator.SyntheticsAssertionOperator":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_assertion_target":[[3,1,1,"","SyntheticsAssertionTarget"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_assertion_target.SyntheticsAssertionTarget":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_assertion_type":[[3,1,1,"","SyntheticsAssertionType"]],"datadog_api_client.v1.model.synthetics_assertion_type.SyntheticsAssertionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_basic_auth":[[3,1,1,"","SyntheticsBasicAuth"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_basic_auth_ntlm":[[3,1,1,"","SyntheticsBasicAuthNTLM"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_basic_auth_ntlm.SyntheticsBasicAuthNTLM":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_basic_auth_ntlm_type":[[3,1,1,"","SyntheticsBasicAuthNTLMType"]],"datadog_api_client.v1.model.synthetics_basic_auth_ntlm_type.SyntheticsBasicAuthNTLMType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_basic_auth_sigv4":[[3,1,1,"","SyntheticsBasicAuthSigv4"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_basic_auth_sigv4.SyntheticsBasicAuthSigv4":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_basic_auth_sigv4_type":[[3,1,1,"","SyntheticsBasicAuthSigv4Type"]],"datadog_api_client.v1.model.synthetics_basic_auth_sigv4_type.SyntheticsBasicAuthSigv4Type":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_basic_auth_web":[[3,1,1,"","SyntheticsBasicAuthWeb"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_basic_auth_web.SyntheticsBasicAuthWeb":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_basic_auth_web_type":[[3,1,1,"","SyntheticsBasicAuthWebType"]],"datadog_api_client.v1.model.synthetics_basic_auth_web_type.SyntheticsBasicAuthWebType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_batch_details":[[3,1,1,"","SyntheticsBatchDetails"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_batch_details.SyntheticsBatchDetails":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_batch_details_data":[[3,1,1,"","SyntheticsBatchDetailsData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_batch_details_data.SyntheticsBatchDetailsData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_batch_result":[[3,1,1,"","SyntheticsBatchResult"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_batch_result.SyntheticsBatchResult":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_error":[[3,1,1,"","SyntheticsBrowserError"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_error.SyntheticsBrowserError":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_error_type":[[3,1,1,"","SyntheticsBrowserErrorType"]],"datadog_api_client.v1.model.synthetics_browser_error_type.SyntheticsBrowserErrorType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test":[[3,1,1,"","SyntheticsBrowserTest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test.SyntheticsBrowserTest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_browser_test_config":[[3,1,1,"","SyntheticsBrowserTestConfig"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_config.SyntheticsBrowserTestConfig":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_failure_code":[[3,1,1,"","SyntheticsBrowserTestFailureCode"]],"datadog_api_client.v1.model.synthetics_browser_test_failure_code.SyntheticsBrowserTestFailureCode":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_result_data":[[3,1,1,"","SyntheticsBrowserTestResultData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_result_data.SyntheticsBrowserTestResultData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_result_failure":[[3,1,1,"","SyntheticsBrowserTestResultFailure"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_result_failure.SyntheticsBrowserTestResultFailure":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_result_full":[[3,1,1,"","SyntheticsBrowserTestResultFull"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_result_full.SyntheticsBrowserTestResultFull":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_result_full_check":[[3,1,1,"","SyntheticsBrowserTestResultFullCheck"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_result_full_check.SyntheticsBrowserTestResultFullCheck":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_result_short":[[3,1,1,"","SyntheticsBrowserTestResultShort"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_result_short.SyntheticsBrowserTestResultShort":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_result_short_result":[[3,1,1,"","SyntheticsBrowserTestResultShortResult"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_test_result_short_result.SyntheticsBrowserTestResultShortResult":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_test_type":[[3,1,1,"","SyntheticsBrowserTestType"]],"datadog_api_client.v1.model.synthetics_browser_test_type.SyntheticsBrowserTestType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_variable":[[3,1,1,"","SyntheticsBrowserVariable"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_browser_variable.SyntheticsBrowserVariable":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_browser_variable_type":[[3,1,1,"","SyntheticsBrowserVariableType"]],"datadog_api_client.v1.model.synthetics_browser_variable_type.SyntheticsBrowserVariableType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_check_type":[[3,1,1,"","SyntheticsCheckType"]],"datadog_api_client.v1.model.synthetics_check_type.SyntheticsCheckType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata":[[3,1,1,"","SyntheticsCIBatchMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata.SyntheticsCIBatchMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_ci":[[3,1,1,"","SyntheticsCIBatchMetadataCI"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_ci.SyntheticsCIBatchMetadataCI":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_git":[[3,1,1,"","SyntheticsCIBatchMetadataGit"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_git.SyntheticsCIBatchMetadataGit":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_pipeline":[[3,1,1,"","SyntheticsCIBatchMetadataPipeline"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_pipeline.SyntheticsCIBatchMetadataPipeline":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_provider":[[3,1,1,"","SyntheticsCIBatchMetadataProvider"]],"datadog_api_client.v1.model.synthetics_ci_batch_metadata_provider.SyntheticsCIBatchMetadataProvider":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_test":[[3,1,1,"","SyntheticsCITest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_ci_test.SyntheticsCITest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ci_test_body":[[3,1,1,"","SyntheticsCITestBody"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_ci_test_body.SyntheticsCITestBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_config_variable":[[3,1,1,"","SyntheticsConfigVariable"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_config_variable.SyntheticsConfigVariable":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_config_variable_type":[[3,1,1,"","SyntheticsConfigVariableType"]],"datadog_api_client.v1.model.synthetics_config_variable_type.SyntheticsConfigVariableType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_core_web_vitals":[[3,1,1,"","SyntheticsCoreWebVitals"]],"datadog_api_client.v1.model.synthetics_core_web_vitals.SyntheticsCoreWebVitals":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_delete_tests_payload":[[3,1,1,"","SyntheticsDeleteTestsPayload"]],"datadog_api_client.v1.model.synthetics_delete_tests_payload.SyntheticsDeleteTestsPayload":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_delete_tests_response":[[3,1,1,"","SyntheticsDeleteTestsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_delete_tests_response.SyntheticsDeleteTestsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_deleted_test":[[3,1,1,"","SyntheticsDeletedTest"]],"datadog_api_client.v1.model.synthetics_deleted_test.SyntheticsDeletedTest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_device":[[3,1,1,"","SyntheticsDevice"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_device.SyntheticsDevice":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_device_id":[[3,1,1,"","SyntheticsDeviceID"]],"datadog_api_client.v1.model.synthetics_device_id.SyntheticsDeviceID":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_get_api_test_latest_results_response":[[3,1,1,"","SyntheticsGetAPITestLatestResultsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_get_api_test_latest_results_response.SyntheticsGetAPITestLatestResultsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_get_browser_test_latest_results_response":[[3,1,1,"","SyntheticsGetBrowserTestLatestResultsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_get_browser_test_latest_results_response.SyntheticsGetBrowserTestLatestResultsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_global_variable":[[3,1,1,"","SyntheticsGlobalVariable"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_global_variable.SyntheticsGlobalVariable":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_global_variable_attributes":[[3,1,1,"","SyntheticsGlobalVariableAttributes"]],"datadog_api_client.v1.model.synthetics_global_variable_attributes.SyntheticsGlobalVariableAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_global_variable_parse_test_options":[[3,1,1,"","SyntheticsGlobalVariableParseTestOptions"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_global_variable_parse_test_options.SyntheticsGlobalVariableParseTestOptions":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_global_variable_parse_test_options_type":[[3,1,1,"","SyntheticsGlobalVariableParseTestOptionsType"]],"datadog_api_client.v1.model.synthetics_global_variable_parse_test_options_type.SyntheticsGlobalVariableParseTestOptionsType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_global_variable_parser_type":[[3,1,1,"","SyntheticsGlobalVariableParserType"]],"datadog_api_client.v1.model.synthetics_global_variable_parser_type.SyntheticsGlobalVariableParserType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_global_variable_value":[[3,1,1,"","SyntheticsGlobalVariableValue"]],"datadog_api_client.v1.model.synthetics_global_variable_value.SyntheticsGlobalVariableValue":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_list_global_variables_response":[[3,1,1,"","SyntheticsListGlobalVariablesResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_list_global_variables_response.SyntheticsListGlobalVariablesResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_list_tests_response":[[3,1,1,"","SyntheticsListTestsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_list_tests_response.SyntheticsListTestsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_location":[[3,1,1,"","SyntheticsLocation"]],"datadog_api_client.v1.model.synthetics_location.SyntheticsLocation":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_locations":[[3,1,1,"","SyntheticsLocations"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_locations.SyntheticsLocations":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_parsing_options":[[3,1,1,"","SyntheticsParsingOptions"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_parsing_options.SyntheticsParsingOptions":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_playing_tab":[[3,1,1,"","SyntheticsPlayingTab"]],"datadog_api_client.v1.model.synthetics_playing_tab.SyntheticsPlayingTab":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_private_location":[[3,1,1,"","SyntheticsPrivateLocation"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_private_location.SyntheticsPrivateLocation":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_private_location_creation_response":[[3,1,1,"","SyntheticsPrivateLocationCreationResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_private_location_creation_response.SyntheticsPrivateLocationCreationResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_private_location_creation_response_result_encryption":[[3,1,1,"","SyntheticsPrivateLocationCreationResponseResultEncryption"]],"datadog_api_client.v1.model.synthetics_private_location_creation_response_result_encryption.SyntheticsPrivateLocationCreationResponseResultEncryption":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_private_location_secrets":[[3,1,1,"","SyntheticsPrivateLocationSecrets"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_private_location_secrets.SyntheticsPrivateLocationSecrets":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_private_location_secrets_authentication":[[3,1,1,"","SyntheticsPrivateLocationSecretsAuthentication"]],"datadog_api_client.v1.model.synthetics_private_location_secrets_authentication.SyntheticsPrivateLocationSecretsAuthentication":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_private_location_secrets_config_decryption":[[3,1,1,"","SyntheticsPrivateLocationSecretsConfigDecryption"]],"datadog_api_client.v1.model.synthetics_private_location_secrets_config_decryption.SyntheticsPrivateLocationSecretsConfigDecryption":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_ssl_certificate":[[3,1,1,"","SyntheticsSSLCertificate"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_ssl_certificate.SyntheticsSSLCertificate":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ssl_certificate_issuer":[[3,1,1,"","SyntheticsSSLCertificateIssuer"]],"datadog_api_client.v1.model.synthetics_ssl_certificate_issuer.SyntheticsSSLCertificateIssuer":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_ssl_certificate_subject":[[3,1,1,"","SyntheticsSSLCertificateSubject"]],"datadog_api_client.v1.model.synthetics_ssl_certificate_subject.SyntheticsSSLCertificateSubject":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_status":[[3,1,1,"","SyntheticsStatus"]],"datadog_api_client.v1.model.synthetics_status.SyntheticsStatus":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_step":[[3,1,1,"","SyntheticsStep"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_step.SyntheticsStep":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_step_detail":[[3,1,1,"","SyntheticsStepDetail"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_step_detail.SyntheticsStepDetail":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_step_detail_warning":[[3,1,1,"","SyntheticsStepDetailWarning"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_step_detail_warning.SyntheticsStepDetailWarning":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_step_type":[[3,1,1,"","SyntheticsStepType"]],"datadog_api_client.v1.model.synthetics_step_type.SyntheticsStepType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_config":[[3,1,1,"","SyntheticsTestConfig"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_test_config.SyntheticsTestConfig":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_details":[[3,1,1,"","SyntheticsTestDetails"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_test_details.SyntheticsTestDetails":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.synthetics_test_details_sub_type":[[3,1,1,"","SyntheticsTestDetailsSubType"]],"datadog_api_client.v1.model.synthetics_test_details_sub_type.SyntheticsTestDetailsSubType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_details_type":[[3,1,1,"","SyntheticsTestDetailsType"]],"datadog_api_client.v1.model.synthetics_test_details_type.SyntheticsTestDetailsType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_execution_rule":[[3,1,1,"","SyntheticsTestExecutionRule"]],"datadog_api_client.v1.model.synthetics_test_execution_rule.SyntheticsTestExecutionRule":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_headers":[[3,1,1,"","SyntheticsTestHeaders"]],"datadog_api_client.v1.model.synthetics_test_headers.SyntheticsTestHeaders":[[3,6,1,"","additional_properties_type"]],"datadog_api_client.v1.model.synthetics_test_monitor_status":[[3,1,1,"","SyntheticsTestMonitorStatus"]],"datadog_api_client.v1.model.synthetics_test_monitor_status.SyntheticsTestMonitorStatus":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_options":[[3,1,1,"","SyntheticsTestOptions"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_test_options.SyntheticsTestOptions":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.synthetics_test_options_monitor_options":[[3,1,1,"","SyntheticsTestOptionsMonitorOptions"]],"datadog_api_client.v1.model.synthetics_test_options_monitor_options.SyntheticsTestOptionsMonitorOptions":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.synthetics_test_options_retry":[[3,1,1,"","SyntheticsTestOptionsRetry"]],"datadog_api_client.v1.model.synthetics_test_options_retry.SyntheticsTestOptionsRetry":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_pause_status":[[3,1,1,"","SyntheticsTestPauseStatus"]],"datadog_api_client.v1.model.synthetics_test_pause_status.SyntheticsTestPauseStatus":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_process_status":[[3,1,1,"","SyntheticsTestProcessStatus"]],"datadog_api_client.v1.model.synthetics_test_process_status.SyntheticsTestProcessStatus":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_request":[[3,1,1,"","SyntheticsTestRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_test_request.SyntheticsTestRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.synthetics_test_request_certificate":[[3,1,1,"","SyntheticsTestRequestCertificate"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_test_request_certificate.SyntheticsTestRequestCertificate":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_request_certificate_item":[[3,1,1,"","SyntheticsTestRequestCertificateItem"]],"datadog_api_client.v1.model.synthetics_test_request_certificate_item.SyntheticsTestRequestCertificateItem":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_test_request_proxy":[[3,1,1,"","SyntheticsTestRequestProxy"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_test_request_proxy.SyntheticsTestRequestProxy":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_timing":[[3,1,1,"","SyntheticsTiming"]],"datadog_api_client.v1.model.synthetics_timing.SyntheticsTiming":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_trigger_body":[[3,1,1,"","SyntheticsTriggerBody"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_trigger_body.SyntheticsTriggerBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_trigger_ci_test_location":[[3,1,1,"","SyntheticsTriggerCITestLocation"]],"datadog_api_client.v1.model.synthetics_trigger_ci_test_location.SyntheticsTriggerCITestLocation":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_trigger_ci_test_run_result":[[3,1,1,"","SyntheticsTriggerCITestRunResult"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_trigger_ci_test_run_result.SyntheticsTriggerCITestRunResult":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_trigger_ci_tests_response":[[3,1,1,"","SyntheticsTriggerCITestsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_trigger_ci_tests_response.SyntheticsTriggerCITestsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_trigger_test":[[3,1,1,"","SyntheticsTriggerTest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_trigger_test.SyntheticsTriggerTest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_update_test_pause_status_payload":[[3,1,1,"","SyntheticsUpdateTestPauseStatusPayload"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_update_test_pause_status_payload.SyntheticsUpdateTestPauseStatusPayload":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_variable_parser":[[3,1,1,"","SyntheticsVariableParser"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.synthetics_variable_parser.SyntheticsVariableParser":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.synthetics_warning_type":[[3,1,1,"","SyntheticsWarningType"]],"datadog_api_client.v1.model.synthetics_warning_type.SyntheticsWarningType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.table_widget_cell_display_mode":[[3,1,1,"","TableWidgetCellDisplayMode"]],"datadog_api_client.v1.model.table_widget_cell_display_mode.TableWidgetCellDisplayMode":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.table_widget_definition":[[3,1,1,"","TableWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.table_widget_definition.TableWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.table_widget_definition_type":[[3,1,1,"","TableWidgetDefinitionType"]],"datadog_api_client.v1.model.table_widget_definition_type.TableWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.table_widget_has_search_bar":[[3,1,1,"","TableWidgetHasSearchBar"]],"datadog_api_client.v1.model.table_widget_has_search_bar.TableWidgetHasSearchBar":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.table_widget_request":[[3,1,1,"","TableWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.table_widget_request.TableWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.tag_to_hosts":[[3,1,1,"","TagToHosts"]],"datadog_api_client.v1.model.tag_to_hosts.TagToHosts":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.target_format_type":[[3,1,1,"","TargetFormatType"]],"datadog_api_client.v1.model.target_format_type.TargetFormatType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.timeseries_widget_definition":[[3,1,1,"","TimeseriesWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.timeseries_widget_definition.TimeseriesWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.timeseries_widget_definition_type":[[3,1,1,"","TimeseriesWidgetDefinitionType"]],"datadog_api_client.v1.model.timeseries_widget_definition_type.TimeseriesWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.timeseries_widget_expression_alias":[[3,1,1,"","TimeseriesWidgetExpressionAlias"]],"datadog_api_client.v1.model.timeseries_widget_expression_alias.TimeseriesWidgetExpressionAlias":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.timeseries_widget_legend_column":[[3,1,1,"","TimeseriesWidgetLegendColumn"]],"datadog_api_client.v1.model.timeseries_widget_legend_column.TimeseriesWidgetLegendColumn":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.timeseries_widget_legend_layout":[[3,1,1,"","TimeseriesWidgetLegendLayout"]],"datadog_api_client.v1.model.timeseries_widget_legend_layout.TimeseriesWidgetLegendLayout":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.timeseries_widget_request":[[3,1,1,"","TimeseriesWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.timeseries_widget_request.TimeseriesWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.toplist_widget_definition":[[3,1,1,"","ToplistWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.toplist_widget_definition.ToplistWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.toplist_widget_definition_type":[[3,1,1,"","ToplistWidgetDefinitionType"]],"datadog_api_client.v1.model.toplist_widget_definition_type.ToplistWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.toplist_widget_request":[[3,1,1,"","ToplistWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.toplist_widget_request.ToplistWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.tree_map_color_by":[[3,1,1,"","TreeMapColorBy"]],"datadog_api_client.v1.model.tree_map_color_by.TreeMapColorBy":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.tree_map_group_by":[[3,1,1,"","TreeMapGroupBy"]],"datadog_api_client.v1.model.tree_map_group_by.TreeMapGroupBy":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.tree_map_size_by":[[3,1,1,"","TreeMapSizeBy"]],"datadog_api_client.v1.model.tree_map_size_by.TreeMapSizeBy":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.tree_map_widget_definition":[[3,1,1,"","TreeMapWidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.tree_map_widget_definition.TreeMapWidgetDefinition":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.tree_map_widget_definition_type":[[3,1,1,"","TreeMapWidgetDefinitionType"]],"datadog_api_client.v1.model.tree_map_widget_definition_type.TreeMapWidgetDefinitionType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.tree_map_widget_request":[[3,1,1,"","TreeMapWidgetRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.tree_map_widget_request.TreeMapWidgetRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_analyzed_logs_hour":[[3,1,1,"","UsageAnalyzedLogsHour"]],"datadog_api_client.v1.model.usage_analyzed_logs_hour.UsageAnalyzedLogsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_analyzed_logs_response":[[3,1,1,"","UsageAnalyzedLogsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_analyzed_logs_response.UsageAnalyzedLogsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_aggregates":[[3,1,1,"","UsageAttributionAggregates"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_attribution_aggregates.UsageAttributionAggregates":[[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_aggregates_body":[[3,1,1,"","UsageAttributionAggregatesBody"]],"datadog_api_client.v1.model.usage_attribution_aggregates_body.UsageAttributionAggregatesBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_body":[[3,1,1,"","UsageAttributionBody"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_attribution_body.UsageAttributionBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_metadata":[[3,1,1,"","UsageAttributionMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_attribution_metadata.UsageAttributionMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_pagination":[[3,1,1,"","UsageAttributionPagination"]],"datadog_api_client.v1.model.usage_attribution_pagination.UsageAttributionPagination":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_response":[[3,1,1,"","UsageAttributionResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_attribution_response.UsageAttributionResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_sort":[[3,1,1,"","UsageAttributionSort"]],"datadog_api_client.v1.model.usage_attribution_sort.UsageAttributionSort":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_supported_metrics":[[3,1,1,"","UsageAttributionSupportedMetrics"]],"datadog_api_client.v1.model.usage_attribution_supported_metrics.UsageAttributionSupportedMetrics":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_attribution_tag_names":[[3,1,1,"","UsageAttributionTagNames"]],"datadog_api_client.v1.model.usage_attribution_tag_names.UsageAttributionTagNames":[[3,6,1,"","additional_properties_type"]],"datadog_api_client.v1.model.usage_attribution_values":[[3,1,1,"","UsageAttributionValues"]],"datadog_api_client.v1.model.usage_attribution_values.UsageAttributionValues":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_audit_logs_hour":[[3,1,1,"","UsageAuditLogsHour"]],"datadog_api_client.v1.model.usage_audit_logs_hour.UsageAuditLogsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_audit_logs_response":[[3,1,1,"","UsageAuditLogsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_audit_logs_response.UsageAuditLogsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_billable_summary_body":[[3,1,1,"","UsageBillableSummaryBody"]],"datadog_api_client.v1.model.usage_billable_summary_body.UsageBillableSummaryBody":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_billable_summary_hour":[[3,1,1,"","UsageBillableSummaryHour"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_billable_summary_hour.UsageBillableSummaryHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_billable_summary_keys":[[3,1,1,"","UsageBillableSummaryKeys"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_billable_summary_keys.UsageBillableSummaryKeys":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_billable_summary_response":[[3,1,1,"","UsageBillableSummaryResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_billable_summary_response.UsageBillableSummaryResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_ci_visibility_hour":[[3,1,1,"","UsageCIVisibilityHour"]],"datadog_api_client.v1.model.usage_ci_visibility_hour.UsageCIVisibilityHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_ci_visibility_response":[[3,1,1,"","UsageCIVisibilityResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_ci_visibility_response.UsageCIVisibilityResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_cloud_security_posture_management_hour":[[3,1,1,"","UsageCloudSecurityPostureManagementHour"]],"datadog_api_client.v1.model.usage_cloud_security_posture_management_hour.UsageCloudSecurityPostureManagementHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_cloud_security_posture_management_response":[[3,1,1,"","UsageCloudSecurityPostureManagementResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_cloud_security_posture_management_response.UsageCloudSecurityPostureManagementResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_custom_reports_attributes":[[3,1,1,"","UsageCustomReportsAttributes"]],"datadog_api_client.v1.model.usage_custom_reports_attributes.UsageCustomReportsAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_custom_reports_data":[[3,1,1,"","UsageCustomReportsData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_custom_reports_data.UsageCustomReportsData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_custom_reports_meta":[[3,1,1,"","UsageCustomReportsMeta"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_custom_reports_meta.UsageCustomReportsMeta":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_custom_reports_page":[[3,1,1,"","UsageCustomReportsPage"]],"datadog_api_client.v1.model.usage_custom_reports_page.UsageCustomReportsPage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_custom_reports_response":[[3,1,1,"","UsageCustomReportsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_custom_reports_response.UsageCustomReportsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_cws_hour":[[3,1,1,"","UsageCWSHour"]],"datadog_api_client.v1.model.usage_cws_hour.UsageCWSHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_cws_response":[[3,1,1,"","UsageCWSResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_cws_response.UsageCWSResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_dbm_hour":[[3,1,1,"","UsageDBMHour"]],"datadog_api_client.v1.model.usage_dbm_hour.UsageDBMHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_dbm_response":[[3,1,1,"","UsageDBMResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_dbm_response.UsageDBMResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_fargate_hour":[[3,1,1,"","UsageFargateHour"]],"datadog_api_client.v1.model.usage_fargate_hour.UsageFargateHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_fargate_response":[[3,1,1,"","UsageFargateResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_fargate_response.UsageFargateResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_host_hour":[[3,1,1,"","UsageHostHour"]],"datadog_api_client.v1.model.usage_host_hour.UsageHostHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_hosts_response":[[3,1,1,"","UsageHostsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_hosts_response.UsageHostsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_incident_management_hour":[[3,1,1,"","UsageIncidentManagementHour"]],"datadog_api_client.v1.model.usage_incident_management_hour.UsageIncidentManagementHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_incident_management_response":[[3,1,1,"","UsageIncidentManagementResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_incident_management_response.UsageIncidentManagementResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_indexed_spans_hour":[[3,1,1,"","UsageIndexedSpansHour"]],"datadog_api_client.v1.model.usage_indexed_spans_hour.UsageIndexedSpansHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_indexed_spans_response":[[3,1,1,"","UsageIndexedSpansResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_indexed_spans_response.UsageIndexedSpansResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_ingested_spans_hour":[[3,1,1,"","UsageIngestedSpansHour"]],"datadog_api_client.v1.model.usage_ingested_spans_hour.UsageIngestedSpansHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_ingested_spans_response":[[3,1,1,"","UsageIngestedSpansResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_ingested_spans_response.UsageIngestedSpansResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_io_t_hour":[[3,1,1,"","UsageIoTHour"]],"datadog_api_client.v1.model.usage_io_t_hour.UsageIoTHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_io_t_response":[[3,1,1,"","UsageIoTResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_io_t_response.UsageIoTResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_lambda_hour":[[3,1,1,"","UsageLambdaHour"]],"datadog_api_client.v1.model.usage_lambda_hour.UsageLambdaHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_lambda_response":[[3,1,1,"","UsageLambdaResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_lambda_response.UsageLambdaResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_logs_by_index_hour":[[3,1,1,"","UsageLogsByIndexHour"]],"datadog_api_client.v1.model.usage_logs_by_index_hour.UsageLogsByIndexHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_logs_by_index_response":[[3,1,1,"","UsageLogsByIndexResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_logs_by_index_response.UsageLogsByIndexResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_logs_by_retention_hour":[[3,1,1,"","UsageLogsByRetentionHour"]],"datadog_api_client.v1.model.usage_logs_by_retention_hour.UsageLogsByRetentionHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_logs_by_retention_response":[[3,1,1,"","UsageLogsByRetentionResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_logs_by_retention_response.UsageLogsByRetentionResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_logs_hour":[[3,1,1,"","UsageLogsHour"]],"datadog_api_client.v1.model.usage_logs_hour.UsageLogsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_logs_response":[[3,1,1,"","UsageLogsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_logs_response.UsageLogsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_metric_category":[[3,1,1,"","UsageMetricCategory"]],"datadog_api_client.v1.model.usage_metric_category.UsageMetricCategory":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_network_flows_hour":[[3,1,1,"","UsageNetworkFlowsHour"]],"datadog_api_client.v1.model.usage_network_flows_hour.UsageNetworkFlowsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_network_flows_response":[[3,1,1,"","UsageNetworkFlowsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_network_flows_response.UsageNetworkFlowsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_network_hosts_hour":[[3,1,1,"","UsageNetworkHostsHour"]],"datadog_api_client.v1.model.usage_network_hosts_hour.UsageNetworkHostsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_network_hosts_response":[[3,1,1,"","UsageNetworkHostsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_network_hosts_response.UsageNetworkHostsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_online_archive_hour":[[3,1,1,"","UsageOnlineArchiveHour"]],"datadog_api_client.v1.model.usage_online_archive_hour.UsageOnlineArchiveHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_online_archive_response":[[3,1,1,"","UsageOnlineArchiveResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_online_archive_response.UsageOnlineArchiveResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_profiling_hour":[[3,1,1,"","UsageProfilingHour"]],"datadog_api_client.v1.model.usage_profiling_hour.UsageProfilingHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_profiling_response":[[3,1,1,"","UsageProfilingResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_profiling_response.UsageProfilingResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_reports_type":[[3,1,1,"","UsageReportsType"]],"datadog_api_client.v1.model.usage_reports_type.UsageReportsType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_rum_sessions_hour":[[3,1,1,"","UsageRumSessionsHour"]],"datadog_api_client.v1.model.usage_rum_sessions_hour.UsageRumSessionsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_rum_sessions_response":[[3,1,1,"","UsageRumSessionsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_rum_sessions_response.UsageRumSessionsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_rum_units_hour":[[3,1,1,"","UsageRumUnitsHour"]],"datadog_api_client.v1.model.usage_rum_units_hour.UsageRumUnitsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_rum_units_response":[[3,1,1,"","UsageRumUnitsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_rum_units_response.UsageRumUnitsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_sds_hour":[[3,1,1,"","UsageSDSHour"]],"datadog_api_client.v1.model.usage_sds_hour.UsageSDSHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_sds_response":[[3,1,1,"","UsageSDSResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_sds_response.UsageSDSResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_snmp_hour":[[3,1,1,"","UsageSNMPHour"]],"datadog_api_client.v1.model.usage_snmp_hour.UsageSNMPHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_snmp_response":[[3,1,1,"","UsageSNMPResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_snmp_response.UsageSNMPResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_sort":[[3,1,1,"","UsageSort"]],"datadog_api_client.v1.model.usage_sort.UsageSort":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_sort_direction":[[3,1,1,"","UsageSortDirection"]],"datadog_api_client.v1.model.usage_sort_direction.UsageSortDirection":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_specified_custom_reports_attributes":[[3,1,1,"","UsageSpecifiedCustomReportsAttributes"]],"datadog_api_client.v1.model.usage_specified_custom_reports_attributes.UsageSpecifiedCustomReportsAttributes":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_specified_custom_reports_data":[[3,1,1,"","UsageSpecifiedCustomReportsData"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_specified_custom_reports_data.UsageSpecifiedCustomReportsData":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_specified_custom_reports_meta":[[3,1,1,"","UsageSpecifiedCustomReportsMeta"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_specified_custom_reports_meta.UsageSpecifiedCustomReportsMeta":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_specified_custom_reports_page":[[3,1,1,"","UsageSpecifiedCustomReportsPage"]],"datadog_api_client.v1.model.usage_specified_custom_reports_page.UsageSpecifiedCustomReportsPage":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_specified_custom_reports_response":[[3,1,1,"","UsageSpecifiedCustomReportsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_specified_custom_reports_response.UsageSpecifiedCustomReportsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_summary_date":[[3,1,1,"","UsageSummaryDate"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_summary_date.UsageSummaryDate":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_summary_date_org":[[3,1,1,"","UsageSummaryDateOrg"]],"datadog_api_client.v1.model.usage_summary_date_org.UsageSummaryDateOrg":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_summary_response":[[3,1,1,"","UsageSummaryResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_summary_response.UsageSummaryResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_synthetics_api_hour":[[3,1,1,"","UsageSyntheticsAPIHour"]],"datadog_api_client.v1.model.usage_synthetics_api_hour.UsageSyntheticsAPIHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_synthetics_api_response":[[3,1,1,"","UsageSyntheticsAPIResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_synthetics_api_response.UsageSyntheticsAPIResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_synthetics_browser_hour":[[3,1,1,"","UsageSyntheticsBrowserHour"]],"datadog_api_client.v1.model.usage_synthetics_browser_hour.UsageSyntheticsBrowserHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_synthetics_browser_response":[[3,1,1,"","UsageSyntheticsBrowserResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_synthetics_browser_response.UsageSyntheticsBrowserResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_synthetics_hour":[[3,1,1,"","UsageSyntheticsHour"]],"datadog_api_client.v1.model.usage_synthetics_hour.UsageSyntheticsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_synthetics_response":[[3,1,1,"","UsageSyntheticsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_synthetics_response.UsageSyntheticsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_timeseries_hour":[[3,1,1,"","UsageTimeseriesHour"]],"datadog_api_client.v1.model.usage_timeseries_hour.UsageTimeseriesHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_timeseries_response":[[3,1,1,"","UsageTimeseriesResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_timeseries_response.UsageTimeseriesResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_top_avg_metrics_hour":[[3,1,1,"","UsageTopAvgMetricsHour"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_top_avg_metrics_hour.UsageTopAvgMetricsHour":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_top_avg_metrics_metadata":[[3,1,1,"","UsageTopAvgMetricsMetadata"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_top_avg_metrics_metadata.UsageTopAvgMetricsMetadata":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.usage_top_avg_metrics_response":[[3,1,1,"","UsageTopAvgMetricsResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.usage_top_avg_metrics_response.UsageTopAvgMetricsResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.user":[[3,1,1,"","User"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.user.User":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","read_only_vars"]],"datadog_api_client.v1.model.user_disable_response":[[3,1,1,"","UserDisableResponse"]],"datadog_api_client.v1.model.user_disable_response.UserDisableResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.user_list_response":[[3,1,1,"","UserListResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.user_list_response.UserListResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.user_response":[[3,1,1,"","UserResponse"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.user_response.UserResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.webhooks_integration":[[3,1,1,"","WebhooksIntegration"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.webhooks_integration.WebhooksIntegration":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.webhooks_integration_custom_variable":[[3,1,1,"","WebhooksIntegrationCustomVariable"]],"datadog_api_client.v1.model.webhooks_integration_custom_variable.WebhooksIntegrationCustomVariable":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.webhooks_integration_custom_variable_response":[[3,1,1,"","WebhooksIntegrationCustomVariableResponse"]],"datadog_api_client.v1.model.webhooks_integration_custom_variable_response.WebhooksIntegrationCustomVariableResponse":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.webhooks_integration_custom_variable_update_request":[[3,1,1,"","WebhooksIntegrationCustomVariableUpdateRequest"]],"datadog_api_client.v1.model.webhooks_integration_custom_variable_update_request.WebhooksIntegrationCustomVariableUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.webhooks_integration_encoding":[[3,1,1,"","WebhooksIntegrationEncoding"]],"datadog_api_client.v1.model.webhooks_integration_encoding.WebhooksIntegrationEncoding":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.webhooks_integration_update_request":[[3,1,1,"","WebhooksIntegrationUpdateRequest"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.webhooks_integration_update_request.WebhooksIntegrationUpdateRequest":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget":[[3,1,1,"","Widget"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget.Widget":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_aggregator":[[3,1,1,"","WidgetAggregator"]],"datadog_api_client.v1.model.widget_aggregator.WidgetAggregator":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_axis":[[3,1,1,"","WidgetAxis"]],"datadog_api_client.v1.model.widget_axis.WidgetAxis":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_change_type":[[3,1,1,"","WidgetChangeType"]],"datadog_api_client.v1.model.widget_change_type.WidgetChangeType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_color_preference":[[3,1,1,"","WidgetColorPreference"]],"datadog_api_client.v1.model.widget_color_preference.WidgetColorPreference":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_comparator":[[3,1,1,"","WidgetComparator"]],"datadog_api_client.v1.model.widget_comparator.WidgetComparator":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_compare_to":[[3,1,1,"","WidgetCompareTo"]],"datadog_api_client.v1.model.widget_compare_to.WidgetCompareTo":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_conditional_format":[[3,1,1,"","WidgetConditionalFormat"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_conditional_format.WidgetConditionalFormat":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_custom_link":[[3,1,1,"","WidgetCustomLink"]],"datadog_api_client.v1.model.widget_custom_link.WidgetCustomLink":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_definition":[[3,1,1,"","WidgetDefinition"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_display_type":[[3,1,1,"","WidgetDisplayType"]],"datadog_api_client.v1.model.widget_display_type.WidgetDisplayType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_event":[[3,1,1,"","WidgetEvent"]],"datadog_api_client.v1.model.widget_event.WidgetEvent":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_event_size":[[3,1,1,"","WidgetEventSize"]],"datadog_api_client.v1.model.widget_event_size.WidgetEventSize":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_field_sort":[[3,1,1,"","WidgetFieldSort"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_field_sort.WidgetFieldSort":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_formula":[[3,1,1,"","WidgetFormula"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_formula.WidgetFormula":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_formula_limit":[[3,1,1,"","WidgetFormulaLimit"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_formula_limit.WidgetFormulaLimit":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_grouping":[[3,1,1,"","WidgetGrouping"]],"datadog_api_client.v1.model.widget_grouping.WidgetGrouping":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_horizontal_align":[[3,1,1,"","WidgetHorizontalAlign"]],"datadog_api_client.v1.model.widget_horizontal_align.WidgetHorizontalAlign":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_image_sizing":[[3,1,1,"","WidgetImageSizing"]],"datadog_api_client.v1.model.widget_image_sizing.WidgetImageSizing":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_layout":[[3,1,1,"","WidgetLayout"]],"datadog_api_client.v1.model.widget_layout.WidgetLayout":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"],[3,6,1,"","validations"]],"datadog_api_client.v1.model.widget_layout_type":[[3,1,1,"","WidgetLayoutType"]],"datadog_api_client.v1.model.widget_layout_type.WidgetLayoutType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_line_type":[[3,1,1,"","WidgetLineType"]],"datadog_api_client.v1.model.widget_line_type.WidgetLineType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_line_width":[[3,1,1,"","WidgetLineWidth"]],"datadog_api_client.v1.model.widget_line_width.WidgetLineWidth":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_live_span":[[3,1,1,"","WidgetLiveSpan"]],"datadog_api_client.v1.model.widget_live_span.WidgetLiveSpan":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_margin":[[3,1,1,"","WidgetMargin"]],"datadog_api_client.v1.model.widget_margin.WidgetMargin":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_marker":[[3,1,1,"","WidgetMarker"]],"datadog_api_client.v1.model.widget_marker.WidgetMarker":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_message_display":[[3,1,1,"","WidgetMessageDisplay"]],"datadog_api_client.v1.model.widget_message_display.WidgetMessageDisplay":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_monitor_summary_display_format":[[3,1,1,"","WidgetMonitorSummaryDisplayFormat"]],"datadog_api_client.v1.model.widget_monitor_summary_display_format.WidgetMonitorSummaryDisplayFormat":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_monitor_summary_sort":[[3,1,1,"","WidgetMonitorSummarySort"]],"datadog_api_client.v1.model.widget_monitor_summary_sort.WidgetMonitorSummarySort":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_node_type":[[3,1,1,"","WidgetNodeType"]],"datadog_api_client.v1.model.widget_node_type.WidgetNodeType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_order_by":[[3,1,1,"","WidgetOrderBy"]],"datadog_api_client.v1.model.widget_order_by.WidgetOrderBy":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_palette":[[3,1,1,"","WidgetPalette"]],"datadog_api_client.v1.model.widget_palette.WidgetPalette":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_request_style":[[3,1,1,"","WidgetRequestStyle"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_request_style.WidgetRequestStyle":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_service_summary_display_format":[[3,1,1,"","WidgetServiceSummaryDisplayFormat"]],"datadog_api_client.v1.model.widget_service_summary_display_format.WidgetServiceSummaryDisplayFormat":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_size_format":[[3,1,1,"","WidgetSizeFormat"]],"datadog_api_client.v1.model.widget_size_format.WidgetSizeFormat":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_sort":[[3,1,1,"","WidgetSort"]],"datadog_api_client.v1.model.widget_sort.WidgetSort":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_style":[[3,1,1,"","WidgetStyle"]],"datadog_api_client.v1.model.widget_style.WidgetStyle":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_summary_type":[[3,1,1,"","WidgetSummaryType"]],"datadog_api_client.v1.model.widget_summary_type.WidgetSummaryType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_text_align":[[3,1,1,"","WidgetTextAlign"]],"datadog_api_client.v1.model.widget_text_align.WidgetTextAlign":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_tick_edge":[[3,1,1,"","WidgetTickEdge"]],"datadog_api_client.v1.model.widget_tick_edge.WidgetTickEdge":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_time":[[3,1,1,"","WidgetTime"],[3,4,1,"","lazy_import"]],"datadog_api_client.v1.model.widget_time.WidgetTime":[[3,6,1,"","attribute_map"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_time_windows":[[3,1,1,"","WidgetTimeWindows"]],"datadog_api_client.v1.model.widget_time_windows.WidgetTimeWindows":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_vertical_align":[[3,1,1,"","WidgetVerticalAlign"]],"datadog_api_client.v1.model.widget_vertical_align.WidgetVerticalAlign":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_view_mode":[[3,1,1,"","WidgetViewMode"]],"datadog_api_client.v1.model.widget_view_mode.WidgetViewMode":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v1.model.widget_viz_type":[[3,1,1,"","WidgetVizType"]],"datadog_api_client.v1.model.widget_viz_type.WidgetVizType":[[3,6,1,"","allowed_values"],[3,6,1,"","openapi_types"]],"datadog_api_client.v2":[[5,0,0,"-","api"],[4,0,0,"-","configuration"],[6,0,0,"-","model"]],"datadog_api_client.v2.api":[[5,0,0,"-","audit_api"],[5,0,0,"-","auth_n_mappings_api"],[5,0,0,"-","cloud_workload_security_api"],[5,0,0,"-","dashboard_lists_api"],[5,0,0,"-","incident_services_api"],[5,0,0,"-","incident_teams_api"],[5,0,0,"-","incidents_api"],[5,0,0,"-","key_management_api"],[5,0,0,"-","logs_api"],[5,0,0,"-","logs_archives_api"],[5,0,0,"-","logs_metrics_api"],[5,0,0,"-","metrics_api"],[5,0,0,"-","processes_api"],[5,0,0,"-","roles_api"],[5,0,0,"-","rum_api"],[5,0,0,"-","security_monitoring_api"],[5,0,0,"-","service_accounts_api"],[5,0,0,"-","users_api"]],"datadog_api_client.v2.api.audit_api":[[5,1,1,"","AuditApi"]],"datadog_api_client.v2.api.audit_api.AuditApi":[[5,2,1,"","list_audit_logs"],[5,2,1,"","search_audit_logs"]],"datadog_api_client.v2.api.auth_n_mappings_api":[[5,1,1,"","AuthNMappingsApi"]],"datadog_api_client.v2.api.auth_n_mappings_api.AuthNMappingsApi":[[5,2,1,"","create_auth_n_mapping"],[5,2,1,"","delete_auth_n_mapping"],[5,2,1,"","get_auth_n_mapping"],[5,2,1,"","list_auth_n_mappings"],[5,2,1,"","update_auth_n_mapping"]],"datadog_api_client.v2.api.cloud_workload_security_api":[[5,1,1,"","CloudWorkloadSecurityApi"]],"datadog_api_client.v2.api.cloud_workload_security_api.CloudWorkloadSecurityApi":[[5,2,1,"","create_cloud_workload_security_agent_rule"],[5,2,1,"","delete_cloud_workload_security_agent_rule"],[5,2,1,"","download_cloud_workload_policy_file"],[5,2,1,"","get_cloud_workload_security_agent_rule"],[5,2,1,"","list_cloud_workload_security_agent_rules"],[5,2,1,"","update_cloud_workload_security_agent_rule"]],"datadog_api_client.v2.api.dashboard_lists_api":[[5,1,1,"","DashboardListsApi"]],"datadog_api_client.v2.api.dashboard_lists_api.DashboardListsApi":[[5,2,1,"","create_dashboard_list_items"],[5,2,1,"","delete_dashboard_list_items"],[5,2,1,"","get_dashboard_list_items"],[5,2,1,"","update_dashboard_list_items"]],"datadog_api_client.v2.api.incident_services_api":[[5,1,1,"","IncidentServicesApi"]],"datadog_api_client.v2.api.incident_services_api.IncidentServicesApi":[[5,2,1,"","create_incident_service"],[5,2,1,"","delete_incident_service"],[5,2,1,"","get_incident_service"],[5,2,1,"","list_incident_services"],[5,2,1,"","update_incident_service"]],"datadog_api_client.v2.api.incident_teams_api":[[5,1,1,"","IncidentTeamsApi"]],"datadog_api_client.v2.api.incident_teams_api.IncidentTeamsApi":[[5,2,1,"","create_incident_team"],[5,2,1,"","delete_incident_team"],[5,2,1,"","get_incident_team"],[5,2,1,"","list_incident_teams"],[5,2,1,"","update_incident_team"]],"datadog_api_client.v2.api.incidents_api":[[5,1,1,"","IncidentsApi"]],"datadog_api_client.v2.api.incidents_api.IncidentsApi":[[5,2,1,"","create_incident"],[5,2,1,"","delete_incident"],[5,2,1,"","get_incident"],[5,2,1,"","list_incidents"],[5,2,1,"","update_incident"]],"datadog_api_client.v2.api.key_management_api":[[5,1,1,"","KeyManagementApi"]],"datadog_api_client.v2.api.key_management_api.KeyManagementApi":[[5,2,1,"","create_api_key"],[5,2,1,"","create_current_user_application_key"],[5,2,1,"","delete_api_key"],[5,2,1,"","delete_application_key"],[5,2,1,"","delete_current_user_application_key"],[5,2,1,"","get_api_key"],[5,2,1,"","get_application_key"],[5,2,1,"","get_current_user_application_key"],[5,2,1,"","list_api_keys"],[5,2,1,"","list_application_keys"],[5,2,1,"","list_current_user_application_keys"],[5,2,1,"","update_api_key"],[5,2,1,"","update_application_key"],[5,2,1,"","update_current_user_application_key"]],"datadog_api_client.v2.api.logs_api":[[5,1,1,"","LogsApi"]],"datadog_api_client.v2.api.logs_api.LogsApi":[[5,2,1,"","aggregate_logs"],[5,2,1,"","list_logs"],[5,2,1,"","list_logs_get"],[5,2,1,"","submit_log"]],"datadog_api_client.v2.api.logs_archives_api":[[5,1,1,"","LogsArchivesApi"]],"datadog_api_client.v2.api.logs_archives_api.LogsArchivesApi":[[5,2,1,"","add_read_role_to_archive"],[5,2,1,"","create_logs_archive"],[5,2,1,"","delete_logs_archive"],[5,2,1,"","get_logs_archive"],[5,2,1,"","get_logs_archive_order"],[5,2,1,"","list_archive_read_roles"],[5,2,1,"","list_logs_archives"],[5,2,1,"","remove_role_from_archive"],[5,2,1,"","update_logs_archive"],[5,2,1,"","update_logs_archive_order"]],"datadog_api_client.v2.api.logs_metrics_api":[[5,1,1,"","LogsMetricsApi"]],"datadog_api_client.v2.api.logs_metrics_api.LogsMetricsApi":[[5,2,1,"","create_logs_metric"],[5,2,1,"","delete_logs_metric"],[5,2,1,"","get_logs_metric"],[5,2,1,"","list_logs_metrics"],[5,2,1,"","update_logs_metric"]],"datadog_api_client.v2.api.metrics_api":[[5,1,1,"","MetricsApi"]],"datadog_api_client.v2.api.metrics_api.MetricsApi":[[5,2,1,"","create_bulk_tags_metrics_configuration"],[5,2,1,"","create_tag_configuration"],[5,2,1,"","delete_bulk_tags_metrics_configuration"],[5,2,1,"","delete_tag_configuration"],[5,2,1,"","list_tag_configuration_by_name"],[5,2,1,"","list_tag_configurations"],[5,2,1,"","list_tags_by_metric_name"],[5,2,1,"","list_volumes_by_metric_name"],[5,2,1,"","update_tag_configuration"]],"datadog_api_client.v2.api.processes_api":[[5,1,1,"","ProcessesApi"]],"datadog_api_client.v2.api.processes_api.ProcessesApi":[[5,2,1,"","list_processes"]],"datadog_api_client.v2.api.roles_api":[[5,1,1,"","RolesApi"]],"datadog_api_client.v2.api.roles_api.RolesApi":[[5,2,1,"","add_permission_to_role"],[5,2,1,"","add_user_to_role"],[5,2,1,"","clone_role"],[5,2,1,"","create_role"],[5,2,1,"","delete_role"],[5,2,1,"","get_role"],[5,2,1,"","list_permissions"],[5,2,1,"","list_role_permissions"],[5,2,1,"","list_role_users"],[5,2,1,"","list_roles"],[5,2,1,"","remove_permission_from_role"],[5,2,1,"","remove_user_from_role"],[5,2,1,"","update_role"]],"datadog_api_client.v2.api.rum_api":[[5,1,1,"","RUMApi"]],"datadog_api_client.v2.api.rum_api.RUMApi":[[5,2,1,"","list_rum_events"],[5,2,1,"","search_rum_events"]],"datadog_api_client.v2.api.security_monitoring_api":[[5,1,1,"","SecurityMonitoringApi"]],"datadog_api_client.v2.api.security_monitoring_api.SecurityMonitoringApi":[[5,2,1,"","create_security_filter"],[5,2,1,"","create_security_monitoring_rule"],[5,2,1,"","delete_security_filter"],[5,2,1,"","delete_security_monitoring_rule"],[5,2,1,"","get_security_filter"],[5,2,1,"","get_security_monitoring_rule"],[5,2,1,"","list_security_filters"],[5,2,1,"","list_security_monitoring_rules"],[5,2,1,"","list_security_monitoring_signals"],[5,2,1,"","search_security_monitoring_signals"],[5,2,1,"","update_security_filter"],[5,2,1,"","update_security_monitoring_rule"]],"datadog_api_client.v2.api.service_accounts_api":[[5,1,1,"","ServiceAccountsApi"]],"datadog_api_client.v2.api.service_accounts_api.ServiceAccountsApi":[[5,2,1,"","create_service_account_application_key"],[5,2,1,"","delete_service_account_application_key"],[5,2,1,"","get_service_account_application_key"],[5,2,1,"","list_service_account_application_keys"],[5,2,1,"","update_service_account_application_key"]],"datadog_api_client.v2.api.users_api":[[5,1,1,"","UsersApi"]],"datadog_api_client.v2.api.users_api.UsersApi":[[5,2,1,"","create_service_account"],[5,2,1,"","create_user"],[5,2,1,"","disable_user"],[5,2,1,"","get_invitation"],[5,2,1,"","get_user"],[5,2,1,"","list_user_organizations"],[5,2,1,"","list_user_permissions"],[5,2,1,"","list_users"],[5,2,1,"","send_invitations"],[5,2,1,"","update_user"]],"datadog_api_client.v2.configuration":[[4,1,1,"","Configuration"]],"datadog_api_client.v2.configuration.Configuration":[[4,2,1,"","auth_settings"]],"datadog_api_client.v2.model":[[6,0,0,"-","api_error_response"],[6,0,0,"-","api_key_create_attributes"],[6,0,0,"-","api_key_create_data"],[6,0,0,"-","api_key_create_request"],[6,0,0,"-","api_key_relationships"],[6,0,0,"-","api_key_response"],[6,0,0,"-","api_key_response_included_item"],[6,0,0,"-","api_key_update_attributes"],[6,0,0,"-","api_key_update_data"],[6,0,0,"-","api_key_update_request"],[6,0,0,"-","api_keys_response"],[6,0,0,"-","api_keys_sort"],[6,0,0,"-","api_keys_type"],[6,0,0,"-","application_key_create_attributes"],[6,0,0,"-","application_key_create_data"],[6,0,0,"-","application_key_create_request"],[6,0,0,"-","application_key_relationships"],[6,0,0,"-","application_key_response"],[6,0,0,"-","application_key_response_included_item"],[6,0,0,"-","application_key_update_attributes"],[6,0,0,"-","application_key_update_data"],[6,0,0,"-","application_key_update_request"],[6,0,0,"-","application_keys_sort"],[6,0,0,"-","application_keys_type"],[6,0,0,"-","audit_logs_event"],[6,0,0,"-","audit_logs_event_attributes"],[6,0,0,"-","audit_logs_event_type"],[6,0,0,"-","audit_logs_events_response"],[6,0,0,"-","audit_logs_query_filter"],[6,0,0,"-","audit_logs_query_options"],[6,0,0,"-","audit_logs_query_page_options"],[6,0,0,"-","audit_logs_response_links"],[6,0,0,"-","audit_logs_response_metadata"],[6,0,0,"-","audit_logs_response_page"],[6,0,0,"-","audit_logs_response_status"],[6,0,0,"-","audit_logs_search_events_request"],[6,0,0,"-","audit_logs_sort"],[6,0,0,"-","audit_logs_warning"],[6,0,0,"-","auth_n_mapping"],[6,0,0,"-","auth_n_mapping_attributes"],[6,0,0,"-","auth_n_mapping_create_attributes"],[6,0,0,"-","auth_n_mapping_create_data"],[6,0,0,"-","auth_n_mapping_create_relationships"],[6,0,0,"-","auth_n_mapping_create_request"],[6,0,0,"-","auth_n_mapping_included"],[6,0,0,"-","auth_n_mapping_relationships"],[6,0,0,"-","auth_n_mapping_response"],[6,0,0,"-","auth_n_mapping_update_attributes"],[6,0,0,"-","auth_n_mapping_update_data"],[6,0,0,"-","auth_n_mapping_update_relationships"],[6,0,0,"-","auth_n_mapping_update_request"],[6,0,0,"-","auth_n_mappings_response"],[6,0,0,"-","auth_n_mappings_sort"],[6,0,0,"-","auth_n_mappings_type"],[6,0,0,"-","cloud_workload_security_agent_rule_attributes"],[6,0,0,"-","cloud_workload_security_agent_rule_create_attributes"],[6,0,0,"-","cloud_workload_security_agent_rule_create_data"],[6,0,0,"-","cloud_workload_security_agent_rule_create_request"],[6,0,0,"-","cloud_workload_security_agent_rule_creator_attributes"],[6,0,0,"-","cloud_workload_security_agent_rule_data"],[6,0,0,"-","cloud_workload_security_agent_rule_response"],[6,0,0,"-","cloud_workload_security_agent_rule_type"],[6,0,0,"-","cloud_workload_security_agent_rule_update_attributes"],[6,0,0,"-","cloud_workload_security_agent_rule_update_data"],[6,0,0,"-","cloud_workload_security_agent_rule_update_request"],[6,0,0,"-","cloud_workload_security_agent_rule_updater_attributes"],[6,0,0,"-","cloud_workload_security_agent_rules_list_response"],[6,0,0,"-","content_encoding"],[6,0,0,"-","creator"],[6,0,0,"-","dashboard_list_add_items_request"],[6,0,0,"-","dashboard_list_add_items_response"],[6,0,0,"-","dashboard_list_delete_items_request"],[6,0,0,"-","dashboard_list_delete_items_response"],[6,0,0,"-","dashboard_list_item"],[6,0,0,"-","dashboard_list_item_request"],[6,0,0,"-","dashboard_list_item_response"],[6,0,0,"-","dashboard_list_items"],[6,0,0,"-","dashboard_list_update_items_request"],[6,0,0,"-","dashboard_list_update_items_response"],[6,0,0,"-","dashboard_type"],[6,0,0,"-","full_api_key"],[6,0,0,"-","full_api_key_attributes"],[6,0,0,"-","full_application_key"],[6,0,0,"-","full_application_key_attributes"],[6,0,0,"-","http_log"],[6,0,0,"-","http_log_error"],[6,0,0,"-","http_log_errors"],[6,0,0,"-","http_log_item"],[6,0,0,"-","incident_create_attributes"],[6,0,0,"-","incident_create_data"],[6,0,0,"-","incident_create_relationships"],[6,0,0,"-","incident_create_request"],[6,0,0,"-","incident_field_attributes"],[6,0,0,"-","incident_field_attributes_multiple_value"],[6,0,0,"-","incident_field_attributes_single_value"],[6,0,0,"-","incident_field_attributes_single_value_type"],[6,0,0,"-","incident_field_attributes_value_type"],[6,0,0,"-","incident_integration_metadata_type"],[6,0,0,"-","incident_notification_handle"],[6,0,0,"-","incident_postmortem_type"],[6,0,0,"-","incident_related_object"],[6,0,0,"-","incident_response"],[6,0,0,"-","incident_response_attributes"],[6,0,0,"-","incident_response_data"],[6,0,0,"-","incident_response_included_item"],[6,0,0,"-","incident_response_meta"],[6,0,0,"-","incident_response_meta_pagination"],[6,0,0,"-","incident_response_relationships"],[6,0,0,"-","incident_service_create_attributes"],[6,0,0,"-","incident_service_create_data"],[6,0,0,"-","incident_service_create_request"],[6,0,0,"-","incident_service_included_items"],[6,0,0,"-","incident_service_relationships"],[6,0,0,"-","incident_service_response"],[6,0,0,"-","incident_service_response_attributes"],[6,0,0,"-","incident_service_response_data"],[6,0,0,"-","incident_service_type"],[6,0,0,"-","incident_service_update_attributes"],[6,0,0,"-","incident_service_update_data"],[6,0,0,"-","incident_service_update_request"],[6,0,0,"-","incident_services_response"],[6,0,0,"-","incident_team_create_attributes"],[6,0,0,"-","incident_team_create_data"],[6,0,0,"-","incident_team_create_request"],[6,0,0,"-","incident_team_included_items"],[6,0,0,"-","incident_team_relationships"],[6,0,0,"-","incident_team_response"],[6,0,0,"-","incident_team_response_attributes"],[6,0,0,"-","incident_team_response_data"],[6,0,0,"-","incident_team_type"],[6,0,0,"-","incident_team_update_attributes"],[6,0,0,"-","incident_team_update_data"],[6,0,0,"-","incident_team_update_request"],[6,0,0,"-","incident_teams_response"],[6,0,0,"-","incident_timeline_cell_create_attributes"],[6,0,0,"-","incident_timeline_cell_markdown_content_type"],[6,0,0,"-","incident_timeline_cell_markdown_create_attributes"],[6,0,0,"-","incident_timeline_cell_markdown_create_attributes_content"],[6,0,0,"-","incident_type"],[6,0,0,"-","incident_update_attributes"],[6,0,0,"-","incident_update_data"],[6,0,0,"-","incident_update_relationships"],[6,0,0,"-","incident_update_request"],[6,0,0,"-","incidents_response"],[6,0,0,"-","list_application_keys_response"],[6,0,0,"-","log"],[6,0,0,"-","log_attributes"],[6,0,0,"-","log_type"],[6,0,0,"-","logs_aggregate_bucket"],[6,0,0,"-","logs_aggregate_bucket_value"],[6,0,0,"-","logs_aggregate_bucket_value_timeseries"],[6,0,0,"-","logs_aggregate_bucket_value_timeseries_point"],[6,0,0,"-","logs_aggregate_request"],[6,0,0,"-","logs_aggregate_request_page"],[6,0,0,"-","logs_aggregate_response"],[6,0,0,"-","logs_aggregate_response_data"],[6,0,0,"-","logs_aggregate_response_status"],[6,0,0,"-","logs_aggregate_sort"],[6,0,0,"-","logs_aggregate_sort_type"],[6,0,0,"-","logs_aggregation_function"],[6,0,0,"-","logs_archive"],[6,0,0,"-","logs_archive_attributes"],[6,0,0,"-","logs_archive_create_request"],[6,0,0,"-","logs_archive_create_request_attributes"],[6,0,0,"-","logs_archive_create_request_definition"],[6,0,0,"-","logs_archive_create_request_destination"],[6,0,0,"-","logs_archive_definition"],[6,0,0,"-","logs_archive_destination"],[6,0,0,"-","logs_archive_destination_azure"],[6,0,0,"-","logs_archive_destination_azure_type"],[6,0,0,"-","logs_archive_destination_gcs"],[6,0,0,"-","logs_archive_destination_gcs_type"],[6,0,0,"-","logs_archive_destination_s3"],[6,0,0,"-","logs_archive_destination_s3_type"],[6,0,0,"-","logs_archive_integration_azure"],[6,0,0,"-","logs_archive_integration_gcs"],[6,0,0,"-","logs_archive_integration_s3"],[6,0,0,"-","logs_archive_order"],[6,0,0,"-","logs_archive_order_attributes"],[6,0,0,"-","logs_archive_order_definition"],[6,0,0,"-","logs_archive_order_definition_type"],[6,0,0,"-","logs_archive_state"],[6,0,0,"-","logs_archives"],[6,0,0,"-","logs_compute"],[6,0,0,"-","logs_compute_type"],[6,0,0,"-","logs_group_by"],[6,0,0,"-","logs_group_by_histogram"],[6,0,0,"-","logs_group_by_missing"],[6,0,0,"-","logs_group_by_total"],[6,0,0,"-","logs_list_request"],[6,0,0,"-","logs_list_request_page"],[6,0,0,"-","logs_list_response"],[6,0,0,"-","logs_list_response_links"],[6,0,0,"-","logs_metric_compute"],[6,0,0,"-","logs_metric_compute_aggregation_type"],[6,0,0,"-","logs_metric_create_attributes"],[6,0,0,"-","logs_metric_create_data"],[6,0,0,"-","logs_metric_create_request"],[6,0,0,"-","logs_metric_filter"],[6,0,0,"-","logs_metric_group_by"],[6,0,0,"-","logs_metric_response"],[6,0,0,"-","logs_metric_response_attributes"],[6,0,0,"-","logs_metric_response_compute"],[6,0,0,"-","logs_metric_response_compute_aggregation_type"],[6,0,0,"-","logs_metric_response_data"],[6,0,0,"-","logs_metric_response_filter"],[6,0,0,"-","logs_metric_response_group_by"],[6,0,0,"-","logs_metric_type"],[6,0,0,"-","logs_metric_update_attributes"],[6,0,0,"-","logs_metric_update_data"],[6,0,0,"-","logs_metric_update_request"],[6,0,0,"-","logs_metrics_response"],[6,0,0,"-","logs_query_filter"],[6,0,0,"-","logs_query_options"],[6,0,0,"-","logs_response_metadata"],[6,0,0,"-","logs_response_metadata_page"],[6,0,0,"-","logs_sort"],[6,0,0,"-","logs_sort_order"],[6,0,0,"-","logs_warning"],[6,0,0,"-","metric"],[6,0,0,"-","metric_all_tags"],[6,0,0,"-","metric_all_tags_attributes"],[6,0,0,"-","metric_all_tags_response"],[6,0,0,"-","metric_bulk_configure_tags_type"],[6,0,0,"-","metric_bulk_tag_config_create"],[6,0,0,"-","metric_bulk_tag_config_create_attributes"],[6,0,0,"-","metric_bulk_tag_config_create_request"],[6,0,0,"-","metric_bulk_tag_config_delete"],[6,0,0,"-","metric_bulk_tag_config_delete_attributes"],[6,0,0,"-","metric_bulk_tag_config_delete_request"],[6,0,0,"-","metric_bulk_tag_config_email_list"],[6,0,0,"-","metric_bulk_tag_config_response"],[6,0,0,"-","metric_bulk_tag_config_status"],[6,0,0,"-","metric_bulk_tag_config_status_attributes"],[6,0,0,"-","metric_bulk_tag_config_tag_name_list"],[6,0,0,"-","metric_custom_aggregation"],[6,0,0,"-","metric_custom_aggregations"],[6,0,0,"-","metric_custom_space_aggregation"],[6,0,0,"-","metric_custom_time_aggregation"],[6,0,0,"-","metric_distinct_volume"],[6,0,0,"-","metric_distinct_volume_attributes"],[6,0,0,"-","metric_distinct_volume_type"],[6,0,0,"-","metric_ingested_indexed_volume"],[6,0,0,"-","metric_ingested_indexed_volume_attributes"],[6,0,0,"-","metric_ingested_indexed_volume_type"],[6,0,0,"-","metric_tag_configuration"],[6,0,0,"-","metric_tag_configuration_attributes"],[6,0,0,"-","metric_tag_configuration_create_attributes"],[6,0,0,"-","metric_tag_configuration_create_data"],[6,0,0,"-","metric_tag_configuration_create_request"],[6,0,0,"-","metric_tag_configuration_metric_types"],[6,0,0,"-","metric_tag_configuration_response"],[6,0,0,"-","metric_tag_configuration_type"],[6,0,0,"-","metric_tag_configuration_update_attributes"],[6,0,0,"-","metric_tag_configuration_update_data"],[6,0,0,"-","metric_tag_configuration_update_request"],[6,0,0,"-","metric_type"],[6,0,0,"-","metric_volumes"],[6,0,0,"-","metric_volumes_response"],[6,0,0,"-","metrics_and_metric_tag_configurations"],[6,0,0,"-","metrics_and_metric_tag_configurations_response"],[6,0,0,"-","nullable_relationship_to_user"],[6,0,0,"-","nullable_relationship_to_user_data"],[6,0,0,"-","organization"],[6,0,0,"-","organization_attributes"],[6,0,0,"-","organizations_type"],[6,0,0,"-","pagination"],[6,0,0,"-","partial_api_key"],[6,0,0,"-","partial_api_key_attributes"],[6,0,0,"-","partial_application_key"],[6,0,0,"-","partial_application_key_attributes"],[6,0,0,"-","partial_application_key_response"],[6,0,0,"-","permission"],[6,0,0,"-","permission_attributes"],[6,0,0,"-","permissions_response"],[6,0,0,"-","permissions_type"],[6,0,0,"-","process_summaries_meta"],[6,0,0,"-","process_summaries_meta_page"],[6,0,0,"-","process_summaries_response"],[6,0,0,"-","process_summary"],[6,0,0,"-","process_summary_attributes"],[6,0,0,"-","process_summary_type"],[6,0,0,"-","query_sort_order"],[6,0,0,"-","relationship_to_incident_integration_metadata_data"],[6,0,0,"-","relationship_to_incident_integration_metadatas"],[6,0,0,"-","relationship_to_incident_postmortem"],[6,0,0,"-","relationship_to_incident_postmortem_data"],[6,0,0,"-","relationship_to_organization"],[6,0,0,"-","relationship_to_organization_data"],[6,0,0,"-","relationship_to_organizations"],[6,0,0,"-","relationship_to_permission"],[6,0,0,"-","relationship_to_permission_data"],[6,0,0,"-","relationship_to_permissions"],[6,0,0,"-","relationship_to_role"],[6,0,0,"-","relationship_to_role_data"],[6,0,0,"-","relationship_to_roles"],[6,0,0,"-","relationship_to_saml_assertion_attribute"],[6,0,0,"-","relationship_to_saml_assertion_attribute_data"],[6,0,0,"-","relationship_to_user"],[6,0,0,"-","relationship_to_user_data"],[6,0,0,"-","relationship_to_users"],[6,0,0,"-","response_meta_attributes"],[6,0,0,"-","role"],[6,0,0,"-","role_attributes"],[6,0,0,"-","role_clone"],[6,0,0,"-","role_clone_attributes"],[6,0,0,"-","role_clone_request"],[6,0,0,"-","role_create_attributes"],[6,0,0,"-","role_create_data"],[6,0,0,"-","role_create_request"],[6,0,0,"-","role_create_response"],[6,0,0,"-","role_create_response_data"],[6,0,0,"-","role_relationships"],[6,0,0,"-","role_response"],[6,0,0,"-","role_response_relationships"],[6,0,0,"-","role_update_attributes"],[6,0,0,"-","role_update_data"],[6,0,0,"-","role_update_request"],[6,0,0,"-","role_update_response"],[6,0,0,"-","role_update_response_data"],[6,0,0,"-","roles_response"],[6,0,0,"-","roles_sort"],[6,0,0,"-","roles_type"],[6,0,0,"-","rum_event"],[6,0,0,"-","rum_event_attributes"],[6,0,0,"-","rum_event_type"],[6,0,0,"-","rum_events_response"],[6,0,0,"-","rum_query_filter"],[6,0,0,"-","rum_query_options"],[6,0,0,"-","rum_query_page_options"],[6,0,0,"-","rum_response_links"],[6,0,0,"-","rum_response_metadata"],[6,0,0,"-","rum_response_page"],[6,0,0,"-","rum_response_status"],[6,0,0,"-","rum_search_events_request"],[6,0,0,"-","rum_sort"],[6,0,0,"-","rum_warning"],[6,0,0,"-","saml_assertion_attribute"],[6,0,0,"-","saml_assertion_attribute_attributes"],[6,0,0,"-","saml_assertion_attributes_type"],[6,0,0,"-","security_filter"],[6,0,0,"-","security_filter_attributes"],[6,0,0,"-","security_filter_create_attributes"],[6,0,0,"-","security_filter_create_data"],[6,0,0,"-","security_filter_create_request"],[6,0,0,"-","security_filter_exclusion_filter"],[6,0,0,"-","security_filter_exclusion_filter_response"],[6,0,0,"-","security_filter_filtered_data_type"],[6,0,0,"-","security_filter_meta"],[6,0,0,"-","security_filter_response"],[6,0,0,"-","security_filter_type"],[6,0,0,"-","security_filter_update_attributes"],[6,0,0,"-","security_filter_update_data"],[6,0,0,"-","security_filter_update_request"],[6,0,0,"-","security_filters_response"],[6,0,0,"-","security_monitoring_filter"],[6,0,0,"-","security_monitoring_filter_action"],[6,0,0,"-","security_monitoring_list_rules_response"],[6,0,0,"-","security_monitoring_rule_case"],[6,0,0,"-","security_monitoring_rule_case_create"],[6,0,0,"-","security_monitoring_rule_create_payload"],[6,0,0,"-","security_monitoring_rule_detection_method"],[6,0,0,"-","security_monitoring_rule_evaluation_window"],[6,0,0,"-","security_monitoring_rule_impossible_travel_options"],[6,0,0,"-","security_monitoring_rule_keep_alive"],[6,0,0,"-","security_monitoring_rule_max_signal_duration"],[6,0,0,"-","security_monitoring_rule_new_value_options"],[6,0,0,"-","security_monitoring_rule_new_value_options_forget_after"],[6,0,0,"-","security_monitoring_rule_new_value_options_learning_duration"],[6,0,0,"-","security_monitoring_rule_options"],[6,0,0,"-","security_monitoring_rule_query"],[6,0,0,"-","security_monitoring_rule_query_aggregation"],[6,0,0,"-","security_monitoring_rule_query_create"],[6,0,0,"-","security_monitoring_rule_response"],[6,0,0,"-","security_monitoring_rule_severity"],[6,0,0,"-","security_monitoring_rule_type_create"],[6,0,0,"-","security_monitoring_rule_type_read"],[6,0,0,"-","security_monitoring_rule_update_payload"],[6,0,0,"-","security_monitoring_signal"],[6,0,0,"-","security_monitoring_signal_attributes"],[6,0,0,"-","security_monitoring_signal_list_request"],[6,0,0,"-","security_monitoring_signal_list_request_filter"],[6,0,0,"-","security_monitoring_signal_list_request_page"],[6,0,0,"-","security_monitoring_signal_type"],[6,0,0,"-","security_monitoring_signals_list_response"],[6,0,0,"-","security_monitoring_signals_list_response_links"],[6,0,0,"-","security_monitoring_signals_list_response_meta"],[6,0,0,"-","security_monitoring_signals_list_response_meta_page"],[6,0,0,"-","security_monitoring_signals_sort"],[6,0,0,"-","service_account_create_attributes"],[6,0,0,"-","service_account_create_data"],[6,0,0,"-","service_account_create_request"],[6,0,0,"-","user"],[6,0,0,"-","user_attributes"],[6,0,0,"-","user_create_attributes"],[6,0,0,"-","user_create_data"],[6,0,0,"-","user_create_request"],[6,0,0,"-","user_invitation_data"],[6,0,0,"-","user_invitation_data_attributes"],[6,0,0,"-","user_invitation_relationships"],[6,0,0,"-","user_invitation_response"],[6,0,0,"-","user_invitation_response_data"],[6,0,0,"-","user_invitations_request"],[6,0,0,"-","user_invitations_response"],[6,0,0,"-","user_invitations_type"],[6,0,0,"-","user_relationships"],[6,0,0,"-","user_response"],[6,0,0,"-","user_response_included_item"],[6,0,0,"-","user_response_relationships"],[6,0,0,"-","user_update_attributes"],[6,0,0,"-","user_update_data"],[6,0,0,"-","user_update_request"],[6,0,0,"-","users_response"],[6,0,0,"-","users_type"]],"datadog_api_client.v2.model.api_error_response":[[6,1,1,"","APIErrorResponse"]],"datadog_api_client.v2.model.api_error_response.APIErrorResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_create_attributes":[[6,1,1,"","APIKeyCreateAttributes"]],"datadog_api_client.v2.model.api_key_create_attributes.APIKeyCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_create_data":[[6,1,1,"","APIKeyCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_create_data.APIKeyCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_create_request":[[6,1,1,"","APIKeyCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_create_request.APIKeyCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_relationships":[[6,1,1,"","APIKeyRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_relationships.APIKeyRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_response":[[6,1,1,"","APIKeyResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_response.APIKeyResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_response_included_item":[[6,1,1,"","APIKeyResponseIncludedItem"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_update_attributes":[[6,1,1,"","APIKeyUpdateAttributes"]],"datadog_api_client.v2.model.api_key_update_attributes.APIKeyUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_update_data":[[6,1,1,"","APIKeyUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_update_data.APIKeyUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_key_update_request":[[6,1,1,"","APIKeyUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_key_update_request.APIKeyUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_keys_response":[[6,1,1,"","APIKeysResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.api_keys_response.APIKeysResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_keys_sort":[[6,1,1,"","APIKeysSort"]],"datadog_api_client.v2.model.api_keys_sort.APIKeysSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.api_keys_type":[[6,1,1,"","APIKeysType"]],"datadog_api_client.v2.model.api_keys_type.APIKeysType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_create_attributes":[[6,1,1,"","ApplicationKeyCreateAttributes"]],"datadog_api_client.v2.model.application_key_create_attributes.ApplicationKeyCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_create_data":[[6,1,1,"","ApplicationKeyCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_create_data.ApplicationKeyCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_create_request":[[6,1,1,"","ApplicationKeyCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_create_request.ApplicationKeyCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_relationships":[[6,1,1,"","ApplicationKeyRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_relationships.ApplicationKeyRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_response":[[6,1,1,"","ApplicationKeyResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_response.ApplicationKeyResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_response_included_item":[[6,1,1,"","ApplicationKeyResponseIncludedItem"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_update_attributes":[[6,1,1,"","ApplicationKeyUpdateAttributes"]],"datadog_api_client.v2.model.application_key_update_attributes.ApplicationKeyUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_update_data":[[6,1,1,"","ApplicationKeyUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_update_data.ApplicationKeyUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_key_update_request":[[6,1,1,"","ApplicationKeyUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.application_key_update_request.ApplicationKeyUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_keys_sort":[[6,1,1,"","ApplicationKeysSort"]],"datadog_api_client.v2.model.application_keys_sort.ApplicationKeysSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.application_keys_type":[[6,1,1,"","ApplicationKeysType"]],"datadog_api_client.v2.model.application_keys_type.ApplicationKeysType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_event":[[6,1,1,"","AuditLogsEvent"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.audit_logs_event.AuditLogsEvent":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_event_attributes":[[6,1,1,"","AuditLogsEventAttributes"]],"datadog_api_client.v2.model.audit_logs_event_attributes.AuditLogsEventAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_event_type":[[6,1,1,"","AuditLogsEventType"]],"datadog_api_client.v2.model.audit_logs_event_type.AuditLogsEventType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_events_response":[[6,1,1,"","AuditLogsEventsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.audit_logs_events_response.AuditLogsEventsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_query_filter":[[6,1,1,"","AuditLogsQueryFilter"]],"datadog_api_client.v2.model.audit_logs_query_filter.AuditLogsQueryFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_query_options":[[6,1,1,"","AuditLogsQueryOptions"]],"datadog_api_client.v2.model.audit_logs_query_options.AuditLogsQueryOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_query_page_options":[[6,1,1,"","AuditLogsQueryPageOptions"]],"datadog_api_client.v2.model.audit_logs_query_page_options.AuditLogsQueryPageOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.audit_logs_response_links":[[6,1,1,"","AuditLogsResponseLinks"]],"datadog_api_client.v2.model.audit_logs_response_links.AuditLogsResponseLinks":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_response_metadata":[[6,1,1,"","AuditLogsResponseMetadata"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.audit_logs_response_metadata.AuditLogsResponseMetadata":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_response_page":[[6,1,1,"","AuditLogsResponsePage"]],"datadog_api_client.v2.model.audit_logs_response_page.AuditLogsResponsePage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_response_status":[[6,1,1,"","AuditLogsResponseStatus"]],"datadog_api_client.v2.model.audit_logs_response_status.AuditLogsResponseStatus":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_search_events_request":[[6,1,1,"","AuditLogsSearchEventsRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.audit_logs_search_events_request.AuditLogsSearchEventsRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_sort":[[6,1,1,"","AuditLogsSort"]],"datadog_api_client.v2.model.audit_logs_sort.AuditLogsSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.audit_logs_warning":[[6,1,1,"","AuditLogsWarning"]],"datadog_api_client.v2.model.audit_logs_warning.AuditLogsWarning":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping":[[6,1,1,"","AuthNMapping"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping.AuthNMapping":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_attributes":[[6,1,1,"","AuthNMappingAttributes"]],"datadog_api_client.v2.model.auth_n_mapping_attributes.AuthNMappingAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.auth_n_mapping_create_attributes":[[6,1,1,"","AuthNMappingCreateAttributes"]],"datadog_api_client.v2.model.auth_n_mapping_create_attributes.AuthNMappingCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_create_data":[[6,1,1,"","AuthNMappingCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_create_data.AuthNMappingCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_create_relationships":[[6,1,1,"","AuthNMappingCreateRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_create_relationships.AuthNMappingCreateRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_create_request":[[6,1,1,"","AuthNMappingCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_create_request.AuthNMappingCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_included":[[6,1,1,"","AuthNMappingIncluded"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_relationships":[[6,1,1,"","AuthNMappingRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_relationships.AuthNMappingRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_response":[[6,1,1,"","AuthNMappingResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_response.AuthNMappingResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_update_attributes":[[6,1,1,"","AuthNMappingUpdateAttributes"]],"datadog_api_client.v2.model.auth_n_mapping_update_attributes.AuthNMappingUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_update_data":[[6,1,1,"","AuthNMappingUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_update_data.AuthNMappingUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_update_relationships":[[6,1,1,"","AuthNMappingUpdateRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_update_relationships.AuthNMappingUpdateRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mapping_update_request":[[6,1,1,"","AuthNMappingUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mapping_update_request.AuthNMappingUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mappings_response":[[6,1,1,"","AuthNMappingsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.auth_n_mappings_response.AuthNMappingsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mappings_sort":[[6,1,1,"","AuthNMappingsSort"]],"datadog_api_client.v2.model.auth_n_mappings_sort.AuthNMappingsSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.auth_n_mappings_type":[[6,1,1,"","AuthNMappingsType"]],"datadog_api_client.v2.model.auth_n_mappings_type.AuthNMappingsType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_attributes":[[6,1,1,"","CloudWorkloadSecurityAgentRuleAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_attributes.CloudWorkloadSecurityAgentRuleAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_create_attributes":[[6,1,1,"","CloudWorkloadSecurityAgentRuleCreateAttributes"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_create_attributes.CloudWorkloadSecurityAgentRuleCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_create_data":[[6,1,1,"","CloudWorkloadSecurityAgentRuleCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_create_data.CloudWorkloadSecurityAgentRuleCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_create_request":[[6,1,1,"","CloudWorkloadSecurityAgentRuleCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_create_request.CloudWorkloadSecurityAgentRuleCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_creator_attributes":[[6,1,1,"","CloudWorkloadSecurityAgentRuleCreatorAttributes"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_creator_attributes.CloudWorkloadSecurityAgentRuleCreatorAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_data":[[6,1,1,"","CloudWorkloadSecurityAgentRuleData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_data.CloudWorkloadSecurityAgentRuleData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_response":[[6,1,1,"","CloudWorkloadSecurityAgentRuleResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_response.CloudWorkloadSecurityAgentRuleResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_type":[[6,1,1,"","CloudWorkloadSecurityAgentRuleType"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_type.CloudWorkloadSecurityAgentRuleType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_update_attributes":[[6,1,1,"","CloudWorkloadSecurityAgentRuleUpdateAttributes"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_update_attributes.CloudWorkloadSecurityAgentRuleUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_update_data":[[6,1,1,"","CloudWorkloadSecurityAgentRuleUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_update_data.CloudWorkloadSecurityAgentRuleUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_update_request":[[6,1,1,"","CloudWorkloadSecurityAgentRuleUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_update_request.CloudWorkloadSecurityAgentRuleUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_updater_attributes":[[6,1,1,"","CloudWorkloadSecurityAgentRuleUpdaterAttributes"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rule_updater_attributes.CloudWorkloadSecurityAgentRuleUpdaterAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rules_list_response":[[6,1,1,"","CloudWorkloadSecurityAgentRulesListResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.cloud_workload_security_agent_rules_list_response.CloudWorkloadSecurityAgentRulesListResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.content_encoding":[[6,1,1,"","ContentEncoding"]],"datadog_api_client.v2.model.content_encoding.ContentEncoding":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.creator":[[6,1,1,"","Creator"]],"datadog_api_client.v2.model.creator.Creator":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_add_items_request":[[6,1,1,"","DashboardListAddItemsRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_add_items_request.DashboardListAddItemsRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_add_items_response":[[6,1,1,"","DashboardListAddItemsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_add_items_response.DashboardListAddItemsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_delete_items_request":[[6,1,1,"","DashboardListDeleteItemsRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_delete_items_request.DashboardListDeleteItemsRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_delete_items_response":[[6,1,1,"","DashboardListDeleteItemsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_delete_items_response.DashboardListDeleteItemsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_item":[[6,1,1,"","DashboardListItem"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_item.DashboardListItem":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.dashboard_list_item_request":[[6,1,1,"","DashboardListItemRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_item_request.DashboardListItemRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_item_response":[[6,1,1,"","DashboardListItemResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_item_response.DashboardListItemResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.dashboard_list_items":[[6,1,1,"","DashboardListItems"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_items.DashboardListItems":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.dashboard_list_update_items_request":[[6,1,1,"","DashboardListUpdateItemsRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_update_items_request.DashboardListUpdateItemsRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_list_update_items_response":[[6,1,1,"","DashboardListUpdateItemsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.dashboard_list_update_items_response.DashboardListUpdateItemsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.dashboard_type":[[6,1,1,"","DashboardType"]],"datadog_api_client.v2.model.dashboard_type.DashboardType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.full_api_key":[[6,1,1,"","FullAPIKey"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.full_api_key.FullAPIKey":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.full_api_key_attributes":[[6,1,1,"","FullAPIKeyAttributes"]],"datadog_api_client.v2.model.full_api_key_attributes.FullAPIKeyAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.full_application_key":[[6,1,1,"","FullApplicationKey"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.full_application_key.FullApplicationKey":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.full_application_key_attributes":[[6,1,1,"","FullApplicationKeyAttributes"]],"datadog_api_client.v2.model.full_application_key_attributes.FullApplicationKeyAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.http_log":[[6,1,1,"","HTTPLog"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.http_log.HTTPLog":[[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.http_log_error":[[6,1,1,"","HTTPLogError"]],"datadog_api_client.v2.model.http_log_error.HTTPLogError":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.http_log_errors":[[6,1,1,"","HTTPLogErrors"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.http_log_errors.HTTPLogErrors":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.http_log_item":[[6,1,1,"","HTTPLogItem"]],"datadog_api_client.v2.model.http_log_item.HTTPLogItem":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_create_attributes":[[6,1,1,"","IncidentCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_create_attributes.IncidentCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_create_data":[[6,1,1,"","IncidentCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_create_data.IncidentCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_create_relationships":[[6,1,1,"","IncidentCreateRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_create_relationships.IncidentCreateRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_create_request":[[6,1,1,"","IncidentCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_create_request.IncidentCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_field_attributes":[[6,1,1,"","IncidentFieldAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_field_attributes_multiple_value":[[6,1,1,"","IncidentFieldAttributesMultipleValue"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_field_attributes_multiple_value.IncidentFieldAttributesMultipleValue":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_field_attributes_single_value":[[6,1,1,"","IncidentFieldAttributesSingleValue"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_field_attributes_single_value.IncidentFieldAttributesSingleValue":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_field_attributes_single_value_type":[[6,1,1,"","IncidentFieldAttributesSingleValueType"]],"datadog_api_client.v2.model.incident_field_attributes_single_value_type.IncidentFieldAttributesSingleValueType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_field_attributes_value_type":[[6,1,1,"","IncidentFieldAttributesValueType"]],"datadog_api_client.v2.model.incident_field_attributes_value_type.IncidentFieldAttributesValueType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_integration_metadata_type":[[6,1,1,"","IncidentIntegrationMetadataType"]],"datadog_api_client.v2.model.incident_integration_metadata_type.IncidentIntegrationMetadataType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_notification_handle":[[6,1,1,"","IncidentNotificationHandle"]],"datadog_api_client.v2.model.incident_notification_handle.IncidentNotificationHandle":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_postmortem_type":[[6,1,1,"","IncidentPostmortemType"]],"datadog_api_client.v2.model.incident_postmortem_type.IncidentPostmortemType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_related_object":[[6,1,1,"","IncidentRelatedObject"]],"datadog_api_client.v2.model.incident_related_object.IncidentRelatedObject":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_response":[[6,1,1,"","IncidentResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_response.IncidentResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_response_attributes":[[6,1,1,"","IncidentResponseAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_response_attributes.IncidentResponseAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_response_data":[[6,1,1,"","IncidentResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_response_data.IncidentResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_response_included_item":[[6,1,1,"","IncidentResponseIncludedItem"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_response_meta":[[6,1,1,"","IncidentResponseMeta"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_response_meta.IncidentResponseMeta":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_response_meta_pagination":[[6,1,1,"","IncidentResponseMetaPagination"]],"datadog_api_client.v2.model.incident_response_meta_pagination.IncidentResponseMetaPagination":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_response_relationships":[[6,1,1,"","IncidentResponseRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_response_relationships.IncidentResponseRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_service_create_attributes":[[6,1,1,"","IncidentServiceCreateAttributes"]],"datadog_api_client.v2.model.incident_service_create_attributes.IncidentServiceCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_service_create_data":[[6,1,1,"","IncidentServiceCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_create_data.IncidentServiceCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_service_create_request":[[6,1,1,"","IncidentServiceCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_create_request.IncidentServiceCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_service_included_items":[[6,1,1,"","IncidentServiceIncludedItems"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_relationships":[[6,1,1,"","IncidentServiceRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_relationships.IncidentServiceRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_service_response":[[6,1,1,"","IncidentServiceResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_response.IncidentServiceResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_service_response_attributes":[[6,1,1,"","IncidentServiceResponseAttributes"]],"datadog_api_client.v2.model.incident_service_response_attributes.IncidentServiceResponseAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_service_response_data":[[6,1,1,"","IncidentServiceResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_response_data.IncidentServiceResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_service_type":[[6,1,1,"","IncidentServiceType"]],"datadog_api_client.v2.model.incident_service_type.IncidentServiceType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_service_update_attributes":[[6,1,1,"","IncidentServiceUpdateAttributes"]],"datadog_api_client.v2.model.incident_service_update_attributes.IncidentServiceUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_service_update_data":[[6,1,1,"","IncidentServiceUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_update_data.IncidentServiceUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_service_update_request":[[6,1,1,"","IncidentServiceUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_service_update_request.IncidentServiceUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_services_response":[[6,1,1,"","IncidentServicesResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_services_response.IncidentServicesResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_team_create_attributes":[[6,1,1,"","IncidentTeamCreateAttributes"]],"datadog_api_client.v2.model.incident_team_create_attributes.IncidentTeamCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_team_create_data":[[6,1,1,"","IncidentTeamCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_create_data.IncidentTeamCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_team_create_request":[[6,1,1,"","IncidentTeamCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_create_request.IncidentTeamCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_team_included_items":[[6,1,1,"","IncidentTeamIncludedItems"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_relationships":[[6,1,1,"","IncidentTeamRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_relationships.IncidentTeamRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_team_response":[[6,1,1,"","IncidentTeamResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_response.IncidentTeamResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_team_response_attributes":[[6,1,1,"","IncidentTeamResponseAttributes"]],"datadog_api_client.v2.model.incident_team_response_attributes.IncidentTeamResponseAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_team_response_data":[[6,1,1,"","IncidentTeamResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_response_data.IncidentTeamResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_team_type":[[6,1,1,"","IncidentTeamType"]],"datadog_api_client.v2.model.incident_team_type.IncidentTeamType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_team_update_attributes":[[6,1,1,"","IncidentTeamUpdateAttributes"]],"datadog_api_client.v2.model.incident_team_update_attributes.IncidentTeamUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_team_update_data":[[6,1,1,"","IncidentTeamUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_update_data.IncidentTeamUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_team_update_request":[[6,1,1,"","IncidentTeamUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_team_update_request.IncidentTeamUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_teams_response":[[6,1,1,"","IncidentTeamsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_teams_response.IncidentTeamsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.incident_timeline_cell_create_attributes":[[6,1,1,"","IncidentTimelineCellCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_timeline_cell_markdown_content_type":[[6,1,1,"","IncidentTimelineCellMarkdownContentType"]],"datadog_api_client.v2.model.incident_timeline_cell_markdown_content_type.IncidentTimelineCellMarkdownContentType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_timeline_cell_markdown_create_attributes":[[6,1,1,"","IncidentTimelineCellMarkdownCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_timeline_cell_markdown_create_attributes.IncidentTimelineCellMarkdownCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_timeline_cell_markdown_create_attributes_content":[[6,1,1,"","IncidentTimelineCellMarkdownCreateAttributesContent"]],"datadog_api_client.v2.model.incident_timeline_cell_markdown_create_attributes_content.IncidentTimelineCellMarkdownCreateAttributesContent":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_type":[[6,1,1,"","IncidentType"]],"datadog_api_client.v2.model.incident_type.IncidentType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_update_attributes":[[6,1,1,"","IncidentUpdateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_update_attributes.IncidentUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_update_data":[[6,1,1,"","IncidentUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_update_data.IncidentUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_update_relationships":[[6,1,1,"","IncidentUpdateRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_update_relationships.IncidentUpdateRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incident_update_request":[[6,1,1,"","IncidentUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incident_update_request.IncidentUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.incidents_response":[[6,1,1,"","IncidentsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.incidents_response.IncidentsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.list_application_keys_response":[[6,1,1,"","ListApplicationKeysResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.list_application_keys_response.ListApplicationKeysResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.log":[[6,1,1,"","Log"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.log.Log":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.log_attributes":[[6,1,1,"","LogAttributes"]],"datadog_api_client.v2.model.log_attributes.LogAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.log_type":[[6,1,1,"","LogType"]],"datadog_api_client.v2.model.log_type.LogType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_bucket":[[6,1,1,"","LogsAggregateBucket"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_bucket.LogsAggregateBucket":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_bucket_value":[[6,1,1,"","LogsAggregateBucketValue"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_bucket_value_timeseries":[[6,1,1,"","LogsAggregateBucketValueTimeseries"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_bucket_value_timeseries.LogsAggregateBucketValueTimeseries":[[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_bucket_value_timeseries_point":[[6,1,1,"","LogsAggregateBucketValueTimeseriesPoint"]],"datadog_api_client.v2.model.logs_aggregate_bucket_value_timeseries_point.LogsAggregateBucketValueTimeseriesPoint":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_request":[[6,1,1,"","LogsAggregateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_request.LogsAggregateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_request_page":[[6,1,1,"","LogsAggregateRequestPage"]],"datadog_api_client.v2.model.logs_aggregate_request_page.LogsAggregateRequestPage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_response":[[6,1,1,"","LogsAggregateResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_response.LogsAggregateResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_response_data":[[6,1,1,"","LogsAggregateResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_response_data.LogsAggregateResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_response_status":[[6,1,1,"","LogsAggregateResponseStatus"]],"datadog_api_client.v2.model.logs_aggregate_response_status.LogsAggregateResponseStatus":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_sort":[[6,1,1,"","LogsAggregateSort"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_aggregate_sort.LogsAggregateSort":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregate_sort_type":[[6,1,1,"","LogsAggregateSortType"]],"datadog_api_client.v2.model.logs_aggregate_sort_type.LogsAggregateSortType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_aggregation_function":[[6,1,1,"","LogsAggregationFunction"]],"datadog_api_client.v2.model.logs_aggregation_function.LogsAggregationFunction":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive":[[6,1,1,"","LogsArchive"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive.LogsArchive":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_attributes":[[6,1,1,"","LogsArchiveAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_attributes.LogsArchiveAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_create_request":[[6,1,1,"","LogsArchiveCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_create_request.LogsArchiveCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_create_request_attributes":[[6,1,1,"","LogsArchiveCreateRequestAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_create_request_attributes.LogsArchiveCreateRequestAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_create_request_definition":[[6,1,1,"","LogsArchiveCreateRequestDefinition"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_create_request_definition.LogsArchiveCreateRequestDefinition":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_create_request_destination":[[6,1,1,"","LogsArchiveCreateRequestDestination"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_definition":[[6,1,1,"","LogsArchiveDefinition"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_definition.LogsArchiveDefinition":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.logs_archive_destination":[[6,1,1,"","LogsArchiveDestination"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_destination_azure":[[6,1,1,"","LogsArchiveDestinationAzure"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_destination_azure.LogsArchiveDestinationAzure":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_destination_azure_type":[[6,1,1,"","LogsArchiveDestinationAzureType"]],"datadog_api_client.v2.model.logs_archive_destination_azure_type.LogsArchiveDestinationAzureType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_destination_gcs":[[6,1,1,"","LogsArchiveDestinationGCS"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_destination_gcs.LogsArchiveDestinationGCS":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_destination_gcs_type":[[6,1,1,"","LogsArchiveDestinationGCSType"]],"datadog_api_client.v2.model.logs_archive_destination_gcs_type.LogsArchiveDestinationGCSType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_destination_s3":[[6,1,1,"","LogsArchiveDestinationS3"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_destination_s3.LogsArchiveDestinationS3":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_destination_s3_type":[[6,1,1,"","LogsArchiveDestinationS3Type"]],"datadog_api_client.v2.model.logs_archive_destination_s3_type.LogsArchiveDestinationS3Type":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_integration_azure":[[6,1,1,"","LogsArchiveIntegrationAzure"]],"datadog_api_client.v2.model.logs_archive_integration_azure.LogsArchiveIntegrationAzure":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_integration_gcs":[[6,1,1,"","LogsArchiveIntegrationGCS"]],"datadog_api_client.v2.model.logs_archive_integration_gcs.LogsArchiveIntegrationGCS":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_integration_s3":[[6,1,1,"","LogsArchiveIntegrationS3"]],"datadog_api_client.v2.model.logs_archive_integration_s3.LogsArchiveIntegrationS3":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_order":[[6,1,1,"","LogsArchiveOrder"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_order.LogsArchiveOrder":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_order_attributes":[[6,1,1,"","LogsArchiveOrderAttributes"]],"datadog_api_client.v2.model.logs_archive_order_attributes.LogsArchiveOrderAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_order_definition":[[6,1,1,"","LogsArchiveOrderDefinition"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archive_order_definition.LogsArchiveOrderDefinition":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_order_definition_type":[[6,1,1,"","LogsArchiveOrderDefinitionType"]],"datadog_api_client.v2.model.logs_archive_order_definition_type.LogsArchiveOrderDefinitionType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archive_state":[[6,1,1,"","LogsArchiveState"]],"datadog_api_client.v2.model.logs_archive_state.LogsArchiveState":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_archives":[[6,1,1,"","LogsArchives"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_archives.LogsArchives":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_compute":[[6,1,1,"","LogsCompute"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_compute.LogsCompute":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_compute_type":[[6,1,1,"","LogsComputeType"]],"datadog_api_client.v2.model.logs_compute_type.LogsComputeType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_group_by":[[6,1,1,"","LogsGroupBy"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_group_by.LogsGroupBy":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_group_by_histogram":[[6,1,1,"","LogsGroupByHistogram"]],"datadog_api_client.v2.model.logs_group_by_histogram.LogsGroupByHistogram":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_group_by_missing":[[6,1,1,"","LogsGroupByMissing"]],"datadog_api_client.v2.model.logs_group_by_total":[[6,1,1,"","LogsGroupByTotal"]],"datadog_api_client.v2.model.logs_list_request":[[6,1,1,"","LogsListRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_list_request.LogsListRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_list_request_page":[[6,1,1,"","LogsListRequestPage"]],"datadog_api_client.v2.model.logs_list_request_page.LogsListRequestPage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.logs_list_response":[[6,1,1,"","LogsListResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_list_response.LogsListResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_list_response_links":[[6,1,1,"","LogsListResponseLinks"]],"datadog_api_client.v2.model.logs_list_response_links.LogsListResponseLinks":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_compute":[[6,1,1,"","LogsMetricCompute"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_compute.LogsMetricCompute":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_compute_aggregation_type":[[6,1,1,"","LogsMetricComputeAggregationType"]],"datadog_api_client.v2.model.logs_metric_compute_aggregation_type.LogsMetricComputeAggregationType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_create_attributes":[[6,1,1,"","LogsMetricCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_create_attributes.LogsMetricCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_create_data":[[6,1,1,"","LogsMetricCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_create_data.LogsMetricCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_create_request":[[6,1,1,"","LogsMetricCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_create_request.LogsMetricCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_filter":[[6,1,1,"","LogsMetricFilter"]],"datadog_api_client.v2.model.logs_metric_filter.LogsMetricFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_group_by":[[6,1,1,"","LogsMetricGroupBy"]],"datadog_api_client.v2.model.logs_metric_group_by.LogsMetricGroupBy":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response":[[6,1,1,"","LogsMetricResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_response.LogsMetricResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response_attributes":[[6,1,1,"","LogsMetricResponseAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_response_attributes.LogsMetricResponseAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response_compute":[[6,1,1,"","LogsMetricResponseCompute"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_response_compute.LogsMetricResponseCompute":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response_compute_aggregation_type":[[6,1,1,"","LogsMetricResponseComputeAggregationType"]],"datadog_api_client.v2.model.logs_metric_response_compute_aggregation_type.LogsMetricResponseComputeAggregationType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response_data":[[6,1,1,"","LogsMetricResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_response_data.LogsMetricResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response_filter":[[6,1,1,"","LogsMetricResponseFilter"]],"datadog_api_client.v2.model.logs_metric_response_filter.LogsMetricResponseFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_response_group_by":[[6,1,1,"","LogsMetricResponseGroupBy"]],"datadog_api_client.v2.model.logs_metric_response_group_by.LogsMetricResponseGroupBy":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_type":[[6,1,1,"","LogsMetricType"]],"datadog_api_client.v2.model.logs_metric_type.LogsMetricType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_update_attributes":[[6,1,1,"","LogsMetricUpdateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_update_attributes.LogsMetricUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_update_data":[[6,1,1,"","LogsMetricUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_update_data.LogsMetricUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metric_update_request":[[6,1,1,"","LogsMetricUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metric_update_request.LogsMetricUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_metrics_response":[[6,1,1,"","LogsMetricsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_metrics_response.LogsMetricsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_query_filter":[[6,1,1,"","LogsQueryFilter"]],"datadog_api_client.v2.model.logs_query_filter.LogsQueryFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_query_options":[[6,1,1,"","LogsQueryOptions"]],"datadog_api_client.v2.model.logs_query_options.LogsQueryOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_response_metadata":[[6,1,1,"","LogsResponseMetadata"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.logs_response_metadata.LogsResponseMetadata":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_response_metadata_page":[[6,1,1,"","LogsResponseMetadataPage"]],"datadog_api_client.v2.model.logs_response_metadata_page.LogsResponseMetadataPage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_sort":[[6,1,1,"","LogsSort"]],"datadog_api_client.v2.model.logs_sort.LogsSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_sort_order":[[6,1,1,"","LogsSortOrder"]],"datadog_api_client.v2.model.logs_sort_order.LogsSortOrder":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.logs_warning":[[6,1,1,"","LogsWarning"]],"datadog_api_client.v2.model.logs_warning.LogsWarning":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric":[[6,1,1,"","Metric"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric.Metric":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_all_tags":[[6,1,1,"","MetricAllTags"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_all_tags.MetricAllTags":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_all_tags_attributes":[[6,1,1,"","MetricAllTagsAttributes"]],"datadog_api_client.v2.model.metric_all_tags_attributes.MetricAllTagsAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_all_tags_response":[[6,1,1,"","MetricAllTagsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_all_tags_response.MetricAllTagsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_configure_tags_type":[[6,1,1,"","MetricBulkConfigureTagsType"]],"datadog_api_client.v2.model.metric_bulk_configure_tags_type.MetricBulkConfigureTagsType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_create":[[6,1,1,"","MetricBulkTagConfigCreate"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_create.MetricBulkTagConfigCreate":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_create_attributes":[[6,1,1,"","MetricBulkTagConfigCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_create_attributes.MetricBulkTagConfigCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_create_request":[[6,1,1,"","MetricBulkTagConfigCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_create_request.MetricBulkTagConfigCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_delete":[[6,1,1,"","MetricBulkTagConfigDelete"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_delete.MetricBulkTagConfigDelete":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_delete_attributes":[[6,1,1,"","MetricBulkTagConfigDeleteAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_delete_attributes.MetricBulkTagConfigDeleteAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_delete_request":[[6,1,1,"","MetricBulkTagConfigDeleteRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_delete_request.MetricBulkTagConfigDeleteRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_email_list":[[6,1,1,"","MetricBulkTagConfigEmailList"]],"datadog_api_client.v2.model.metric_bulk_tag_config_email_list.MetricBulkTagConfigEmailList":[[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_response":[[6,1,1,"","MetricBulkTagConfigResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_response.MetricBulkTagConfigResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_status":[[6,1,1,"","MetricBulkTagConfigStatus"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_status.MetricBulkTagConfigStatus":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_status_attributes":[[6,1,1,"","MetricBulkTagConfigStatusAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_bulk_tag_config_status_attributes.MetricBulkTagConfigStatusAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_bulk_tag_config_tag_name_list":[[6,1,1,"","MetricBulkTagConfigTagNameList"]],"datadog_api_client.v2.model.metric_bulk_tag_config_tag_name_list.MetricBulkTagConfigTagNameList":[[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_custom_aggregation":[[6,1,1,"","MetricCustomAggregation"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_custom_aggregation.MetricCustomAggregation":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_custom_aggregations":[[6,1,1,"","MetricCustomAggregations"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_custom_aggregations.MetricCustomAggregations":[[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_custom_space_aggregation":[[6,1,1,"","MetricCustomSpaceAggregation"]],"datadog_api_client.v2.model.metric_custom_space_aggregation.MetricCustomSpaceAggregation":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_custom_time_aggregation":[[6,1,1,"","MetricCustomTimeAggregation"]],"datadog_api_client.v2.model.metric_custom_time_aggregation.MetricCustomTimeAggregation":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_distinct_volume":[[6,1,1,"","MetricDistinctVolume"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_distinct_volume.MetricDistinctVolume":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_distinct_volume_attributes":[[6,1,1,"","MetricDistinctVolumeAttributes"]],"datadog_api_client.v2.model.metric_distinct_volume_attributes.MetricDistinctVolumeAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_distinct_volume_type":[[6,1,1,"","MetricDistinctVolumeType"]],"datadog_api_client.v2.model.metric_distinct_volume_type.MetricDistinctVolumeType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_ingested_indexed_volume":[[6,1,1,"","MetricIngestedIndexedVolume"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_ingested_indexed_volume.MetricIngestedIndexedVolume":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_ingested_indexed_volume_attributes":[[6,1,1,"","MetricIngestedIndexedVolumeAttributes"]],"datadog_api_client.v2.model.metric_ingested_indexed_volume_attributes.MetricIngestedIndexedVolumeAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_ingested_indexed_volume_type":[[6,1,1,"","MetricIngestedIndexedVolumeType"]],"datadog_api_client.v2.model.metric_ingested_indexed_volume_type.MetricIngestedIndexedVolumeType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration":[[6,1,1,"","MetricTagConfiguration"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration.MetricTagConfiguration":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_attributes":[[6,1,1,"","MetricTagConfigurationAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_attributes.MetricTagConfigurationAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_create_attributes":[[6,1,1,"","MetricTagConfigurationCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_create_attributes.MetricTagConfigurationCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_create_data":[[6,1,1,"","MetricTagConfigurationCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_create_data.MetricTagConfigurationCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_create_request":[[6,1,1,"","MetricTagConfigurationCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_create_request.MetricTagConfigurationCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_metric_types":[[6,1,1,"","MetricTagConfigurationMetricTypes"]],"datadog_api_client.v2.model.metric_tag_configuration_metric_types.MetricTagConfigurationMetricTypes":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_response":[[6,1,1,"","MetricTagConfigurationResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_response.MetricTagConfigurationResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_type":[[6,1,1,"","MetricTagConfigurationType"]],"datadog_api_client.v2.model.metric_tag_configuration_type.MetricTagConfigurationType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_update_attributes":[[6,1,1,"","MetricTagConfigurationUpdateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_update_attributes.MetricTagConfigurationUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_update_data":[[6,1,1,"","MetricTagConfigurationUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_update_data.MetricTagConfigurationUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_tag_configuration_update_request":[[6,1,1,"","MetricTagConfigurationUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_tag_configuration_update_request.MetricTagConfigurationUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_type":[[6,1,1,"","MetricType"]],"datadog_api_client.v2.model.metric_type.MetricType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metric_volumes":[[6,1,1,"","MetricVolumes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_volumes_response":[[6,1,1,"","MetricVolumesResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metric_volumes_response.MetricVolumesResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.metrics_and_metric_tag_configurations":[[6,1,1,"","MetricsAndMetricTagConfigurations"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metrics_and_metric_tag_configurations_response":[[6,1,1,"","MetricsAndMetricTagConfigurationsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.metrics_and_metric_tag_configurations_response.MetricsAndMetricTagConfigurationsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.nullable_relationship_to_user":[[6,1,1,"","NullableRelationshipToUser"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.nullable_relationship_to_user.NullableRelationshipToUser":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.nullable_relationship_to_user_data":[[6,1,1,"","NullableRelationshipToUserData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.nullable_relationship_to_user_data.NullableRelationshipToUserData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.organization":[[6,1,1,"","Organization"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.organization.Organization":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.organization_attributes":[[6,1,1,"","OrganizationAttributes"]],"datadog_api_client.v2.model.organization_attributes.OrganizationAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.organizations_type":[[6,1,1,"","OrganizationsType"]],"datadog_api_client.v2.model.organizations_type.OrganizationsType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.pagination":[[6,1,1,"","Pagination"]],"datadog_api_client.v2.model.pagination.Pagination":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.partial_api_key":[[6,1,1,"","PartialAPIKey"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.partial_api_key.PartialAPIKey":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.partial_api_key_attributes":[[6,1,1,"","PartialAPIKeyAttributes"]],"datadog_api_client.v2.model.partial_api_key_attributes.PartialAPIKeyAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.partial_application_key":[[6,1,1,"","PartialApplicationKey"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.partial_application_key.PartialApplicationKey":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.partial_application_key_attributes":[[6,1,1,"","PartialApplicationKeyAttributes"]],"datadog_api_client.v2.model.partial_application_key_attributes.PartialApplicationKeyAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.partial_application_key_response":[[6,1,1,"","PartialApplicationKeyResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.partial_application_key_response.PartialApplicationKeyResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.permission":[[6,1,1,"","Permission"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.permission.Permission":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.permission_attributes":[[6,1,1,"","PermissionAttributes"]],"datadog_api_client.v2.model.permission_attributes.PermissionAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.permissions_response":[[6,1,1,"","PermissionsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.permissions_response.PermissionsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.permissions_type":[[6,1,1,"","PermissionsType"]],"datadog_api_client.v2.model.permissions_type.PermissionsType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.process_summaries_meta":[[6,1,1,"","ProcessSummariesMeta"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.process_summaries_meta.ProcessSummariesMeta":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.process_summaries_meta_page":[[6,1,1,"","ProcessSummariesMetaPage"]],"datadog_api_client.v2.model.process_summaries_meta_page.ProcessSummariesMetaPage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.process_summaries_response":[[6,1,1,"","ProcessSummariesResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.process_summaries_response.ProcessSummariesResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.process_summary":[[6,1,1,"","ProcessSummary"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.process_summary.ProcessSummary":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.process_summary_attributes":[[6,1,1,"","ProcessSummaryAttributes"]],"datadog_api_client.v2.model.process_summary_attributes.ProcessSummaryAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.process_summary_type":[[6,1,1,"","ProcessSummaryType"]],"datadog_api_client.v2.model.process_summary_type.ProcessSummaryType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.query_sort_order":[[6,1,1,"","QuerySortOrder"]],"datadog_api_client.v2.model.query_sort_order.QuerySortOrder":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_incident_integration_metadata_data":[[6,1,1,"","RelationshipToIncidentIntegrationMetadataData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_incident_integration_metadata_data.RelationshipToIncidentIntegrationMetadataData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_incident_integration_metadatas":[[6,1,1,"","RelationshipToIncidentIntegrationMetadatas"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_incident_integration_metadatas.RelationshipToIncidentIntegrationMetadatas":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_incident_postmortem":[[6,1,1,"","RelationshipToIncidentPostmortem"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_incident_postmortem.RelationshipToIncidentPostmortem":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_incident_postmortem_data":[[6,1,1,"","RelationshipToIncidentPostmortemData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_incident_postmortem_data.RelationshipToIncidentPostmortemData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_organization":[[6,1,1,"","RelationshipToOrganization"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_organization.RelationshipToOrganization":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_organization_data":[[6,1,1,"","RelationshipToOrganizationData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_organization_data.RelationshipToOrganizationData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_organizations":[[6,1,1,"","RelationshipToOrganizations"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_organizations.RelationshipToOrganizations":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_permission":[[6,1,1,"","RelationshipToPermission"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_permission.RelationshipToPermission":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_permission_data":[[6,1,1,"","RelationshipToPermissionData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_permission_data.RelationshipToPermissionData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_permissions":[[6,1,1,"","RelationshipToPermissions"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_permissions.RelationshipToPermissions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_role":[[6,1,1,"","RelationshipToRole"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_role.RelationshipToRole":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_role_data":[[6,1,1,"","RelationshipToRoleData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_role_data.RelationshipToRoleData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_roles":[[6,1,1,"","RelationshipToRoles"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_roles.RelationshipToRoles":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_saml_assertion_attribute":[[6,1,1,"","RelationshipToSAMLAssertionAttribute"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_saml_assertion_attribute.RelationshipToSAMLAssertionAttribute":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_saml_assertion_attribute_data":[[6,1,1,"","RelationshipToSAMLAssertionAttributeData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_saml_assertion_attribute_data.RelationshipToSAMLAssertionAttributeData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.relationship_to_user":[[6,1,1,"","RelationshipToUser"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_user.RelationshipToUser":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_user_data":[[6,1,1,"","RelationshipToUserData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_user_data.RelationshipToUserData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.relationship_to_users":[[6,1,1,"","RelationshipToUsers"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.relationship_to_users.RelationshipToUsers":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.response_meta_attributes":[[6,1,1,"","ResponseMetaAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.response_meta_attributes.ResponseMetaAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role":[[6,1,1,"","Role"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role.Role":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_attributes":[[6,1,1,"","RoleAttributes"]],"datadog_api_client.v2.model.role_attributes.RoleAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.role_clone":[[6,1,1,"","RoleClone"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_clone.RoleClone":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_clone_attributes":[[6,1,1,"","RoleCloneAttributes"]],"datadog_api_client.v2.model.role_clone_attributes.RoleCloneAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_clone_request":[[6,1,1,"","RoleCloneRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_clone_request.RoleCloneRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_create_attributes":[[6,1,1,"","RoleCreateAttributes"]],"datadog_api_client.v2.model.role_create_attributes.RoleCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.role_create_data":[[6,1,1,"","RoleCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_create_data.RoleCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_create_request":[[6,1,1,"","RoleCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_create_request.RoleCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_create_response":[[6,1,1,"","RoleCreateResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_create_response.RoleCreateResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_create_response_data":[[6,1,1,"","RoleCreateResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_create_response_data.RoleCreateResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_relationships":[[6,1,1,"","RoleRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_relationships.RoleRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_response":[[6,1,1,"","RoleResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_response.RoleResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_response_relationships":[[6,1,1,"","RoleResponseRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_response_relationships.RoleResponseRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_update_attributes":[[6,1,1,"","RoleUpdateAttributes"]],"datadog_api_client.v2.model.role_update_attributes.RoleUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","read_only_vars"]],"datadog_api_client.v2.model.role_update_data":[[6,1,1,"","RoleUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_update_data.RoleUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_update_request":[[6,1,1,"","RoleUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_update_request.RoleUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_update_response":[[6,1,1,"","RoleUpdateResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_update_response.RoleUpdateResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.role_update_response_data":[[6,1,1,"","RoleUpdateResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.role_update_response_data.RoleUpdateResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.roles_response":[[6,1,1,"","RolesResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.roles_response.RolesResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.roles_sort":[[6,1,1,"","RolesSort"]],"datadog_api_client.v2.model.roles_sort.RolesSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.roles_type":[[6,1,1,"","RolesType"]],"datadog_api_client.v2.model.roles_type.RolesType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_event":[[6,1,1,"","RUMEvent"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.rum_event.RUMEvent":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_event_attributes":[[6,1,1,"","RUMEventAttributes"]],"datadog_api_client.v2.model.rum_event_attributes.RUMEventAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_event_type":[[6,1,1,"","RUMEventType"]],"datadog_api_client.v2.model.rum_event_type.RUMEventType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_events_response":[[6,1,1,"","RUMEventsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.rum_events_response.RUMEventsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_query_filter":[[6,1,1,"","RUMQueryFilter"]],"datadog_api_client.v2.model.rum_query_filter.RUMQueryFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_query_options":[[6,1,1,"","RUMQueryOptions"]],"datadog_api_client.v2.model.rum_query_options.RUMQueryOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_query_page_options":[[6,1,1,"","RUMQueryPageOptions"]],"datadog_api_client.v2.model.rum_query_page_options.RUMQueryPageOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.rum_response_links":[[6,1,1,"","RUMResponseLinks"]],"datadog_api_client.v2.model.rum_response_links.RUMResponseLinks":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_response_metadata":[[6,1,1,"","RUMResponseMetadata"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.rum_response_metadata.RUMResponseMetadata":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_response_page":[[6,1,1,"","RUMResponsePage"]],"datadog_api_client.v2.model.rum_response_page.RUMResponsePage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_response_status":[[6,1,1,"","RUMResponseStatus"]],"datadog_api_client.v2.model.rum_response_status.RUMResponseStatus":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_search_events_request":[[6,1,1,"","RUMSearchEventsRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.rum_search_events_request.RUMSearchEventsRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_sort":[[6,1,1,"","RUMSort"]],"datadog_api_client.v2.model.rum_sort.RUMSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.rum_warning":[[6,1,1,"","RUMWarning"]],"datadog_api_client.v2.model.rum_warning.RUMWarning":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.saml_assertion_attribute":[[6,1,1,"","SAMLAssertionAttribute"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.saml_assertion_attribute.SAMLAssertionAttribute":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.saml_assertion_attribute_attributes":[[6,1,1,"","SAMLAssertionAttributeAttributes"]],"datadog_api_client.v2.model.saml_assertion_attribute_attributes.SAMLAssertionAttributeAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.saml_assertion_attributes_type":[[6,1,1,"","SAMLAssertionAttributesType"]],"datadog_api_client.v2.model.saml_assertion_attributes_type.SAMLAssertionAttributesType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter":[[6,1,1,"","SecurityFilter"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter.SecurityFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_attributes":[[6,1,1,"","SecurityFilterAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_attributes.SecurityFilterAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.security_filter_create_attributes":[[6,1,1,"","SecurityFilterCreateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_create_attributes.SecurityFilterCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_create_data":[[6,1,1,"","SecurityFilterCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_create_data.SecurityFilterCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_create_request":[[6,1,1,"","SecurityFilterCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_create_request.SecurityFilterCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_exclusion_filter":[[6,1,1,"","SecurityFilterExclusionFilter"]],"datadog_api_client.v2.model.security_filter_exclusion_filter.SecurityFilterExclusionFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_exclusion_filter_response":[[6,1,1,"","SecurityFilterExclusionFilterResponse"]],"datadog_api_client.v2.model.security_filter_exclusion_filter_response.SecurityFilterExclusionFilterResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_filtered_data_type":[[6,1,1,"","SecurityFilterFilteredDataType"]],"datadog_api_client.v2.model.security_filter_filtered_data_type.SecurityFilterFilteredDataType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_meta":[[6,1,1,"","SecurityFilterMeta"]],"datadog_api_client.v2.model.security_filter_meta.SecurityFilterMeta":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_response":[[6,1,1,"","SecurityFilterResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_response.SecurityFilterResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_type":[[6,1,1,"","SecurityFilterType"]],"datadog_api_client.v2.model.security_filter_type.SecurityFilterType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_update_attributes":[[6,1,1,"","SecurityFilterUpdateAttributes"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_update_attributes.SecurityFilterUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.security_filter_update_data":[[6,1,1,"","SecurityFilterUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_update_data.SecurityFilterUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filter_update_request":[[6,1,1,"","SecurityFilterUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filter_update_request.SecurityFilterUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_filters_response":[[6,1,1,"","SecurityFiltersResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_filters_response.SecurityFiltersResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_filter":[[6,1,1,"","SecurityMonitoringFilter"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_filter.SecurityMonitoringFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_filter_action":[[6,1,1,"","SecurityMonitoringFilterAction"]],"datadog_api_client.v2.model.security_monitoring_filter_action.SecurityMonitoringFilterAction":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_list_rules_response":[[6,1,1,"","SecurityMonitoringListRulesResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_list_rules_response.SecurityMonitoringListRulesResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_case":[[6,1,1,"","SecurityMonitoringRuleCase"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_case.SecurityMonitoringRuleCase":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_case_create":[[6,1,1,"","SecurityMonitoringRuleCaseCreate"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_case_create.SecurityMonitoringRuleCaseCreate":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_create_payload":[[6,1,1,"","SecurityMonitoringRuleCreatePayload"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_create_payload.SecurityMonitoringRuleCreatePayload":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_detection_method":[[6,1,1,"","SecurityMonitoringRuleDetectionMethod"]],"datadog_api_client.v2.model.security_monitoring_rule_detection_method.SecurityMonitoringRuleDetectionMethod":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_evaluation_window":[[6,1,1,"","SecurityMonitoringRuleEvaluationWindow"]],"datadog_api_client.v2.model.security_monitoring_rule_evaluation_window.SecurityMonitoringRuleEvaluationWindow":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_impossible_travel_options":[[6,1,1,"","SecurityMonitoringRuleImpossibleTravelOptions"]],"datadog_api_client.v2.model.security_monitoring_rule_impossible_travel_options.SecurityMonitoringRuleImpossibleTravelOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_keep_alive":[[6,1,1,"","SecurityMonitoringRuleKeepAlive"]],"datadog_api_client.v2.model.security_monitoring_rule_keep_alive.SecurityMonitoringRuleKeepAlive":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_max_signal_duration":[[6,1,1,"","SecurityMonitoringRuleMaxSignalDuration"]],"datadog_api_client.v2.model.security_monitoring_rule_max_signal_duration.SecurityMonitoringRuleMaxSignalDuration":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_new_value_options":[[6,1,1,"","SecurityMonitoringRuleNewValueOptions"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_new_value_options.SecurityMonitoringRuleNewValueOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_new_value_options_forget_after":[[6,1,1,"","SecurityMonitoringRuleNewValueOptionsForgetAfter"]],"datadog_api_client.v2.model.security_monitoring_rule_new_value_options_forget_after.SecurityMonitoringRuleNewValueOptionsForgetAfter":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_new_value_options_learning_duration":[[6,1,1,"","SecurityMonitoringRuleNewValueOptionsLearningDuration"]],"datadog_api_client.v2.model.security_monitoring_rule_new_value_options_learning_duration.SecurityMonitoringRuleNewValueOptionsLearningDuration":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_options":[[6,1,1,"","SecurityMonitoringRuleOptions"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_options.SecurityMonitoringRuleOptions":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_query":[[6,1,1,"","SecurityMonitoringRuleQuery"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_query.SecurityMonitoringRuleQuery":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_query_aggregation":[[6,1,1,"","SecurityMonitoringRuleQueryAggregation"]],"datadog_api_client.v2.model.security_monitoring_rule_query_aggregation.SecurityMonitoringRuleQueryAggregation":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_query_create":[[6,1,1,"","SecurityMonitoringRuleQueryCreate"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_query_create.SecurityMonitoringRuleQueryCreate":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_response":[[6,1,1,"","SecurityMonitoringRuleResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_response.SecurityMonitoringRuleResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_severity":[[6,1,1,"","SecurityMonitoringRuleSeverity"]],"datadog_api_client.v2.model.security_monitoring_rule_severity.SecurityMonitoringRuleSeverity":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_type_create":[[6,1,1,"","SecurityMonitoringRuleTypeCreate"]],"datadog_api_client.v2.model.security_monitoring_rule_type_create.SecurityMonitoringRuleTypeCreate":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_type_read":[[6,1,1,"","SecurityMonitoringRuleTypeRead"]],"datadog_api_client.v2.model.security_monitoring_rule_type_read.SecurityMonitoringRuleTypeRead":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_rule_update_payload":[[6,1,1,"","SecurityMonitoringRuleUpdatePayload"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_rule_update_payload.SecurityMonitoringRuleUpdatePayload":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.security_monitoring_signal":[[6,1,1,"","SecurityMonitoringSignal"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_signal.SecurityMonitoringSignal":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signal_attributes":[[6,1,1,"","SecurityMonitoringSignalAttributes"]],"datadog_api_client.v2.model.security_monitoring_signal_attributes.SecurityMonitoringSignalAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signal_list_request":[[6,1,1,"","SecurityMonitoringSignalListRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_signal_list_request.SecurityMonitoringSignalListRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signal_list_request_filter":[[6,1,1,"","SecurityMonitoringSignalListRequestFilter"]],"datadog_api_client.v2.model.security_monitoring_signal_list_request_filter.SecurityMonitoringSignalListRequestFilter":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signal_list_request_page":[[6,1,1,"","SecurityMonitoringSignalListRequestPage"]],"datadog_api_client.v2.model.security_monitoring_signal_list_request_page.SecurityMonitoringSignalListRequestPage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"],[6,6,1,"","validations"]],"datadog_api_client.v2.model.security_monitoring_signal_type":[[6,1,1,"","SecurityMonitoringSignalType"]],"datadog_api_client.v2.model.security_monitoring_signal_type.SecurityMonitoringSignalType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response":[[6,1,1,"","SecurityMonitoringSignalsListResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response.SecurityMonitoringSignalsListResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response_links":[[6,1,1,"","SecurityMonitoringSignalsListResponseLinks"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response_links.SecurityMonitoringSignalsListResponseLinks":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response_meta":[[6,1,1,"","SecurityMonitoringSignalsListResponseMeta"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response_meta.SecurityMonitoringSignalsListResponseMeta":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response_meta_page":[[6,1,1,"","SecurityMonitoringSignalsListResponseMetaPage"]],"datadog_api_client.v2.model.security_monitoring_signals_list_response_meta_page.SecurityMonitoringSignalsListResponseMetaPage":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.security_monitoring_signals_sort":[[6,1,1,"","SecurityMonitoringSignalsSort"]],"datadog_api_client.v2.model.security_monitoring_signals_sort.SecurityMonitoringSignalsSort":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.service_account_create_attributes":[[6,1,1,"","ServiceAccountCreateAttributes"]],"datadog_api_client.v2.model.service_account_create_attributes.ServiceAccountCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.service_account_create_data":[[6,1,1,"","ServiceAccountCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.service_account_create_data.ServiceAccountCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.service_account_create_request":[[6,1,1,"","ServiceAccountCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.service_account_create_request.ServiceAccountCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user":[[6,1,1,"","User"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user.User":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_attributes":[[6,1,1,"","UserAttributes"]],"datadog_api_client.v2.model.user_attributes.UserAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_create_attributes":[[6,1,1,"","UserCreateAttributes"]],"datadog_api_client.v2.model.user_create_attributes.UserCreateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_create_data":[[6,1,1,"","UserCreateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_create_data.UserCreateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_create_request":[[6,1,1,"","UserCreateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_create_request.UserCreateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitation_data":[[6,1,1,"","UserInvitationData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_invitation_data.UserInvitationData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitation_data_attributes":[[6,1,1,"","UserInvitationDataAttributes"]],"datadog_api_client.v2.model.user_invitation_data_attributes.UserInvitationDataAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitation_relationships":[[6,1,1,"","UserInvitationRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_invitation_relationships.UserInvitationRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitation_response":[[6,1,1,"","UserInvitationResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_invitation_response.UserInvitationResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitation_response_data":[[6,1,1,"","UserInvitationResponseData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_invitation_response_data.UserInvitationResponseData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitations_request":[[6,1,1,"","UserInvitationsRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_invitations_request.UserInvitationsRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitations_response":[[6,1,1,"","UserInvitationsResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_invitations_response.UserInvitationsResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_invitations_type":[[6,1,1,"","UserInvitationsType"]],"datadog_api_client.v2.model.user_invitations_type.UserInvitationsType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_relationships":[[6,1,1,"","UserRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_relationships.UserRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_response":[[6,1,1,"","UserResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_response.UserResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_response_included_item":[[6,1,1,"","UserResponseIncludedItem"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_response_relationships":[[6,1,1,"","UserResponseRelationships"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_response_relationships.UserResponseRelationships":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_update_attributes":[[6,1,1,"","UserUpdateAttributes"]],"datadog_api_client.v2.model.user_update_attributes.UserUpdateAttributes":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_update_data":[[6,1,1,"","UserUpdateData"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_update_data.UserUpdateData":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.user_update_request":[[6,1,1,"","UserUpdateRequest"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.user_update_request.UserUpdateRequest":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.users_response":[[6,1,1,"","UsersResponse"],[6,4,1,"","lazy_import"]],"datadog_api_client.v2.model.users_response.UsersResponse":[[6,6,1,"","attribute_map"],[6,6,1,"","openapi_types"]],"datadog_api_client.v2.model.users_type":[[6,1,1,"","UsersType"]],"datadog_api_client.v2.model.users_type.UsersType":[[6,6,1,"","allowed_values"],[6,6,1,"","openapi_types"]],datadog_api_client:[[0,0,0,"-","api_client"],[0,0,0,"-","configuration"],[0,0,0,"-","exceptions"],[0,0,0,"-","model_utils"],[0,0,0,"-","rest"],[1,0,0,"-","v1"],[4,0,0,"-","v2"]]},objnames:{"0":["py","module","Python module"],"1":["py","class","Python class"],"2":["py","method","Python method"],"3":["py","property","Python property"],"4":["py","function","Python function"],"5":["py","exception","Python exception"],"6":["py","attribute","Python attribute"]},objtypes:{"0":"py:module","1":"py:class","2":"py:method","3":"py:property","4":"py:function","5":"py:exception","6":"py:attribute"},terms:{"0":[0,2,3,6],"1":[0,2,3,5,6],"10":[2,3],"100":[2,3],"1000":[2,3,5,6],"10000":6,"10080":2,"10800":6,"10m":[2,3],"12345":2,"14":6,"1440":3,"15":[2,5],"15m":[3,5],"168":2,"172":5,"1800":6,"1d":3,"1d_ago":2,"1h":[2,3],"1m":3,"1mb":[2,5],"1mo":3,"1w":3,"1y":3,"2":[2,3,5,6,7],"20":2,"200":2,"202":5,"21":6,"2147483647":[3,6],"21600":6,"24":2,"28":6,"2880":2,"2d":3,"2xx":[2,5],"3":[0,2,3,7],"30":[2,3],"300":6,"30d":[2,3],"30m":3,"32":[2,3],"3200000":2,"3600":[5,6],"3mo":3,"4":[0,2,6],"40":3,"400":[2,5],"4000":3,"401":5,"403":[2,5],"408":5,"409":2,"413":[2,5],"429":5,"43200":6,"45m":2,"48":2,"4h":[2,3],"5":[2,3,6],"50":2,"500":[2,5],"5000":2,"503":5,"5m":[3,7],"5mb":[2,5],"5xx":2,"6":7,"60":[2,6],"600":6,"604800":3,"62":2,"62914560":2,"64":2,"65535":3,"67890":2,"6mo":3,"7":[2,6],"7200":[3,6],"7d":[2,3],"8":0,"80":3,"800":5,"8601":2,"86400":6,"900":6,"90d":[2,3],"boolean":[0,2,5],"break":7,"byte":[0,2],"case":[0,5,6],"class":[0,1,2,3,4,5,6],"default":[0,2,3,5],"do":[0,2,5],"enum":0,"float":[0,2,3,5,6],"function":[0,2],"import":[6,7],"int":[0,2,3,5,6],"long":0,"new":[2,5],"null":[0,5],"public":2,"return":[0,1,2,4,5,7],"static":0,"true":[0,1,2,4,5,7],"while":[2,7],A:[0,2,5],AND:7,By:[0,2],For:[0,2,5,7],IS:3,If:[0,2,5,7],In:[0,5],It:[0,2,5],No:[2,3],One:2,The:[0,1,2,4,5,7],There:2,These:0,To:[0,2,5,7],Will:0,__new__:0,_additional_properties_model_inst:0,_change_:2,_check_input_typ:[2,5],_check_return_typ:[2,5],_check_typ:0,_composed_inst:0,_composed_schema:0,_configur:0,_data_stor:0,_encod:0,_from:[2,3,5,6],_host:0,_host_index:[2,5],_io:0,_path_to_item:0,_pct_change_:2,_preload_cont:[0,2,5],_properti:3,_request_timeout:[0,2,5],_result:0,_return_http_data_onli:[0,2,5],_spec_property_nam:0,_unpars:0,_var_name_to_model_inst:0,_visited_composed_class:0,aas_host_count:3,about:[0,2],abov:[2,5],absolut:3,accept:[0,2,5],accept_self_sign:3,access:[0,2,7],access_kei:3,access_key_id:[2,3],access_rol:[0,1],access_token:[0,1,4],accesskei:3,accessrol:3,accord:2,account:[2,3,5],account_billable_usag:3,account_id:[2,3,6],account_manag:2,account_nam:2,account_specific_namespace_rul:3,across:[0,2],action:[3,6],activ:[2,3,5],active_child:3,actual:0,ad:[0,2],add:[0,2,5],add_permission_to_rol:5,add_read_role_to_arch:5,add_user_to_rol:5,added_dashboards_to_list:6,addit:[0,2,5],additional_properties_model_inst:0,additional_properties_typ:[0,3],additionalproperti:0,address:5,adm:3,admin:[2,3],administr:[2,5],affect:2,after:[2,5,6],against:2,agent:[0,2,3,5],agent_check:[0,1],agent_host_count:3,agent_host_top99p:3,agent_host_top99p_sum:3,agent_rul:6,agent_rule_id:5,agent_vers:[2,3],agentcheck:3,agg_typ:3,aggr:3,aggreg:[2,3,5,6],aggregate_log:5,aggregation_kei:3,aggregation_typ:6,ago:2,alert:[2,3,7],alert_graph:3,alert_graph_widget_definit:[0,1],alert_graph_widget_definition_typ:[0,1],alert_id:3,alert_typ:3,alert_valu:3,alert_value_widget_definit:[0,1],alert_value_widget_definition_typ:[0,1],alertgraphwidgetdefinit:3,alertgraphwidgetdefinitiontyp:3,alertvaluewidgetdefinit:3,alertvaluewidgetdefinitiontyp:3,alia:[0,2,3],alias:3,alias_nam:3,alibaba_host_count:3,all:[0,2,3,5],allof:0,allow:[0,2],allow_failur:3,allow_insecur:3,allow_insecure_certif:3,allowed_valu:[0,3,6],allowfailur:3,allowinsecurecertif:3,allows_single_value_input:0,alphabet:6,alphanumer:2,alreadi:2,also:[0,2,5],alt_nam:3,altern:0,altnam:3,alwai:[2,3],amazon:2,amazon_web_servic:2,an:[0,2,5,7],analyt:[2,3],analyz:2,analyzed_log:3,ani:[0,2,5],anomali:2,anomaly_detect:6,answer:[2,5],anyof:0,api:[0,1,3,4],api_cli:[2,5,7],api_error_respons:[0,1,4],api_inst:7,api_kei:[0,1,2,4,6,7],api_key_create_attribut:[0,4],api_key_create_data:[0,4],api_key_create_request:[0,4],api_key_id:5,api_key_list_respons:[0,1],api_key_prefix:[0,1,4],api_key_relationship:[0,4],api_key_respons:[0,1,4],api_key_response_included_item:[0,4],api_key_update_attribut:[0,4],api_key_update_data:[0,4],api_key_update_request:[0,4],api_keys_respons:[0,4],api_keys_sort:[0,4],api_keys_typ:[0,4],api_percentag:3,api_request_failur:3,api_usag:3,apiattributeerror:0,apicli:[0,7],apierrorrespons:[3,6],apiexcept:0,apikei:[0,3],apikeyauth:7,apikeycreateattribut:6,apikeycreatedata:6,apikeycreaterequest:6,apikeyerror:0,apikeylistrespons:[2,3],apikeyrelationship:6,apikeyrespons:[2,3,5,6],apikeyresponseincludeditem:6,apikeysrespons:[5,6],apikeyssort:[5,6],apikeystyp:6,apikeyupdateattribut:6,apikeyupdatedata:6,apikeyupdaterequest:6,apitypeerror:0,apivalueerror:0,apm:[2,3],apm_azure_app_service_host_count:3,apm_azure_app_service_host_top99p:3,apm_azure_app_service_host_top99p_sum:3,apm_dependency_stat:3,apm_host_count:3,apm_host_percentag:3,apm_host_sum:3,apm_host_top99p:3,apm_host_top99p_sum:3,apm_host_usag:3,apm_queri:3,apm_resource_stat:3,apm_stats_queri:3,apm_stats_query_column_typ:[0,1],apm_stats_query_definit:[0,1],apm_stats_query_row_typ:[0,1],apm_trace_search_sum:3,apmstatsquerycolumntyp:3,apmstatsquerydefinit:3,apmstatsqueryrowtyp:3,app:[2,3,5],app_key_id:5,append:2,appkeyauth:7,appli:[2,5],applic:[0,2,5,7],application_elb:[2,3],application_kei:[0,1,2,6],application_key_create_attribut:[0,4],application_key_create_data:[0,4],application_key_create_request:[0,4],application_key_list_respons:[0,1],application_key_relationship:[0,4],application_key_respons:[0,1,4],application_key_response_included_item:[0,4],application_key_update_attribut:[0,4],application_key_update_data:[0,4],application_key_update_request:[0,4],application_keys_sort:[0,4],application_keys_typ:[0,4],applicationkei:3,applicationkeycreateattribut:6,applicationkeycreatedata:6,applicationkeycreaterequest:6,applicationkeylistrespons:[2,3],applicationkeyrelationship:6,applicationkeyrespons:[2,3,5,6],applicationkeyresponseincludeditem:6,applicationkeyssort:[5,6],applicationkeystyp:6,applicationkeyupdateattribut:6,applicationkeyupdatedata:6,applicationkeyupdaterequest:6,apply_correct:2,approxim:2,ar:[0,2,5,7],archiv:[2,5],archive_id:[5,6],archive_ord:6,area:3,arg:[0,3,6],argument:[0,2,5],arithmet:3,arithmetic_processor:3,arn:[2,3],arrai:[0,2,5],as_count:2,as_rat:2,asc:[2,3,5,6],ascend:[3,5,6],assert:3,assert_current_url:3,assert_element_attribut:3,assert_element_cont:3,assert_element_pres:3,assert_email:3,assert_file_download:3,assert_from_javascript:3,assert_page_contain:3,assert_page_lack:3,assertcurrenturl:3,assertelementattribut:3,assertelementcont:3,assertelementpres:3,assertemail:3,assertfiledownload:3,assertfromjavascript:3,assertion_failur:3,assertpagecontain:3,assertpagelack:3,assign:[0,2],associ:[2,5],assumpt:0,assur:2,async:[0,2,7],async_req:[0,2,5],asyncapicli:[0,7],asynchron:[0,2,5,7],asyncrestclientobject:0,attach:2,attempt:0,attempt_convert_item:0,attribut:[0,2,3,5,6],attribute_kei:6,attribute_map:[0,3,6],attribute_remapp:3,attribute_valu:6,attributeerror:0,audit:[2,3,5,6],audit_alert:3,audit_api:[0,4],audit_logs_ev:[0,4],audit_logs_event_attribut:[0,4],audit_logs_event_typ:[0,4],audit_logs_events_respons:[0,4],audit_logs_lines_indexed_agg_sum:3,audit_logs_lines_indexed_sum:3,audit_logs_query_filt:[0,4],audit_logs_query_opt:[0,4],audit_logs_query_page_opt:[0,4],audit_logs_response_link:[0,4],audit_logs_response_metadata:[0,4],audit_logs_response_pag:[0,4],audit_logs_response_statu:[0,4],audit_logs_search_events_request:[0,4],audit_logs_sort:[0,4],audit_logs_warn:[0,4],audit_queri:3,audit_stream:3,auditapi:5,auditlogsev:6,auditlogseventattribut:6,auditlogseventsrespons:[5,6],auditlogseventtyp:6,auditlogsqueryfilt:6,auditlogsqueryopt:6,auditlogsquerypageopt:6,auditlogsresponselink:6,auditlogsresponsemetadata:6,auditlogsresponsepag:6,auditlogsresponsestatu:6,auditlogssearcheventsrequest:6,auditlogssort:[5,6],auditlogswarn:6,auth:[0,1,4],auth_n_map:[0,4],auth_n_mapping_attribut:[0,4],auth_n_mapping_create_attribut:[0,4],auth_n_mapping_create_data:[0,4],auth_n_mapping_create_relationship:[0,4],auth_n_mapping_create_request:[0,4],auth_n_mapping_includ:[0,4],auth_n_mapping_relationship:[0,4],auth_n_mapping_respons:[0,4],auth_n_mapping_update_attribut:[0,4],auth_n_mapping_update_data:[0,4],auth_n_mapping_update_relationship:[0,4],auth_n_mapping_update_request:[0,4],auth_n_mappings_api:[0,4],auth_n_mappings_respons:[0,4],auth_n_mappings_sort:[0,4],auth_n_mappings_typ:[0,4],auth_provider_x509_cert_url:3,auth_set:[0,1,4],auth_uri:3,authent:[0,2,3,7],authentication_api:[0,1],authentication_error:3,authentication_validation_respons:[0,1],authenticationapi:2,authenticationvalidationrespons:[2,3],authn:5,authn_map:6,authn_mapping_id:5,authnmap:6,authnmappingattribut:6,authnmappingcreateattribut:6,authnmappingcreatedata:6,authnmappingcreaterelationship:6,authnmappingcreaterequest:6,authnmappinginclud:6,authnmappingrelationship:6,authnmappingrespons:[5,6],authnmappingsapi:5,authnmappingsrespons:[5,6],authnmappingssort:[5,6],authnmappingstyp:6,authnmappingupdateattribut:6,authnmappingupdatedata:6,authnmappingupdaterelationship:6,authnmappingupdaterequest:6,author:[2,3,6],author_handl:[2,3],author_nam:3,auto:[2,3],autocomplet:6,automat:[2,3],automut:3,autoscal:3,avail:[2,5,7],available_valu:3,averag:[2,3],avg:[2,3,6],avg_container_agent_count:3,avg_dur:3,avg_metric_hour:3,avg_profiled_fargate_task:3,avg_profiled_fargate_tasks_sum:3,avg_root_dur:3,avg_spans_per_trac:3,avoid:0,aw:2,await:7,aws_account:[0,1],aws_account_and_lambda_request:[0,1],aws_account_create_respons:[0,1],aws_account_delete_request:[0,1],aws_account_identifi:2,aws_account_list_respons:[0,1],aws_host_count:3,aws_host_top99p:3,aws_host_top99p_sum:3,aws_integration_api:[0,1],aws_lambda_func_count:3,aws_lambda_invocations_sum:3,aws_logs_async_error:[0,1],aws_logs_async_respons:[0,1],aws_logs_integration_api:[0,1],aws_logs_lambda:[0,1],aws_logs_list_respons:[0,1],aws_logs_list_services_respons:[0,1],aws_logs_services_request:[0,1],aws_nam:3,aws_namespac:[0,1],aws_tag_filt:[0,1],aws_tag_filter_create_request:[0,1],aws_tag_filter_delete_request:[0,1],aws_tag_filter_list_respons:[0,1],awsaccount:[2,3],awsaccountandlambdarequest:[2,3],awsaccountcreaterespons:[2,3],awsaccountdeleterequest:[2,3],awsaccountlistrespons:[2,3],awsintegrationapi:2,awslogsasyncerror:3,awslogsasyncrespons:[2,3],awslogsintegrationapi:2,awslogslambda:3,awslogslistrespons:[2,3],awslogslistservicesrespons:[2,3],awslogsservicesrequest:[2,3],awsnamespac:3,awstagfilt:3,awstagfiltercreaterequest:[2,3],awstagfilterdeleterequest:[2,3],awstagfilterlistrespons:[2,3],azur:[2,6],azure_account:[0,1],azure_account_list_respons:[0,1],azure_app_service_top99p:3,azure_app_service_top99p_sum:3,azure_host_count:3,azure_host_top99p_sum:3,azure_integration_api:[0,1],azureaccount:[2,3],azureaccountlistrespons:[2,3],azureintegrationapi:2,back:[0,5],background:3,background_color:3,bad:[2,5],band:2,banner_img:3,bar:3,base:[0,1,2,3,4,5,6],baseconfigur:[0,1,4],baseline_user_loc:6,baselineuserloc:6,basic:0,basic_auth:3,basicauth:3,batch:[2,5],batch_id:[2,3],bearer:0,becaus:[2,5],been:[0,2,5],befor:[0,2,5],begin:[2,5],behavior:2,being:[0,2],belong:[2,5],below:0,beta:[2,5],between:[0,2,3],big:0,bill:3,billabl:2,billable_ingested_byt:3,billable_ingested_bytes_agg_sum:3,billable_ingested_bytes_sum:3,billing_plan:3,bit:2,black_on_light_green:3,black_on_light_r:3,black_on_light_yellow:3,blank:2,block:[0,2,3],blue:3,bodi:[0,2,3,5,7],body_too_larg:3,body_typ:3,bodytyp:3,bool:[0,2,3,5,6],both:[2,3,5],bottom:3,branch:3,broken:2,browser:[2,3],browser_check_calls_count:3,browser_error:3,browser_percentag:3,browser_rum_lite_session_count_agg_sum:3,browser_rum_lite_session_count_sum:3,browser_rum_replay_session_count_agg_sum:3,browser_rum_replay_session_count_sum:3,browser_rum_unit:3,browser_rum_units_agg_sum:3,browser_rum_units_sum:3,browser_typ:3,browser_usag:3,browser_vers:3,browsererror:3,browsertyp:3,browservers:3,bucket:[5,6],budget:2,build:[0,5,7],builder:3,bulk:2,bulk_manage_tag:6,busi:3,c:3,ca:0,cached_properti:0,call:[0,2,5],call_api:0,call_with_http_info:0,came:[0,2],can:[0,2,5,7],cancel:[2,3],cancel_downtim:2,cancel_downtimes_by_scop:2,cancel_downtimes_by_scope_request:[0,1],canceldowntimesbyscoperequest:[2,3],canceled_downtimes_id:[0,1],canceleddowntimesid:[2,3],cancelled_id:3,cannot:[2,5],capabl:[2,5],capit:0,cardin:[2,3,6],categori:[3,6],category_processor:3,cd:2,cell:[2,3],cell_display_mod:3,cell_typ:6,center:3,cert:3,certif:[0,3],chang:[2,3,5],change_aggr:2,change_keys_js_to_python:0,change_typ:3,change_widget_definit:[0,1],change_widget_definition_typ:[0,1],change_widget_request:[0,1],changewidgetdefinit:3,changewidgetdefinitiontyp:3,changewidgetrequest:3,channel:[2,7],channel_nam:2,charact:2,check:[0,2,3,5],check_allowed_valu:0,check_aws_logs_lambda_async:2,check_aws_logs_services_async:2,check_calls_count:3,check_can_delete_monitor:2,check_can_delete_monitor_respons:[0,1],check_can_delete_monitor_response_data:[0,1],check_can_delete_slo:2,check_can_delete_slo_respons:[0,1],check_can_delete_slo_response_data:[0,1],check_certificate_revoc:3,check_statu:3,check_status_widget_definit:[0,1],check_status_widget_definition_typ:[0,1],check_tim:3,check_typ:[0,3],check_valid:0,check_vers:3,checkcandeletemonitorrespons:[2,3],checkcandeletemonitorresponsedata:3,checkcandeleteslorespons:[2,3],checkcandeletesloresponsedata:3,checkcertificaterevoc:3,checkstatuswidgetdefinit:3,checkstatuswidgetdefinitiontyp:3,checktyp:3,chef:2,child:[0,2],child_types_mix:0,choos:2,chosen:[0,2],chrome:3,chrome_laptop_larg:3,chrome_mobile_smal:3,chrome_tablet:3,ci:[2,3,7],ci_pipeline_indexed_span:3,ci_pipeline_indexed_spans_agg_sum:3,ci_pipeline_indexed_spans_sum:3,ci_pipelines_alert:3,ci_test_indexed_span:3,ci_test_indexed_spans_agg_sum:3,ci_test_indexed_spans_sum:3,ci_visibility_pipeline_committ:3,ci_visibility_pipeline_committers_hwm:3,ci_visibility_pipeline_committers_hwm_sum:3,ci_visibility_test_committ:3,ci_visibility_test_committers_hwm:3,ci_visibility_test_committers_hwm_sum:3,cipher:3,circular:0,cl:[0,3],class_inst:0,classif:3,classmethod:0,click:3,client:[0,1,4],client_email:[2,3,6],client_id:[2,3,6],client_secret:3,client_x509_cert_url:3,clone:[2,5],clone_rol:5,close:[0,2],cloud:[2,5],cloud_configur:6,cloud_workload_security_agent_rule_attribut:[0,4],cloud_workload_security_agent_rule_create_attribut:[0,4],cloud_workload_security_agent_rule_create_data:[0,4],cloud_workload_security_agent_rule_create_request:[0,4],cloud_workload_security_agent_rule_creator_attribut:[0,4],cloud_workload_security_agent_rule_data:[0,4],cloud_workload_security_agent_rule_respons:[0,4],cloud_workload_security_agent_rule_typ:[0,4],cloud_workload_security_agent_rule_update_attribut:[0,4],cloud_workload_security_agent_rule_update_data:[0,4],cloud_workload_security_agent_rule_update_request:[0,4],cloud_workload_security_agent_rule_updater_attribut:[0,4],cloud_workload_security_agent_rules_list_respons:[0,4],cloud_workload_security_api:[0,4],cloudworkloadsecurityagentruleattribut:6,cloudworkloadsecurityagentrulecreateattribut:6,cloudworkloadsecurityagentrulecreatedata:6,cloudworkloadsecurityagentrulecreaterequest:[5,6],cloudworkloadsecurityagentrulecreatorattribut:6,cloudworkloadsecurityagentruledata:6,cloudworkloadsecurityagentrulerespons:[5,6],cloudworkloadsecurityagentruleslistrespons:[5,6],cloudworkloadsecurityagentruletyp:6,cloudworkloadsecurityagentruleupdateattribut:6,cloudworkloadsecurityagentruleupdatedata:6,cloudworkloadsecurityagentruleupdaterattribut:6,cloudworkloadsecurityagentruleupdaterequest:[5,6],cloudworkloadsecurityapi:5,cls_visit:0,cluster:3,cmdline:6,cn:3,code:[0,2,3,5,6,7],coercibl:0,coercion:0,coercion_index_by_typ:0,collect:[0,2,3,5,6],collection_format:0,collection_typ:0,color:3,color_bi:3,color_by_group:3,color_prefer:3,column:3,com:[2,5,7],combin:[2,3,5],combo:2,come:2,comma:[0,2,5],commander_us:6,commit_sha:3,commitsha:3,commun:0,compact:3,compar:3,compare_to:3,complet:2,complex:5,compliance_host_count:3,compon:3,compos:[0,2],composed_inst:0,composed_model_input_class:0,composit:[2,3],compress:[0,1,2,4,5],comput:[3,5,6],computed_on:[2,3],concaten:0,concurr:[0,5],condit:[0,2,5,6],conditional_format:3,config:3,config_decrypt:3,config_vari:3,configur:[2,5,7],configured_alert_id:3,configvari:3,conflict:2,connect:[0,2,5],connrefus:3,connreset:3,consid:[2,5],constant_arg:0,constant_kwarg:0,constraint:0,consult:2,contact:2,contain:[0,2,3,5,6,7],container_avg:3,container_avg_sum:3,container_count:3,container_hwm:3,container_hwm_sum:3,container_percentag:3,container_usag:3,content:[0,2,3,5,6],content_disposit:0,content_encod:[0,1,2,4,5],content_typ:0,contentencod:[2,3,5,6],continu:2,convers:0,convert:0,convert_js_args_to_python_arg:0,cooki:[0,3],coroutin:7,correct:[0,2,3],correctli:0,correspond:[0,2],count:[2,3,5,6,7],count_by_statu:2,counts_and_list:3,countsandlist:3,coupl:2,cover:3,cpu:[2,3],cpu_cor:3,cpucor:3,creat:[0,2,3,5,6],create_api_kei:[2,5],create_application_kei:2,create_auth_n_map:5,create_aws_account:2,create_aws_lambda_arn:2,create_aws_tag_filt:2,create_azure_integr:2,create_bulk_tags_metrics_configur:5,create_child_org:2,create_cloud_workload_security_agent_rul:5,create_current_user_application_kei:5,create_dashboard:2,create_dashboard_list:2,create_dashboard_list_item:5,create_downtim:2,create_ev:2,create_gcp_integr:2,create_global_vari:2,create_host_tag:2,create_incid:5,create_incident_servic:5,create_incident_team:5,create_logs_arch:5,create_logs_index:2,create_logs_metr:5,create_logs_pipelin:2,create_monitor:[2,7],create_new_aws_external_id:2,create_notebook:2,create_pager_duty_integration_servic:2,create_private_loc:2,create_rol:5,create_security_filt:5,create_security_monitoring_rul:5,create_service_account:5,create_service_account_application_kei:5,create_slack_integration_channel:2,create_slo:2,create_slo_correct:2,create_synthetics_api_test:2,create_synthetics_browser_test:2,create_tag_configur:5,create_us:[2,5],create_webhooks_integr:2,create_webhooks_integration_custom_vari:2,createawslambdaarn:2,created_at:[3,6],created_at_ascend:6,created_at_descend:6,created_bi:[3,5,6],created_by_us:6,createdat:6,creation_author_id:6,creation_d:6,creationauthorid:6,creationd:6,creator:[0,1,4],creator_id:3,critic:[2,3,6],critical_recoveri:3,cspm:2,cspm_aas_host_top99p:3,cspm_aas_host_top99p_sum:3,cspm_azure_host_top99p:3,cspm_azure_host_top99p_sum:3,cspm_container_avg:3,cspm_container_avg_sum:3,cspm_container_hwm:3,cspm_container_hwm_sum:3,cspm_container_percentag:3,cspm_container_usag:3,cspm_host_percentag:3,cspm_host_top99p:3,cspm_host_top99p_sum:3,cspm_host_usag:3,cspm_resource_collection_en:3,current:[0,2,5],current_item:0,current_onli:2,cursor:[5,6],custom:[2,3,5],custom_background:3,custom_bg:3,custom_bg_color:3,custom_fg_color:3,custom_head:3,custom_imag:3,custom_link:3,custom_metr:2,custom_screenboard:6,custom_text:3,custom_timeboard:6,custom_timeseries_percentag:3,custom_timeseries_usag:3,custom_ts_avg:3,custom_ts_sum:3,custom_unit:3,custom_variable_nam:2,customer_impact:6,customer_impact_dur:6,customer_impact_end:6,customer_impact_scop:6,customer_impact_start:6,cws_container_count:3,cws_container_count_avg:3,cws_container_percentag:3,cws_container_usag:3,cws_containers_avg_sum:3,cws_host_count:3,cws_host_percentag:3,cws_host_top99p:3,cws_host_top99p_sum:3,cws_host_usag:3,d:2,dai:[2,3,5],daili:2,daily_limit:3,dash:3,dashboard:[0,1,2,5,6],dashboard_bulk_action_data:[0,1],dashboard_bulk_action_data_list:[0,1],dashboard_bulk_delete_request:[0,1],dashboard_count:3,dashboard_delete_respons:[0,1],dashboard_id:2,dashboard_layout_typ:[0,1],dashboard_list:[0,1],dashboard_list_add_items_request:[0,4],dashboard_list_add_items_respons:[0,4],dashboard_list_delete_items_request:[0,4],dashboard_list_delete_items_respons:[0,4],dashboard_list_delete_respons:[0,1],dashboard_list_id:5,dashboard_list_item:[0,4],dashboard_list_item_request:[0,4],dashboard_list_item_respons:[0,4],dashboard_list_list_respons:[0,1],dashboard_list_update_items_request:[0,4],dashboard_list_update_items_respons:[0,4],dashboard_lists_api:[0,1,4],dashboard_reflow_typ:[0,1],dashboard_resource_typ:[0,1],dashboard_restore_request:[0,1],dashboard_summari:[0,1],dashboard_summary_definit:[0,1],dashboard_template_vari:[0,1],dashboard_template_variable_preset:[0,1],dashboard_template_variable_preset_valu:[0,1],dashboard_typ:[0,4],dashboardbulkactiondata:3,dashboardbulkactiondatalist:3,dashboardbulkdeleterequest:[2,3],dashboarddeleterespons:[2,3],dashboardlayouttyp:3,dashboardlist:[2,3],dashboardlistadditemsrequest:[5,6],dashboardlistadditemsrespons:[5,6],dashboardlistdeleteitemsrequest:[5,6],dashboardlistdeleteitemsrespons:[5,6],dashboardlistdeleterespons:[2,3],dashboardlistitem:[5,6],dashboardlistitemrequest:6,dashboardlistitemrespons:6,dashboardlistlistrespons:[2,3],dashboardlistsapi:[2,5],dashboardlistupdateitemsrequest:[5,6],dashboardlistupdateitemsrespons:[5,6],dashboardreflowtyp:3,dashboardresourcetyp:3,dashboardrestorerequest:[2,3],dashboards_api:[0,1,7],dashboardsapi:[2,7],dashboardsummari:[2,3],dashboardsummarydefinit:3,dashboardtemplatevari:3,dashboardtemplatevariablepreset:3,dashboardtemplatevariablepresetvalu:3,dashboardtyp:6,dashbooard:7,data:[0,2,3,5,6],data_sourc:3,databas:2,datadog:[2,5],datadog_api_cli:7,datadoghq:[2,5,7],date:[0,2,3,5,6],date_happen:3,date_remapp:3,datetim:[0,2,3,5,6],day_befor:3,db:2,dbm_host_count:3,dbm_host_top99p:3,dbm_host_top99p_sum:3,dbm_hosts_percentag:3,dbm_hosts_usag:3,dbm_queries_avg_sum:3,dbm_queries_count:3,dbm_queries_count_avg:3,dbm_queries_percentag:3,dbm_queries_usag:3,dbscan:2,dd:2,ddsourc:[3,6],ddtag:[2,3,5,6],ddthh:2,deactiv:5,debug:[0,7],decim:2,declar:0,decod:[0,2,5],decompress:2,decrypt:3,dedic:2,def:7,default_argu:0,default_lookup:3,default_rul:6,defaultrul:6,defin:[0,2,5],definit:[0,2,3,5],deflat:[3,6],delai:2,deleg:2,delet:[2,3,5],delete_api_kei:[2,5],delete_application_kei:[2,5],delete_auth_n_map:5,delete_aws_account:2,delete_aws_lambda_arn:2,delete_aws_tag_filt:2,delete_azure_integr:2,delete_bulk_tags_metrics_configur:5,delete_cloud_workload_security_agent_rul:5,delete_current_user_application_kei:5,delete_dashboard:2,delete_dashboard_list:2,delete_dashboard_list_item:5,delete_gcp_integr:2,delete_global_vari:2,delete_host_tag:2,delete_incid:5,delete_incident_servic:5,delete_incident_team:5,delete_logs_arch:5,delete_logs_metr:5,delete_logs_pipelin:2,delete_monitor:2,delete_notebook:2,delete_pager_duty_integration_servic:2,delete_private_loc:2,delete_rol:5,delete_security_filt:5,delete_security_monitoring_rul:5,delete_service_account_application_kei:5,delete_slo:2,delete_slo_correct:2,delete_slo_timeframe_in_bulk:2,delete_tag_configur:5,delete_test:2,delete_webhooks_integr:2,delete_webhooks_integration_custom_vari:2,deleted_at:3,deleted_dashboard_id:3,deleted_dashboard_list_id:3,deleted_dashboards_from_list:6,deleted_monitor:[0,1],deleted_monitor_id:3,deleted_test:3,deletedmonitor:[2,3],deni:3,denomin:[2,3],depend:[2,5],deploi:5,deploy:3,deprec:2,desc:[2,3,5,6],descend:[0,3,5,6],describ:[0,2],descript:[2,3,5,6],deseri:0,deserialize_fil:0,deserialize_model:0,deserialize_primit:0,destin:6,detail:[2,3,5,6],detect:[5,6],detection_method:6,detectionmethod:6,determin:0,determinist:5,develop:2,devic:[2,3],device_id:3,device_nam:3,deviceid:3,dict:[0,1,2,3,4,5,6],dict_valid_class_to_child_types_mix:0,dictionari:0,differ:[2,7],dimens:3,direct:[2,5],directli:[0,2],disabl:[0,2,3,5,6],disable_cor:3,disable_daily_limit:3,disable_us:[2,5],disablecor:3,disabled_client_side_valid:[0,1,4],discard:0,discard_unknown_kei:[0,1,4],discr_nam:0,discr_valu:0,discrimin:0,displai:3,display_format:3,display_nam:[3,6],display_typ:[3,6],disposit:0,disrupt:2,distinct:5,distinct_field:6,distinct_metric_volum:6,distinct_volum:6,distinctfield:6,distribut:[3,5,6],distribution_widget_definit:[0,1],distribution_widget_definition_typ:[0,1],distribution_widget_request:[0,1],distribution_widget_x_axi:[0,1],distribution_widget_y_axi:[0,1],distributionwidgetdefinit:3,distributionwidgetdefinitiontyp:3,distributionwidgetrequest:3,distributionwidgetxaxi:3,distributionwidgetyaxi:3,dn:3,dns_server:3,dns_server_port:3,dnsserver:3,dnsserverport:3,doc:[2,5],document:[0,2,3,5],doe:[0,2],does_not_contain:3,does_not_match:3,doesnotcontain:3,doesnotmatch:3,dog:0,dogstatsd:2,domain:3,don:0,done:[2,5,6],dot:3,doubl:3,down:[2,3],download:[3,5],download_cloud_workload_policy_fil:5,download_file_too_larg:3,downtim:[0,1,2],downtime_child:[0,1],downtime_id:2,downtime_recurr:[0,1],downtime_typ:3,downtimechild:3,downtimerecurr:3,downtimes_api:[0,1],downtimesapi:2,dropdown:6,durat:3,dure:7,dynam:2,e:0,each:[0,2,5],ecs_farg:2,edg:3,edge_laptop_larg:3,edge_mobile_smal:3,edge_tablet:3,edit:[2,5],edit_global_vari:2,either:[0,2],elaps:6,elapsed_usage_hour:3,elb:[2,3],element:[0,3],element_not_interact:3,email:[2,3,5,6],email_variable_not_defin:3,empti:2,enabl:[0,2,3,5,6],enable_aws_log_servic:2,enable_logs_sampl:3,enableawslogservic:2,encod:[0,2,5],encode_a:3,encount:5,end:[2,3,5],end_dat:[2,3],end_hr:2,end_month:2,endpoint:[0,2,5],enter:2,entri:[0,2,5],env:[2,3,7],environ:5,epoch:[2,5],equal:[2,3],error:[0,2,3,5,6,7],error_budget:2,error_budget_remain:3,error_count:3,error_messag:3,error_r:3,error_typ:3,errorcount:3,es:2,escalation_messag:3,estimated_indexed_logs_percentag:3,estimated_indexed_logs_usag:3,etc:2,eu:[2,7],evaluate_javascript:3,evaluate_javascript_context:3,evaluation_delai:3,evaluation_window:6,evaluationwindow:6,even:[2,5],event:[0,1,2,5],event_alert:3,event_alert_typ:[0,1],event_count:3,event_create_request:[0,1],event_create_respons:[0,1],event_id:2,event_list:3,event_list_respons:[0,1],event_prior:[0,1],event_queri:[2,3],event_query_definit:[0,1],event_respons:[0,1],event_s:3,event_stream:3,event_stream_widget_definit:[0,1],event_stream_widget_definition_typ:[0,1],event_timelin:3,event_timeline_widget_definit:[0,1],event_timeline_widget_definition_typ:[0,1],event_typ:3,event_v2_alert:3,eventalerttyp:3,eventcreaterequest:[2,3],eventcreaterespons:[2,3],eventlistrespons:[2,3],eventprior:[2,3],eventquerydefinit:3,eventrespons:[2,3],events_api:[0,1],eventsapi:2,eventstreamwidgetdefinit:3,eventstreamwidgetdefinitiontyp:3,eventtimelinewidgetdefinit:3,eventtimelinewidgetdefinitiontyp:3,eventtyp:3,everi:0,exactli:0,exampl:[0,2,3,5,7],exce:2,exceed:[2,5],except:7,exclud:2,exclude_aggreg:2,exclude_author_handl:2,excluded_region:3,excluded_tag:2,exclusion_filt:[3,6],exclusive_maximum:0,exclusive_minimum:0,exclusivemaximum:0,exclusiveminimum:0,execut:[0,2,5,7],execution_rul:3,exist:[2,5],expand:3,expanded_larg:3,expanded_medium:3,expect:[2,5],expir:2,expires_at:6,explicitli:2,expon:3,express:[2,3,5,6],ext_key_usag:3,extern:2,external_id:3,extkeyusag:3,extra:7,extra_larg:3,extra_smal:3,extract_from_javascript:3,extract_vari:3,extracted_valu:3,extractedvalu:3,extractfromjavascript:3,extractvari:3,facet:[2,3,6],facilit:2,fail:[3,6],failur:[2,3],fals:[0,2,5,7],famili:3,faq:2,fargat:2,fargate_container_averag:3,fargate_percentag:3,fargate_tasks_count_avg:3,fargate_tasks_count_avg_sum:3,fargate_tasks_count_hwm:3,fargate_tasks_count_hwm_sum:3,fargate_usag:3,fashion:2,fbsd_v:3,fbsdv:3,featur:2,fed:2,fetch:[2,5],field:[0,2,3,5,6],fifteen_minut:6,file:[0,2,5],file_inst:0,file_typ:[0,2,5],fileio:0,filenam:[0,3],files_paramet:0,fill:3,fill_max:3,fill_min:3,filter:[2,3,5,6],filter_bi:3,filter_configur:5,filter_created_at_end:5,filter_created_at_start:5,filter_delet:2,filter_from:5,filter_include_percentil:5,filter_index:5,filter_metric_typ:5,filter_modified_at_end:5,filter_modified_at_start:5,filter_queri:5,filter_shar:2,filter_statu:5,filter_tag:[3,5],filter_tags_configur:5,filter_to:5,filtered_data_typ:6,find:[0,2],fingerprint256:3,fingerprint:3,finish:3,finished_with_error:3,firefox:3,firefox_laptop_larg:3,firefox_mobile_smal:3,firefox_tablet:3,first:[0,2],first_billable_usage_hour:3,first_byt:3,firstbyt:3,fit:3,five_minut:6,fix:3,flag:7,flow:2,fn:0,focu:3,folder:0,follow:[0,2,5,7],follow_redirect:3,followredirect:3,font_siz:3,foo:7,forbidden_url:3,forbiddenexcept:0,forc:2,forecast:2,forget_aft:6,forgetaft:6,form:[0,2,3],format:[0,2,5],formula:3,formula_and_function_apm_dependency_stat_nam:[0,1],formula_and_function_apm_dependency_stats_data_sourc:[0,1],formula_and_function_apm_dependency_stats_query_definit:[0,1],formula_and_function_apm_resource_stat_nam:[0,1],formula_and_function_apm_resource_stats_data_sourc:[0,1],formula_and_function_apm_resource_stats_query_definit:[0,1],formula_and_function_event_aggreg:[0,1],formula_and_function_event_query_definit:[0,1],formula_and_function_event_query_definition_comput:[0,1],formula_and_function_event_query_definition_search:[0,1],formula_and_function_event_query_group_bi:[0,1],formula_and_function_event_query_group_by_sort:[0,1],formula_and_function_events_data_sourc:[0,1],formula_and_function_metric_aggreg:[0,1],formula_and_function_metric_data_sourc:[0,1],formula_and_function_metric_query_definit:[0,1],formula_and_function_process_query_data_sourc:[0,1],formula_and_function_process_query_definit:[0,1],formula_and_function_query_definit:[0,1],formula_and_function_response_format:[0,1],formulaandfunctionapmdependencystatnam:3,formulaandfunctionapmdependencystatsdatasourc:3,formulaandfunctionapmdependencystatsquerydefinit:3,formulaandfunctionapmresourcestatnam:3,formulaandfunctionapmresourcestatsdatasourc:3,formulaandfunctionapmresourcestatsquerydefinit:3,formulaandfunctioneventaggreg:3,formulaandfunctioneventquerydefinit:3,formulaandfunctioneventquerydefinitioncomput:3,formulaandfunctioneventquerydefinitionsearch:3,formulaandfunctioneventquerygroupbi:3,formulaandfunctioneventquerygroupbysort:3,formulaandfunctioneventsdatasourc:3,formulaandfunctionmetricaggreg:3,formulaandfunctionmetricdatasourc:3,formulaandfunctionmetricquerydefinit:3,formulaandfunctionprocessquerydatasourc:3,formulaandfunctionprocessquerydefinit:3,formulaandfunctionquerydefinit:3,formulaandfunctionresponseformat:3,forward:2,found:0,four_week:6,fqdn:3,frame_detach:3,free:[2,3],free_text:3,free_text_widget_definit:[0,1],free_text_widget_definition_typ:[0,1],freetextwidgetdefinit:3,freetextwidgetdefinitiontyp:3,from:[0,2,3,5,6,7],from_dat:3,from_server_context:0,from_t:[2,3],frozenset:0,fulfil:5,full:[2,3],full_api_kei:[0,4],full_api_key_attribut:[0,4],full_application_kei:[0,4],full_application_key_attribut:[0,4],fullapikei:6,fullapikeyattribut:6,fullapplicationkei:6,fullapplicationkeyattribut:6,func_count:3,functions_percentag:3,functions_usag:3,funnel:3,funnel_queri:[0,1],funnel_request_typ:[0,1],funnel_sourc:[0,1],funnel_step:[0,1],funnel_widget_definit:[0,1],funnel_widget_definition_typ:[0,1],funnel_widget_request:[0,1],funnelqueri:3,funnelrequesttyp:3,funnelsourc:3,funnelstep:3,funnelwidgetdefinit:3,funnelwidgetdefinitiontyp:3,funnelwidgetrequest:3,g:0,gather:0,gaug:[5,6],gc:6,gcp:2,gcp_account:[0,1],gcp_account_list_respons:[0,1],gcp_host_count:3,gcp_host_top99p:3,gcp_host_top99p_sum:3,gcp_integration_api:[0,1],gcpaccount:[2,3],gcpaccountlistrespons:[2,3],gcpintegrationapi:2,gener:[0,2,5],geo:3,geo_data:6,geo_ip_pars:3,geomap:3,geomap_widget_definit:[0,1],geomap_widget_definition_styl:[0,1],geomap_widget_definition_typ:[0,1],geomap_widget_definition_view:[0,1],geomap_widget_request:[0,1],geomapwidgetdefinit:3,geomapwidgetdefinitionstyl:3,geomapwidgetdefinitiontyp:3,geomapwidgetdefinitionview:3,geomapwidgetrequest:3,get:[0,1,2,3,4,5],get_allof_inst:0,get_anyof_inst:0,get_api_kei:[2,5],get_api_key_with_prefix:0,get_api_test:2,get_api_test_latest_result:2,get_api_test_result:2,get_application_kei:[2,5],get_auth_n_map:5,get_basic_auth_token:0,get_browser_test:2,get_browser_test_latest_result:2,get_browser_test_result:2,get_cloud_workload_security_agent_rul:5,get_current_user_application_kei:5,get_daily_custom_report:2,get_dashboard:2,get_dashboard_list:2,get_dashboard_list_item:5,get_discarded_arg:0,get_discriminated_class:0,get_discriminator_class:0,get_downtim:2,get_ev:2,get_file_data_and_close_fil:0,get_global_vari:2,get_graph_snapshot:2,get_host_from_set:0,get_host_set:0,get_host_tag:2,get_host_tot:2,get_hourly_usage_attribut:2,get_incid:5,get_incident_manag:2,get_incident_servic:5,get_incident_team:5,get_ingested_span:2,get_invit:5,get_ip_rang:2,get_logs_arch:5,get_logs_archive_ord:5,get_logs_index:[2,7],get_logs_index_ord:2,get_logs_metr:5,get_logs_pipelin:2,get_logs_pipeline_ord:2,get_metric_metadata:2,get_monitor:2,get_monthly_custom_report:2,get_monthly_usage_attribut:2,get_notebook:2,get_oneof_inst:0,get_org:2,get_pager_duty_integration_servic:2,get_possible_class:0,get_private_loc:2,get_required_type_class:0,get_rol:5,get_security_filt:5,get_security_monitoring_rul:5,get_service_account_application_kei:5,get_simple_class:0,get_slack_integration_channel:2,get_slo:2,get_slo_correct:2,get_slo_histori:2,get_specified_daily_custom_report:2,get_specified_monthly_custom_report:2,get_synthetics_ci_batch:2,get_test:2,get_type_error:0,get_us:[2,5],get_usage_analyzed_log:2,get_usage_attribut:2,get_usage_audit_log:2,get_usage_billable_summari:2,get_usage_ci_app:2,get_usage_cloud_security_posture_manag:2,get_usage_cw:2,get_usage_dbm:2,get_usage_farg:2,get_usage_host:2,get_usage_indexed_span:2,get_usage_internet_of_th:2,get_usage_lambda:2,get_usage_log:2,get_usage_logs_by_index:2,get_usage_logs_by_retent:2,get_usage_network_flow:2,get_usage_network_host:2,get_usage_online_arch:2,get_usage_profil:2,get_usage_rum_sess:2,get_usage_rum_unit:2,get_usage_sd:2,get_usage_snmp:2,get_usage_summari:2,get_usage_synthet:2,get_usage_synthetics_api:2,get_usage_synthetics_brows:2,get_usage_timeseri:2,get_usage_top_avg_metr:2,get_valid_classes_phras:0,get_webhooks_integr:2,get_webhooks_integration_custom_vari:2,git:3,given:[2,5],global:[2,3],global_tim:3,global_time_target:3,go:0,go_to_email_link:3,go_to_url:3,go_to_url_and_measure_tti:3,gohai:3,gotoemaillink:3,gotourl:3,gotourlandmeasuretti:3,grammar:2,grant:5,graph:2,graph_def:[2,3],graph_siz:3,graph_snapshot:[0,1],graphing_json:2,graphsnapshot:[2,3],gray_on_whit:3,greater:[2,3],greater_equ:3,greater_than:3,greater_than_or_equal_to:3,greaterequ:3,green:3,green_on_whit:3,grei:3,grok:3,grok_pars:3,group:[2,3],group_ascend:3,group_bi:[3,6],group_by_field:6,group_descend:3,group_nam:6,group_stat:2,group_tag:3,group_widget_definit:[0,1],group_widget_definition_typ:[0,1],groupby_simple_monitor:3,groupbyfield:6,groupwidgetdefinit:3,groupwidgetdefinitiontyp:3,guid:[2,5],gzip:[2,3,5,6,7],h:2,h_ago:2,ha:[0,2,5],handl:[0,2,3,5,6],handler:0,handshak:3,has_background:3,has_bord:3,has_extended_titl:6,has_pad:3,has_search_bar:3,hasextendedtitl:6,hash:[0,2,3],have:[0,2,5],head:[0,2,3,5],header:[0,2,3,5],header_nam:0,header_param:0,header_too_larg:3,header_valu:0,headers_incompatible_content_length:3,headers_map:0,heat_map_widget_definit:[0,1],heat_map_widget_definition_typ:[0,1],heat_map_widget_request:[0,1],heatmap:3,heatmapwidgetdefinit:3,heatmapwidgetdefinitiontyp:3,heatmapwidgetrequest:3,height:3,help:2,helper:0,here:2,heroku_host_count:3,heroku_host_top99p:3,heroku_host_top99p_sum:3,hide_perc:3,hide_tot:3,hide_valu:3,hide_zero_count:3,high:6,hipchat:7,histogram:6,histori:[2,3],hit:3,hold:0,horizont:3,horizontal_align:3,host0:2,host:[0,1,2,4,6],host_count:3,host_filt:[2,3],host_list:3,host_list_respons:[0,1],host_map_request:[0,1],host_map_widget_definit:[0,1],host_map_widget_definition_request:[0,1],host_map_widget_definition_styl:[0,1],host_map_widget_definition_typ:[0,1],host_meta:[0,1],host_meta_install_method:[0,1],host_metr:[0,1],host_mute_respons:[0,1],host_mute_set:[0,1],host_nam:[2,3],host_tag:[0,1],host_timeboard:6,host_tot:[0,1],hostlistrespons:[2,3],hostmap:3,hostmaprequest:3,hostmapwidgetdefinit:3,hostmapwidgetdefinitionrequest:3,hostmapwidgetdefinitionstyl:3,hostmapwidgetdefinitiontyp:3,hostmeta:3,hostmetainstallmethod:3,hostmetr:3,hostmuterespons:[2,3],hostmuteset:[2,3],hostnam:[2,3,6],hosts_api:[0,1],hostsapi:2,hosttag:[2,3],hosttot:[2,3],hostunreach:3,hour:[2,3,5],hour_befor:3,hourli:2,hourly_usage_attribution_bodi:[0,1],hourly_usage_attribution_metadata:[0,1],hourly_usage_attribution_pagin:[0,1],hourly_usage_attribution_respons:[0,1],hourly_usage_attribution_usage_typ:[0,1],hourlyusageattributionbodi:3,hourlyusageattributionmetadata:3,hourlyusageattributionpagin:3,hourlyusageattributionrespons:[2,3],hourlyusageattributionusagetyp:[2,3],hover:3,how:5,howev:2,http:[0,2,3,5],http_bodi:3,http_header:3,http_log:[0,1,4],http_log_error:[0,1,4],http_log_item:[0,1,4],http_method:[0,1],http_resp:0,http_status_cod:3,httplog:[2,3,5,6],httplogerror:[3,6],httplogitem:[3,6],httpmethod:3,httprespons:[0,2,5],httpstatuscod:3,i:0,i_frame_widget_definit:[0,1],i_frame_widget_definition_typ:[0,1],icmp:3,icon:[3,6],id:[0,2,3,5,6],id_offset:2,id_str:3,ident:2,identifi:[0,2],idp:2,idp_fil:[2,3],idp_form_data:[0,1],idp_respons:[0,1],idpformdata:3,idprespons:[2,3],ifram:3,iframewidgetdefinit:3,iframewidgetdefinitiontyp:3,ignor:[2,3],imag:3,image_url:3,image_widget_definit:[0,1],image_widget_definition_typ:[0,1],imagewidgetdefinit:3,imagewidgetdefinitiontyp:3,implement:0,impossible_travel:6,impossible_travel_opt:6,impossibletravelopt:6,incid:[2,5,6],incident_create_attribut:[0,4],incident_create_data:[0,4],incident_create_relationship:[0,4],incident_create_request:[0,4],incident_field_attribut:[0,4],incident_field_attributes_multiple_valu:[0,4],incident_field_attributes_single_valu:[0,4],incident_field_attributes_single_value_typ:[0,4],incident_field_attributes_value_typ:[0,4],incident_id:5,incident_integr:6,incident_integration_metadata_typ:[0,4],incident_management_monthly_active_users_hwm:3,incident_management_monthly_active_users_hwm_sum:3,incident_notification_handl:[0,4],incident_postmortem:6,incident_postmortem_typ:[0,4],incident_related_object:[0,4],incident_respons:[0,4],incident_response_attribut:[0,4],incident_response_data:[0,4],incident_response_included_item:[0,4],incident_response_meta:[0,4],incident_response_meta_pagin:[0,4],incident_response_relationship:[0,4],incident_service_create_attribut:[0,4],incident_service_create_data:[0,4],incident_service_create_request:[0,4],incident_service_included_item:[0,4],incident_service_relationship:[0,4],incident_service_respons:[0,4],incident_service_response_attribut:[0,4],incident_service_response_data:[0,4],incident_service_typ:[0,4],incident_service_update_attribut:[0,4],incident_service_update_data:[0,4],incident_service_update_request:[0,4],incident_services_api:[0,4],incident_services_respons:[0,4],incident_team_create_attribut:[0,4],incident_team_create_data:[0,4],incident_team_create_request:[0,4],incident_team_included_item:[0,4],incident_team_relationship:[0,4],incident_team_respons:[0,4],incident_team_response_attribut:[0,4],incident_team_response_data:[0,4],incident_team_typ:[0,4],incident_team_update_attribut:[0,4],incident_team_update_data:[0,4],incident_team_update_request:[0,4],incident_teams_api:[0,4],incident_teams_respons:[0,4],incident_timeline_cell_create_attribut:[0,4],incident_timeline_cell_markdown_content_typ:[0,4],incident_timeline_cell_markdown_create_attribut:[0,4],incident_timeline_cell_markdown_create_attributes_cont:[0,4],incident_typ:[0,4],incident_update_attribut:[0,4],incident_update_data:[0,4],incident_update_relationship:[0,4],incident_update_request:[0,4],incidentcreateattribut:6,incidentcreatedata:6,incidentcreaterelationship:6,incidentcreaterequest:[5,6],incidentfieldattribut:6,incidentfieldattributesmultiplevalu:6,incidentfieldattributessinglevalu:6,incidentfieldattributessinglevaluetyp:6,incidentfieldattributesvaluetyp:6,incidentintegrationmetadatatyp:6,incidentnotificationhandl:6,incidentpostmortemtyp:6,incidentrelatedobject:[5,6],incidentrespons:[5,6],incidentresponseattribut:6,incidentresponsedata:6,incidentresponseincludeditem:6,incidentresponsemeta:6,incidentresponsemetapagin:6,incidentresponserelationship:6,incidents_api:[0,4],incidents_respons:[0,4],incidentsapi:5,incidentservicecreateattribut:6,incidentservicecreatedata:6,incidentservicecreaterequest:[5,6],incidentserviceincludeditem:6,incidentservicerelationship:6,incidentservicerespons:[5,6],incidentserviceresponseattribut:6,incidentserviceresponsedata:6,incidentservicesapi:5,incidentservicesrespons:[5,6],incidentservicetyp:6,incidentserviceupdateattribut:6,incidentserviceupdatedata:6,incidentserviceupdaterequest:[5,6],incidentsrespons:[5,6],incidentteamcreateattribut:6,incidentteamcreatedata:6,incidentteamcreaterequest:[5,6],incidentteamincludeditem:6,incidentteamrelationship:6,incidentteamrespons:[5,6],incidentteamresponseattribut:6,incidentteamresponsedata:6,incidentteamsapi:5,incidentteamsrespons:[5,6],incidentteamtyp:6,incidentteamupdateattribut:6,incidentteamupdatedata:6,incidentteamupdaterequest:[5,6],incidenttimelinecellcreateattribut:6,incidenttimelinecellmarkdowncontenttyp:6,incidenttimelinecellmarkdowncreateattribut:6,incidenttimelinecellmarkdowncreateattributescont:6,incidenttyp:6,incidentupdateattribut:6,incidentupdatedata:6,incidentupdaterelationship:6,incidentupdaterequest:[5,6],includ:[0,2,5,6,7],include_cel:2,include_descend:2,include_hosts_metadata:2,include_muted_hosts_data:2,include_org_detail:2,include_percentil:6,include_tag:[3,6],include_zero:3,inclusive_maximum:[0,3,6],inclusive_minimum:[0,3,6],incompat:2,incomplet:0,inconsist:3,incorrect_assert:3,increase_good:3,indefinit:0,independ:0,index:[0,2,3,5,6,7],index_id:3,index_nam:[2,3],indexed_events_count:3,indexed_events_count_agg_sum:3,indexed_events_count_sum:3,indexed_logs_percentag:3,indexed_logs_usag:3,indexed_volum:6,indic:[0,2],info:[2,3,6],inform:[0,1,2,4,5],infra_azure_app_servic:3,infra_container_sum:3,infra_host_percentag:3,infra_host_sum:3,infra_host_top99p:3,infra_host_top99p_sum:3,infra_host_usag:3,infrastructur:2,infrastructure_configur:6,ingest:[2,5],ingested_events_byt:3,ingested_events_bytes_agg_sum:3,ingested_events_bytes_sum:3,ingested_volum:6,initial_cel:6,inject:0,inlin:3,input:[0,2],input_class:0,input_class_simpl:0,input_dict:0,input_typ:0,input_valu:0,input_vari:0,insid:0,install_method:3,installer_vers:3,instanc:[0,2,7],instanti:0,instead:[2,5],instruct:7,intake_payload_accept:[0,1],intakepayloadaccept:[2,3],integ:[2,3],integr:[2,3,6],integration_screenboard:6,integration_timeboard:6,interact:[2,7],interchang:5,intermitt:2,intern:[2,5],internal_error:3,interv:[3,6],invalid:[0,2,5],invalid_char_in_head:3,invalid_request:3,invalid_test:3,invalid_type_text_delai:3,invalid_url:3,invalid_variable_pattern:3,invari:0,investig:3,invisible_el:3,invit:5,invite_typ:6,invocations_percentag:3,invocations_sum:3,invocations_usag:3,io:[0,3],iobas:[0,3],iot:2,iot_device_agg_sum:3,iot_device_count:3,iot_device_sum:3,iot_device_top99p:3,iot_device_top99p_sum:3,iot_top99p:3,iowait:3,ip:[2,3],ip_prefixes_ag:[0,1],ip_prefixes_api:[0,1],ip_prefixes_apm:[0,1],ip_prefixes_log:[0,1],ip_prefixes_process:[0,1],ip_prefixes_synthet:[0,1],ip_prefixes_webhook:[0,1],ip_rang:[0,1],ip_ranges_api:[0,1],ipprefixesag:3,ipprefixesapi:3,ipprefixesapm:3,ipprefixeslog:3,ipprefixesprocess:3,ipprefixessynthet:3,ipprefixeswebhook:3,iprang:[2,3],iprangesapi:2,is_aggreg:2,is_builtin:6,is_column_break:3,is_crit:3,is_default:6,is_delet:6,is_empti:3,is_en:[3,6],is_encod:3,is_favorit:[3,6],is_hidden:3,is_in_less_days_than:3,is_in_more_days_than:3,is_json_validation_en:0,is_mobil:3,is_mut:3,is_normalized_cpu:3,is_not:3,is_rate_limit:3,is_read_onli:[3,6],is_replace_miss:3,is_secret:3,is_shar:6,is_templ:[2,3],is_type_nul:0,is_upstream:3,is_valid_typ:0,iscrit:3,isdefault:6,isdelet:6,isempti:3,isen:6,isinlessthan:3,isinmorethan:3,ismobil:3,isn:2,isnot:3,iso8601:0,iso:2,issu:[2,5],issue_stream:3,issuer:3,item:[0,5],its:[0,2,5],javascript:3,javascript_kei:0,join:5,js:3,json:[0,2,3,5],json_path:3,jsonpath:3,just:5,keep:[0,2],keep_al:6,keepal:6,kei:[0,2,3,5,6,7],key_management_api:[0,1,4],key_typ:0,keyerror:0,keymanagementapi:[2,5],keyword:0,kind:2,klass:0,know:0,known:[0,2],kwarg:[0,2,3,5,6],l2norm:3,l:3,label:3,lambda:[2,3],lambda_arn:3,lambda_function_averag:3,lambda_functions_percentag:3,lambda_functions_usag:3,lambda_invocations_percentag:3,lambda_invocations_usag:3,lambda_percentag:3,lambda_usag:3,laptop_larg:3,larg:[2,3,5],larger:[2,5],last4:6,last4_ascend:6,last4_descend:6,last:[2,3,5,7],last_1d:2,last_1w:2,last_30m:2,last_:2,last_billable_usage_hour:3,last_modified_bi:6,last_modified_by_us:6,last_nodata_t:3,last_notified_t:3,last_reported_tim:3,last_resolved_t:3,last_timestamp_fetch:3,last_triggered_t:3,last_upd:3,latenc:3,latency_avg:3,latency_max:3,latency_p50:3,latency_p75:3,latency_p90:3,latency_p95:3,latency_p99:3,latest:[2,5],layout:3,layout_typ:3,lazy_import:[3,6],lcp:3,learn:2,learning_dur:6,learningdur:6,least:[0,2],leav:2,left:3,legend:3,legend_column:3,legend_layout:3,legend_s:3,length:3,less:2,less_than:3,less_than_or_equ:3,less_than_or_equal_to:3,lessthan:3,lessthanorequ:3,level:2,lg:3,librari:[0,7],like:[2,5,7],limit:[0,2,3,5,6],line:[2,3],line_typ:3,line_width:3,lines_index:3,link:[3,6],linuxwindow:2,list:[0,2,3,5,6],list_active_metr:2,list_api_kei:[2,5],list_application_kei:[2,5],list_application_keys_respons:[0,4],list_archive_read_rol:5,list_audit_log:5,list_auth_n_map:5,list_available_aws_namespac:2,list_aws_account:2,list_aws_logs_integr:2,list_aws_logs_servic:2,list_aws_tag_filt:2,list_azure_integr:2,list_cloud_workload_security_agent_rul:5,list_current_user_application_kei:5,list_dashboard:[2,7],list_dashboard_list:2,list_downtim:2,list_ev:2,list_gcp_integr:2,list_global_vari:2,list_host:2,list_host_tag:2,list_id:2,list_incid:5,list_incident_servic:5,list_incident_team:5,list_loc:2,list_log:[2,5],list_log_index:[2,7],list_logs_arch:5,list_logs_get:5,list_logs_metr:5,list_logs_pipelin:2,list_metr:2,list_monitor:2,list_monitor_downtim:2,list_notebook:2,list_org:2,list_permiss:5,list_process:5,list_rol:5,list_role_permiss:5,list_role_us:5,list_rum_ev:5,list_security_filt:5,list_security_monitoring_rul:5,list_security_monitoring_sign:5,list_service_account_application_kei:5,list_sl_o:2,list_slo_correct:2,list_stream:3,list_stream_column:[0,1],list_stream_column_width:[0,1],list_stream_queri:[0,1],list_stream_response_format:[0,1],list_stream_sourc:[0,1],list_stream_widget_definit:[0,1],list_stream_widget_definition_typ:[0,1],list_stream_widget_request:[0,1],list_tag_configur:5,list_tag_configuration_by_nam:5,list_tags_by_metric_nam:5,list_test:2,list_us:[2,5],list_user_organ:5,list_user_permiss:5,list_volumes_by_metric_nam:5,listapplicationkeysrespons:[5,6],liststreamcolumn:3,liststreamcolumnwidth:3,liststreamqueri:3,liststreamresponseformat:3,liststreamsourc:3,liststreamwidgetdefinit:3,liststreamwidgetdefinitiontyp:3,liststreamwidgetrequest:3,live:[2,3],live_indexed_events_agg_sum:3,live_indexed_events_count:3,live_ingested_bytes_agg_sum:3,live_span:3,load:3,local:0,locat:[2,3],locate_el:3,location_id:2,lock:3,log:[0,1,2,4,5],log_alert:3,log_attribut:[0,4],log_cont:[0,1],log_detect:6,log_queri:3,log_query_definit:[0,1],log_query_definition_group_bi:[0,1],log_query_definition_group_by_sort:[0,1],log_query_definition_search:[0,1],log_stream:3,log_stream_widget_definit:[0,1],log_stream_widget_definition_typ:[0,1],log_typ:[0,4],logattribut:6,logcont:3,logger:0,logger_fil:0,logger_format:0,logger_formatt:0,logindex:2,logquerydefinit:3,logquerydefinitiongroupbi:3,logquerydefinitiongroupbysort:3,logquerydefinitionsearch:3,logs_aggregate_bucket:[0,4],logs_aggregate_bucket_valu:[0,4],logs_aggregate_bucket_value_timeseri:[0,4],logs_aggregate_bucket_value_timeseries_point:[0,4],logs_aggregate_request:[0,4],logs_aggregate_request_pag:[0,4],logs_aggregate_respons:[0,4],logs_aggregate_response_data:[0,4],logs_aggregate_response_statu:[0,4],logs_aggregate_sort:[0,4],logs_aggregate_sort_typ:[0,4],logs_aggregation_funct:[0,4],logs_api:[0,1,4],logs_api_error:[0,1],logs_api_error_respons:[0,1],logs_arch:[0,4],logs_archive_attribut:[0,4],logs_archive_create_request:[0,4],logs_archive_create_request_attribut:[0,4],logs_archive_create_request_definit:[0,4],logs_archive_create_request_destin:[0,4],logs_archive_definit:[0,4],logs_archive_destin:[0,4],logs_archive_destination_azur:[0,4],logs_archive_destination_azure_typ:[0,4],logs_archive_destination_gc:[0,4],logs_archive_destination_gcs_typ:[0,4],logs_archive_destination_s3:[0,4],logs_archive_destination_s3_typ:[0,4],logs_archive_integration_azur:[0,4],logs_archive_integration_gc:[0,4],logs_archive_integration_s3:[0,4],logs_archive_ord:[0,4],logs_archive_order_attribut:[0,4],logs_archive_order_definit:[0,4],logs_archive_order_definition_typ:[0,4],logs_archive_st:[0,4],logs_archives_api:[0,4],logs_arithmetic_processor:[0,1],logs_arithmetic_processor_typ:[0,1],logs_attribute_remapp:[0,1],logs_attribute_remapper_typ:[0,1],logs_by_retent:[0,1],logs_by_retention_monthly_usag:[0,1],logs_by_retention_org:[0,1],logs_by_retention_org_usag:[0,1],logs_category_processor:[0,1],logs_category_processor_categori:[0,1],logs_category_processor_typ:[0,1],logs_comput:[0,4],logs_compute_typ:[0,4],logs_date_remapp:[0,1],logs_date_remapper_typ:[0,1],logs_exclus:[0,1],logs_exclusion_filt:[0,1],logs_filt:[0,1],logs_geo_ip_pars:[0,1],logs_geo_ip_parser_typ:[0,1],logs_grok_pars:[0,1],logs_grok_parser_rul:[0,1],logs_grok_parser_typ:[0,1],logs_group_bi:[0,4],logs_group_by_histogram:[0,4],logs_group_by_miss:[0,4],logs_group_by_tot:[0,4],logs_index:[0,1],logs_index_list_respons:[0,1],logs_index_update_request:[0,1],logs_indexed_15day_sum:3,logs_indexed_180day_sum:3,logs_indexed_30day_sum:3,logs_indexed_3day_sum:3,logs_indexed_45day_sum:3,logs_indexed_60day_sum:3,logs_indexed_7day_sum:3,logs_indexed_90day_sum:3,logs_indexed_custom_retention_sum:3,logs_indexed_logs_usage_agg_sum:3,logs_indexed_logs_usage_sum:3,logs_indexed_sum:3,logs_indexes_api:[0,1],logs_indexes_ord:[0,1],logs_ingested_sum:3,logs_list_request:[0,1,4],logs_list_request_pag:[0,4],logs_list_request_tim:[0,1],logs_list_respons:[0,1,4],logs_list_response_link:[0,4],logs_live_indexed_count:3,logs_live_indexed_logs_usage_agg_sum:3,logs_live_indexed_logs_usage_sum:3,logs_live_ingested_byt:3,logs_lookup_processor:[0,1],logs_lookup_processor_typ:[0,1],logs_message_remapp:[0,1],logs_message_remapper_typ:[0,1],logs_metr:6,logs_metric_comput:[0,4],logs_metric_compute_aggregation_typ:[0,4],logs_metric_create_attribut:[0,4],logs_metric_create_data:[0,4],logs_metric_create_request:[0,4],logs_metric_filt:[0,4],logs_metric_group_bi:[0,4],logs_metric_respons:[0,4],logs_metric_response_attribut:[0,4],logs_metric_response_comput:[0,4],logs_metric_response_compute_aggregation_typ:[0,4],logs_metric_response_data:[0,4],logs_metric_response_filt:[0,4],logs_metric_response_group_bi:[0,4],logs_metric_typ:[0,4],logs_metric_update_attribut:[0,4],logs_metric_update_data:[0,4],logs_metric_update_request:[0,4],logs_metrics_api:[0,4],logs_metrics_respons:[0,4],logs_pipelin:[0,1],logs_pipeline_list:[0,1],logs_pipeline_processor:[0,1],logs_pipeline_processor_typ:[0,1],logs_pipelines_api:[0,1],logs_pipelines_ord:[0,1],logs_processor:[0,1],logs_query_comput:[0,1],logs_query_filt:[0,4],logs_query_opt:[0,4],logs_rehydrated_indexed_count:3,logs_rehydrated_indexed_logs_usage_agg_sum:3,logs_rehydrated_indexed_logs_usage_sum:3,logs_rehydrated_ingested_byt:3,logs_response_metadata:[0,4],logs_response_metadata_pag:[0,4],logs_retention_agg_sum_usag:[0,1],logs_retention_sum_usag:[0,1],logs_scanned_byt:3,logs_service_remapp:[0,1],logs_service_remapper_typ:[0,1],logs_sort:[0,1,4],logs_sort_ord:[0,4],logs_status_remapp:[0,1],logs_status_remapper_typ:[0,1],logs_stream:3,logs_string_builder_processor:[0,1],logs_string_builder_processor_typ:[0,1],logs_trace_remapp:[0,1],logs_trace_remapper_typ:[0,1],logs_url_pars:[0,1],logs_url_parser_typ:[0,1],logs_user_agent_pars:[0,1],logs_user_agent_parser_typ:[0,1],logs_warn:[0,4],logsaggregatebucket:6,logsaggregatebucketvalu:6,logsaggregatebucketvaluetimeseri:6,logsaggregatebucketvaluetimeseriespoint:6,logsaggregaterequest:6,logsaggregaterequestpag:6,logsaggregaterespons:[5,6],logsaggregateresponsedata:6,logsaggregateresponsestatu:6,logsaggregatesort:6,logsaggregatesorttyp:6,logsaggregationfunct:6,logsapi:[2,5],logsapierror:3,logsapierrorrespons:3,logsarch:[5,6],logsarchiveattribut:6,logsarchivecreaterequest:[5,6],logsarchivecreaterequestattribut:6,logsarchivecreaterequestdefinit:6,logsarchivecreaterequestdestin:6,logsarchivedefinit:6,logsarchivedestin:6,logsarchivedestinationazur:6,logsarchivedestinationazuretyp:6,logsarchivedestinationgc:6,logsarchivedestinationgcstyp:6,logsarchivedestinations3:6,logsarchivedestinations3typ:6,logsarchiveintegrationazur:6,logsarchiveintegrationgc:6,logsarchiveintegrations3:6,logsarchiveord:[5,6],logsarchiveorderattribut:6,logsarchiveorderdefinit:6,logsarchiveorderdefinitiontyp:6,logsarchivesapi:5,logsarchivest:6,logsarithmeticprocessor:3,logsarithmeticprocessortyp:3,logsattributeremapp:3,logsattributeremappertyp:3,logsbyretent:3,logsbyretentionmonthlyusag:3,logsbyretentionorg:3,logsbyretentionorgusag:3,logscategoryprocessor:3,logscategoryprocessorcategori:3,logscategoryprocessortyp:3,logscomput:6,logscomputetyp:6,logsdateremapp:3,logsdateremappertyp:3,logset:3,logsexclus:3,logsexclusionfilt:3,logsfilt:3,logsgeoippars:3,logsgeoipparsertyp:3,logsgrokpars:3,logsgrokparserrul:3,logsgrokparsertyp:3,logsgroupbi:6,logsgroupbyhistogram:6,logsgroupbymiss:6,logsgroupbytot:6,logsindex:[2,3],logsindexesapi:2,logsindexesord:[2,3],logsindexlistrespons:[2,3],logsindexupdaterequest:[2,3],logslistrequest:[2,3,6],logslistrequestpag:6,logslistrequesttim:3,logslistrespons:[2,3,5,6],logslistresponselink:6,logslookupprocessor:3,logslookupprocessortyp:3,logsmessageremapp:3,logsmessageremappertyp:3,logsmetriccomput:6,logsmetriccomputeaggregationtyp:6,logsmetriccreateattribut:6,logsmetriccreatedata:6,logsmetriccreaterequest:[5,6],logsmetricfilt:6,logsmetricgroupbi:6,logsmetricrespons:[5,6],logsmetricresponseattribut:6,logsmetricresponsecomput:6,logsmetricresponsecomputeaggregationtyp:6,logsmetricresponsedata:6,logsmetricresponsefilt:6,logsmetricresponsegroupbi:6,logsmetricsapi:5,logsmetricsrespons:[5,6],logsmetrictyp:6,logsmetricupdateattribut:6,logsmetricupdatedata:6,logsmetricupdaterequest:[5,6],logspipelin:[2,3],logspipelinelist:[2,3],logspipelineprocessor:3,logspipelineprocessortyp:3,logspipelinesapi:2,logspipelinesord:[2,3],logsprocessor:3,logsquerycomput:3,logsqueryfilt:6,logsqueryopt:6,logsresponsemetadata:6,logsresponsemetadatapag:6,logsretentionaggsumusag:3,logsretentionsumusag:3,logsserviceremapp:3,logsserviceremappertyp:3,logssort:[3,5,6],logssortord:6,logsstatusremapp:3,logsstatusremappertyp:3,logsstringbuilderprocessor:3,logsstringbuilderprocessortyp:3,logstraceremapp:3,logstraceremappertyp:3,logstreamwidgetdefinit:3,logstreamwidgetdefinitiontyp:3,logsurlpars:3,logsurlparsertyp:3,logsuseragentpars:3,logsuseragentparsertyp:3,logswarn:6,logtyp:6,look:5,lookup:3,lookup_processor:3,lookup_t:3,low:[2,3,6],lower:3,lower_equ:3,lowerequ:3,m:[2,3],m_ago:2,mac_v:3,machin:[2,3],macv:3,made:2,mai:[0,2,5,7],main:7,main_tab:3,mainten:3,make:[0,2,5,7],malformed_respons:3,manag:[2,5],manage_statu:3,manage_tag:6,mani:5,map:[0,2,3,5,6],mappingproxi:0,margin:3,markdown:[2,3,6],marker:3,match:[0,2,3,5],match_regex:3,match_rul:3,matchregex:3,max:[2,3,6],max_item:[0,3],max_length:[0,3,6],max_metric_hour:3,max_signal_dur:6,maximum:[0,2,3,5],maxitem:0,maxlength:0,maxsignaldur:6,maxsiz:0,md:3,mean:[0,2,5],measur:[2,6],media:[2,5],median:3,medium:[3,6],megabyt:2,messag:[2,3,6,7],message_displai:3,message_remapp:3,meta:[3,5,6],metadata:[0,2,3],method:[0,2,3,5,7],metric:[0,2,3,4,5],metric_alert:3,metric_all_tag:[0,4],metric_all_tags_attribut:[0,4],metric_all_tags_respons:[0,4],metric_bulk_configure_tag:6,metric_bulk_configure_tags_typ:[0,4],metric_bulk_tag_config_cr:[0,4],metric_bulk_tag_config_create_attribut:[0,4],metric_bulk_tag_config_create_request:[0,4],metric_bulk_tag_config_delet:[0,4],metric_bulk_tag_config_delete_attribut:[0,4],metric_bulk_tag_config_delete_request:[0,4],metric_bulk_tag_config_email_list:[0,4],metric_bulk_tag_config_respons:[0,4],metric_bulk_tag_config_statu:[0,4],metric_bulk_tag_config_status_attribut:[0,4],metric_bulk_tag_config_tag_name_list:[0,4],metric_categori:3,metric_content_encod:[0,1],metric_custom_aggreg:[0,4],metric_custom_space_aggreg:[0,4],metric_custom_time_aggreg:[0,4],metric_distinct_volum:[0,4],metric_distinct_volume_attribut:[0,4],metric_distinct_volume_typ:[0,4],metric_id:5,metric_ingested_indexed_volum:[0,4],metric_ingested_indexed_volume_attribut:[0,4],metric_ingested_indexed_volume_typ:[0,4],metric_metadata:[0,1],metric_nam:[2,3,5],metric_queri:[2,3],metric_search_respons:[0,1],metric_search_response_result:[0,1],metric_tag_configur:[0,4],metric_tag_configuration_attribut:[0,4],metric_tag_configuration_create_attribut:[0,4],metric_tag_configuration_create_data:[0,4],metric_tag_configuration_create_request:[0,4],metric_tag_configuration_metric_typ:[0,4],metric_tag_configuration_respons:[0,4],metric_tag_configuration_typ:[0,4],metric_tag_configuration_update_attribut:[0,4],metric_tag_configuration_update_data:[0,4],metric_tag_configuration_update_request:[0,4],metric_typ:[0,4],metric_volum:[0,4],metric_volumes_respons:[0,4],metricalltag:6,metricalltagsattribut:6,metricalltagsrespons:[5,6],metricbulkconfiguretagstyp:6,metricbulktagconfigcr:6,metricbulktagconfigcreateattribut:6,metricbulktagconfigcreaterequest:6,metricbulktagconfigdelet:6,metricbulktagconfigdeleteattribut:6,metricbulktagconfigdeleterequest:6,metricbulktagconfigemaillist:6,metricbulktagconfigrespons:[5,6],metricbulktagconfigstatu:6,metricbulktagconfigstatusattribut:6,metricbulktagconfigtagnamelist:6,metriccontentencod:[2,3],metriccustomaggreg:6,metriccustomspaceaggreg:6,metriccustomtimeaggreg:6,metricdistinctvolum:6,metricdistinctvolumeattribut:6,metricdistinctvolumetyp:6,metricingestedindexedvolum:6,metricingestedindexedvolumeattribut:6,metricingestedindexedvolumetyp:6,metricmetadata:[2,3],metrics_and_metric_tag_configur:[0,4],metrics_and_metric_tag_configurations_respons:[0,4],metrics_api:[0,1,4],metrics_collection_en:3,metrics_list_respons:[0,1],metrics_payload:[0,1],metrics_queri:2,metrics_query_metadata:[0,1],metrics_query_respons:[0,1],metrics_query_unit:[0,1],metricsandmetrictagconfigur:6,metricsandmetrictagconfigurationsrespons:[5,6],metricsapi:[2,5],metricsearchrespons:[2,3],metricsearchresponseresult:3,metricslistrespons:[2,3],metricspayload:3,metricsquerymetadata:3,metricsqueryrespons:[2,3],metricsqueryunit:3,metrictag:6,metrictagconfigur:6,metrictagconfigurationattribut:6,metrictagconfigurationcreateattribut:6,metrictagconfigurationcreatedata:6,metrictagconfigurationcreaterequest:6,metrictagconfigurationmetrictyp:[5,6],metrictagconfigurationrespons:[5,6],metrictagconfigurationtyp:6,metrictagconfigurationupdateattribut:6,metrictagconfigurationupdatedata:6,metrictagconfigurationupdaterequest:6,metrictyp:6,metricvolum:6,metricvolumesrespons:[5,6],migrat:2,migrating_to_new_events_featur:2,millisecond:2,min:[2,3,6],min_failure_dur:3,min_item:[0,3],min_length:[0,3,6],min_location_fail:3,min_tls_vers:3,minimum:[0,3,5],minitem:0,minlength:0,mintlsvers:3,minu:5,minut:[2,5],miss:[0,5,6],mm:2,mobil:2,mobile_rum_lite_session_count_agg_sum:3,mobile_rum_lite_session_count_sum:3,mobile_rum_session_count_agg_sum:3,mobile_rum_session_count_android_agg_sum:3,mobile_rum_session_count_android_sum:3,mobile_rum_session_count_ios_agg_sum:3,mobile_rum_session_count_ios_sum:3,mobile_rum_session_count_sum:3,mobile_rum_unit:3,mobile_rum_units_agg_sum:3,mobile_rum_units_sum:3,mobile_smal:3,model:[0,1,4],model_arg:0,model_class:0,model_data:0,model_inst:0,model_kwarg:0,model_to_dict:0,model_util:[3,6,7],modelcompos:[0,3,6],modelnorm:[0,3,6],modelsimpl:[0,3,6],modifi:[2,3,5,6],modified_at:[3,5,6],modified_at_ascend:6,modified_at_descend:6,modified_bi:[5,6],modul:7,modulu:3,monitor:[0,1,2,5,7],monitor_device_id:[0,1],monitor_formula_and_function_event_aggreg:[0,1],monitor_formula_and_function_event_query_definit:[0,1],monitor_formula_and_function_event_query_definition_comput:[0,1],monitor_formula_and_function_event_query_definition_search:[0,1],monitor_formula_and_function_event_query_group_bi:[0,1],monitor_formula_and_function_event_query_group_by_sort:[0,1],monitor_formula_and_function_events_data_sourc:[0,1],monitor_formula_and_function_query_definit:[0,1],monitor_group_search_respons:[0,1],monitor_group_search_response_count:[0,1],monitor_group_search_result:[0,1],monitor_id:[2,3],monitor_modifi:3,monitor_nam:3,monitor_opt:[0,1],monitor_options_aggreg:[0,1],monitor_overall_st:[0,1],monitor_prior:3,monitor_renotify_status_typ:[0,1],monitor_search_count:[0,1],monitor_search_respons:[0,1],monitor_search_response_count:[0,1],monitor_search_response_metadata:[0,1],monitor_search_result:[0,1],monitor_search_result_notif:[0,1],monitor_st:[0,1],monitor_state_group:[0,1],monitor_summary_widget_definit:[0,1],monitor_summary_widget_definition_typ:[0,1],monitor_tag:[2,3],monitor_threshold:[0,1],monitor_threshold_window_opt:[0,1],monitor_typ:[0,1,7],monitor_update_request:[0,1],monitordeviceid:3,monitorformulaandfunctioneventaggreg:3,monitorformulaandfunctioneventquerydefinit:3,monitorformulaandfunctioneventquerydefinitioncomput:3,monitorformulaandfunctioneventquerydefinitionsearch:3,monitorformulaandfunctioneventquerygroupbi:3,monitorformulaandfunctioneventquerygroupbysort:3,monitorformulaandfunctioneventsdatasourc:3,monitorformulaandfunctionquerydefinit:3,monitorgroupsearchrespons:[2,3],monitorgroupsearchresponsecount:3,monitorgroupsearchresult:3,monitoropt:3,monitoroptionsaggreg:3,monitoroverallst:3,monitorrenotifystatustyp:3,monitors_api:[0,1,7],monitorsapi:[2,7],monitorsearchcount:3,monitorsearchrespons:[2,3],monitorsearchresponsecount:3,monitorsearchresponsemetadata:3,monitorsearchresult:3,monitorsearchresultnotif:3,monitorst:3,monitorstategroup:3,monitorsummarywidgetdefinit:3,monitorsummarywidgetdefinitiontyp:3,monitorthreshold:3,monitorthresholdwindowopt:3,monitortyp:[3,7],monitorupdaterequest:[2,3],month:[2,3],month_befor:3,month_to_d:3,monthli:2,monthly_active_us:3,monthly_usage_attribution_bodi:[0,1],monthly_usage_attribution_metadata:[0,1],monthly_usage_attribution_pagin:[0,1],monthly_usage_attribution_respons:[0,1],monthly_usage_attribution_supported_metr:[0,1],monthly_usage_attribution_valu:[0,1],monthlyusageattributionbodi:3,monthlyusageattributionmetadata:3,monthlyusageattributionpagin:3,monthlyusageattributionrespons:[2,3],monthlyusageattributionsupportedmetr:[2,3],monthlyusageattributionvalu:3,more:[0,2,5],more_than:3,more_than_or_equ:3,morethan:3,morethanorequ:3,most:2,msg:0,multi:[2,3,5],multi_comput:3,multi_organ:2,multipart:[0,2],multipl:[0,2,5],multipleof:0,multiselect:6,must:[0,2,5],must_convert:0,mute:[2,3],mute_host:2,mute_timeout:3,my:2,n:2,nagio:2,name:[0,2,3,5,6,7],name_ascend:[3,6],name_descend:[3,6],namespac:[2,3],navigate_to_link:3,need:[0,2,7],neg:5,neither:5,netflow_indexed_events_count_agg_sum:3,netflow_indexed_events_count_sum:3,netunreach:3,network:[2,3],network_device_top99p:3,network_elb:[2,3],network_hop:3,network_queri:3,networkhop:3,never:3,new_client_id:[2,3],new_group_delai:3,new_host_delai:3,new_statu:3,new_tab:3,new_tenant_nam:[2,3],new_valu:6,new_value_opt:6,newvalueopt:6,next:[5,6],next_log_id:3,next_offset:6,next_record_id:[2,3],nextlogid:3,ninety_dai:3,nix_v:3,nixv:3,no_data:3,no_data_timefram:3,no_group_host:3,no_metric_host:3,no_saving_response_bodi:3,no_screenshot:3,node_typ:3,non:2,non_block:3,none:[0,1,2,3,4,5],none_typ:0,nonetyp:[3,6],nor:5,normal:[2,3],normalize_ending_slash:3,nosavingresponsebodi:3,noscreenshot:3,not_contain:3,not_equ:3,not_is_empti:3,not_schedul:3,not_starts_with:3,notat:2,notcontain:3,note:[0,2,3,5],note_widget_definit:[0,1],note_widget_definition_typ:[0,1],notebook:[2,3],notebook_absolute_tim:[0,1],notebook_author:[0,1],notebook_cel:3,notebook_cell_create_request:[0,1],notebook_cell_create_request_attribut:[0,1],notebook_cell_resource_typ:[0,1],notebook_cell_respons:[0,1],notebook_cell_response_attribut:[0,1],notebook_cell_tim:[0,1],notebook_cell_update_request:[0,1],notebook_cell_update_request_attribut:[0,1],notebook_create_data:[0,1],notebook_create_data_attribut:[0,1],notebook_create_request:[0,1],notebook_distribution_cell_attribut:[0,1],notebook_global_tim:[0,1],notebook_graph_s:[0,1],notebook_heat_map_cell_attribut:[0,1],notebook_id:2,notebook_log_stream_cell_attribut:[0,1],notebook_markdown_cell_attribut:[0,1],notebook_markdown_cell_definit:[0,1],notebook_markdown_cell_definition_typ:[0,1],notebook_metadata:[0,1],notebook_metadata_typ:[0,1],notebook_relative_tim:[0,1],notebook_resource_typ:[0,1],notebook_respons:[0,1],notebook_response_data:[0,1],notebook_response_data_attribut:[0,1],notebook_split_bi:[0,1],notebook_statu:[0,1],notebook_timeseries_cell_attribut:[0,1],notebook_toplist_cell_attribut:[0,1],notebook_update_cel:[0,1],notebook_update_data:[0,1],notebook_update_data_attribut:[0,1],notebook_update_request:[0,1],notebookabsolutetim:3,notebookauthor:3,notebookcellcreaterequest:3,notebookcellcreaterequestattribut:3,notebookcellresourcetyp:3,notebookcellrespons:3,notebookcellresponseattribut:3,notebookcelltim:3,notebookcellupdaterequest:3,notebookcellupdaterequestattribut:3,notebookcreatedata:3,notebookcreatedataattribut:3,notebookcreaterequest:[2,3],notebookdistributioncellattribut:3,notebookglobaltim:3,notebookgraphs:3,notebookheatmapcellattribut:3,notebooklogstreamcellattribut:3,notebookmarkdowncellattribut:3,notebookmarkdowncelldefinit:3,notebookmarkdowncelldefinitiontyp:3,notebookmetadata:3,notebookmetadatatyp:3,notebookrelativetim:3,notebookresourcetyp:3,notebookrespons:[2,3],notebookresponsedata:3,notebookresponsedataattribut:3,notebooks_api:[0,1],notebooks_respons:[0,1],notebooks_response_data:[0,1],notebooks_response_data_attribut:[0,1],notebooks_response_meta:[0,1],notebooks_response_pag:[0,1],notebooksapi:2,notebooksplitbi:3,notebooksrespons:[2,3],notebooksresponsedata:3,notebooksresponsedataattribut:3,notebooksresponsemeta:3,notebooksresponsepag:3,notebookstatu:3,notebooktimeseriescellattribut:3,notebooktoplistcellattribut:3,notebookupdatecel:3,notebookupdatedata:3,notebookupdatedataattribut:3,notebookupdaterequest:[2,3],notequ:3,notewidgetdefinit:3,notewidgetdefinitiontyp:3,notfoundexcept:0,noth:0,notif:[2,3,5,6],notifi:[2,3,7],notification_handl:6,notify_audit:3,notify_list:3,notify_no_data:3,notisempti:3,notstartswith:3,now:[2,5],npm_flow_sum:3,npm_host_percentag:3,npm_host_sum:3,npm_host_top99p:3,npm_host_top99p_sum:3,npm_host_usag:3,ntlm:3,nullabl:0,nullable_relationship_to_us:[0,4],nullable_relationship_to_user_data:[0,4],nullablerelationshiptous:6,nullablerelationshiptouserdata:6,num_custom_input_timeseri:3,num_custom_output_timeseri:3,num_custom_timeseri:3,num_org:3,num_retention_dai:3,number:[0,2,3,5],number_of_packet:3,numberofpacket:3,numer:[2,3],o:3,oa:0,obj:0,object:[0,2,5,7],ocsp:3,offer:2,offset:[2,3,5,6],ok:[2,3],older:0,on_right_yaxi:3,onc:2,one:[0,2,5],one_column:3,one_dai:6,one_hour:6,one_minut:6,one_week:6,oneof:0,onli:[0,2,5],onlin:2,online_archive_events_count:3,online_archive_events_count_agg_sum:3,online_archive_events_count_sum:3,open:0,open_url:3,openapi:0,openapi_typ:[0,3,6],openapiexcept:0,openapimodel:0,opentelemetry_host_count:3,opentelemetry_host_top99p:3,opentelemetry_host_top99p_sum:3,oper:[0,2,3,5,7],operation_nam:3,operationnam:7,option:[0,2,3,5,6],orang:3,order:[0,2,3,5,6],order_bi:3,order_dir:3,order_response_typ:0,org:[2,3,5,6],org_billable_usag:3,org_id:3,org_nam:3,organ:[0,1,2,4,5],organization_attribut:[0,4],organization_bil:[0,1],organization_create_bodi:[0,1],organization_create_respons:[0,1],organization_list_respons:[0,1],organization_respons:[0,1],organization_set:[0,1],organization_settings_saml:[0,1],organization_settings_saml_autocreate_users_domain:[0,1],organization_settings_saml_idp_initiated_login:[0,1],organization_settings_saml_strict_mod:[0,1],organization_subscript:[0,1],organizationattribut:6,organizationbil:3,organizationcreatebodi:[2,3],organizationcreaterespons:[2,3],organizationlistrespons:[2,3],organizationrespons:[2,3],organizations_api:[0,1],organizations_typ:[0,4],organizationsapi:2,organizationset:3,organizationsettingssaml:3,organizationsettingssamlautocreateusersdomain:3,organizationsettingssamlidpinitiatedlogin:3,organizationsettingssamlstrictmod:3,organizationstyp:6,organizationsubscript:3,origin:2,other:[2,3,5],other_org:6,other_us:6,otherwis:[0,2],ou:3,our:0,out:2,outlier:2,output:[0,2],outsid:[2,3],outside_business_hour:3,over:[2,5],overal:3,overall_st:3,overload:5,overrid:3,override_label:3,override_on_conflict:3,overwrit:2,own:5,owned_bi:[5,6],owner:3,packet_loss_percentag:3,packetlosspercentag:3,packets_receiv:3,packetsreceiv:3,page:[2,3,5,6,7],page_count:3,page_cursor:5,page_limit:5,page_numb:[2,5],page_offset:5,page_s:[2,5],pager_duty_integration_api:[0,1],pager_duty_servic:[0,1],pager_duty_service_kei:[0,1],pager_duty_service_nam:[0,1],pagerduti:2,pagerdutyintegrationapi:2,pagerdutyservic:[2,3],pagerdutyservicekei:[2,3],pagerdutyservicenam:[2,3],pagin:[0,1,2,4,5],pair:[0,2,5],palett:3,palette_flip:3,param:[0,3],param_nam:0,paramet:[0,2,5],parameters_to_multipart:0,parameters_to_tupl:0,params_map:0,parent:[0,2],parent_id:3,parse_test_opt:3,parse_test_public_id:3,parser:3,partial:[2,5],partial_api_kei:[0,4],partial_api_key_attribut:[0,4],partial_application_kei:[0,4],partial_application_key_attribut:[0,4],partial_application_key_respons:[0,4],partialapikei:6,partialapikeyattribut:6,partialapplicationkei:6,partialapplicationkeyattribut:6,partialapplicationkeyrespons:[5,6],particular:2,pass:[0,2,3,5],password:[0,1,3,4],past:[2,3],past_fifteen_minut:3,past_five_minut:3,past_four_hour:3,past_one_dai:3,past_one_hour:3,past_one_minut:3,past_one_month:3,past_one_week:3,past_one_year:3,past_six_month:3,past_ten_minut:3,past_thirty_minut:3,past_three_month:3,past_two_dai:3,patch:3,path:[0,2,5,6],path_param:0,path_to_item:0,pattern:[0,3],paus:[2,3],payload:[0,2,3,5],pc75:[3,6],pc90:[3,6],pc95:[3,6],pc98:[3,6],pc99:[3,6],pct_chang:2,pct_cpu:3,pct_exec_tim:3,pct_mem:3,pct_of_trac:3,pem:0,pend:5,pep:0,per:[2,5],per_pag:[2,3],per_unit:3,percentage_in_account:3,percentil:[3,5],percentile_75:6,percentile_90:6,percentile_95:6,percentile_98:6,percentile_99:6,perform:[0,2],period:[2,3],perman:2,permiss:[0,2,4,5],permission_attribut:[0,4],permissionattribut:6,permissions_respons:[0,4],permissions_typ:[0,4],permissionsrespons:[5,6],permissionstyp:6,pet:0,phrase:0,pid:6,pip:7,pipelin:[2,3],pipeline_id:[2,3],place:0,plain:[2,5],platform:[2,3,5],play_sub_test:3,playing_tab:3,playingtab:3,playsubtest:3,pleas:[2,5,7],plural:3,point:[0,1,2],pointlist:3,polici:5,poll:2,pool:0,pool_thread:0,pools_siz:0,popular:6,port:[2,3],posix:2,possibl:[0,5],post:[0,2,3,5],post_param:0,postgr:2,postmortem:[3,6],postmortem_id:6,postur:2,ppid:6,precis:[2,3],prefix:[0,2,3,5],prefixes_ipv4:3,prefixes_ipv4_by_loc:3,prefixes_ipv6:3,prefixes_ipv6_by_loc:3,prepar:0,prepend:2,present:[2,3],preserve_sourc:3,preset:2,press_kei:3,presskei:3,prevent:5,preview:3,previou:[2,5],previous_month:3,previous_week:3,primary_tag:3,primary_tag_nam:3,primary_tag_valu:3,primit:0,print:7,prioriti:[2,3,7],privat:2,private_kei:3,private_key_id:3,private_loc:3,private_widget_shar:3,probabl:5,probe_dc:[2,3],problem:0,process:[2,3,5,6],process_alert:3,process_queri:3,process_query_definit:[0,1],process_summari:[0,4],process_summaries_meta:[0,4],process_summaries_meta_pag:[0,4],process_summaries_respons:[0,4],process_summary_attribut:[0,4],process_summary_typ:[0,4],processes_api:[0,4],processesapi:5,processor:[2,3],processquerydefinit:3,processsummari:6,processsummariesmeta:6,processsummariesmetapag:6,processsummariesrespons:[5,6],processsummaryattribut:6,processsummarytyp:6,prod:2,product:5,prof_container_sum:3,prof_host_top99p:3,profil:[2,3],profile_metrics_queri:3,profiled_container_percentag:3,profiled_container_usag:3,profiled_host_percentag:3,profiled_host_usag:3,profiled_hosts_percentag:3,profiled_hosts_usag:3,profiling_container_agent_count_avg:3,profiling_host_count_top99p_sum:3,profiling_host_top99p:3,project_id:[2,3,6],properti:[0,3],protocol:3,provid:[0,2,3,5,7],proxi:3,public_id:[2,3,6],publish:3,puppet:2,put:[2,3,5],python:0,python_kei:0,python_v:3,pythonv:3,q:[2,3],qualifi:7,queri:[0,2,3,5,6,7],query_alert:3,query_index:3,query_metr:2,query_param:0,query_sort_ord:[0,1,4],query_str:3,query_t:3,query_valu:3,query_value_widget_definit:[0,1],query_value_widget_definition_typ:[0,1],query_value_widget_request:[0,1],queryabl:5,querysortord:[3,5,6],queryvaluewidgetdefinit:3,queryvaluewidgetdefinitiontyp:3,queryvaluewidgetrequest:3,quick:5,quot:2,radiu:3,rais:0,rang:2,rate:[5,6],ratio_in_month:3,raw:[0,3],rd:[2,3],re:2,read:[0,2,5],read_onli:3,read_only_var:[0,3,6],readi:[2,5],readthedoc:7,real_user_monitor:2,reason:0,receiv:[0,2,5],received_email_count:3,received_messag:3,receivedemailcount:3,receivedmessag:3,recent:2,recommend:[2,3,5],record:2,record_everi:3,record_som:3,recordeveri:3,recordsom:3,recovery_window:3,recurr:3,red:3,red_on_whit:3,redirect:3,reduc:2,refer:[0,2],referenc:2,reflow_typ:3,refresh:3,regardless:2,regex:[0,3],region:[3,6],rehydrated_indexed_events_agg_sum:3,rehydrated_indexed_events_count:3,rehydrated_ingested_bytes_agg_sum:3,rehydration_tag:6,rel:3,relat:5,related_event_id:3,relationship:6,relationship_to_incident_integration_metadata:[0,4],relationship_to_incident_integration_metadata_data:[0,4],relationship_to_incident_postmortem:[0,4],relationship_to_incident_postmortem_data:[0,4],relationship_to_organ:[0,4],relationship_to_organization_data:[0,4],relationship_to_permiss:[0,4],relationship_to_permission_data:[0,4],relationship_to_rol:[0,4],relationship_to_role_data:[0,4],relationship_to_saml_assertion_attribut:[0,4],relationship_to_saml_assertion_attribute_data:[0,4],relationship_to_us:[0,4],relationship_to_user_data:[0,4],relationshiptoincidentintegrationmetadata:6,relationshiptoincidentintegrationmetadatadata:6,relationshiptoincidentpostmortem:6,relationshiptoincidentpostmortemdata:6,relationshiptoorgan:6,relationshiptoorganizationdata:6,relationshiptopermiss:6,relationshiptopermissiondata:6,relationshiptorol:6,relationshiptoroledata:6,relationshiptosamlassertionattribut:6,relationshiptosamlassertionattributedata:6,relationshiptous:6,relationshiptouserdata:6,remain:[0,2],remapp:3,remov:[0,2,5],remove_permission_from_rol:5,remove_role_from_arch:5,remove_slack_integration_channel:2,remove_uncoerc:0,remove_user_from_rol:5,render_path:0,renotify_interv:3,renotify_occurr:3,renotify_status:3,reorder:[2,5],repeat:2,repeatedli:2,replac:[0,2,5],replay_session_count:3,report:[2,3],report_id:2,repositori:7,repres:0,represent:0,request:[0,2,3,5],request_head:3,request_id:6,request_typ:3,requestfield:0,requesthead:3,requir:[0,2,6],require_full_window:3,required_properti:0,required_typ:0,required_types_class:0,required_types_mix:0,requires_upd:3,res_typ:3,resolut:2,resolv:6,resourc:[0,2,3,5],resource_collection_en:3,resource_nam:3,resource_path:0,resp_vers:3,respons:[0,2,5,7],response_bodi:3,response_data:0,response_format:3,response_head:3,response_meta_attribut:[0,1,4],response_s:3,response_tim:3,response_typ:0,responsebodi:3,responsehead:3,responsemetaattribut:[3,6],responses:3,responsetim:3,rest:7,restclientobject:0,restor:2,restore_dashboard:2,restrict:[5,6],restricted_rol:3,result:[2,3,5],result_encrypt:3,result_id:[2,3],result_kei:0,retent:[2,3],retri:[2,3,5],retriev:2,revok:5,right:3,right_yaxi:3,ro:3,role:[0,2,4,5],role_attribut:[0,4],role_clon:[0,4],role_clone_attribut:[0,4],role_clone_request:[0,4],role_create_attribut:[0,4],role_create_data:[0,4],role_create_request:[0,4],role_create_respons:[0,4],role_create_response_data:[0,4],role_id:[5,6],role_id_ascend:6,role_id_descend:6,role_nam:[2,3,6],role_name_ascend:6,role_name_descend:6,role_relationship:[0,4],role_respons:[0,4],role_response_relationship:[0,4],role_update_attribut:[0,4],role_update_data:[0,4],role_update_request:[0,4],role_update_respons:[0,4],role_update_response_data:[0,4],roleattribut:6,roleclon:6,rolecloneattribut:6,roleclonerequest:6,rolecreateattribut:6,rolecreatedata:6,rolecreaterequest:6,rolecreaterespons:[5,6],rolecreateresponsedata:6,rolerelationship:6,rolerespons:[5,6],roleresponserelationship:6,roles_api:[0,4],roles_respons:[0,4],roles_sort:[0,4],roles_typ:[0,4],rolesapi:5,rolesrespons:[5,6],rolessort:[5,6],rolestyp:6,roleupdateattribut:6,roleupdatedata:6,roleupdaterequest:6,roleupdaterespons:[5,6],roleupdateresponsedata:6,roll:2,rollup:[2,7],rollup_method:2,row_typ:3,rrule:3,rule:[0,2,5],rule_id:5,rum:[2,3,5,6],rum_alert:3,rum_api:[0,4],rum_browser_and_mobile_session_count:3,rum_ev:[0,4],rum_event_attribut:[0,4],rum_event_typ:[0,4],rum_events_respons:[0,4],rum_queri:3,rum_query_filt:[0,4],rum_query_opt:[0,4],rum_query_page_opt:[0,4],rum_response_link:[0,4],rum_response_metadata:[0,4],rum_response_pag:[0,4],rum_response_statu:[0,4],rum_search_events_request:[0,4],rum_session_count_agg_sum:3,rum_session_count_sum:3,rum_sort:[0,4],rum_sum:3,rum_total_session_count_agg_sum:3,rum_total_session_count_sum:3,rum_unit:3,rum_units_agg_sum:3,rum_units_sum:3,rum_warn:[0,4],rumapi:5,rumev:6,rumeventattribut:6,rumeventsrespons:[5,6],rumeventtyp:6,rumqueryfilt:6,rumqueryopt:6,rumquerypageopt:6,rumresponselink:6,rumresponsemetadata:6,rumresponsepag:6,rumresponsestatu:6,rumsearcheventsrequest:6,rumsort:[5,6],rumwarn:6,run:[0,2,5,7],run_api_test:3,runapitest:3,runbook:3,s3:6,s:[0,2,3,5],safe:2,same:[0,2,5],saml:[2,3],saml_assertion_attribut:[0,4],saml_assertion_attribute_attribut:[0,4],saml_assertion_attribute_id:6,saml_assertion_attribute_id_ascend:6,saml_assertion_attribute_id_descend:6,saml_assertion_attribute_key_ascend:6,saml_assertion_attribute_key_descend:6,saml_assertion_attribute_value_ascend:6,saml_assertion_attribute_value_descend:6,saml_assertion_attributes_typ:[0,4],saml_autocreate_access_rol:3,saml_autocreate_users_domain:3,saml_can_be_en:3,saml_idp_endpoint:3,saml_idp_initiated_login:3,saml_idp_metadata_upload:3,saml_login_url:3,saml_strict_mod:3,samlassertionattribut:6,samlassertionattributeattribut:6,samlassertionattributestyp:6,sampl:3,sample_r:3,sanit:0,sanitize_for_seri:0,satisfi:0,save:[0,2],scalar:3,scale:3,scale_factor:3,scaledown:3,scanner:2,scatter_plot_request:[0,1],scatter_plot_widget_definit:[0,1],scatter_plot_widget_definition_request:[0,1],scatter_plot_widget_definition_typ:[0,1],scatterplot:3,scatterplot_dimens:[0,1],scatterplot_table_request:[0,1],scatterplot_widget_aggreg:[0,1],scatterplot_widget_formula:[0,1],scatterplotdimens:3,scatterplotrequest:3,scatterplottablerequest:3,scatterplotwidgetaggreg:3,scatterplotwidgetdefinit:3,scatterplotwidgetdefinitionrequest:3,scatterplotwidgetdefinitiontyp:3,scatterplotwidgetformula:3,scenario:0,schedul:[2,3],scheduled_mainten:3,schema:0,schema_keyword:0,scheme:0,scope:[2,3,6],screenshot_bucket_kei:3,screenshotbucketkei:3,scroll:3,sds_logs_scanned_bytes_sum:3,sds_total_scanned_bytes_sum:3,search:[2,3,5,7],search_audit_log:5,search_bi:3,search_monitor:2,search_monitor_group:2,search_rum_ev:5,search_security_monitoring_sign:5,search_syntax:2,second:[2,5],secret:[0,2,3],secret_access_kei:3,secret_kei:3,secretkei:3,secur:[0,2,3,5],security_filt:[0,4],security_filter_attribut:[0,4],security_filter_create_attribut:[0,4],security_filter_create_data:[0,4],security_filter_create_request:[0,4],security_filter_exclusion_filt:[0,4],security_filter_exclusion_filter_respons:[0,4],security_filter_filtered_data_typ:[0,4],security_filter_id:5,security_filter_meta:[0,4],security_filter_respons:[0,4],security_filter_typ:[0,4],security_filter_update_attribut:[0,4],security_filter_update_data:[0,4],security_filter_update_request:[0,4],security_filters_respons:[0,4],security_monitoring_api:[0,4],security_monitoring_filt:[0,4],security_monitoring_filter_act:[0,4],security_monitoring_list_rules_respons:[0,4],security_monitoring_rule_cas:[0,4],security_monitoring_rule_case_cr:[0,4],security_monitoring_rule_create_payload:[0,4],security_monitoring_rule_detection_method:[0,4],security_monitoring_rule_evaluation_window:[0,4],security_monitoring_rule_impossible_travel_opt:[0,4],security_monitoring_rule_keep_al:[0,4],security_monitoring_rule_max_signal_dur:[0,4],security_monitoring_rule_new_value_opt:[0,4],security_monitoring_rule_new_value_options_forget_aft:[0,4],security_monitoring_rule_new_value_options_learning_dur:[0,4],security_monitoring_rule_opt:[0,4],security_monitoring_rule_queri:[0,4],security_monitoring_rule_query_aggreg:[0,4],security_monitoring_rule_query_cr:[0,4],security_monitoring_rule_respons:[0,4],security_monitoring_rule_sever:[0,4],security_monitoring_rule_type_cr:[0,4],security_monitoring_rule_type_read:[0,4],security_monitoring_rule_update_payload:[0,4],security_monitoring_sign:[0,4],security_monitoring_signal_attribut:[0,4],security_monitoring_signal_list_request:[0,4],security_monitoring_signal_list_request_filt:[0,4],security_monitoring_signal_list_request_pag:[0,4],security_monitoring_signal_typ:[0,4],security_monitoring_signals_list_respons:[0,4],security_monitoring_signals_list_response_link:[0,4],security_monitoring_signals_list_response_meta:[0,4],security_monitoring_signals_list_response_meta_pag:[0,4],security_monitoring_signals_sort:[0,4],security_platform:5,security_queri:3,security_sign:3,securityfilt:6,securityfilterattribut:6,securityfiltercreateattribut:6,securityfiltercreatedata:6,securityfiltercreaterequest:[5,6],securityfilterexclusionfilt:6,securityfilterexclusionfilterrespons:6,securityfilterfiltereddatatyp:6,securityfiltermeta:6,securityfilterrespons:[5,6],securityfiltersrespons:[5,6],securityfiltertyp:6,securityfilterupdateattribut:6,securityfilterupdatedata:6,securityfilterupdaterequest:[5,6],securitymonitoringapi:5,securitymonitoringfilt:6,securitymonitoringfilteract:6,securitymonitoringlistrulesrespons:[5,6],securitymonitoringrulecas:6,securitymonitoringrulecasecr:6,securitymonitoringrulecreatepayload:6,securitymonitoringruledetectionmethod:6,securitymonitoringruleevaluationwindow:6,securitymonitoringruleimpossibletravelopt:6,securitymonitoringrulekeepal:6,securitymonitoringrulemaxsignaldur:6,securitymonitoringrulenewvalueopt:6,securitymonitoringrulenewvalueoptionsforgetaft:6,securitymonitoringrulenewvalueoptionslearningdur:6,securitymonitoringruleopt:6,securitymonitoringrulequeri:6,securitymonitoringrulequeryaggreg:6,securitymonitoringrulequerycr:6,securitymonitoringrulerespons:[5,6],securitymonitoringrulesever:6,securitymonitoringruletypecr:6,securitymonitoringruletyperead:6,securitymonitoringruleupdatepayload:6,securitymonitoringsign:6,securitymonitoringsignalattribut:6,securitymonitoringsignallistrequest:6,securitymonitoringsignallistrequestfilt:6,securitymonitoringsignallistrequestpag:6,securitymonitoringsignalslistrespons:[5,6],securitymonitoringsignalslistresponselink:6,securitymonitoringsignalslistresponsemeta:6,securitymonitoringsignalslistresponsemetapag:6,securitymonitoringsignalssort:[5,6],securitymonitoringsignaltyp:6,see:[0,2,5],select:5,select_header_accept:0,select_header_content_typ:0,select_opt:3,selectopt:3,self:0,send:[0,2,5],send_invit:5,sensit:2,sent:[0,2,5],separ:[0,2,5],sequenti:[2,5],seri:[0,1,2],serial:0,serial_numb:3,serialnumb:3,server:[0,2,5],server_certif:3,server_index:[0,1,4],server_operation_index:[0,1,4],server_operation_vari:[0,1,4],server_vari:[0,1,4,7],serverless_invocation_sum:3,servernam:3,servic:[2,3,5,6,7],service_account:6,service_account_create_attribut:[0,4],service_account_create_data:[0,4],service_account_create_request:[0,4],service_account_id:5,service_accounts_api:[0,4],service_check:[0,1],service_check_statu:[0,1],service_checks_api:[0,1],service_id:5,service_kei:3,service_level_object:[0,1],service_level_objective_corrections_api:[0,1],service_level_objective_queri:[0,1],service_level_objective_request:[0,1],service_level_objectives_api:[0,1],service_map_widget_definit:[0,1],service_map_widget_definition_typ:[0,1],service_nam:[2,3],service_remapp:3,service_summary_widget_definit:[0,1],service_summary_widget_definition_typ:[0,1],serviceaccountcreateattribut:6,serviceaccountcreatedata:6,serviceaccountcreaterequest:6,serviceaccountsapi:5,servicecheck:[2,3],servicechecksapi:2,servicecheckstatu:3,serviceexcept:0,servicelevelobject:[2,3],servicelevelobjectivecorrectionsapi:2,servicelevelobjectivequeri:3,servicelevelobjectiverequest:[2,3],servicelevelobjectivesapi:2,servicemap:3,servicemapwidgetdefinit:3,servicemapwidgetdefinitiontyp:3,servicenam:3,servicesummarywidgetdefinit:3,servicesummarywidgetdefinitiontyp:3,session:2,session_count:3,session_count_android:3,session_count_io:3,session_token:3,sessiontoken:3,set:[0,1,2,3,4,5,7],set_attribut:0,set_cooki:3,set_default_head:0,setcooki:3,setup:[2,5],seven_dai:[3,6],share:[2,6],short_nam:3,should:[0,2,5],should_track_hop:3,shouldtrackhop:3,show:2,show_breakdown:3,show_date_column:3,show_distribut:3,show_error:3,show_error_budget:3,show_hit:3,show_last_trigg:3,show_lat:3,show_legend:3,show_message_column:3,show_pres:3,show_resource_list:3,show_tick:3,show_titl:3,shown:2,side:0,siem_sum:3,sign:5,signal:[5,6],sigv4:3,silenc:3,simpl:0,simpli:7,sinc:[0,2,5],singl:[2,5],site:7,six_hour:6,size:[2,3,5,6],size_bi:3,size_format:3,skip:[0,2,3],slack:2,slack_integration_api:[0,1],slack_integration_channel:[0,1],slack_integration_channel_displai:[0,1],slackintegrationapi:2,slackintegrationchannel:[2,3],slackintegrationchanneldisplai:3,sli:2,sli_valu:3,slo:[2,3],slo_alert:3,slo_bulk_delet:[0,1],slo_bulk_delete_error:[0,1],slo_bulk_delete_respons:[0,1],slo_bulk_delete_response_data:[0,1],slo_correct:[0,1],slo_correction_categori:[0,1],slo_correction_create_data:[0,1],slo_correction_create_request:[0,1],slo_correction_create_request_attribut:[0,1],slo_correction_id:2,slo_correction_list_respons:[0,1],slo_correction_respons:[0,1],slo_correction_response_attribut:[0,1],slo_correction_response_attributes_modifi:[0,1],slo_correction_typ:[0,1],slo_correction_update_data:[0,1],slo_correction_update_request:[0,1],slo_correction_update_request_attribut:[0,1],slo_delete_respons:[0,1],slo_error_budget_remaining_data:[0,1],slo_error_timefram:[0,1],slo_history_metr:[0,1],slo_history_metrics_seri:[0,1],slo_history_metrics_series_metadata:[0,1],slo_history_metrics_series_metadata_unit:[0,1],slo_history_monitor:[0,1],slo_history_respons:[0,1],slo_history_response_data:[0,1],slo_history_response_error:[0,1],slo_history_response_error_with_typ:[0,1],slo_history_sli_data:[0,1],slo_id:[2,3],slo_list_respons:[0,1],slo_list_response_metadata:[0,1],slo_list_response_metadata_pag:[0,1],slo_respons:[0,1],slo_response_data:[0,1],slo_threshold:[0,1],slo_timefram:[0,1],slo_typ:[0,1],slo_type_numer:[0,1],slo_widget_definit:[0,1],slo_widget_definition_typ:[0,1],slobulkdelet:[2,3],slobulkdeleteerror:3,slobulkdeleterespons:[2,3],slobulkdeleteresponsedata:3,slocorrect:3,slocorrectioncategori:3,slocorrectioncreatedata:3,slocorrectioncreaterequest:[2,3],slocorrectioncreaterequestattribut:3,slocorrectionlistrespons:[2,3],slocorrectionrespons:[2,3],slocorrectionresponseattribut:3,slocorrectionresponseattributesmodifi:3,slocorrectiontyp:3,slocorrectionupdatedata:3,slocorrectionupdaterequest:[2,3],slocorrectionupdaterequestattribut:3,slodeleterespons:[2,3],sloerrorbudgetremainingdata:3,sloerrortimefram:3,slohistorymetr:3,slohistorymetricsseri:3,slohistorymetricsseriesmetadata:3,slohistorymetricsseriesmetadataunit:3,slohistorymonitor:3,slohistoryrespons:[2,3],slohistoryresponsedata:3,slohistoryresponseerror:3,slohistoryresponseerrorwithtyp:3,slohistoryslidata:3,slolistrespons:[2,3],slolistresponsemetadata:3,slolistresponsemetadatapag:3,slorespons:[2,3],sloresponsedata:3,slothreshold:3,slotimefram:3,slotyp:3,slotypenumer:3,slowidgetdefinit:3,slowidgetdefinitiontyp:3,sm:3,small:3,snake:0,snapshot:[2,3],snapshot_bucket_kei:3,snapshot_url:3,snapshotbucketkei:3,snapshots_api:[0,1],snapshotsapi:2,snmp:2,snmp_devic:3,snmp_percentag:3,snmp_usag:3,so:2,socket:3,socket_fqdn:3,socket_hostnam:3,solid:3,some:[0,2,5,7],sort:[0,2,3,5,6],sort_dir:[2,5],sort_direct:[2,3],sort_field:2,sort_nam:[2,3],sourc:[2,3,7],source_typ:3,source_type_nam:3,space:[2,6],space_aggr:2,span:[2,3],span_nam:3,span_precis:3,spec:0,spec_property_nam:0,specif:[0,2,5],specifi:[0,2,5],split_bi:3,sq:[2,3],ssl:3,ssl_ca_cert:[0,1,4],st:3,standard:3,start:[2,3,5,6],start_at:3,start_dat:[2,3],start_hr:2,start_month:2,start_url:3,startat:3,starts_with:3,startswith:3,starturl:3,stat:[2,3],state:[2,3,6,7],statsd_interv:3,statu:[0,2,3,5,6],status:2,status_ascend:3,status_cod:3,status_descend:3,status_remapp:3,statuscod:3,step:[2,3,7],step_count_complet:3,step_count_tot:3,step_detail:3,step_id:3,step_timeout:3,stepcountcomplet:3,stepcounttot:3,stepdetail:3,stepid:3,still:2,storage_account:6,store:0,str:[0,2,3,5,6],stream:[0,2],string:[0,2,3,5],string_builder_processor:3,string_queri:2,structur:[0,2,5],style:3,sub:2,sub_test_not_pass:3,sub_test_step_detail:3,subject:3,submit:[2,5],submit_log:[2,5],submit_metr:2,submit_service_check:2,subscript:3,subsequ:2,subteststepdetail:3,subtyp:3,success:[2,3,5],sum:[2,3,6],summari:2,summary_typ:3,sunburst:3,sunburst_widget_definit:[0,1],sunburst_widget_definition_typ:[0,1],sunburst_widget_legend:[0,1],sunburst_widget_legend_inline_automat:[0,1],sunburst_widget_legend_inline_automatic_typ:[0,1],sunburst_widget_legend_t:[0,1],sunburst_widget_legend_table_typ:[0,1],sunburst_widget_request:[0,1],sunburstwidgetdefinit:3,sunburstwidgetdefinitiontyp:3,sunburstwidgetlegend:3,sunburstwidgetlegendinlineautomat:3,sunburstwidgetlegendinlineautomatictyp:3,sunburstwidgetlegendt:3,sunburstwidgetlegendtabletyp:3,sunburstwidgetrequest:3,suppli:2,support:[0,2,5],support_rul:3,suppress:[0,6],swagger:0,synchron:[0,2,5],syntax:[2,5],synthet:[2,3],synthetics_alert:3,synthetics_api:[0,1],synthetics_api_step:[0,1],synthetics_api_step_subtyp:[0,1],synthetics_api_test:[0,1],synthetics_api_test_config:[0,1],synthetics_api_test_failure_cod:[0,1],synthetics_api_test_result_data:[0,1],synthetics_api_test_result_failur:[0,1],synthetics_api_test_result_ful:[0,1],synthetics_api_test_result_full_check:[0,1],synthetics_api_test_result_short:[0,1],synthetics_api_test_result_short_result:[0,1],synthetics_api_test_typ:[0,1],synthetics_api_tests_sum:3,synthetics_assert:[0,1],synthetics_assertion_json_path_oper:[0,1],synthetics_assertion_json_path_target:[0,1],synthetics_assertion_json_path_target_target:[0,1],synthetics_assertion_oper:[0,1],synthetics_assertion_target:[0,1],synthetics_assertion_typ:[0,1],synthetics_basic_auth:[0,1],synthetics_basic_auth_ntlm:[0,1],synthetics_basic_auth_ntlm_typ:[0,1],synthetics_basic_auth_sigv4:[0,1],synthetics_basic_auth_sigv4_typ:[0,1],synthetics_basic_auth_web:[0,1],synthetics_basic_auth_web_typ:[0,1],synthetics_batch_detail:[0,1],synthetics_batch_details_data:[0,1],synthetics_batch_result:[0,1],synthetics_browser_check_calls_count_agg_sum:3,synthetics_browser_check_calls_count_sum:3,synthetics_browser_checks_sum:3,synthetics_browser_error:[0,1],synthetics_browser_error_typ:[0,1],synthetics_browser_test:[0,1],synthetics_browser_test_config:[0,1],synthetics_browser_test_failure_cod:[0,1],synthetics_browser_test_result_data:[0,1],synthetics_browser_test_result_failur:[0,1],synthetics_browser_test_result_ful:[0,1],synthetics_browser_test_result_full_check:[0,1],synthetics_browser_test_result_short:[0,1],synthetics_browser_test_result_short_result:[0,1],synthetics_browser_test_typ:[0,1],synthetics_browser_vari:[0,1],synthetics_browser_variable_typ:[0,1],synthetics_check_calls_count_agg_sum:3,synthetics_check_calls_count_sum:3,synthetics_check_id:3,synthetics_check_typ:[0,1],synthetics_ci_batch_metadata:[0,1],synthetics_ci_batch_metadata_ci:[0,1],synthetics_ci_batch_metadata_git:[0,1],synthetics_ci_batch_metadata_pipelin:[0,1],synthetics_ci_batch_metadata_provid:[0,1],synthetics_ci_test:[0,1],synthetics_ci_test_bodi:[0,1],synthetics_config_vari:[0,1],synthetics_config_variable_typ:[0,1],synthetics_core_web_vit:[0,1],synthetics_delete_tests_payload:[0,1],synthetics_delete_tests_respons:[0,1],synthetics_deleted_test:[0,1],synthetics_devic:[0,1],synthetics_device_id:[0,1],synthetics_get_api_test_latest_results_respons:[0,1],synthetics_get_browser_test_latest_results_respons:[0,1],synthetics_global_vari:[0,1],synthetics_global_variable_attribut:[0,1],synthetics_global_variable_parse_test_opt:[0,1],synthetics_global_variable_parse_test_options_typ:[0,1],synthetics_global_variable_parser_typ:[0,1],synthetics_global_variable_valu:[0,1],synthetics_list_global_variables_respons:[0,1],synthetics_list_tests_respons:[0,1],synthetics_loc:[0,1],synthetics_parsing_opt:[0,1],synthetics_playing_tab:[0,1],synthetics_private_loc:[0,1],synthetics_private_location_creation_respons:[0,1],synthetics_private_location_creation_response_result_encrypt:[0,1],synthetics_private_location_secret:[0,1],synthetics_private_location_secrets_authent:[0,1],synthetics_private_location_secrets_config_decrypt:[0,1],synthetics_ssl_certif:[0,1],synthetics_ssl_certificate_issu:[0,1],synthetics_ssl_certificate_subject:[0,1],synthetics_statu:[0,1],synthetics_step:[0,1],synthetics_step_detail:[0,1],synthetics_step_detail_warn:[0,1],synthetics_step_typ:[0,1],synthetics_test_config:[0,1],synthetics_test_detail:[0,1],synthetics_test_details_sub_typ:[0,1],synthetics_test_details_typ:[0,1],synthetics_test_execution_rul:[0,1],synthetics_test_head:[0,1],synthetics_test_monitor_statu:[0,1],synthetics_test_opt:[0,1],synthetics_test_options_monitor_opt:[0,1],synthetics_test_options_retri:[0,1],synthetics_test_pause_statu:[0,1],synthetics_test_process_statu:[0,1],synthetics_test_request:[0,1],synthetics_test_request_certif:[0,1],synthetics_test_request_certificate_item:[0,1],synthetics_test_request_proxi:[0,1],synthetics_tim:[0,1],synthetics_trigger_bodi:[0,1],synthetics_trigger_ci_test_loc:[0,1],synthetics_trigger_ci_test_run_result:[0,1],synthetics_trigger_ci_tests_respons:[0,1],synthetics_trigger_test:[0,1],synthetics_update_test_pause_status_payload:[0,1],synthetics_variable_pars:[0,1],synthetics_warning_typ:[0,1],syntheticsapi:2,syntheticsapistep:3,syntheticsapistepsubtyp:3,syntheticsapitest:[2,3],syntheticsapitestconfig:3,syntheticsapitestfailurecod:3,syntheticsapitestresultdata:3,syntheticsapitestresultfailur:3,syntheticsapitestresultful:[2,3],syntheticsapitestresultfullcheck:3,syntheticsapitestresultshort:3,syntheticsapitestresultshortresult:3,syntheticsapitesttyp:3,syntheticsassert:3,syntheticsassertionjsonpathoper:3,syntheticsassertionjsonpathtarget:3,syntheticsassertionjsonpathtargettarget:3,syntheticsassertionoper:3,syntheticsassertiontarget:3,syntheticsassertiontyp:3,syntheticsbasicauth:3,syntheticsbasicauthntlm:3,syntheticsbasicauthntlmtyp:3,syntheticsbasicauthsigv4:3,syntheticsbasicauthsigv4typ:3,syntheticsbasicauthweb:3,syntheticsbasicauthwebtyp:3,syntheticsbatchdetail:[2,3],syntheticsbatchdetailsdata:3,syntheticsbatchresult:3,syntheticsbrowsererror:3,syntheticsbrowsererrortyp:3,syntheticsbrowsertest:[2,3],syntheticsbrowsertestconfig:3,syntheticsbrowsertestfailurecod:3,syntheticsbrowsertestresultdata:3,syntheticsbrowsertestresultfailur:3,syntheticsbrowsertestresultful:[2,3],syntheticsbrowsertestresultfullcheck:3,syntheticsbrowsertestresultshort:3,syntheticsbrowsertestresultshortresult:3,syntheticsbrowsertesttyp:3,syntheticsbrowservari:3,syntheticsbrowservariabletyp:3,syntheticschecktyp:3,syntheticscibatchmetadata:3,syntheticscibatchmetadataci:3,syntheticscibatchmetadatagit:3,syntheticscibatchmetadatapipelin:3,syntheticscibatchmetadataprovid:3,syntheticscitest:3,syntheticscitestbodi:[2,3],syntheticsconfigvari:3,syntheticsconfigvariabletyp:3,syntheticscorewebvit:3,syntheticsdeletedtest:3,syntheticsdeletetestspayload:[2,3],syntheticsdeletetestsrespons:[2,3],syntheticsdevic:3,syntheticsdeviceid:3,syntheticsgetapitestlatestresultsrespons:[2,3],syntheticsgetbrowsertestlatestresultsrespons:[2,3],syntheticsglobalvari:[2,3],syntheticsglobalvariableattribut:3,syntheticsglobalvariableparsertyp:3,syntheticsglobalvariableparsetestopt:3,syntheticsglobalvariableparsetestoptionstyp:3,syntheticsglobalvariablevalu:3,syntheticslistglobalvariablesrespons:[2,3],syntheticslisttestsrespons:[2,3],syntheticsloc:[2,3],syntheticsparsingopt:3,syntheticsplayingtab:3,syntheticsprivateloc:[2,3],syntheticsprivatelocationcreationrespons:[2,3],syntheticsprivatelocationcreationresponseresultencrypt:3,syntheticsprivatelocationsecret:3,syntheticsprivatelocationsecretsauthent:3,syntheticsprivatelocationsecretsconfigdecrypt:3,syntheticssslcertif:3,syntheticssslcertificateissu:3,syntheticssslcertificatesubject:3,syntheticsstatu:3,syntheticsstep:3,syntheticsstepdetail:3,syntheticsstepdetailwarn:3,syntheticssteptyp:3,syntheticstestconfig:3,syntheticstestdetail:[2,3],syntheticstestdetailssubtyp:3,syntheticstestdetailstyp:3,syntheticstestexecutionrul:3,syntheticstesthead:3,syntheticstestmonitorstatu:3,syntheticstestopt:3,syntheticstestoptionsmonitoropt:3,syntheticstestoptionsretri:3,syntheticstestpausestatu:3,syntheticstestprocessstatu:3,syntheticstestrequest:3,syntheticstestrequestcertif:3,syntheticstestrequestcertificateitem:3,syntheticstestrequestproxi:3,syntheticstim:3,syntheticstriggerbodi:[2,3],syntheticstriggercitestloc:3,syntheticstriggercitestrunresult:3,syntheticstriggercitestsrespons:[2,3],syntheticstriggertest:3,syntheticsupdatetestpausestatuspayload:[2,3],syntheticsvariablepars:3,syntheticswarningtyp:3,system:2,t:[0,2],tab:2,tab_1:3,tab_2:3,tab_3:3,tabl:3,table_widget_cell_display_mod:[0,1],table_widget_definit:[0,1],table_widget_definition_typ:[0,1],table_widget_has_search_bar:[0,1],table_widget_request:[0,1],tablet:3,tablewidgetcelldisplaymod:3,tablewidgetdefinit:3,tablewidgetdefinitiontyp:3,tablewidgethassearchbar:3,tablewidgetrequest:3,tag:[2,3,5,6,7],tag_breakdown_kei:2,tag_config_sourc:3,tag_filt:[2,3],tag_filter_str:3,tag_nam:6,tag_set:3,tag_to_host:[0,1],tags_api:[0,1],tags_ascend:3,tags_by_sourc:3,tags_descend:3,tags_execut:3,tags_queri:2,tagsapi:2,tagtohost:[2,3],take:[2,5],take_snapshot:3,talk:7,target:[2,3],target_displai:3,target_format:3,target_format_typ:[0,1],target_typ:3,target_valu:3,targetformattyp:3,targetvalu:3,tasks_count:3,tcp:3,team:[5,6],team_id:5,templat:[0,2,3],template_vari:3,template_variable_preset:3,temporari:0,ten_minut:6,tenant_id:6,tenant_nam:[2,3],test:[2,3,7],test_nam:3,test_public_id:3,test_timeout:3,test_typ:3,text:[2,3,5],text_align:3,text_filt:3,textarrai:6,textbox:6,than:[0,2,5],thei:[0,5,7],them:[2,5],thi:[0,2,5,7],thick:3,thin:3,thirty_dai:3,thirty_minut:6,those:[0,2],thread:[0,2,5],threadpool:0,three_column:3,three_hour:6,three_week:6,threshold:[2,3,6],threshold_window:3,through:2,thumbnails_bucket_kei:3,thumbnailsbucketkei:3,tick_edg:3,tick_everi:3,tick_po:3,time:[2,3,5,6],time_aggr:2,time_ascend:3,time_descend:3,time_offset:6,time_to_detect:6,time_to_interact:3,time_to_internal_respons:6,time_to_repair:6,time_to_resolv:6,time_window:[2,3],timefram:[2,3],timeoffset:6,timeout:[0,2,3,5,6],timeout_h:3,timeseri:[2,3,5,6],timeseries_averag:3,timeseries_widget_definit:[0,1],timeseries_widget_definition_typ:[0,1],timeseries_widget_expression_alia:[0,1],timeseries_widget_legend_column:[0,1],timeseries_widget_legend_layout:[0,1],timeseries_widget_request:[0,1],timeserieswidgetdefinit:3,timeserieswidgetdefinitiontyp:3,timeserieswidgetexpressionalia:3,timeserieswidgetlegendcolumn:3,timeserieswidgetlegendlayout:3,timeserieswidgetrequest:3,timeshift:2,timestamp:[2,3,5,6],timestamp_ascend:6,timestamp_descend:6,timetointeract:3,timezon:[3,6],titl:[2,3,6],title_align:3,title_s:3,tls_version:3,tlsversion:3,to_dat:3,to_dict:0,to_str:0,to_t:[2,3],token:0,token_uri:3,too:[2,5],too_many_http_request:3,too_many_redirect:3,tool:3,tool_vers:3,top:3,toplist:3,toplist_widget_definit:[0,1],toplist_widget_definition_typ:[0,1],toplist_widget_request:[0,1],toplistwidgetdefinit:3,toplistwidgetdefinitiontyp:3,toplistwidgetrequest:3,total:[0,2,3,5,6],total_act:3,total_count:[3,6],total_filtered_count:[3,6],total_match:3,total_number_of_record:3,total_return:3,total_scanned_byt:3,total_traces_count:3,total_up:3,total_usage_sum:3,trace:[2,3],trace_analytics_alert:3,trace_id_remapp:3,trace_search_indexed_events_count_agg_sum:3,trace_search_indexed_events_count_sum:3,trace_servic:3,trade:5,transit:2,transmiss:0,transport:7,tree_map_color_bi:[0,1],tree_map_group_bi:[0,1],tree_map_size_bi:[0,1],tree_map_widget_definit:[0,1],tree_map_widget_definition_typ:[0,1],tree_map_widget_request:[0,1],treemap:3,treemapcolorbi:3,treemapgroupbi:3,treemapsizebi:3,treemapwidgetdefinit:3,treemapwidgetdefinitiontyp:3,treemapwidgetrequest:3,trigger:[2,3],trigger_ci_test:2,trigger_test:2,trigger_window:3,triggered_ascend:3,triggered_check_id:3,triggered_descend:3,troubleshoot:0,truncat:[2,5],tunnel:3,tupe:0,tupl:[0,2,5],twelve_hour:6,two:[0,2],two_column:3,two_dai:6,two_hour:6,two_week:6,twol_ingested_events_bytes_agg_sum:3,twol_ingested_events_bytes_sum:3,type:[0,2,3,5,6,7],type_error_messag:0,type_id:3,type_modifi:2,type_text:3,typeerror:0,typetext:3,udp:3,ui:2,unaggreg:2,unauthor:5,unauthorizedexcept:0,unavail:5,unavailable_brows:3,unchang:2,uncompress:[2,5],undeclar:0,undergo:7,unescaped_characters_in_request_path:3,unexpect:5,union:[0,3,6],uniqu:2,unit:[2,3],unix:[2,5],unknown:[0,3,6],unless:2,unmut:2,unmute_host:2,unparsedobject:0,unspecifi:2,unstable_oper:7,unsupported_auth_schema:3,until:2,until_d:3,until_occurr:3,untrigg:3,unus:0,unverifi:5,up:[2,3],updat:[0,2,3,5,6],update_api_kei:[2,5],update_api_test:2,update_application_kei:[2,5],update_auth_n_map:5,update_author_id:6,update_aws_account:2,update_azure_host_filt:2,update_azure_integr:2,update_browser_test:2,update_cloud_workload_security_agent_rul:5,update_current_user_application_kei:5,update_dashboard:2,update_dashboard_list:2,update_dashboard_list_item:5,update_downtim:2,update_gcp_integr:2,update_host_tag:2,update_incid:5,update_incident_servic:5,update_incident_team:5,update_logs_arch:5,update_logs_archive_ord:5,update_logs_index:2,update_logs_index_ord:2,update_logs_metr:5,update_logs_pipelin:2,update_logs_pipeline_ord:2,update_metric_metadata:2,update_monitor:2,update_notebook:2,update_org:2,update_pager_duty_integration_servic:2,update_params_for_auth:0,update_private_loc:2,update_rol:5,update_security_filt:5,update_security_monitoring_rul:5,update_service_account_application_kei:5,update_slack_integration_channel:2,update_slo:2,update_slo_correct:2,update_tag_configur:5,update_test_pause_statu:2,update_us:[2,5],update_webhooks_integr:2,update_webhooks_integration_custom_vari:2,updateauthorid:6,updated_at:[3,6],updatedat:[3,6],updater_id:3,upgrad:0,upload:[2,5],upload_fil:3,upload_files_dialog:3,upload_files_dynamic_el:3,upload_files_element_typ:3,upload_files_nam:3,upload_id_p_for_org:2,uploadfil:3,upon:2,uptim:3,url:[0,2,3,6],url_dark_them:3,url_pars:3,urlencod:0,urllib3:[0,2,5],us1:2,us3:2,us5:2,us:[0,2,5,7],usag:[2,3],usage_analyzed_logs_hour:[0,1],usage_analyzed_logs_respons:[0,1],usage_attribution_aggreg:[0,1],usage_attribution_aggregates_bodi:[0,1],usage_attribution_bodi:[0,1],usage_attribution_metadata:[0,1],usage_attribution_pagin:[0,1],usage_attribution_respons:[0,1],usage_attribution_sort:[0,1],usage_attribution_supported_metr:[0,1],usage_attribution_tag_nam:[0,1],usage_attribution_valu:[0,1],usage_audit_logs_hour:[0,1],usage_audit_logs_respons:[0,1],usage_billable_summary_bodi:[0,1],usage_billable_summary_hour:[0,1],usage_billable_summary_kei:[0,1],usage_billable_summary_respons:[0,1],usage_by_month:3,usage_ci_visibility_hour:[0,1],usage_ci_visibility_respons:[0,1],usage_cloud_security_posture_management_hour:[0,1],usage_cloud_security_posture_management_respons:[0,1],usage_custom_reports_attribut:[0,1],usage_custom_reports_data:[0,1],usage_custom_reports_meta:[0,1],usage_custom_reports_pag:[0,1],usage_custom_reports_respons:[0,1],usage_cws_hour:[0,1],usage_cws_respons:[0,1],usage_dbm_hour:[0,1],usage_dbm_respons:[0,1],usage_fargate_hour:[0,1],usage_fargate_respons:[0,1],usage_host_hour:[0,1],usage_hosts_respons:[0,1],usage_incident_management_hour:[0,1],usage_incident_management_respons:[0,1],usage_indexed_spans_hour:[0,1],usage_indexed_spans_respons:[0,1],usage_ingested_spans_hour:[0,1],usage_ingested_spans_respons:[0,1],usage_io_t_hour:[0,1],usage_io_t_respons:[0,1],usage_lambda_hour:[0,1],usage_lambda_respons:[0,1],usage_logs_by_index_hour:[0,1],usage_logs_by_index_respons:[0,1],usage_logs_by_retention_hour:[0,1],usage_logs_by_retention_respons:[0,1],usage_logs_hour:[0,1],usage_logs_respons:[0,1],usage_metering_api:[0,1],usage_metric_categori:[0,1],usage_network_flows_hour:[0,1],usage_network_flows_respons:[0,1],usage_network_hosts_hour:[0,1],usage_network_hosts_respons:[0,1],usage_online_archive_hour:[0,1],usage_online_archive_respons:[0,1],usage_profiling_hour:[0,1],usage_profiling_respons:[0,1],usage_reports_typ:[0,1],usage_rum_sessions_hour:[0,1],usage_rum_sessions_respons:[0,1],usage_rum_units_hour:[0,1],usage_rum_units_respons:[0,1],usage_sds_hour:[0,1],usage_sds_respons:[0,1],usage_snmp_hour:[0,1],usage_snmp_respons:[0,1],usage_sort:[0,1],usage_sort_direct:[0,1],usage_specified_custom_reports_attribut:[0,1],usage_specified_custom_reports_data:[0,1],usage_specified_custom_reports_meta:[0,1],usage_specified_custom_reports_pag:[0,1],usage_specified_custom_reports_respons:[0,1],usage_summary_d:[0,1],usage_summary_date_org:[0,1],usage_summary_respons:[0,1],usage_synthetics_api_hour:[0,1],usage_synthetics_api_respons:[0,1],usage_synthetics_browser_hour:[0,1],usage_synthetics_browser_respons:[0,1],usage_synthetics_hour:[0,1],usage_synthetics_respons:[0,1],usage_timeseries_hour:[0,1],usage_timeseries_respons:[0,1],usage_top_avg_metrics_hour:[0,1],usage_top_avg_metrics_metadata:[0,1],usage_top_avg_metrics_respons:[0,1],usage_typ:[2,3],usage_unit:3,usageanalyzedlogshour:3,usageanalyzedlogsrespons:[2,3],usageattributionaggreg:3,usageattributionaggregatesbodi:3,usageattributionbodi:3,usageattributionmetadata:3,usageattributionpagin:3,usageattributionrespons:[2,3],usageattributionsort:[2,3],usageattributionsupportedmetr:[2,3],usageattributiontagnam:3,usageattributionvalu:3,usageauditlogshour:3,usageauditlogsrespons:[2,3],usagebillablesummarybodi:3,usagebillablesummaryhour:3,usagebillablesummarykei:3,usagebillablesummaryrespons:[2,3],usagecivisibilityhour:3,usagecivisibilityrespons:[2,3],usagecloudsecurityposturemanagementhour:3,usagecloudsecurityposturemanagementrespons:[2,3],usagecustomreportsattribut:3,usagecustomreportsdata:3,usagecustomreportsmeta:3,usagecustomreportspag:3,usagecustomreportsrespons:[2,3],usagecwshour:3,usagecwsrespons:[2,3],usagedbmhour:3,usagedbmrespons:[2,3],usagefargatehour:3,usagefargaterespons:[2,3],usagehosthour:3,usagehostsrespons:[2,3],usageincidentmanagementhour:3,usageincidentmanagementrespons:[2,3],usageindexedspanshour:3,usageindexedspansrespons:[2,3],usageingestedspanshour:3,usageingestedspansrespons:[2,3],usageiothour:3,usageiotrespons:[2,3],usagelambdahour:3,usagelambdarespons:[2,3],usagelogsbyindexhour:3,usagelogsbyindexrespons:[2,3],usagelogsbyretentionhour:3,usagelogsbyretentionrespons:[2,3],usagelogshour:3,usagelogsrespons:[2,3],usagemeteringapi:2,usagemetriccategori:3,usagenetworkflowshour:3,usagenetworkflowsrespons:[2,3],usagenetworkhostshour:3,usagenetworkhostsrespons:[2,3],usageonlinearchivehour:3,usageonlinearchiverespons:[2,3],usageprofilinghour:3,usageprofilingrespons:[2,3],usagereportstyp:3,usagerumsessionshour:3,usagerumsessionsrespons:[2,3],usagerumunitshour:3,usagerumunitsrespons:[2,3],usagesdshour:3,usagesdsrespons:[2,3],usagesnmphour:3,usagesnmprespons:[2,3],usagesort:[2,3],usagesortdirect:[2,3],usagespecifiedcustomreportsattribut:3,usagespecifiedcustomreportsdata:3,usagespecifiedcustomreportsmeta:3,usagespecifiedcustomreportspag:3,usagespecifiedcustomreportsrespons:[2,3],usagesummaryd:3,usagesummarydateorg:3,usagesummaryrespons:[2,3],usagesyntheticsapihour:3,usagesyntheticsapirespons:[2,3],usagesyntheticsbrowserhour:3,usagesyntheticsbrowserrespons:[2,3],usagesyntheticshour:3,usagesyntheticsrespons:[2,3],usagetimeserieshour:3,usagetimeseriesrespons:[2,3],usagetopavgmetricshour:3,usagetopavgmetricsmetadata:3,usagetopavgmetricsrespons:[2,3],user:[0,1,2,4,5],user_ag:0,user_agent_pars:3,user_attribut:[0,4],user_count:[5,6],user_count_ascend:6,user_count_descend:6,user_create_attribut:[0,4],user_create_data:[0,4],user_create_request:[0,4],user_disable_respons:[0,1],user_handl:2,user_id:5,user_invit:6,user_invitation_data:[0,4],user_invitation_data_attribut:[0,4],user_invitation_relationship:[0,4],user_invitation_respons:[0,4],user_invitation_response_data:[0,4],user_invitation_uuid:5,user_invitations_request:[0,4],user_invitations_respons:[0,4],user_invitations_typ:[0,4],user_list_respons:[0,1],user_loc:3,user_relationship:[0,4],user_respons:[0,1,4],user_response_included_item:[0,4],user_response_relationship:[0,4],user_upd:3,user_update_attribut:[0,4],user_update_data:[0,4],user_update_request:[0,4],userattribut:6,usercreateattribut:6,usercreatedata:6,usercreaterequest:6,userdisablerespons:[2,3],userinvitationdata:6,userinvitationdataattribut:6,userinvitationrelationship:6,userinvitationrespons:[5,6],userinvitationresponsedata:6,userinvitationsrequest:6,userinvitationsrespons:[5,6],userinvitationstyp:6,userlistrespons:[2,3],usernam:[0,1,2,3,4],userrelationship:6,userrespons:[2,3,5,6],userresponseincludeditem:6,userresponserelationship:6,users_api:[0,1,4],users_respons:[0,4],users_typ:[0,4],usersapi:[2,5],usersrespons:[5,6],userstyp:6,userupdateattribut:6,userupdatedata:6,userupdaterequest:6,utc:2,uuid:[5,6],v1:[0,7],v2:[0,2,3,7],valid:[0,2,3,5,6],valid_class:0,valid_from:3,valid_to:3,validate_and_convert_typ:0,validate_get_composed_info:0,validate_monitor:2,validates_json_path:3,validatesjsonpath:3,validfrom:3,validto:3,valu:[0,2,3,5,6],valueerror:0,var_nam:0,var_name_to_model_inst:0,var_valu:0,variabl:[0,2,3],variable_id:2,ve:2,verifi:[3,6],version:[0,3,6],vertic:3,vertical_align:3,via:2,view:[3,5],view_mod:3,view_typ:3,visibl:2,visit:0,vitals_metr:3,vitalsmetr:3,viz_typ:3,volum:5,vsphere_host_count:3,vsphere_host_top99p:3,vsphere_host_top99p_sum:3,wa:0,wait:[2,3,7],want:[0,2,5,7],warn:[2,3,6],warning_displai:3,warning_recoveri:3,watchdog:2,we:[0,2,5],web:[2,3,5],webhook:[2,3],webhook_nam:2,webhooks_integr:[0,1],webhooks_integration_api:[0,1],webhooks_integration_custom_vari:[0,1],webhooks_integration_custom_variable_respons:[0,1],webhooks_integration_custom_variable_update_request:[0,1],webhooks_integration_encod:[0,1],webhooks_integration_update_request:[0,1],webhooksintegr:[2,3],webhooksintegrationapi:2,webhooksintegrationcustomvari:[2,3],webhooksintegrationcustomvariablerespons:[2,3],webhooksintegrationcustomvariableupdaterequest:[2,3],webhooksintegrationencod:3,webhooksintegrationupdaterequest:[2,3],websocket:3,week_befor:3,week_dai:3,week_to_d:3,well:2,were:0,what:[0,2],when:[0,2,5,7],where:[0,2,7],whether:0,which:[0,2,5],white_on_grai:3,white_on_green:3,white_on_r:3,white_on_yellow:3,whole:[2,5],whose:0,widget:[0,1,2],widget_aggreg:[0,1],widget_axi:[0,1],widget_change_typ:[0,1],widget_color_prefer:[0,1],widget_compar:[0,1],widget_compare_to:[0,1],widget_conditional_format:[0,1],widget_custom_link:[0,1],widget_definit:[0,1],widget_display_typ:[0,1],widget_ev:[0,1],widget_event_s:[0,1],widget_field_sort:[0,1],widget_formula:[0,1],widget_formula_limit:[0,1],widget_group:[0,1],widget_horizontal_align:[0,1],widget_image_s:[0,1],widget_layout:[0,1],widget_layout_typ:[0,1],widget_line_typ:[0,1],widget_line_width:[0,1],widget_live_span:[0,1],widget_margin:[0,1],widget_mark:[0,1],widget_message_displai:[0,1],widget_monitor_summary_display_format:[0,1],widget_monitor_summary_sort:[0,1],widget_node_typ:[0,1],widget_order_bi:[0,1],widget_palett:[0,1],widget_request_styl:[0,1],widget_service_summary_display_format:[0,1],widget_size_format:[0,1],widget_sort:[0,1],widget_styl:[0,1],widget_summary_typ:[0,1],widget_text_align:[0,1],widget_tick_edg:[0,1],widget_tim:[0,1],widget_time_window:[0,1],widget_vertical_align:[0,1],widget_view_mod:[0,1],widget_viz_typ:[0,1],widgetaggreg:3,widgetaxi:3,widgetchangetyp:3,widgetcolorprefer:3,widgetcompar:3,widgetcompareto:3,widgetconditionalformat:3,widgetcustomlink:3,widgetdefinit:3,widgetdisplaytyp:3,widgetev:3,widgetevents:3,widgetfieldsort:3,widgetformula:3,widgetformulalimit:3,widgetgroup:3,widgethorizontalalign:3,widgetimages:3,widgetlayout:3,widgetlayouttyp:3,widgetlinetyp:3,widgetlinewidth:3,widgetlivespan:3,widgetmargin:3,widgetmark:3,widgetmessagedisplai:3,widgetmonitorsummarydisplayformat:3,widgetmonitorsummarysort:3,widgetnodetyp:3,widgetorderbi:3,widgetpalett:3,widgetrequeststyl:3,widgetservicesummarydisplayformat:3,widgetsizeformat:3,widgetsort:3,widgetstyl:3,widgetsummarytyp:3,widgettextalign:3,widgettickedg:3,widgettim:3,widgettimewindow:3,widgetverticalalign:3,widgetviewmod:3,widgetviztyp:3,width:3,wildcard:[2,5],win_v:3,window:[2,5],window_second:5,winv:3,wish:2,with_configured_alert_id:2,with_downtim:2,within:2,without:[0,2,5],won:2,work:[2,6],working_auth_legaci:6,workload:[2,5],workload_secur:6,workstat:3,write:0,wrong:0,www:0,x:[0,2,3],x_path:3,xaxi:3,xl:3,xml:2,xs:3,y:3,yaxi:3,yellow_on_whit:3,you:[2,5,7],your:[2,5,7],your_api_kei:7,your_application_kei:7,yyyi:2,zero:[0,2],zero_dai:6,zero_minut:6,zoom:3},titles:["datadog_api_client","datadog_api_client.v1","datadog_api_client.v1.api","datadog_api_client.v1.model","datadog_api_client.v2","datadog_api_client.v2.api","datadog_api_client.v2.model","datadog-api-client-python"],titleterms:{access_rol:3,agent_check:3,alert_graph_widget_definit:3,alert_graph_widget_definition_typ:3,alert_value_widget_definit:3,alert_value_widget_definition_typ:3,api:[2,5,7],api_cli:0,api_error_respons:[3,6],api_kei:3,api_key_create_attribut:6,api_key_create_data:6,api_key_create_request:6,api_key_list_respons:3,api_key_relationship:6,api_key_respons:[3,6],api_key_response_included_item:6,api_key_update_attribut:6,api_key_update_data:6,api_key_update_request:6,api_keys_respons:6,api_keys_sort:6,api_keys_typ:6,apm_stats_query_column_typ:3,apm_stats_query_definit:3,apm_stats_query_row_typ:3,application_kei:3,application_key_create_attribut:6,application_key_create_data:6,application_key_create_request:6,application_key_list_respons:3,application_key_relationship:6,application_key_respons:[3,6],application_key_response_included_item:6,application_key_update_attribut:6,application_key_update_data:6,application_key_update_request:6,application_keys_sort:6,application_keys_typ:6,asyncio:7,audit_api:5,audit_logs_ev:6,audit_logs_event_attribut:6,audit_logs_event_typ:6,audit_logs_events_respons:6,audit_logs_query_filt:6,audit_logs_query_opt:6,audit_logs_query_page_opt:6,audit_logs_response_link:6,audit_logs_response_metadata:6,audit_logs_response_pag:6,audit_logs_response_statu:6,audit_logs_search_events_request:6,audit_logs_sort:6,audit_logs_warn:6,auth_n_map:6,auth_n_mapping_attribut:6,auth_n_mapping_create_attribut:6,auth_n_mapping_create_data:6,auth_n_mapping_create_relationship:6,auth_n_mapping_create_request:6,auth_n_mapping_includ:6,auth_n_mapping_relationship:6,auth_n_mapping_respons:6,auth_n_mapping_update_attribut:6,auth_n_mapping_update_data:6,auth_n_mapping_update_relationship:6,auth_n_mapping_update_request:6,auth_n_mappings_api:5,auth_n_mappings_respons:6,auth_n_mappings_sort:6,auth_n_mappings_typ:6,authentication_api:2,authentication_validation_respons:3,author:7,aws_account:3,aws_account_and_lambda_request:3,aws_account_create_respons:3,aws_account_delete_request:3,aws_account_list_respons:3,aws_integration_api:2,aws_logs_async_error:3,aws_logs_async_respons:3,aws_logs_integration_api:2,aws_logs_lambda:3,aws_logs_list_respons:3,aws_logs_list_services_respons:3,aws_logs_services_request:3,aws_namespac:3,aws_tag_filt:3,aws_tag_filter_create_request:3,aws_tag_filter_delete_request:3,aws_tag_filter_list_respons:3,azure_account:3,azure_account_list_respons:3,azure_integration_api:2,cancel_downtimes_by_scope_request:3,canceled_downtimes_id:3,chang:7,change_widget_definit:3,change_widget_definition_typ:3,change_widget_request:3,check_can_delete_monitor_respons:3,check_can_delete_monitor_response_data:3,check_can_delete_slo_respons:3,check_can_delete_slo_response_data:3,check_status_widget_definit:3,check_status_widget_definition_typ:3,client:7,cloud_workload_security_agent_rule_attribut:6,cloud_workload_security_agent_rule_create_attribut:6,cloud_workload_security_agent_rule_create_data:6,cloud_workload_security_agent_rule_create_request:6,cloud_workload_security_agent_rule_creator_attribut:6,cloud_workload_security_agent_rule_data:6,cloud_workload_security_agent_rule_respons:6,cloud_workload_security_agent_rule_typ:6,cloud_workload_security_agent_rule_update_attribut:6,cloud_workload_security_agent_rule_update_data:6,cloud_workload_security_agent_rule_update_request:6,cloud_workload_security_agent_rule_updater_attribut:6,cloud_workload_security_agent_rules_list_respons:6,cloud_workload_security_api:5,compress:7,configur:[0,1,4],content:7,content_encod:[3,6],creator:[3,6],dashboard:3,dashboard_bulk_action_data:3,dashboard_bulk_action_data_list:3,dashboard_bulk_delete_request:3,dashboard_delete_respons:3,dashboard_layout_typ:3,dashboard_list:3,dashboard_list_add_items_request:6,dashboard_list_add_items_respons:6,dashboard_list_delete_items_request:6,dashboard_list_delete_items_respons:6,dashboard_list_delete_respons:3,dashboard_list_item:6,dashboard_list_item_request:6,dashboard_list_item_respons:6,dashboard_list_list_respons:3,dashboard_list_update_items_request:6,dashboard_list_update_items_respons:6,dashboard_lists_api:[2,5],dashboard_reflow_typ:3,dashboard_resource_typ:3,dashboard_restore_request:3,dashboard_summari:3,dashboard_summary_definit:3,dashboard_template_vari:3,dashboard_template_variable_preset:3,dashboard_template_variable_preset_valu:3,dashboard_typ:6,dashboards_api:2,datadog:7,datadog_api_cli:[0,1,2,3,4,5,6],deleted_monitor:3,disabl:7,distribution_widget_definit:3,distribution_widget_definition_typ:3,distribution_widget_request:3,distribution_widget_x_axi:3,distribution_widget_y_axi:3,document:7,downtim:3,downtime_child:3,downtime_recurr:3,downtimes_api:2,enabl:7,endpoint:7,event:3,event_alert_typ:3,event_create_request:3,event_create_respons:3,event_list_respons:3,event_prior:3,event_query_definit:3,event_respons:3,event_stream_widget_definit:3,event_stream_widget_definition_typ:3,event_timeline_widget_definit:3,event_timeline_widget_definition_typ:3,events_api:2,except:0,formula_and_function_apm_dependency_stat_nam:3,formula_and_function_apm_dependency_stats_data_sourc:3,formula_and_function_apm_dependency_stats_query_definit:3,formula_and_function_apm_resource_stat_nam:3,formula_and_function_apm_resource_stats_data_sourc:3,formula_and_function_apm_resource_stats_query_definit:3,formula_and_function_event_aggreg:3,formula_and_function_event_query_definit:3,formula_and_function_event_query_definition_comput:3,formula_and_function_event_query_definition_search:3,formula_and_function_event_query_group_bi:3,formula_and_function_event_query_group_by_sort:3,formula_and_function_events_data_sourc:3,formula_and_function_metric_aggreg:3,formula_and_function_metric_data_sourc:3,formula_and_function_metric_query_definit:3,formula_and_function_process_query_data_sourc:3,formula_and_function_process_query_definit:3,formula_and_function_query_definit:3,formula_and_function_response_format:3,free_text_widget_definit:3,free_text_widget_definition_typ:3,full_api_kei:6,full_api_key_attribut:6,full_application_kei:6,full_application_key_attribut:6,funnel_queri:3,funnel_request_typ:3,funnel_sourc:3,funnel_step:3,funnel_widget_definit:3,funnel_widget_definition_typ:3,funnel_widget_request:3,gcp_account:3,gcp_account_list_respons:3,gcp_integration_api:2,geomap_widget_definit:3,geomap_widget_definition_styl:3,geomap_widget_definition_typ:3,geomap_widget_definition_view:3,geomap_widget_request:3,get:7,graph_snapshot:3,group_widget_definit:3,group_widget_definition_typ:3,heat_map_widget_definit:3,heat_map_widget_definition_typ:3,heat_map_widget_request:3,host:3,host_list_respons:3,host_map_request:3,host_map_widget_definit:3,host_map_widget_definition_request:3,host_map_widget_definition_styl:3,host_map_widget_definition_typ:3,host_meta:3,host_meta_install_method:3,host_metr:3,host_mute_respons:3,host_mute_set:3,host_tag:3,host_tot:3,hosts_api:2,hourly_usage_attribution_bodi:3,hourly_usage_attribution_metadata:3,hourly_usage_attribution_pagin:3,hourly_usage_attribution_respons:3,hourly_usage_attribution_usage_typ:3,http_log:[3,6],http_log_error:[3,6],http_log_item:[3,6],http_method:3,i_frame_widget_definit:3,i_frame_widget_definition_typ:3,idp_form_data:3,idp_respons:3,image_widget_definit:3,image_widget_definition_typ:3,incident_create_attribut:6,incident_create_data:6,incident_create_relationship:6,incident_create_request:6,incident_field_attribut:6,incident_field_attributes_multiple_valu:6,incident_field_attributes_single_valu:6,incident_field_attributes_single_value_typ:6,incident_field_attributes_value_typ:6,incident_integration_metadata_typ:6,incident_notification_handl:6,incident_postmortem_typ:6,incident_related_object:6,incident_respons:6,incident_response_attribut:6,incident_response_data:6,incident_response_included_item:6,incident_response_meta:6,incident_response_meta_pagin:6,incident_response_relationship:6,incident_service_create_attribut:6,incident_service_create_data:6,incident_service_create_request:6,incident_service_included_item:6,incident_service_relationship:6,incident_service_respons:6,incident_service_response_attribut:6,incident_service_response_data:6,incident_service_typ:6,incident_service_update_attribut:6,incident_service_update_data:6,incident_service_update_request:6,incident_services_api:5,incident_services_respons:6,incident_team_create_attribut:6,incident_team_create_data:6,incident_team_create_request:6,incident_team_included_item:6,incident_team_relationship:6,incident_team_respons:6,incident_team_response_attribut:6,incident_team_response_data:6,incident_team_typ:6,incident_team_update_attribut:6,incident_team_update_data:6,incident_team_update_request:6,incident_teams_api:5,incident_teams_respons:6,incident_timeline_cell_create_attribut:6,incident_timeline_cell_markdown_content_typ:6,incident_timeline_cell_markdown_create_attribut:6,incident_timeline_cell_markdown_create_attributes_cont:6,incident_typ:6,incident_update_attribut:6,incident_update_data:6,incident_update_relationship:6,incident_update_request:6,incidents_api:5,incidents_respons:6,indic:7,instal:7,intake_payload_accept:3,ip_prefixes_ag:3,ip_prefixes_api:3,ip_prefixes_apm:3,ip_prefixes_log:3,ip_prefixes_process:3,ip_prefixes_synthet:3,ip_prefixes_webhook:3,ip_rang:3,ip_ranges_api:2,key_management_api:[2,5],list_application_keys_respons:6,list_stream_column:3,list_stream_column_width:3,list_stream_queri:3,list_stream_response_format:3,list_stream_sourc:3,list_stream_widget_definit:3,list_stream_widget_definition_typ:3,list_stream_widget_request:3,log:[3,6,7],log_attribut:6,log_cont:3,log_query_definit:3,log_query_definition_group_bi:3,log_query_definition_group_by_sort:3,log_query_definition_search:3,log_stream_widget_definit:3,log_stream_widget_definition_typ:3,log_typ:6,logs_aggregate_bucket:6,logs_aggregate_bucket_valu:6,logs_aggregate_bucket_value_timeseri:6,logs_aggregate_bucket_value_timeseries_point:6,logs_aggregate_request:6,logs_aggregate_request_pag:6,logs_aggregate_respons:6,logs_aggregate_response_data:6,logs_aggregate_response_statu:6,logs_aggregate_sort:6,logs_aggregate_sort_typ:6,logs_aggregation_funct:6,logs_api:[2,5],logs_api_error:3,logs_api_error_respons:3,logs_arch:6,logs_archive_attribut:6,logs_archive_create_request:6,logs_archive_create_request_attribut:6,logs_archive_create_request_definit:6,logs_archive_create_request_destin:6,logs_archive_definit:6,logs_archive_destin:6,logs_archive_destination_azur:6,logs_archive_destination_azure_typ:6,logs_archive_destination_gc:6,logs_archive_destination_gcs_typ:6,logs_archive_destination_s3:6,logs_archive_destination_s3_typ:6,logs_archive_integration_azur:6,logs_archive_integration_gc:6,logs_archive_integration_s3:6,logs_archive_ord:6,logs_archive_order_attribut:6,logs_archive_order_definit:6,logs_archive_order_definition_typ:6,logs_archive_st:6,logs_archives_api:5,logs_arithmetic_processor:3,logs_arithmetic_processor_typ:3,logs_attribute_remapp:3,logs_attribute_remapper_typ:3,logs_by_retent:3,logs_by_retention_monthly_usag:3,logs_by_retention_org:3,logs_by_retention_org_usag:3,logs_category_processor:3,logs_category_processor_categori:3,logs_category_processor_typ:3,logs_comput:6,logs_compute_typ:6,logs_date_remapp:3,logs_date_remapper_typ:3,logs_exclus:3,logs_exclusion_filt:3,logs_filt:3,logs_geo_ip_pars:3,logs_geo_ip_parser_typ:3,logs_grok_pars:3,logs_grok_parser_rul:3,logs_grok_parser_typ:3,logs_group_bi:6,logs_group_by_histogram:6,logs_group_by_miss:6,logs_group_by_tot:6,logs_index:3,logs_index_list_respons:3,logs_index_update_request:3,logs_indexes_api:2,logs_indexes_ord:3,logs_list_request:[3,6],logs_list_request_pag:6,logs_list_request_tim:3,logs_list_respons:[3,6],logs_list_response_link:6,logs_lookup_processor:3,logs_lookup_processor_typ:3,logs_message_remapp:3,logs_message_remapper_typ:3,logs_metric_comput:6,logs_metric_compute_aggregation_typ:6,logs_metric_create_attribut:6,logs_metric_create_data:6,logs_metric_create_request:6,logs_metric_filt:6,logs_metric_group_bi:6,logs_metric_respons:6,logs_metric_response_attribut:6,logs_metric_response_comput:6,logs_metric_response_compute_aggregation_typ:6,logs_metric_response_data:6,logs_metric_response_filt:6,logs_metric_response_group_bi:6,logs_metric_typ:6,logs_metric_update_attribut:6,logs_metric_update_data:6,logs_metric_update_request:6,logs_metrics_api:5,logs_metrics_respons:6,logs_pipelin:3,logs_pipeline_list:3,logs_pipeline_processor:3,logs_pipeline_processor_typ:3,logs_pipelines_api:2,logs_pipelines_ord:3,logs_processor:3,logs_query_comput:3,logs_query_filt:6,logs_query_opt:6,logs_response_metadata:6,logs_response_metadata_pag:6,logs_retention_agg_sum_usag:3,logs_retention_sum_usag:3,logs_service_remapp:3,logs_service_remapper_typ:3,logs_sort:[3,6],logs_sort_ord:6,logs_status_remapp:3,logs_status_remapper_typ:3,logs_string_builder_processor:3,logs_string_builder_processor_typ:3,logs_trace_remapp:3,logs_trace_remapper_typ:3,logs_url_pars:3,logs_url_parser_typ:3,logs_user_agent_pars:3,logs_user_agent_parser_typ:3,logs_warn:6,metric:6,metric_all_tag:6,metric_all_tags_attribut:6,metric_all_tags_respons:6,metric_bulk_configure_tags_typ:6,metric_bulk_tag_config_cr:6,metric_bulk_tag_config_create_attribut:6,metric_bulk_tag_config_create_request:6,metric_bulk_tag_config_delet:6,metric_bulk_tag_config_delete_attribut:6,metric_bulk_tag_config_delete_request:6,metric_bulk_tag_config_email_list:6,metric_bulk_tag_config_respons:6,metric_bulk_tag_config_statu:6,metric_bulk_tag_config_status_attribut:6,metric_bulk_tag_config_tag_name_list:6,metric_content_encod:3,metric_custom_aggreg:6,metric_custom_space_aggreg:6,metric_custom_time_aggreg:6,metric_distinct_volum:6,metric_distinct_volume_attribut:6,metric_distinct_volume_typ:6,metric_ingested_indexed_volum:6,metric_ingested_indexed_volume_attribut:6,metric_ingested_indexed_volume_typ:6,metric_metadata:3,metric_search_respons:3,metric_search_response_result:3,metric_tag_configur:6,metric_tag_configuration_attribut:6,metric_tag_configuration_create_attribut:6,metric_tag_configuration_create_data:6,metric_tag_configuration_create_request:6,metric_tag_configuration_metric_typ:6,metric_tag_configuration_respons:6,metric_tag_configuration_typ:6,metric_tag_configuration_update_attribut:6,metric_tag_configuration_update_data:6,metric_tag_configuration_update_request:6,metric_typ:6,metric_volum:6,metric_volumes_respons:6,metrics_and_metric_tag_configur:6,metrics_and_metric_tag_configurations_respons:6,metrics_api:[2,5],metrics_list_respons:3,metrics_payload:3,metrics_query_metadata:3,metrics_query_respons:3,metrics_query_unit:3,model:[3,6,7],model_util:0,monitor:3,monitor_device_id:3,monitor_formula_and_function_event_aggreg:3,monitor_formula_and_function_event_query_definit:3,monitor_formula_and_function_event_query_definition_comput:3,monitor_formula_and_function_event_query_definition_search:3,monitor_formula_and_function_event_query_group_bi:3,monitor_formula_and_function_event_query_group_by_sort:3,monitor_formula_and_function_events_data_sourc:3,monitor_formula_and_function_query_definit:3,monitor_group_search_respons:3,monitor_group_search_response_count:3,monitor_group_search_result:3,monitor_opt:3,monitor_options_aggreg:3,monitor_overall_st:3,monitor_renotify_status_typ:3,monitor_search_count:3,monitor_search_respons:3,monitor_search_response_count:3,monitor_search_response_metadata:3,monitor_search_result:3,monitor_search_result_notif:3,monitor_st:3,monitor_state_group:3,monitor_summary_widget_definit:3,monitor_summary_widget_definition_typ:3,monitor_threshold:3,monitor_threshold_window_opt:3,monitor_typ:3,monitor_update_request:3,monitors_api:2,monthly_usage_attribution_bodi:3,monthly_usage_attribution_metadata:3,monthly_usage_attribution_pagin:3,monthly_usage_attribution_respons:3,monthly_usage_attribution_supported_metr:3,monthly_usage_attribution_valu:3,note_widget_definit:3,note_widget_definition_typ:3,notebook_absolute_tim:3,notebook_author:3,notebook_cell_create_request:3,notebook_cell_create_request_attribut:3,notebook_cell_resource_typ:3,notebook_cell_respons:3,notebook_cell_response_attribut:3,notebook_cell_tim:3,notebook_cell_update_request:3,notebook_cell_update_request_attribut:3,notebook_create_data:3,notebook_create_data_attribut:3,notebook_create_request:3,notebook_distribution_cell_attribut:3,notebook_global_tim:3,notebook_graph_s:3,notebook_heat_map_cell_attribut:3,notebook_log_stream_cell_attribut:3,notebook_markdown_cell_attribut:3,notebook_markdown_cell_definit:3,notebook_markdown_cell_definition_typ:3,notebook_metadata:3,notebook_metadata_typ:3,notebook_relative_tim:3,notebook_resource_typ:3,notebook_respons:3,notebook_response_data:3,notebook_response_data_attribut:3,notebook_split_bi:3,notebook_statu:3,notebook_timeseries_cell_attribut:3,notebook_toplist_cell_attribut:3,notebook_update_cel:3,notebook_update_data:3,notebook_update_data_attribut:3,notebook_update_request:3,notebooks_api:2,notebooks_respons:3,notebooks_response_data:3,notebooks_response_data_attribut:3,notebooks_response_meta:3,notebooks_response_pag:3,nullable_relationship_to_us:6,nullable_relationship_to_user_data:6,organ:[3,6],organization_attribut:6,organization_bil:3,organization_create_bodi:3,organization_create_respons:3,organization_list_respons:3,organization_respons:3,organization_set:3,organization_settings_saml:3,organization_settings_saml_autocreate_users_domain:3,organization_settings_saml_idp_initiated_login:3,organization_settings_saml_strict_mod:3,organization_subscript:3,organizations_api:2,organizations_typ:6,pager_duty_integration_api:2,pager_duty_servic:3,pager_duty_service_kei:3,pager_duty_service_nam:3,pagin:[3,6],partial_api_kei:6,partial_api_key_attribut:6,partial_application_kei:6,partial_application_key_attribut:6,partial_application_key_respons:6,payload:7,permiss:6,permission_attribut:6,permissions_respons:6,permissions_typ:6,point:3,process_query_definit:3,process_summari:6,process_summaries_meta:6,process_summaries_meta_pag:6,process_summaries_respons:6,process_summary_attribut:6,process_summary_typ:6,processes_api:5,python:7,query_sort_ord:[3,6],query_value_widget_definit:3,query_value_widget_definition_typ:3,query_value_widget_request:3,relationship_to_incident_integration_metadata:6,relationship_to_incident_integration_metadata_data:6,relationship_to_incident_postmortem:6,relationship_to_incident_postmortem_data:6,relationship_to_organ:6,relationship_to_organization_data:6,relationship_to_permiss:6,relationship_to_permission_data:6,relationship_to_rol:6,relationship_to_role_data:6,relationship_to_saml_assertion_attribut:6,relationship_to_saml_assertion_attribute_data:6,relationship_to_us:6,relationship_to_user_data:6,request:7,requir:7,response_meta_attribut:[3,6],rest:0,role:6,role_attribut:6,role_clon:6,role_clone_attribut:6,role_clone_request:6,role_create_attribut:6,role_create_data:6,role_create_request:6,role_create_respons:6,role_create_response_data:6,role_relationship:6,role_respons:6,role_response_relationship:6,role_update_attribut:6,role_update_data:6,role_update_request:6,role_update_respons:6,role_update_response_data:6,roles_api:5,roles_respons:6,roles_sort:6,roles_typ:6,rum_api:5,rum_ev:6,rum_event_attribut:6,rum_event_typ:6,rum_events_respons:6,rum_query_filt:6,rum_query_opt:6,rum_query_page_opt:6,rum_response_link:6,rum_response_metadata:6,rum_response_pag:6,rum_response_statu:6,rum_search_events_request:6,rum_sort:6,rum_warn:6,saml_assertion_attribut:6,saml_assertion_attribute_attribut:6,saml_assertion_attributes_typ:6,scatter_plot_request:3,scatter_plot_widget_definit:3,scatter_plot_widget_definition_request:3,scatter_plot_widget_definition_typ:3,scatterplot_dimens:3,scatterplot_table_request:3,scatterplot_widget_aggreg:3,scatterplot_widget_formula:3,security_filt:6,security_filter_attribut:6,security_filter_create_attribut:6,security_filter_create_data:6,security_filter_create_request:6,security_filter_exclusion_filt:6,security_filter_exclusion_filter_respons:6,security_filter_filtered_data_typ:6,security_filter_meta:6,security_filter_respons:6,security_filter_typ:6,security_filter_update_attribut:6,security_filter_update_data:6,security_filter_update_request:6,security_filters_respons:6,security_monitoring_api:5,security_monitoring_filt:6,security_monitoring_filter_act:6,security_monitoring_list_rules_respons:6,security_monitoring_rule_cas:6,security_monitoring_rule_case_cr:6,security_monitoring_rule_create_payload:6,security_monitoring_rule_detection_method:6,security_monitoring_rule_evaluation_window:6,security_monitoring_rule_impossible_travel_opt:6,security_monitoring_rule_keep_al:6,security_monitoring_rule_max_signal_dur:6,security_monitoring_rule_new_value_opt:6,security_monitoring_rule_new_value_options_forget_aft:6,security_monitoring_rule_new_value_options_learning_dur:6,security_monitoring_rule_opt:6,security_monitoring_rule_queri:6,security_monitoring_rule_query_aggreg:6,security_monitoring_rule_query_cr:6,security_monitoring_rule_respons:6,security_monitoring_rule_sever:6,security_monitoring_rule_type_cr:6,security_monitoring_rule_type_read:6,security_monitoring_rule_update_payload:6,security_monitoring_sign:6,security_monitoring_signal_attribut:6,security_monitoring_signal_list_request:6,security_monitoring_signal_list_request_filt:6,security_monitoring_signal_list_request_pag:6,security_monitoring_signal_typ:6,security_monitoring_signals_list_respons:6,security_monitoring_signals_list_response_link:6,security_monitoring_signals_list_response_meta:6,security_monitoring_signals_list_response_meta_pag:6,security_monitoring_signals_sort:6,seri:3,server:7,service_account_create_attribut:6,service_account_create_data:6,service_account_create_request:6,service_accounts_api:5,service_check:3,service_check_statu:3,service_checks_api:2,service_level_object:3,service_level_objective_corrections_api:2,service_level_objective_queri:3,service_level_objective_request:3,service_level_objectives_api:2,service_map_widget_definit:3,service_map_widget_definition_typ:3,service_summary_widget_definit:3,service_summary_widget_definition_typ:3,slack_integration_api:2,slack_integration_channel:3,slack_integration_channel_displai:3,slo_bulk_delet:3,slo_bulk_delete_error:3,slo_bulk_delete_respons:3,slo_bulk_delete_response_data:3,slo_correct:3,slo_correction_categori:3,slo_correction_create_data:3,slo_correction_create_request:3,slo_correction_create_request_attribut:3,slo_correction_list_respons:3,slo_correction_respons:3,slo_correction_response_attribut:3,slo_correction_response_attributes_modifi:3,slo_correction_typ:3,slo_correction_update_data:3,slo_correction_update_request:3,slo_correction_update_request_attribut:3,slo_delete_respons:3,slo_error_budget_remaining_data:3,slo_error_timefram:3,slo_history_metr:3,slo_history_metrics_seri:3,slo_history_metrics_series_metadata:3,slo_history_metrics_series_metadata_unit:3,slo_history_monitor:3,slo_history_respons:3,slo_history_response_data:3,slo_history_response_error:3,slo_history_response_error_with_typ:3,slo_history_sli_data:3,slo_list_respons:3,slo_list_response_metadata:3,slo_list_response_metadata_pag:3,slo_respons:3,slo_response_data:3,slo_threshold:3,slo_timefram:3,slo_typ:3,slo_type_numer:3,slo_widget_definit:3,slo_widget_definition_typ:3,snapshots_api:2,start:7,sunburst_widget_definit:3,sunburst_widget_definition_typ:3,sunburst_widget_legend:3,sunburst_widget_legend_inline_automat:3,sunburst_widget_legend_inline_automatic_typ:3,sunburst_widget_legend_t:3,sunburst_widget_legend_table_typ:3,sunburst_widget_request:3,support:7,synthetics_api:2,synthetics_api_step:3,synthetics_api_step_subtyp:3,synthetics_api_test:3,synthetics_api_test_config:3,synthetics_api_test_failure_cod:3,synthetics_api_test_result_data:3,synthetics_api_test_result_failur:3,synthetics_api_test_result_ful:3,synthetics_api_test_result_full_check:3,synthetics_api_test_result_short:3,synthetics_api_test_result_short_result:3,synthetics_api_test_typ:3,synthetics_assert:3,synthetics_assertion_json_path_oper:3,synthetics_assertion_json_path_target:3,synthetics_assertion_json_path_target_target:3,synthetics_assertion_oper:3,synthetics_assertion_target:3,synthetics_assertion_typ:3,synthetics_basic_auth:3,synthetics_basic_auth_ntlm:3,synthetics_basic_auth_ntlm_typ:3,synthetics_basic_auth_sigv4:3,synthetics_basic_auth_sigv4_typ:3,synthetics_basic_auth_web:3,synthetics_basic_auth_web_typ:3,synthetics_batch_detail:3,synthetics_batch_details_data:3,synthetics_batch_result:3,synthetics_browser_error:3,synthetics_browser_error_typ:3,synthetics_browser_test:3,synthetics_browser_test_config:3,synthetics_browser_test_failure_cod:3,synthetics_browser_test_result_data:3,synthetics_browser_test_result_failur:3,synthetics_browser_test_result_ful:3,synthetics_browser_test_result_full_check:3,synthetics_browser_test_result_short:3,synthetics_browser_test_result_short_result:3,synthetics_browser_test_typ:3,synthetics_browser_vari:3,synthetics_browser_variable_typ:3,synthetics_check_typ:3,synthetics_ci_batch_metadata:3,synthetics_ci_batch_metadata_ci:3,synthetics_ci_batch_metadata_git:3,synthetics_ci_batch_metadata_pipelin:3,synthetics_ci_batch_metadata_provid:3,synthetics_ci_test:3,synthetics_ci_test_bodi:3,synthetics_config_vari:3,synthetics_config_variable_typ:3,synthetics_core_web_vit:3,synthetics_delete_tests_payload:3,synthetics_delete_tests_respons:3,synthetics_deleted_test:3,synthetics_devic:3,synthetics_device_id:3,synthetics_get_api_test_latest_results_respons:3,synthetics_get_browser_test_latest_results_respons:3,synthetics_global_vari:3,synthetics_global_variable_attribut:3,synthetics_global_variable_parse_test_opt:3,synthetics_global_variable_parse_test_options_typ:3,synthetics_global_variable_parser_typ:3,synthetics_global_variable_valu:3,synthetics_list_global_variables_respons:3,synthetics_list_tests_respons:3,synthetics_loc:3,synthetics_parsing_opt:3,synthetics_playing_tab:3,synthetics_private_loc:3,synthetics_private_location_creation_respons:3,synthetics_private_location_creation_response_result_encrypt:3,synthetics_private_location_secret:3,synthetics_private_location_secrets_authent:3,synthetics_private_location_secrets_config_decrypt:3,synthetics_ssl_certif:3,synthetics_ssl_certificate_issu:3,synthetics_ssl_certificate_subject:3,synthetics_statu:3,synthetics_step:3,synthetics_step_detail:3,synthetics_step_detail_warn:3,synthetics_step_typ:3,synthetics_test_config:3,synthetics_test_detail:3,synthetics_test_details_sub_typ:3,synthetics_test_details_typ:3,synthetics_test_execution_rul:3,synthetics_test_head:3,synthetics_test_monitor_statu:3,synthetics_test_opt:3,synthetics_test_options_monitor_opt:3,synthetics_test_options_retri:3,synthetics_test_pause_statu:3,synthetics_test_process_statu:3,synthetics_test_request:3,synthetics_test_request_certif:3,synthetics_test_request_certificate_item:3,synthetics_test_request_proxi:3,synthetics_tim:3,synthetics_trigger_bodi:3,synthetics_trigger_ci_test_loc:3,synthetics_trigger_ci_test_run_result:3,synthetics_trigger_ci_tests_respons:3,synthetics_trigger_test:3,synthetics_update_test_pause_status_payload:3,synthetics_variable_pars:3,synthetics_warning_typ:3,tabl:7,table_widget_cell_display_mod:3,table_widget_definit:3,table_widget_definition_typ:3,table_widget_has_search_bar:3,table_widget_request:3,tag_to_host:3,tags_api:2,target_format_typ:3,timeseries_widget_definit:3,timeseries_widget_definition_typ:3,timeseries_widget_expression_alia:3,timeseries_widget_legend_column:3,timeseries_widget_legend_layout:3,timeseries_widget_request:3,toplist_widget_definit:3,toplist_widget_definition_typ:3,toplist_widget_request:3,tree_map_color_bi:3,tree_map_group_bi:3,tree_map_size_bi:3,tree_map_widget_definit:3,tree_map_widget_definition_typ:3,tree_map_widget_request:3,unstabl:7,usage_analyzed_logs_hour:3,usage_analyzed_logs_respons:3,usage_attribution_aggreg:3,usage_attribution_aggregates_bodi:3,usage_attribution_bodi:3,usage_attribution_metadata:3,usage_attribution_pagin:3,usage_attribution_respons:3,usage_attribution_sort:3,usage_attribution_supported_metr:3,usage_attribution_tag_nam:3,usage_attribution_valu:3,usage_audit_logs_hour:3,usage_audit_logs_respons:3,usage_billable_summary_bodi:3,usage_billable_summary_hour:3,usage_billable_summary_kei:3,usage_billable_summary_respons:3,usage_ci_visibility_hour:3,usage_ci_visibility_respons:3,usage_cloud_security_posture_management_hour:3,usage_cloud_security_posture_management_respons:3,usage_custom_reports_attribut:3,usage_custom_reports_data:3,usage_custom_reports_meta:3,usage_custom_reports_pag:3,usage_custom_reports_respons:3,usage_cws_hour:3,usage_cws_respons:3,usage_dbm_hour:3,usage_dbm_respons:3,usage_fargate_hour:3,usage_fargate_respons:3,usage_host_hour:3,usage_hosts_respons:3,usage_incident_management_hour:3,usage_incident_management_respons:3,usage_indexed_spans_hour:3,usage_indexed_spans_respons:3,usage_ingested_spans_hour:3,usage_ingested_spans_respons:3,usage_io_t_hour:3,usage_io_t_respons:3,usage_lambda_hour:3,usage_lambda_respons:3,usage_logs_by_index_hour:3,usage_logs_by_index_respons:3,usage_logs_by_retention_hour:3,usage_logs_by_retention_respons:3,usage_logs_hour:3,usage_logs_respons:3,usage_metering_api:2,usage_metric_categori:3,usage_network_flows_hour:3,usage_network_flows_respons:3,usage_network_hosts_hour:3,usage_network_hosts_respons:3,usage_online_archive_hour:3,usage_online_archive_respons:3,usage_profiling_hour:3,usage_profiling_respons:3,usage_reports_typ:3,usage_rum_sessions_hour:3,usage_rum_sessions_respons:3,usage_rum_units_hour:3,usage_rum_units_respons:3,usage_sds_hour:3,usage_sds_respons:3,usage_snmp_hour:3,usage_snmp_respons:3,usage_sort:3,usage_sort_direct:3,usage_specified_custom_reports_attribut:3,usage_specified_custom_reports_data:3,usage_specified_custom_reports_meta:3,usage_specified_custom_reports_pag:3,usage_specified_custom_reports_respons:3,usage_summary_d:3,usage_summary_date_org:3,usage_summary_respons:3,usage_synthetics_api_hour:3,usage_synthetics_api_respons:3,usage_synthetics_browser_hour:3,usage_synthetics_browser_respons:3,usage_synthetics_hour:3,usage_synthetics_respons:3,usage_timeseries_hour:3,usage_timeseries_respons:3,usage_top_avg_metrics_hour:3,usage_top_avg_metrics_metadata:3,usage_top_avg_metrics_respons:3,user:[3,6],user_attribut:6,user_create_attribut:6,user_create_data:6,user_create_request:6,user_disable_respons:3,user_invitation_data:6,user_invitation_data_attribut:6,user_invitation_relationship:6,user_invitation_respons:6,user_invitation_response_data:6,user_invitations_request:6,user_invitations_respons:6,user_invitations_typ:6,user_list_respons:3,user_relationship:6,user_respons:[3,6],user_response_included_item:6,user_response_relationship:6,user_update_attribut:6,user_update_data:6,user_update_request:6,users_api:[2,5],users_respons:6,users_typ:6,v1:[1,2,3],v2:[4,5,6],webhooks_integr:3,webhooks_integration_api:2,webhooks_integration_custom_vari:3,webhooks_integration_custom_variable_respons:3,webhooks_integration_custom_variable_update_request:3,webhooks_integration_encod:3,webhooks_integration_update_request:3,widget:3,widget_aggreg:3,widget_axi:3,widget_change_typ:3,widget_color_prefer:3,widget_compar:3,widget_compare_to:3,widget_conditional_format:3,widget_custom_link:3,widget_definit:3,widget_display_typ:3,widget_ev:3,widget_event_s:3,widget_field_sort:3,widget_formula:3,widget_formula_limit:3,widget_group:3,widget_horizontal_align:3,widget_image_s:3,widget_layout:3,widget_layout_typ:3,widget_line_typ:3,widget_line_width:3,widget_live_span:3,widget_margin:3,widget_mark:3,widget_message_displai:3,widget_monitor_summary_display_format:3,widget_monitor_summary_sort:3,widget_node_typ:3,widget_order_bi:3,widget_palett:3,widget_request_styl:3,widget_service_summary_display_format:3,widget_size_format:3,widget_sort:3,widget_styl:3,widget_summary_typ:3,widget_text_align:3,widget_tick_edg:3,widget_tim:3,widget_time_window:3,widget_vertical_align:3,widget_view_mod:3,widget_viz_typ:3}}) \ No newline at end of file