From 7f3d69faca2f9d2c96a73ea7a0a00bfa26d8eff2 Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" Date: Thu, 12 Dec 2024 13:55:17 +0000 Subject: [PATCH] add docs for pagination in /api/v2/metrics endpoint (#2701) Co-authored-by: ci.datadog-api-spec 92044035e30a4585b01e0c89f20589096ced5c30 --- .../v2/api/datadogV2/index.html | 2141 ++++++++-- .../v2/api/datadog/index.html | 14 +- .../v2/api/datadogV1/index.html | 1856 ++++---- .../api/datadogV2/api_aws_integration.go.html | 6 +- .../v2/api/datadogV2/api_metrics.go.html | 1323 +++--- .../v2/api/datadogV2/index.html | 3734 +++++++++-------- .../model_aws_account_create_request.go.html | 4 +- ..._account_create_request_attributes.go.html | 789 ++-- ...el_aws_account_create_request_data.go.html | 4 +- .../model_aws_account_partition.go.html | 115 +- .../model_aws_account_response.go.html | 4 +- ...el_aws_account_response_attributes.go.html | 941 +++-- .../model_aws_account_response_data.go.html | 342 +- .../model_aws_account_update_request.go.html | 4 +- ..._account_update_request_attributes.go.html | 785 ++-- ...el_aws_account_update_request_data.go.html | 342 +- .../model_aws_accounts_response.go.html | 4 +- .../datadogV2/model_aws_auth_config.go.html | 2 +- .../model_aws_auth_config_keys.go.html | 6 +- .../model_aws_auth_config_role.go.html | 6 +- .../model_aws_lambda_forwarder_config.go.html | 258 +- .../datadogV2/model_aws_logs_config.go.html | 203 +- .../model_aws_metrics_config.go.html | 14 +- .../model_aws_namespace_filters.go.html | 2 +- ...aws_namespace_filters_exclude_only.go.html | 182 +- ...aws_namespace_filters_include_only.go.html | 4 +- .../model_aws_namespace_tag_filter.go.html | 278 +- .../model_aws_namespaces_response.go.html | 4 +- ...aws_namespaces_response_attributes.go.html | 4 +- ...model_aws_namespaces_response_data.go.html | 4 +- ...model_aws_new_external_id_response.go.html | 4 +- ...ew_external_id_response_attributes.go.html | 4 +- ..._aws_new_external_id_response_data.go.html | 4 +- .../api/datadogV2/model_aws_regions.go.html | 2 +- .../model_aws_regions_include_all.go.html | 4 +- .../model_aws_regions_include_only.go.html | 4 +- .../model_aws_resources_config.go.html | 6 +- .../datadogV2/model_aws_traces_config.go.html | 4 +- .../datadogV2/model_metric_meta_page.go.html | 312 ++ .../model_metric_meta_page_type.go.html | 133 + .../model_metric_pagination_meta.go.html | 180 + ...metric_tag_configurations_response.go.html | 258 +- .../model_metrics_list_response_links.go.html | 344 ++ .../model_x_ray_services_include_all.go.html | 4 +- .../model_x_ray_services_include_only.go.html | 4 +- .../model_x_ray_services_list.go.html | 2 +- 46 files changed, 8640 insertions(+), 6004 deletions(-) create mode 100644 src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/model_metric_meta_page.go.html create mode 100644 src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/model_metric_meta_page_type.go.html create mode 100644 src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/model_metric_pagination_meta.go.html create mode 100644 src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/model_metrics_list_response_links.go.html diff --git a/pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/index.html b/pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/index.html index 71cc18914fd..0431ec1439a 100644 --- a/pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/index.html +++ b/pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/index.html @@ -40578,6 +40578,12 @@

Index ▾

    func (r *ListTagConfigurationsOptionalParameters) WithFilterTagsConfigured(filterTagsConfigured string) *ListTagConfigurationsOptionalParameters
+
    func (r *ListTagConfigurationsOptionalParameters) WithPageCursor(pageCursor string) *ListTagConfigurationsOptionalParameters
+ + +
    func (r *ListTagConfigurationsOptionalParameters) WithPageSize(pageSize int32) *ListTagConfigurationsOptionalParameters
+ +
    func (r *ListTagConfigurationsOptionalParameters) WithWindowSeconds(windowSeconds int64) *ListTagConfigurationsOptionalParameters
@@ -45699,6 +45705,103 @@

Index ▾

+
type MetricMetaPage
+ + +
    func NewMetricMetaPage() *MetricMetaPage
+ + +
    func NewMetricMetaPageWithDefaults() *MetricMetaPage
+ + + +
    func (o *MetricMetaPage) GetCursor() string
+ + +
    func (o *MetricMetaPage) GetCursorOk() (*string, bool)
+ + +
    func (o *MetricMetaPage) GetLimit() int32
+ + +
    func (o *MetricMetaPage) GetLimitOk() (*int32, bool)
+ + +
    func (o *MetricMetaPage) GetNextCursor() string
+ + +
    func (o *MetricMetaPage) GetNextCursorOk() (*string, bool)
+ + +
    func (o *MetricMetaPage) GetType() MetricMetaPageType
+ + +
    func (o *MetricMetaPage) GetTypeOk() (*MetricMetaPageType, bool)
+ + +
    func (o *MetricMetaPage) HasCursor() bool
+ + +
    func (o *MetricMetaPage) HasLimit() bool
+ + +
    func (o *MetricMetaPage) HasNextCursor() bool
+ + +
    func (o *MetricMetaPage) HasType() bool
+ + +
    func (o MetricMetaPage) MarshalJSON() ([]byte, error)
+ + +
    func (o *MetricMetaPage) SetCursor(v string)
+ + +
    func (o *MetricMetaPage) SetCursorNil()
+ + +
    func (o *MetricMetaPage) SetLimit(v int32)
+ + +
    func (o *MetricMetaPage) SetNextCursor(v string)
+ + +
    func (o *MetricMetaPage) SetNextCursorNil()
+ + +
    func (o *MetricMetaPage) SetType(v MetricMetaPageType)
+ + +
    func (o *MetricMetaPage) UnmarshalJSON(bytes []byte) (err error)
+ + +
    func (o *MetricMetaPage) UnsetCursor()
+ + +
    func (o *MetricMetaPage) UnsetNextCursor()
+ + + +
type MetricMetaPageType
+ + +
    func NewMetricMetaPageTypeFromValue(v string) (*MetricMetaPageType, error)
+ + + +
    func (v *MetricMetaPageType) GetAllowedValues() []MetricMetaPageType
+ + +
    func (v MetricMetaPageType) IsValid() bool
+ + +
    func (v MetricMetaPageType) Ptr() *MetricMetaPageType
+ + +
    func (v *MetricMetaPageType) UnmarshalJSON(src []byte) error
+ + +
type MetricMetadata
@@ -45915,6 +46018,35 @@

Index ▾

+
type MetricPaginationMeta
+ + +
    func NewMetricPaginationMeta() *MetricPaginationMeta
+ + +
    func NewMetricPaginationMetaWithDefaults() *MetricPaginationMeta
+ + + +
    func (o *MetricPaginationMeta) GetPagination() MetricMetaPage
+ + +
    func (o *MetricPaginationMeta) GetPaginationOk() (*MetricMetaPage, bool)
+ + +
    func (o *MetricPaginationMeta) HasPagination() bool
+ + +
    func (o MetricPaginationMeta) MarshalJSON() ([]byte, error)
+ + +
    func (o *MetricPaginationMeta) SetPagination(v MetricMetaPage)
+ + +
    func (o *MetricPaginationMeta) UnmarshalJSON(bytes []byte) (err error)
+ + +
type MetricPayload
@@ -46982,15 +47114,39 @@

Index ▾

    func (o *MetricsAndMetricTagConfigurationsResponse) GetDataOk() (*[]MetricsAndMetricTagConfigurations, bool)
+
    func (o *MetricsAndMetricTagConfigurationsResponse) GetLinks() MetricsListResponseLinks
+ + +
    func (o *MetricsAndMetricTagConfigurationsResponse) GetLinksOk() (*MetricsListResponseLinks, bool)
+ + +
    func (o *MetricsAndMetricTagConfigurationsResponse) GetMeta() MetricPaginationMeta
+ + +
    func (o *MetricsAndMetricTagConfigurationsResponse) GetMetaOk() (*MetricPaginationMeta, bool)
+ +
    func (o *MetricsAndMetricTagConfigurationsResponse) HasData() bool
+
    func (o *MetricsAndMetricTagConfigurationsResponse) HasLinks() bool
+ + +
    func (o *MetricsAndMetricTagConfigurationsResponse) HasMeta() bool
+ +
    func (o MetricsAndMetricTagConfigurationsResponse) MarshalJSON() ([]byte, error)
    func (o *MetricsAndMetricTagConfigurationsResponse) SetData(v []MetricsAndMetricTagConfigurations)
+
    func (o *MetricsAndMetricTagConfigurationsResponse) SetLinks(v MetricsListResponseLinks)
+ + +
    func (o *MetricsAndMetricTagConfigurationsResponse) SetMeta(v MetricPaginationMeta)
+ +
    func (o *MetricsAndMetricTagConfigurationsResponse) UnmarshalJSON(bytes []byte) (err error)
@@ -47029,6 +47185,9 @@

Index ▾

    func (a *MetricsApi) ListTagConfigurations(ctx _context.Context, o ...ListTagConfigurationsOptionalParameters) (MetricsAndMetricTagConfigurationsResponse, *_nethttp.Response, error)
+
    func (a *MetricsApi) ListTagConfigurationsWithPagination(ctx _context.Context, o ...ListTagConfigurationsOptionalParameters) (<-chan datadog.PaginationResult[MetricsAndMetricTagConfigurations], func())
+ +
    func (a *MetricsApi) ListTagsByMetricName(ctx _context.Context, metricName string) (MetricAllTagsResponse, *_nethttp.Response, error)
@@ -47068,6 +47227,101 @@

Index ▾

+
type MetricsListResponseLinks
+ + +
    func NewMetricsListResponseLinks() *MetricsListResponseLinks
+ + +
    func NewMetricsListResponseLinksWithDefaults() *MetricsListResponseLinks
+ + + +
    func (o *MetricsListResponseLinks) GetFirst() string
+ + +
    func (o *MetricsListResponseLinks) GetFirstOk() (*string, bool)
+ + +
    func (o *MetricsListResponseLinks) GetLast() string
+ + +
    func (o *MetricsListResponseLinks) GetLastOk() (*string, bool)
+ + +
    func (o *MetricsListResponseLinks) GetNext() string
+ + +
    func (o *MetricsListResponseLinks) GetNextOk() (*string, bool)
+ + +
    func (o *MetricsListResponseLinks) GetPrev() string
+ + +
    func (o *MetricsListResponseLinks) GetPrevOk() (*string, bool)
+ + +
    func (o *MetricsListResponseLinks) GetSelf() string
+ + +
    func (o *MetricsListResponseLinks) GetSelfOk() (*string, bool)
+ + +
    func (o *MetricsListResponseLinks) HasFirst() bool
+ + +
    func (o *MetricsListResponseLinks) HasLast() bool
+ + +
    func (o *MetricsListResponseLinks) HasNext() bool
+ + +
    func (o *MetricsListResponseLinks) HasPrev() bool
+ + +
    func (o *MetricsListResponseLinks) HasSelf() bool
+ + +
    func (o MetricsListResponseLinks) MarshalJSON() ([]byte, error)
+ + +
    func (o *MetricsListResponseLinks) SetFirst(v string)
+ + +
    func (o *MetricsListResponseLinks) SetLast(v string)
+ + +
    func (o *MetricsListResponseLinks) SetLastNil()
+ + +
    func (o *MetricsListResponseLinks) SetNext(v string)
+ + +
    func (o *MetricsListResponseLinks) SetNextNil()
+ + +
    func (o *MetricsListResponseLinks) SetPrev(v string)
+ + +
    func (o *MetricsListResponseLinks) SetPrevNil()
+ + +
    func (o *MetricsListResponseLinks) SetSelf(v string)
+ + +
    func (o *MetricsListResponseLinks) UnmarshalJSON(bytes []byte) (err error)
+ + +
    func (o *MetricsListResponseLinks) UnsetLast()
+ + +
    func (o *MetricsListResponseLinks) UnsetNext()
+ + +
    func (o *MetricsListResponseLinks) UnsetPrev()
+ + +
type MetricsScalarQuery
@@ -82486,6 +82740,10 @@

Package files

model_metric_intake_type.go + model_metric_meta_page.go + + model_metric_meta_page_type.go + model_metric_metadata.go model_metric_monitor_asset.go @@ -82498,6 +82756,8 @@

Package files

model_metric_origin.go + model_metric_pagination_meta.go + model_metric_payload.go model_metric_point.go @@ -82554,6 +82814,8 @@

Package files

model_metrics_data_source.go + model_metrics_list_response_links.go + model_metrics_scalar_query.go model_metrics_timeseries_query.go @@ -86814,10 +87076,10 @@

type // AWS Account Create Request data + // AWS Account Create Request data. Data AWSAccountCreateRequestData `json:"data"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -86939,26 +87201,27 @@

type // Tags to apply to all metrics in the account + // Tags to apply to all hosts and metrics reporting for this account. Defaults to `[]`. AccountTags datadog.NullableList[string] `json:"account_tags,omitempty"` - // AWS Authentication config + // AWS Authentication config. AuthConfig AWSAuthConfig `json:"auth_config"` - // AWS Account ID + // AWS Account ID. AwsAccountId string `json:"aws_account_id"` - // AWS Account partition + // AWS partition your AWS account is scoped to. Defaults to `aws`. + // See [Partitions](https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html) in the AWS documentation for more information. AwsPartition AWSAccountPartition `json:"aws_partition"` - // AWS Regions to collect data from + // AWS Regions to collect data from. Defaults to `include_all`. AwsRegions *AWSRegions `json:"aws_regions,omitempty"` - // AWS Logs config + // AWS Logs Collection config. LogsConfig *AWSLogsConfig `json:"logs_config,omitempty"` - // AWS Metrics config + // AWS Metrics Collection config. MetricsConfig *AWSMetricsConfig `json:"metrics_config,omitempty"` - // AWS Resources config + // AWS Resources Collection config. ResourcesConfig *AWSResourcesConfig `json:"resources_config,omitempty"` - // AWS Traces config + // AWS Traces Collection config. TracesConfig *AWSTracesConfig `json:"traces_config,omitempty"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -86976,7 +87239,7 @@

type func NewAWSAccountCreateRequestAttributes +

func NewAWSAccountCreateRequestAttributes @@ -86991,7 +87254,7 @@

func func NewAWSAccountCreateRequestAttributesWithDefaults +

func NewAWSAccountCreateRequestAttributesWithDefaults @@ -87007,7 +87270,7 @@

func func (*AWSAccountCreateRequestAttributes) GetAccountTags +

func (*AWSAccountCreateRequestAttributes) GetAccountTags @@ -87020,7 +87283,7 @@

func (*AWSAccountCreat -

func (*AWSAccountCreateRequestAttributes) GetAccountTagsOk +

func (*AWSAccountCreateRequestAttributes) GetAccountTagsOk @@ -87035,7 +87298,7 @@

func (*AWSAccountCre -

func (*AWSAccountCreateRequestAttributes) GetAuthConfig +

func (*AWSAccountCreateRequestAttributes) GetAuthConfig @@ -87048,7 +87311,7 @@

func (*AWSAccountCreate -

func (*AWSAccountCreateRequestAttributes) GetAuthConfigOk +

func (*AWSAccountCreateRequestAttributes) GetAuthConfigOk @@ -87062,7 +87325,7 @@

func (*AWSAccountCrea -

func (*AWSAccountCreateRequestAttributes) GetAwsAccountId +

func (*AWSAccountCreateRequestAttributes) GetAwsAccountId @@ -87075,7 +87338,7 @@

func (*AWSAccountCrea -

func (*AWSAccountCreateRequestAttributes) GetAwsAccountIdOk +

func (*AWSAccountCreateRequestAttributes) GetAwsAccountIdOk @@ -87089,7 +87352,7 @@

func (*AWSAccountCr -

func (*AWSAccountCreateRequestAttributes) GetAwsPartition +

func (*AWSAccountCreateRequestAttributes) GetAwsPartition @@ -87102,7 +87365,7 @@

func (*AWSAccountCrea -

func (*AWSAccountCreateRequestAttributes) GetAwsPartitionOk +

func (*AWSAccountCreateRequestAttributes) GetAwsPartitionOk @@ -87116,7 +87379,7 @@

func (*AWSAccountCr -

func (*AWSAccountCreateRequestAttributes) GetAwsRegions +

func (*AWSAccountCreateRequestAttributes) GetAwsRegions @@ -87129,7 +87392,7 @@

func (*AWSAccountCreate -

func (*AWSAccountCreateRequestAttributes) GetAwsRegionsOk +

func (*AWSAccountCreateRequestAttributes) GetAwsRegionsOk @@ -87143,7 +87406,7 @@

func (*AWSAccountCrea -

func (*AWSAccountCreateRequestAttributes) GetLogsConfig +

func (*AWSAccountCreateRequestAttributes) GetLogsConfig @@ -87156,7 +87419,7 @@

func (*AWSAccountCreate -

func (*AWSAccountCreateRequestAttributes) GetLogsConfigOk +

func (*AWSAccountCreateRequestAttributes) GetLogsConfigOk @@ -87170,7 +87433,7 @@

func (*AWSAccountCrea -

func (*AWSAccountCreateRequestAttributes) GetMetricsConfig +

func (*AWSAccountCreateRequestAttributes) GetMetricsConfig @@ -87183,7 +87446,7 @@

func (*AWSAccountCre -

func (*AWSAccountCreateRequestAttributes) GetMetricsConfigOk +

func (*AWSAccountCreateRequestAttributes) GetMetricsConfigOk @@ -87197,7 +87460,7 @@

func (*AWSAccountC -

func (*AWSAccountCreateRequestAttributes) GetResourcesConfig +

func (*AWSAccountCreateRequestAttributes) GetResourcesConfig @@ -87210,7 +87473,7 @@

func (*AWSAccountC -

func (*AWSAccountCreateRequestAttributes) GetResourcesConfigOk +

func (*AWSAccountCreateRequestAttributes) GetResourcesConfigOk @@ -87224,7 +87487,7 @@

func (*AWSAccoun -

func (*AWSAccountCreateRequestAttributes) GetTracesConfig +

func (*AWSAccountCreateRequestAttributes) GetTracesConfig @@ -87237,7 +87500,7 @@

func (*AWSAccountCrea -

func (*AWSAccountCreateRequestAttributes) GetTracesConfigOk +

func (*AWSAccountCreateRequestAttributes) GetTracesConfigOk @@ -87251,7 +87514,7 @@

func (*AWSAccountCr -

func (*AWSAccountCreateRequestAttributes) HasAccountTags +

func (*AWSAccountCreateRequestAttributes) HasAccountTags @@ -87264,7 +87527,7 @@

func (*AWSAccountCreat -

func (*AWSAccountCreateRequestAttributes) HasAwsRegions +

func (*AWSAccountCreateRequestAttributes) HasAwsRegions @@ -87277,7 +87540,7 @@

func (*AWSAccountCreate -

func (*AWSAccountCreateRequestAttributes) HasLogsConfig +

func (*AWSAccountCreateRequestAttributes) HasLogsConfig @@ -87290,7 +87553,7 @@

func (*AWSAccountCreate -

func (*AWSAccountCreateRequestAttributes) HasMetricsConfig +

func (*AWSAccountCreateRequestAttributes) HasMetricsConfig @@ -87303,7 +87566,7 @@

func (*AWSAccountCre -

func (*AWSAccountCreateRequestAttributes) HasResourcesConfig +

func (*AWSAccountCreateRequestAttributes) HasResourcesConfig @@ -87316,7 +87579,7 @@

func (*AWSAccountC -

func (*AWSAccountCreateRequestAttributes) HasTracesConfig +

func (*AWSAccountCreateRequestAttributes) HasTracesConfig @@ -87329,7 +87592,7 @@

func (*AWSAccountCrea -

func (AWSAccountCreateRequestAttributes) MarshalJSON +

func (AWSAccountCreateRequestAttributes) MarshalJSON @@ -87342,7 +87605,7 @@

func (AWSAccountCreateReq -

func (*AWSAccountCreateRequestAttributes) SetAccountTags +

func (*AWSAccountCreateRequestAttributes) SetAccountTags @@ -87355,7 +87618,7 @@

func (*AWSAccountCreat -

func (*AWSAccountCreateRequestAttributes) SetAccountTagsNil +

func (*AWSAccountCreateRequestAttributes) SetAccountTagsNil @@ -87368,7 +87631,7 @@

func (*AWSAccountCr -

func (*AWSAccountCreateRequestAttributes) SetAuthConfig +

func (*AWSAccountCreateRequestAttributes) SetAuthConfig @@ -87381,7 +87644,7 @@

func (*AWSAccountCreate -

func (*AWSAccountCreateRequestAttributes) SetAwsAccountId +

func (*AWSAccountCreateRequestAttributes) SetAwsAccountId @@ -87394,7 +87657,7 @@

func (*AWSAccountCrea -

func (*AWSAccountCreateRequestAttributes) SetAwsPartition +

func (*AWSAccountCreateRequestAttributes) SetAwsPartition @@ -87407,7 +87670,7 @@

func (*AWSAccountCrea -

func (*AWSAccountCreateRequestAttributes) SetAwsRegions +

func (*AWSAccountCreateRequestAttributes) SetAwsRegions @@ -87420,7 +87683,7 @@

func (*AWSAccountCreate -

func (*AWSAccountCreateRequestAttributes) SetLogsConfig +

func (*AWSAccountCreateRequestAttributes) SetLogsConfig @@ -87433,7 +87696,7 @@

func (*AWSAccountCreate -

func (*AWSAccountCreateRequestAttributes) SetMetricsConfig +

func (*AWSAccountCreateRequestAttributes) SetMetricsConfig @@ -87446,7 +87709,7 @@

func (*AWSAccountCre -

func (*AWSAccountCreateRequestAttributes) SetResourcesConfig +

func (*AWSAccountCreateRequestAttributes) SetResourcesConfig @@ -87459,7 +87722,7 @@

func (*AWSAccountC -

func (*AWSAccountCreateRequestAttributes) SetTracesConfig +

func (*AWSAccountCreateRequestAttributes) SetTracesConfig @@ -87472,7 +87735,7 @@

func (*AWSAccountCrea -

func (*AWSAccountCreateRequestAttributes) UnmarshalJSON +

func (*AWSAccountCreateRequestAttributes) UnmarshalJSON @@ -87485,7 +87748,7 @@

func (*AWSAccountCreate -

func (*AWSAccountCreateRequestAttributes) UnsetAccountTags +

func (*AWSAccountCreateRequestAttributes) UnsetAccountTags @@ -87505,10 +87768,10 @@

type // The AWS Account Integration Config to be created + // The AWS Account Integration Config to be created. Attributes AWSAccountCreateRequestAttributes `json:"attributes"` // AWS Account resource type. Type AWSAccountType `json:"type"` @@ -87667,12 +87930,13 @@

func (*AWSAccountCreateReques -

type AWSAccountPartition +

type AWSAccountPartition

-

AWSAccountPartition AWS Account partition +

AWSAccountPartition AWS partition your AWS account is scoped to. Defaults to `aws`. +See [Partitions](https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html) in the AWS documentation for more information.

type AWSAccountPartition string
@@ -87694,7 +87958,7 @@

type func NewAWSAccountPartitionFromValue +

func NewAWSAccountPartitionFromValue @@ -87709,7 +87973,7 @@

func func (*AWSAccountPartition) GetAllowedValues +

func (*AWSAccountPartition) GetAllowedValues @@ -87722,7 +87986,7 @@

func (*AWSAccountPartition) func (AWSAccountPartition) IsValid +

func (AWSAccountPartition) IsValid @@ -87735,7 +87999,7 @@

func (AWSAccountPartition) func (AWSAccountPartition) Ptr +

func (AWSAccountPartition) Ptr @@ -87748,7 +88012,7 @@

func (AWSAccountPartition) func (*AWSAccountPartition) UnmarshalJSON +

func (*AWSAccountPartition) UnmarshalJSON @@ -87768,10 +88032,10 @@

type // AWS Account Response body + // AWS Account response data. Data AWSAccountResponseData `json:"data"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -87893,30 +88157,31 @@

type // Tags to apply to all metrics in the account + // Tags to apply to all hosts and metrics reporting for this account. Defaults to `[]`. AccountTags datadog.NullableList[string] `json:"account_tags,omitempty"` - // AWS Authentication config + // AWS Authentication config. AuthConfig *AWSAuthConfig `json:"auth_config,omitempty"` - // AWS Account ID + // AWS Account ID. AwsAccountId string `json:"aws_account_id"` - // AWS Account partition + // AWS partition your AWS account is scoped to. Defaults to `aws`. + // See [Partitions](https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html) in the AWS documentation for more information. AwsPartition *AWSAccountPartition `json:"aws_partition,omitempty"` - // AWS Regions to collect data from + // AWS Regions to collect data from. Defaults to `include_all`. AwsRegions *AWSRegions `json:"aws_regions,omitempty"` - // Timestamp of when the account integration was created + // Timestamp of when the account integration was created. CreatedAt *time.Time `json:"created_at,omitempty"` - // AWS Logs config + // AWS Logs Collection config. LogsConfig *AWSLogsConfig `json:"logs_config,omitempty"` - // AWS Metrics config + // AWS Metrics Collection config. MetricsConfig *AWSMetricsConfig `json:"metrics_config,omitempty"` - // Timestamp of when the account integration was updated + // Timestamp of when the account integration was updated. ModifiedAt *time.Time `json:"modified_at,omitempty"` - // AWS Resources config + // AWS Resources Collection config. ResourcesConfig *AWSResourcesConfig `json:"resources_config,omitempty"` - // AWS Traces config + // AWS Traces Collection config. TracesConfig *AWSTracesConfig `json:"traces_config,omitempty"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -87934,7 +88199,7 @@

type func NewAWSAccountResponseAttributes +

func NewAWSAccountResponseAttributes @@ -87949,7 +88214,7 @@

func func NewAWSAccountResponseAttributesWithDefaults +

func NewAWSAccountResponseAttributesWithDefaults @@ -87965,7 +88230,7 @@

func func (*AWSAccountResponseAttributes) GetAccountTags +

func (*AWSAccountResponseAttributes) GetAccountTags @@ -87978,7 +88243,7 @@

func (*AWSAccountResponseAt -

func (*AWSAccountResponseAttributes) GetAccountTagsOk +

func (*AWSAccountResponseAttributes) GetAccountTagsOk @@ -87993,7 +88258,7 @@

func (*AWSAccountResponse -

func (*AWSAccountResponseAttributes) GetAuthConfig +

func (*AWSAccountResponseAttributes) GetAuthConfig @@ -88006,7 +88271,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) GetAuthConfigOk +

func (*AWSAccountResponseAttributes) GetAuthConfigOk @@ -88020,7 +88285,7 @@

func (*AWSAccountResponseA -

func (*AWSAccountResponseAttributes) GetAwsAccountId +

func (*AWSAccountResponseAttributes) GetAwsAccountId @@ -88033,7 +88298,7 @@

func (*AWSAccountResponseA -

func (*AWSAccountResponseAttributes) GetAwsAccountIdOk +

func (*AWSAccountResponseAttributes) GetAwsAccountIdOk @@ -88047,7 +88312,7 @@

func (*AWSAccountRespons -

func (*AWSAccountResponseAttributes) GetAwsPartition +

func (*AWSAccountResponseAttributes) GetAwsPartition @@ -88060,7 +88325,7 @@

func (*AWSAccountResponseA -

func (*AWSAccountResponseAttributes) GetAwsPartitionOk +

func (*AWSAccountResponseAttributes) GetAwsPartitionOk @@ -88074,7 +88339,7 @@

func (*AWSAccountRespons -

func (*AWSAccountResponseAttributes) GetAwsRegions +

func (*AWSAccountResponseAttributes) GetAwsRegions @@ -88087,7 +88352,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) GetAwsRegionsOk +

func (*AWSAccountResponseAttributes) GetAwsRegionsOk @@ -88101,7 +88366,7 @@

func (*AWSAccountResponseA -

func (*AWSAccountResponseAttributes) GetCreatedAt +

func (*AWSAccountResponseAttributes) GetCreatedAt @@ -88114,7 +88379,7 @@

func (*AWSAccountResponseAttr -

func (*AWSAccountResponseAttributes) GetCreatedAtOk +

func (*AWSAccountResponseAttributes) GetCreatedAtOk @@ -88128,7 +88393,7 @@

func (*AWSAccountResponseAt -

func (*AWSAccountResponseAttributes) GetLogsConfig +

func (*AWSAccountResponseAttributes) GetLogsConfig @@ -88141,7 +88406,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) GetLogsConfigOk +

func (*AWSAccountResponseAttributes) GetLogsConfigOk @@ -88155,7 +88420,7 @@

func (*AWSAccountResponseA -

func (*AWSAccountResponseAttributes) GetMetricsConfig +

func (*AWSAccountResponseAttributes) GetMetricsConfig @@ -88168,7 +88433,7 @@

func (*AWSAccountResponse -

func (*AWSAccountResponseAttributes) GetMetricsConfigOk +

func (*AWSAccountResponseAttributes) GetMetricsConfigOk @@ -88182,7 +88447,7 @@

func (*AWSAccountRespon -

func (*AWSAccountResponseAttributes) GetModifiedAt +

func (*AWSAccountResponseAttributes) GetModifiedAt @@ -88195,7 +88460,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) GetModifiedAtOk +

func (*AWSAccountResponseAttributes) GetModifiedAtOk @@ -88209,7 +88474,7 @@

func (*AWSAccountResponseA -

func (*AWSAccountResponseAttributes) GetResourcesConfig +

func (*AWSAccountResponseAttributes) GetResourcesConfig @@ -88222,7 +88487,7 @@

func (*AWSAccountRespon -

func (*AWSAccountResponseAttributes) GetResourcesConfigOk +

func (*AWSAccountResponseAttributes) GetResourcesConfigOk @@ -88236,7 +88501,7 @@

func (*AWSAccountResp -

func (*AWSAccountResponseAttributes) GetTracesConfig +

func (*AWSAccountResponseAttributes) GetTracesConfig @@ -88249,7 +88514,7 @@

func (*AWSAccountResponseA -

func (*AWSAccountResponseAttributes) GetTracesConfigOk +

func (*AWSAccountResponseAttributes) GetTracesConfigOk @@ -88263,7 +88528,7 @@

func (*AWSAccountRespons -

func (*AWSAccountResponseAttributes) HasAccountTags +

func (*AWSAccountResponseAttributes) HasAccountTags @@ -88276,7 +88541,7 @@

func (*AWSAccountResponseAt -

func (*AWSAccountResponseAttributes) HasAuthConfig +

func (*AWSAccountResponseAttributes) HasAuthConfig @@ -88289,7 +88554,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) HasAwsPartition +

func (*AWSAccountResponseAttributes) HasAwsPartition @@ -88302,7 +88567,7 @@

func (*AWSAccountResponseA -

func (*AWSAccountResponseAttributes) HasAwsRegions +

func (*AWSAccountResponseAttributes) HasAwsRegions @@ -88315,7 +88580,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) HasCreatedAt +

func (*AWSAccountResponseAttributes) HasCreatedAt @@ -88328,7 +88593,7 @@

func (*AWSAccountResponseAttr -

func (*AWSAccountResponseAttributes) HasLogsConfig +

func (*AWSAccountResponseAttributes) HasLogsConfig @@ -88341,7 +88606,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) HasMetricsConfig +

func (*AWSAccountResponseAttributes) HasMetricsConfig @@ -88354,7 +88619,7 @@

func (*AWSAccountResponse -

func (*AWSAccountResponseAttributes) HasModifiedAt +

func (*AWSAccountResponseAttributes) HasModifiedAt @@ -88367,7 +88632,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) HasResourcesConfig +

func (*AWSAccountResponseAttributes) HasResourcesConfig @@ -88380,7 +88645,7 @@

func (*AWSAccountRespon -

func (*AWSAccountResponseAttributes) HasTracesConfig +

func (*AWSAccountResponseAttributes) HasTracesConfig @@ -88393,7 +88658,7 @@

func (*AWSAccountResponseA -

func (AWSAccountResponseAttributes) MarshalJSON +

func (AWSAccountResponseAttributes) MarshalJSON @@ -88406,7 +88671,7 @@

func (AWSAccountResponseAttrib -

func (*AWSAccountResponseAttributes) SetAccountTags +

func (*AWSAccountResponseAttributes) SetAccountTags @@ -88419,7 +88684,7 @@

func (*AWSAccountResponseAt -

func (*AWSAccountResponseAttributes) SetAccountTagsNil +

func (*AWSAccountResponseAttributes) SetAccountTagsNil @@ -88432,7 +88697,7 @@

func (*AWSAccountRespons -

func (*AWSAccountResponseAttributes) SetAuthConfig +

func (*AWSAccountResponseAttributes) SetAuthConfig @@ -88445,7 +88710,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) SetAwsAccountId +

func (*AWSAccountResponseAttributes) SetAwsAccountId @@ -88458,7 +88723,7 @@

func (*AWSAccountResponseA -

func (*AWSAccountResponseAttributes) SetAwsPartition +

func (*AWSAccountResponseAttributes) SetAwsPartition @@ -88471,7 +88736,7 @@

func (*AWSAccountResponseA -

func (*AWSAccountResponseAttributes) SetAwsRegions +

func (*AWSAccountResponseAttributes) SetAwsRegions @@ -88484,7 +88749,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) SetCreatedAt +

func (*AWSAccountResponseAttributes) SetCreatedAt @@ -88497,7 +88762,7 @@

func (*AWSAccountResponseAttr -

func (*AWSAccountResponseAttributes) SetLogsConfig +

func (*AWSAccountResponseAttributes) SetLogsConfig @@ -88510,7 +88775,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) SetMetricsConfig +

func (*AWSAccountResponseAttributes) SetMetricsConfig @@ -88523,7 +88788,7 @@

func (*AWSAccountResponse -

func (*AWSAccountResponseAttributes) SetModifiedAt +

func (*AWSAccountResponseAttributes) SetModifiedAt @@ -88536,7 +88801,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) SetResourcesConfig +

func (*AWSAccountResponseAttributes) SetResourcesConfig @@ -88549,7 +88814,7 @@

func (*AWSAccountRespon -

func (*AWSAccountResponseAttributes) SetTracesConfig +

func (*AWSAccountResponseAttributes) SetTracesConfig @@ -88562,7 +88827,7 @@

func (*AWSAccountResponseA -

func (*AWSAccountResponseAttributes) UnmarshalJSON +

func (*AWSAccountResponseAttributes) UnmarshalJSON @@ -88575,7 +88840,7 @@

func (*AWSAccountResponseAtt -

func (*AWSAccountResponseAttributes) UnsetAccountTags +

func (*AWSAccountResponseAttributes) UnsetAccountTags @@ -88595,12 +88860,14 @@

type // The AWS Account Integration Config + // AWS Account response attributes. Attributes *AWSAccountResponseAttributes `json:"attributes,omitempty"` - // Unique Datadog ID of the AWS Account Integration Config + // Unique Datadog ID of the AWS Account Integration Config. + // To get the config ID for an account, use the [List all AWS integrations](https://docs.datadoghq.com/api/latest/aws-integration/#list-all-aws-integrations) + // endpoint and query by AWS Account ID. Id string `json:"id"` // AWS Account resource type. Type AWSAccountType `json:"type"` @@ -88620,7 +88887,7 @@

type func NewAWSAccountResponseData +

func NewAWSAccountResponseData @@ -88635,7 +88902,7 @@

func func NewAWSAccountResponseDataWithDefaults +

func NewAWSAccountResponseDataWithDefaults @@ -88651,7 +88918,7 @@

func func (*AWSAccountResponseData) GetAttributes +

func (*AWSAccountResponseData) GetAttributes @@ -88664,7 +88931,7 @@

func (*AWSAccountResponseData) func (*AWSAccountResponseData) GetAttributesOk +

func (*AWSAccountResponseData) GetAttributesOk @@ -88678,7 +88945,7 @@

func (*AWSAccountResponseData) < -

func (*AWSAccountResponseData) GetId +

func (*AWSAccountResponseData) GetId @@ -88691,7 +88958,7 @@

func (*AWSAccountResponseData) func (*AWSAccountResponseData) GetIdOk +

func (*AWSAccountResponseData) GetIdOk @@ -88705,7 +88972,7 @@

func (*AWSAccountResponseData) func (*AWSAccountResponseData) GetType +

func (*AWSAccountResponseData) GetType @@ -88718,7 +88985,7 @@

func (*AWSAccountResponseData) func (*AWSAccountResponseData) GetTypeOk +

func (*AWSAccountResponseData) GetTypeOk @@ -88732,7 +88999,7 @@

func (*AWSAccountResponseData) func (*AWSAccountResponseData) HasAttributes +

func (*AWSAccountResponseData) HasAttributes @@ -88745,7 +89012,7 @@

func (*AWSAccountResponseData) func (AWSAccountResponseData) MarshalJSON +

func (AWSAccountResponseData) MarshalJSON @@ -88758,7 +89025,7 @@

func (AWSAccountResponseData) func (*AWSAccountResponseData) SetAttributes +

func (*AWSAccountResponseData) SetAttributes @@ -88771,7 +89038,7 @@

func (*AWSAccountResponseData) func (*AWSAccountResponseData) SetId +

func (*AWSAccountResponseData) SetId @@ -88784,7 +89051,7 @@

func (*AWSAccountResponseData) func (*AWSAccountResponseData) SetType +

func (*AWSAccountResponseData) SetType @@ -88797,7 +89064,7 @@

func (*AWSAccountResponseData) func (*AWSAccountResponseData) UnmarshalJSON +

func (*AWSAccountResponseData) UnmarshalJSON @@ -88911,10 +89178,10 @@

type // AWS Account Update Request data + // AWS Account Update Request data. Data AWSAccountUpdateRequestData `json:"data"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -89036,26 +89303,27 @@

type // Tags to apply to all metrics in the account + // Tags to apply to all hosts and metrics reporting for this account. Defaults to `[]`. AccountTags datadog.NullableList[string] `json:"account_tags,omitempty"` - // AWS Authentication config + // AWS Authentication config. AuthConfig *AWSAuthConfig `json:"auth_config,omitempty"` - // AWS Account ID + // AWS Account ID. AwsAccountId string `json:"aws_account_id"` - // AWS Account partition + // AWS partition your AWS account is scoped to. Defaults to `aws`. + // See [Partitions](https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html) in the AWS documentation for more information. AwsPartition *AWSAccountPartition `json:"aws_partition,omitempty"` - // AWS Regions to collect data from + // AWS Regions to collect data from. Defaults to `include_all`. AwsRegions *AWSRegions `json:"aws_regions,omitempty"` - // AWS Logs config + // AWS Logs Collection config. LogsConfig *AWSLogsConfig `json:"logs_config,omitempty"` - // AWS Metrics config + // AWS Metrics Collection config. MetricsConfig *AWSMetricsConfig `json:"metrics_config,omitempty"` - // AWS Resources config + // AWS Resources Collection config. ResourcesConfig *AWSResourcesConfig `json:"resources_config,omitempty"` - // AWS Traces config + // AWS Traces Collection config. TracesConfig *AWSTracesConfig `json:"traces_config,omitempty"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -89073,7 +89341,7 @@

type func NewAWSAccountUpdateRequestAttributes +

func NewAWSAccountUpdateRequestAttributes @@ -89088,7 +89356,7 @@

func func NewAWSAccountUpdateRequestAttributesWithDefaults +

func NewAWSAccountUpdateRequestAttributesWithDefaults @@ -89104,7 +89372,7 @@

func func (*AWSAccountUpdateRequestAttributes) GetAccountTags +

func (*AWSAccountUpdateRequestAttributes) GetAccountTags @@ -89117,7 +89385,7 @@

func (*AWSAccountUpdat -

func (*AWSAccountUpdateRequestAttributes) GetAccountTagsOk +

func (*AWSAccountUpdateRequestAttributes) GetAccountTagsOk @@ -89132,7 +89400,7 @@

func (*AWSAccountUpd -

func (*AWSAccountUpdateRequestAttributes) GetAuthConfig +

func (*AWSAccountUpdateRequestAttributes) GetAuthConfig @@ -89145,7 +89413,7 @@

func (*AWSAccountUpdate -

func (*AWSAccountUpdateRequestAttributes) GetAuthConfigOk +

func (*AWSAccountUpdateRequestAttributes) GetAuthConfigOk @@ -89159,7 +89427,7 @@

func (*AWSAccountUpda -

func (*AWSAccountUpdateRequestAttributes) GetAwsAccountId +

func (*AWSAccountUpdateRequestAttributes) GetAwsAccountId @@ -89172,7 +89440,7 @@

func (*AWSAccountUpda -

func (*AWSAccountUpdateRequestAttributes) GetAwsAccountIdOk +

func (*AWSAccountUpdateRequestAttributes) GetAwsAccountIdOk @@ -89186,7 +89454,7 @@

func (*AWSAccountUp -

func (*AWSAccountUpdateRequestAttributes) GetAwsPartition +

func (*AWSAccountUpdateRequestAttributes) GetAwsPartition @@ -89199,7 +89467,7 @@

func (*AWSAccountUpda -

func (*AWSAccountUpdateRequestAttributes) GetAwsPartitionOk +

func (*AWSAccountUpdateRequestAttributes) GetAwsPartitionOk @@ -89213,7 +89481,7 @@

func (*AWSAccountUp -

func (*AWSAccountUpdateRequestAttributes) GetAwsRegions +

func (*AWSAccountUpdateRequestAttributes) GetAwsRegions @@ -89226,7 +89494,7 @@

func (*AWSAccountUpdate -

func (*AWSAccountUpdateRequestAttributes) GetAwsRegionsOk +

func (*AWSAccountUpdateRequestAttributes) GetAwsRegionsOk @@ -89240,7 +89508,7 @@

func (*AWSAccountUpda -

func (*AWSAccountUpdateRequestAttributes) GetLogsConfig +

func (*AWSAccountUpdateRequestAttributes) GetLogsConfig @@ -89253,7 +89521,7 @@

func (*AWSAccountUpdate -

func (*AWSAccountUpdateRequestAttributes) GetLogsConfigOk +

func (*AWSAccountUpdateRequestAttributes) GetLogsConfigOk @@ -89267,7 +89535,7 @@

func (*AWSAccountUpda -

func (*AWSAccountUpdateRequestAttributes) GetMetricsConfig +

func (*AWSAccountUpdateRequestAttributes) GetMetricsConfig @@ -89280,7 +89548,7 @@

func (*AWSAccountUpd -

func (*AWSAccountUpdateRequestAttributes) GetMetricsConfigOk +

func (*AWSAccountUpdateRequestAttributes) GetMetricsConfigOk @@ -89294,7 +89562,7 @@

func (*AWSAccountU -

func (*AWSAccountUpdateRequestAttributes) GetResourcesConfig +

func (*AWSAccountUpdateRequestAttributes) GetResourcesConfig @@ -89307,7 +89575,7 @@

func (*AWSAccountU -

func (*AWSAccountUpdateRequestAttributes) GetResourcesConfigOk +

func (*AWSAccountUpdateRequestAttributes) GetResourcesConfigOk @@ -89321,7 +89589,7 @@

func (*AWSAccoun -

func (*AWSAccountUpdateRequestAttributes) GetTracesConfig +

func (*AWSAccountUpdateRequestAttributes) GetTracesConfig @@ -89334,7 +89602,7 @@

func (*AWSAccountUpda -

func (*AWSAccountUpdateRequestAttributes) GetTracesConfigOk +

func (*AWSAccountUpdateRequestAttributes) GetTracesConfigOk @@ -89348,7 +89616,7 @@

func (*AWSAccountUp -

func (*AWSAccountUpdateRequestAttributes) HasAccountTags +

func (*AWSAccountUpdateRequestAttributes) HasAccountTags @@ -89361,7 +89629,7 @@

func (*AWSAccountUpdat -

func (*AWSAccountUpdateRequestAttributes) HasAuthConfig +

func (*AWSAccountUpdateRequestAttributes) HasAuthConfig @@ -89374,7 +89642,7 @@

func (*AWSAccountUpdate -

func (*AWSAccountUpdateRequestAttributes) HasAwsPartition +

func (*AWSAccountUpdateRequestAttributes) HasAwsPartition @@ -89387,7 +89655,7 @@

func (*AWSAccountUpda -

func (*AWSAccountUpdateRequestAttributes) HasAwsRegions +

func (*AWSAccountUpdateRequestAttributes) HasAwsRegions @@ -89400,7 +89668,7 @@

func (*AWSAccountUpdate -

func (*AWSAccountUpdateRequestAttributes) HasLogsConfig +

func (*AWSAccountUpdateRequestAttributes) HasLogsConfig @@ -89413,7 +89681,7 @@

func (*AWSAccountUpdate -

func (*AWSAccountUpdateRequestAttributes) HasMetricsConfig +

func (*AWSAccountUpdateRequestAttributes) HasMetricsConfig @@ -89426,7 +89694,7 @@

func (*AWSAccountUpd -

func (*AWSAccountUpdateRequestAttributes) HasResourcesConfig +

func (*AWSAccountUpdateRequestAttributes) HasResourcesConfig @@ -89439,7 +89707,7 @@

func (*AWSAccountU -

func (*AWSAccountUpdateRequestAttributes) HasTracesConfig +

func (*AWSAccountUpdateRequestAttributes) HasTracesConfig @@ -89452,7 +89720,7 @@

func (*AWSAccountUpda -

func (AWSAccountUpdateRequestAttributes) MarshalJSON +

func (AWSAccountUpdateRequestAttributes) MarshalJSON @@ -89465,7 +89733,7 @@

func (AWSAccountUpdateReq -

func (*AWSAccountUpdateRequestAttributes) SetAccountTags +

func (*AWSAccountUpdateRequestAttributes) SetAccountTags @@ -89478,7 +89746,7 @@

func (*AWSAccountUpdat -

func (*AWSAccountUpdateRequestAttributes) SetAccountTagsNil +

func (*AWSAccountUpdateRequestAttributes) SetAccountTagsNil @@ -89491,7 +89759,7 @@

func (*AWSAccountUp -

func (*AWSAccountUpdateRequestAttributes) SetAuthConfig +

func (*AWSAccountUpdateRequestAttributes) SetAuthConfig @@ -89504,7 +89772,7 @@

func (*AWSAccountUpdate -

func (*AWSAccountUpdateRequestAttributes) SetAwsAccountId +

func (*AWSAccountUpdateRequestAttributes) SetAwsAccountId @@ -89517,7 +89785,7 @@

func (*AWSAccountUpda -

func (*AWSAccountUpdateRequestAttributes) SetAwsPartition +

func (*AWSAccountUpdateRequestAttributes) SetAwsPartition @@ -89530,7 +89798,7 @@

func (*AWSAccountUpda -

func (*AWSAccountUpdateRequestAttributes) SetAwsRegions +

func (*AWSAccountUpdateRequestAttributes) SetAwsRegions @@ -89543,7 +89811,7 @@

func (*AWSAccountUpdate -

func (*AWSAccountUpdateRequestAttributes) SetLogsConfig +

func (*AWSAccountUpdateRequestAttributes) SetLogsConfig @@ -89556,7 +89824,7 @@

func (*AWSAccountUpdate -

func (*AWSAccountUpdateRequestAttributes) SetMetricsConfig +

func (*AWSAccountUpdateRequestAttributes) SetMetricsConfig @@ -89569,7 +89837,7 @@

func (*AWSAccountUpd -

func (*AWSAccountUpdateRequestAttributes) SetResourcesConfig +

func (*AWSAccountUpdateRequestAttributes) SetResourcesConfig @@ -89582,7 +89850,7 @@

func (*AWSAccountU -

func (*AWSAccountUpdateRequestAttributes) SetTracesConfig +

func (*AWSAccountUpdateRequestAttributes) SetTracesConfig @@ -89595,7 +89863,7 @@

func (*AWSAccountUpda -

func (*AWSAccountUpdateRequestAttributes) UnmarshalJSON +

func (*AWSAccountUpdateRequestAttributes) UnmarshalJSON @@ -89608,7 +89876,7 @@

func (*AWSAccountUpdate -

func (*AWSAccountUpdateRequestAttributes) UnsetAccountTags +

func (*AWSAccountUpdateRequestAttributes) UnsetAccountTags @@ -89628,12 +89896,14 @@

type // The AWS Account Integration Config to be updated + // The AWS Account Integration Config to be updated. Attributes AWSAccountUpdateRequestAttributes `json:"attributes"` - // Unique Datadog ID of the AWS Account Integration Config + // Unique Datadog ID of the AWS Account Integration Config. + // To get the config ID for an account, use the [List all AWS integrations](https://docs.datadoghq.com/api/latest/aws-integration/#list-all-aws-integrations) + // endpoint and query by AWS Account ID. Id *string `json:"id,omitempty"` // AWS Account resource type. Type AWSAccountType `json:"type"` @@ -89653,7 +89923,7 @@

type func NewAWSAccountUpdateRequestData +

func NewAWSAccountUpdateRequestData @@ -89668,7 +89938,7 @@

func func NewAWSAccountUpdateRequestDataWithDefaults +

func NewAWSAccountUpdateRequestDataWithDefaults @@ -89684,7 +89954,7 @@

func func (*AWSAccountUpdateRequestData) GetAttributes +

func (*AWSAccountUpdateRequestData) GetAttributes @@ -89697,7 +89967,7 @@

func (*AWSAccountUpdateReques -

func (*AWSAccountUpdateRequestData) GetAttributesOk +

func (*AWSAccountUpdateRequestData) GetAttributesOk @@ -89711,7 +89981,7 @@

func (*AWSAccountUpdateRequ -

func (*AWSAccountUpdateRequestData) GetId +

func (*AWSAccountUpdateRequestData) GetId @@ -89724,7 +89994,7 @@

func (*AWSAccountUpdateRequestData) < -

func (*AWSAccountUpdateRequestData) GetIdOk +

func (*AWSAccountUpdateRequestData) GetIdOk @@ -89738,7 +90008,7 @@

func (*AWSAccountUpdateRequestData) -

func (*AWSAccountUpdateRequestData) GetType +

func (*AWSAccountUpdateRequestData) GetType @@ -89751,7 +90021,7 @@

func (*AWSAccountUpdateRequestData) -

func (*AWSAccountUpdateRequestData) GetTypeOk +

func (*AWSAccountUpdateRequestData) GetTypeOk @@ -89765,7 +90035,7 @@

func (*AWSAccountUpdateRequestDat -

func (*AWSAccountUpdateRequestData) HasId +

func (*AWSAccountUpdateRequestData) HasId @@ -89778,7 +90048,7 @@

func (*AWSAccountUpdateRequestData) < -

func (AWSAccountUpdateRequestData) MarshalJSON +

func (AWSAccountUpdateRequestData) MarshalJSON @@ -89791,7 +90061,7 @@

func (AWSAccountUpdateRequestDa -

func (*AWSAccountUpdateRequestData) SetAttributes +

func (*AWSAccountUpdateRequestData) SetAttributes @@ -89804,7 +90074,7 @@

func (*AWSAccountUpdateReques -

func (*AWSAccountUpdateRequestData) SetId +

func (*AWSAccountUpdateRequestData) SetId @@ -89817,7 +90087,7 @@

func (*AWSAccountUpdateRequestData) < -

func (*AWSAccountUpdateRequestData) SetType +

func (*AWSAccountUpdateRequestData) SetType @@ -89830,7 +90100,7 @@

func (*AWSAccountUpdateRequestData) -

func (*AWSAccountUpdateRequestData) UnmarshalJSON +

func (*AWSAccountUpdateRequestData) UnmarshalJSON @@ -89850,10 +90120,10 @@

type // List of AWS Account Integration Configs + // List of AWS Account Integration Configs. Data []AWSAccountResponseData `json:"data"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -89975,7 +90245,7 @@

type AWSAuthConfigKeys *AWSAuthConfigKeys @@ -90068,12 +90338,12 @@

type // AWS Access Key ID + // AWS Access Key ID. AccessKeyId string `json:"access_key_id"` - // AWS Secret Access Key + // AWS Secret Access Key. SecretAccessKey *string `json:"secret_access_key,omitempty"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -90248,12 +90518,12 @@

type // AWS IAM External ID for associated role + // AWS IAM External ID for associated role. ExternalId *string `json:"external_id,omitempty"` - // AWS IAM Role name + // AWS IAM Role name. RoleName string `json:"role_name"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -90491,7 +90761,7 @@

func (*AWSIntegrationApi) AWSIntegrationApi) DeleteAWSAccount(ctx _context.Context, awsAccountConfigId string) (*_nethttp.Response, error)

DeleteAWSAccount Delete an AWS integration. -Delete an AWS Account Integration Config +Delete an AWS Account Integration Config by config ID. @@ -90505,7 +90775,7 @@

func (*AWSIntegrationApi) AWSIntegrationApi) GetAWSAccount(ctx _context.Context, awsAccountConfigId string) (AWSAccountResponse, *_nethttp.Response, error)

GetAWSAccount Get an AWS integration by config ID. -Get an AWS Account Integration Config +Get an AWS Account Integration Config by config ID. @@ -90547,7 +90817,7 @@

func (*AWSIntegrationApi) AWSIntegrationApi) UpdateAWSAccount(ctx _context.Context, awsAccountConfigId string, body AWSAccountUpdateRequest) (AWSAccountResponse, *_nethttp.Response, error)

UpdateAWSAccount Update an AWS integration. -Update an AWS Account Integration Config +Update an AWS Account Integration Config by config ID. @@ -90556,17 +90826,19 @@

func (*AWSIntegrationApi) type AWSLambdaForwarderConfig +

type AWSLambdaForwarderConfig

-

AWSLambdaForwarderConfig AWS Lambda forwarder +

AWSLambdaForwarderConfig Log Autosubscription configuration for Datadog Forwarder Lambda functions. Automatically set up triggers for existing +and new logs for some services, ensuring no logs from new resources are missed and saving time spent on manual configuration.

type AWSLambdaForwarderConfig struct {
-    // List of Datadog Lambda Log Forwarder ARNs
+    // List of Datadog Lambda Log Forwarder ARNs in your AWS account. Defaults to `[]`.
     Lambdas []string `json:"lambdas,omitempty"`
-    // List of AWS services that will send logs to the Datadog Lambda Log Forwarder
+    // List of service IDs set to enable automatic log collection. Discover the list of available services with the
+    // [Get list of AWS log ready services](https://docs.datadoghq.com/api/latest/aws-logs-integration/#get-list-of-aws-log-ready-services) endpoint.
     Sources []string `json:"sources,omitempty"`
     // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
     UnparsedObject       map[string]interface{} `json:"-"`
@@ -90584,7 +90856,7 @@ 

type func NewAWSLambdaForwarderConfig +

func NewAWSLambdaForwarderConfig @@ -90599,7 +90871,7 @@

func func NewAWSLambdaForwarderConfigWithDefaults +

func NewAWSLambdaForwarderConfigWithDefaults @@ -90615,7 +90887,7 @@

func func (*AWSLambdaForwarderConfig) GetLambdas +

func (*AWSLambdaForwarderConfig) GetLambdas @@ -90628,7 +90900,7 @@

func (*AWSLambdaForwarderConfig) func (*AWSLambdaForwarderConfig) GetLambdasOk +

func (*AWSLambdaForwarderConfig) GetLambdasOk @@ -90642,7 +90914,7 @@

func (*AWSLambdaForwarderConfig) -

func (*AWSLambdaForwarderConfig) GetSources +

func (*AWSLambdaForwarderConfig) GetSources @@ -90655,7 +90927,7 @@

func (*AWSLambdaForwarderConfig) func (*AWSLambdaForwarderConfig) GetSourcesOk +

func (*AWSLambdaForwarderConfig) GetSourcesOk @@ -90669,7 +90941,7 @@

func (*AWSLambdaForwarderConfig) -

func (*AWSLambdaForwarderConfig) HasLambdas +

func (*AWSLambdaForwarderConfig) HasLambdas @@ -90682,7 +90954,7 @@

func (*AWSLambdaForwarderConfig) func (*AWSLambdaForwarderConfig) HasSources +

func (*AWSLambdaForwarderConfig) HasSources @@ -90695,7 +90967,7 @@

func (*AWSLambdaForwarderConfig) func (AWSLambdaForwarderConfig) MarshalJSON +

func (AWSLambdaForwarderConfig) MarshalJSON @@ -90708,7 +90980,7 @@

func (AWSLambdaForwarderConfig) func (*AWSLambdaForwarderConfig) SetLambdas +

func (*AWSLambdaForwarderConfig) SetLambdas @@ -90721,7 +90993,7 @@

func (*AWSLambdaForwarderConfig) func (*AWSLambdaForwarderConfig) SetSources +

func (*AWSLambdaForwarderConfig) SetSources @@ -90734,7 +91006,7 @@

func (*AWSLambdaForwarderConfig) func (*AWSLambdaForwarderConfig) UnmarshalJSON +

func (*AWSLambdaForwarderConfig) UnmarshalJSON @@ -90754,10 +91026,11 @@

type // AWS Lambda forwarder + // Log Autosubscription configuration for Datadog Forwarder Lambda functions. Automatically set up triggers for existing + // and new logs for some services, ensuring no logs from new resources are missed and saving time spent on manual configuration. LambdaForwarder *AWSLambdaForwarderConfig `json:"lambda_forwarder,omitempty"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -90775,7 +91048,7 @@

type func NewAWSLogsConfig +

func NewAWSLogsConfig @@ -90790,7 +91063,7 @@

func func NewAWSLogsConfigWithDefaults +

func NewAWSLogsConfigWithDefaults @@ -90806,7 +91079,7 @@

func func (*AWSLogsConfig) GetLambdaForwarder +

func (*AWSLogsConfig) GetLambdaForwarder @@ -90819,7 +91092,7 @@

func (*AWSLogsConfig) func (*AWSLogsConfig) GetLambdaForwarderOk +

func (*AWSLogsConfig) GetLambdaForwarderOk @@ -90833,7 +91106,7 @@

func (*AWSLogsConfig) func (*AWSLogsConfig) HasLambdaForwarder +

func (*AWSLogsConfig) HasLambdaForwarder @@ -90846,7 +91119,7 @@

func (*AWSLogsConfig) func (AWSLogsConfig) MarshalJSON +

func (AWSLogsConfig) MarshalJSON @@ -90859,7 +91132,7 @@

func (AWSLogsConfig) func (*AWSLogsConfig) SetLambdaForwarder +

func (*AWSLogsConfig) SetLambdaForwarder @@ -90872,7 +91145,7 @@

func (*AWSLogsConfig) func (*AWSLogsConfig) UnmarshalJSON +

func (*AWSLogsConfig) UnmarshalJSON @@ -91507,20 +91780,20 @@

type // Enable EC2 automute for AWS metrics + // Enable EC2 automute for AWS metrics. Defaults to `true`. AutomuteEnabled *bool `json:"automute_enabled,omitempty"` - // Enable CloudWatch alarms collection + // Enable CloudWatch alarms collection. Defaults to `false`. CollectCloudwatchAlarms *bool `json:"collect_cloudwatch_alarms,omitempty"` - // Enable custom metrics collection + // Enable custom metrics collection. Defaults to `false`. CollectCustomMetrics *bool `json:"collect_custom_metrics,omitempty"` - // Enable AWS metrics collection + // Enable AWS metrics collection. Defaults to `true`. Enabled *bool `json:"enabled,omitempty"` - // AWS Metrics namespace filters + // AWS Metrics namespace filters. Defaults to `exclude_only`. NamespaceFilters *AWSNamespaceFilters `json:"namespace_filters,omitempty"` - // AWS Metrics tag filters list + // AWS Metrics collection tag filters list. Defaults to `[]`. TagFilters []AWSNamespaceTagFilter `json:"tag_filters,omitempty"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -91920,7 +92193,7 @@

type AWSNamespaceFiltersExcludeOnly *AWSNamespaceFiltersExcludeOnly @@ -92008,15 +92281,17 @@

func (*AWSNamespaceFilters) type AWSNamespaceFiltersExcludeOnly +

type AWSNamespaceFiltersExcludeOnly

-

AWSNamespaceFiltersExcludeOnly Exclude only these namespaces +

AWSNamespaceFiltersExcludeOnly Exclude only these namespaces from metrics collection. Defaults to `["AWS/SQS", "AWS/ElasticMapReduce"]`. +`AWS/SQS` and `AWS/ElasticMapReduce` are excluded by default to reduce your AWS CloudWatch costs from `GetMetricData` API calls.

type AWSNamespaceFiltersExcludeOnly struct {
-    // Exclude only these namespaces
+    // Exclude only these namespaces from metrics collection. Defaults to `["AWS/SQS", "AWS/ElasticMapReduce"]`.
+    // `AWS/SQS` and `AWS/ElasticMapReduce` are excluded by default to reduce your AWS CloudWatch costs from `GetMetricData` API calls.
     ExcludeOnly []string `json:"exclude_only"`
     // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
     UnparsedObject       map[string]interface{} `json:"-"`
@@ -92034,7 +92309,7 @@ 

type func NewAWSNamespaceFiltersExcludeOnly +

func NewAWSNamespaceFiltersExcludeOnly @@ -92049,7 +92324,7 @@

func func NewAWSNamespaceFiltersExcludeOnlyWithDefaults +

func NewAWSNamespaceFiltersExcludeOnlyWithDefaults @@ -92065,7 +92340,7 @@

func func (*AWSNamespaceFiltersExcludeOnly) GetExcludeOnly +

func (*AWSNamespaceFiltersExcludeOnly) GetExcludeOnly @@ -92078,7 +92353,7 @@

func (*AWSNamespaceFilter -

func (*AWSNamespaceFiltersExcludeOnly) GetExcludeOnlyOk +

func (*AWSNamespaceFiltersExcludeOnly) GetExcludeOnlyOk @@ -92092,7 +92367,7 @@

func (*AWSNamespaceFilt -

func (AWSNamespaceFiltersExcludeOnly) MarshalJSON +

func (AWSNamespaceFiltersExcludeOnly) MarshalJSON @@ -92105,7 +92380,7 @@

func (AWSNamespaceFiltersExc -

func (*AWSNamespaceFiltersExcludeOnly) SetExcludeOnly +

func (*AWSNamespaceFiltersExcludeOnly) SetExcludeOnly @@ -92118,7 +92393,7 @@

func (*AWSNamespaceFilter -

func (*AWSNamespaceFiltersExcludeOnly) UnmarshalJSON +

func (*AWSNamespaceFiltersExcludeOnly) UnmarshalJSON @@ -92138,10 +92413,10 @@

type // Include only these namespaces + // Include only these namespaces. IncludeOnly []string `json:"include_only"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -92258,17 +92533,21 @@

func (*AWSNamespaceFilters -

type AWSNamespaceTagFilter +

type AWSNamespaceTagFilter

-

AWSNamespaceTagFilter AWS Metrics tag filters +

AWSNamespaceTagFilter AWS Metrics Collection tag filters list. Defaults to `[]`. +The array of custom AWS resource tags (in the form `key:value`) defines a filter that Datadog uses when collecting metrics from a specified service. +Wildcards, such as `?` (match a single character) and `*` (match multiple characters), and exclusion using `!` before the tag are supported. +For EC2, only hosts that match one of the defined tags will be imported into Datadog. The rest will be ignored. +For example, `env:production,instance-type:c?.*,!region:us-east-1`.

type AWSNamespaceTagFilter struct {
-    // The AWS Namespace to apply the tag filters against
+    // The AWS service for which the tag filters defined in `tags` will be applied.
     Namespace *string `json:"namespace,omitempty"`
-    // The tags to filter based on
+    // The AWS resource tags to filter on for the service specified by `namespace`.
     Tags datadog.NullableList[string] `json:"tags,omitempty"`
     // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
     UnparsedObject       map[string]interface{} `json:"-"`
@@ -92286,7 +92565,7 @@ 

type func NewAWSNamespaceTagFilter +

func NewAWSNamespaceTagFilter @@ -92301,7 +92580,7 @@

func func NewAWSNamespaceTagFilterWithDefaults +

func NewAWSNamespaceTagFilterWithDefaults @@ -92317,7 +92596,7 @@

func func (*AWSNamespaceTagFilter) GetNamespace +

func (*AWSNamespaceTagFilter) GetNamespace @@ -92330,7 +92609,7 @@

func (*AWSNamespaceTagFilter) func (*AWSNamespaceTagFilter) GetNamespaceOk +

func (*AWSNamespaceTagFilter) GetNamespaceOk @@ -92344,7 +92623,7 @@

func (*AWSNamespaceTagFilter) func (*AWSNamespaceTagFilter) GetTags +

func (*AWSNamespaceTagFilter) GetTags @@ -92357,7 +92636,7 @@

func (*AWSNamespaceTagFilter) func (*AWSNamespaceTagFilter) GetTagsOk +

func (*AWSNamespaceTagFilter) GetTagsOk @@ -92372,7 +92651,7 @@

func (*AWSNamespaceTagFilter) func (*AWSNamespaceTagFilter) HasNamespace +

func (*AWSNamespaceTagFilter) HasNamespace @@ -92385,7 +92664,7 @@

func (*AWSNamespaceTagFilter) func (*AWSNamespaceTagFilter) HasTags +

func (*AWSNamespaceTagFilter) HasTags @@ -92398,7 +92677,7 @@

func (*AWSNamespaceTagFilter) func (AWSNamespaceTagFilter) MarshalJSON +

func (AWSNamespaceTagFilter) MarshalJSON @@ -92411,7 +92690,7 @@

func (AWSNamespaceTagFilter) func (*AWSNamespaceTagFilter) SetNamespace +

func (*AWSNamespaceTagFilter) SetNamespace @@ -92424,7 +92703,7 @@

func (*AWSNamespaceTagFilter) func (*AWSNamespaceTagFilter) SetTags +

func (*AWSNamespaceTagFilter) SetTags @@ -92437,7 +92716,7 @@

func (*AWSNamespaceTagFilter) func (*AWSNamespaceTagFilter) SetTagsNil +

func (*AWSNamespaceTagFilter) SetTagsNil @@ -92450,7 +92729,7 @@

func (*AWSNamespaceTagFilter) func (*AWSNamespaceTagFilter) UnmarshalJSON +

func (*AWSNamespaceTagFilter) UnmarshalJSON @@ -92463,7 +92742,7 @@

func (*AWSNamespaceTagFilter) func (*AWSNamespaceTagFilter) UnsetTags +

func (*AWSNamespaceTagFilter) UnsetTags @@ -92483,10 +92762,10 @@

type // AWS Namespaces response body + // AWS Namespaces response data. Data AWSNamespacesResponseData `json:"data"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -92608,10 +92887,10 @@

type // AWS CloudWatch namespace + // AWS CloudWatch namespace. Namespaces []string `json:"namespaces"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -92733,10 +93012,10 @@

type // AWS Namespaces response body + // AWS Namespaces response attributes. Attributes *AWSNamespacesResponseAttributes `json:"attributes,omitempty"` // The `AWSNamespacesResponseData` `id`. Id string `json:"id"` @@ -93049,10 +93328,10 @@

type // AWS External ID response body + // AWS External ID response body. Data AWSNewExternalIDResponseData `json:"data"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -93174,10 +93453,10 @@

type // AWS IAM External ID for associated role + // AWS IAM External ID for associated role. ExternalId string `json:"external_id"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -93299,10 +93578,10 @@

type // AWS External ID response body + // AWS External ID response body. Attributes *AWSNewExternalIDResponseAttributes `json:"attributes,omitempty"` // The `AWSNewExternalIDResponseData` `id`. Id string `json:"id"` @@ -93615,7 +93894,7 @@

type AWSRegionsIncludeAll *AWSRegionsIncludeAll @@ -93708,10 +93987,10 @@

type // Include all regions + // Include all regions. IncludeAll bool `json:"include_all"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -93833,10 +94112,10 @@

type // Include only these regions + // Include only these regions. IncludeOnly []string `json:"include_only"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -93958,12 +94237,12 @@

type // Whether Datadog collects cloud security posture management resources from your AWS account. + // Enable Cloud Security Management to scan AWS resources for vulnerabilities, misconfigurations, identity risks, and compliance violations. Defaults to `false`. Requires `extended_collection` to be set to `true`. CloudSecurityPostureManagementCollection *bool `json:"cloud_security_posture_management_collection,omitempty"` - // Whether Datadog collects additional attributes and configuration information about the resources in your AWS account. Required for `cspm_resource_collection`. + // Whether Datadog collects additional attributes and configuration information about the resources in your AWS account. Defaults to `true`. Required for `cloud_security_posture_management_collection`. ExtendedCollection *bool `json:"extended_collection,omitempty"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -94151,10 +94430,10 @@

type // AWS X-Ray services to collect traces from + // AWS X-Ray services to collect traces from. Defaults to `include_only`. XrayServices *XRayServicesList `json:"xray_services,omitempty"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -272088,6 +272367,8 @@

type FilterQueried *bool FilterTags *string WindowSeconds *int64 + PageSize *int32 + PageCursor *string }

@@ -272101,7 +272382,7 @@

type func NewListTagConfigurationsOptionalParameters +

func NewListTagConfigurationsOptionalParameters @@ -272115,7 +272396,7 @@

func func (*ListTagConfigurationsOptionalParameters) WithFilterConfigured +

func (*ListTagConfigurationsOptionalParameters) WithFilterConfigured @@ -272128,7 +272409,7 @@

func (*Lis -

func (*ListTagConfigurationsOptionalParameters) WithFilterIncludePercentiles +

func (*ListTagConfigurationsOptionalParameters) WithFilterIncludePercentiles @@ -272141,7 +272422,7 @@

fu -

func (*ListTagConfigurationsOptionalParameters) WithFilterMetricType +

func (*ListTagConfigurationsOptionalParameters) WithFilterMetricType @@ -272154,7 +272435,7 @@

func (*Lis -

func (*ListTagConfigurationsOptionalParameters) WithFilterQueried +

func (*ListTagConfigurationsOptionalParameters) WithFilterQueried @@ -272167,7 +272448,7 @@

func (*ListTa -

func (*ListTagConfigurationsOptionalParameters) WithFilterTags +

func (*ListTagConfigurationsOptionalParameters) WithFilterTags @@ -272180,7 +272461,7 @@

func (*ListTagCo -

func (*ListTagConfigurationsOptionalParameters) WithFilterTagsConfigured +

func (*ListTagConfigurationsOptionalParameters) WithFilterTagsConfigured @@ -272193,7 +272474,33 @@

func ( -

func (*ListTagConfigurationsOptionalParameters) WithWindowSeconds +

func (*ListTagConfigurationsOptionalParameters) WithPageCursor + + + +

+
func (r *ListTagConfigurationsOptionalParameters) WithPageCursor(pageCursor string) *ListTagConfigurationsOptionalParameters
+

WithPageCursor sets the corresponding parameter name and returns the struct. + + + + + + +

func (*ListTagConfigurationsOptionalParameters) WithPageSize + + + +

+
func (r *ListTagConfigurationsOptionalParameters) WithPageSize(pageSize int32) *ListTagConfigurationsOptionalParameters
+

WithPageSize sets the corresponding parameter name and returns the struct. + + + + + + +

func (*ListTagConfigurationsOptionalParameters) WithWindowSeconds @@ -296375,6 +296682,457 @@

func (*MetricIntakeType) type MetricMetaPage + + + +

+

MetricMetaPage Paging attributes. Only present if pagination query parameters were provided. + +

type MetricMetaPage struct {
+    // The cursor used to get the current results, if any.
+    Cursor datadog.NullableString `json:"cursor,omitempty"`
+    // Number of results returned
+    Limit *int32 `json:"limit,omitempty"`
+    // The cursor used to get the next results, if any.
+    NextCursor datadog.NullableString `json:"next_cursor,omitempty"`
+    // Type of metric pagination.
+    Type *MetricMetaPageType `json:"type,omitempty"`
+    // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
+    UnparsedObject       map[string]interface{} `json:"-"`
+    AdditionalProperties map[string]interface{} `json:"-"`
+}
+
+ + + + + + + + + + + +

func NewMetricMetaPage + + + +

+
func NewMetricMetaPage() *MetricMetaPage
+

NewMetricMetaPage instantiates a new MetricMetaPage object. +This constructor will assign default values to properties that have it defined, +and makes sure properties required by API are set, but the set of arguments +will change when the set of required properties is changed. + + + + + +

func NewMetricMetaPageWithDefaults + + + +

+
func NewMetricMetaPageWithDefaults() *MetricMetaPage
+

NewMetricMetaPageWithDefaults instantiates a new MetricMetaPage object. +This constructor will only assign default values to properties that have it defined, +but it doesn't guarantee that properties required by API are set. + + + + + + + +

func (*MetricMetaPage) GetCursor + + + +

+
func (o *MetricMetaPage) GetCursor() string
+

GetCursor returns the Cursor field value if set, zero value otherwise (both if not set or set to explicit null). + + + + + + +

func (*MetricMetaPage) GetCursorOk + + + +

+
func (o *MetricMetaPage) GetCursorOk() (*string, bool)
+

GetCursorOk returns a tuple with the Cursor field value if set, nil otherwise +and a boolean to check if the value has been set. +NOTE: If the value is an explicit nil, `nil, true` will be returned. + + + + + + +

func (*MetricMetaPage) GetLimit + + + +

+
func (o *MetricMetaPage) GetLimit() int32
+

GetLimit returns the Limit field value if set, zero value otherwise. + + + + + + +

func (*MetricMetaPage) GetLimitOk + + + +

+
func (o *MetricMetaPage) GetLimitOk() (*int32, bool)
+

GetLimitOk returns a tuple with the Limit field value if set, nil otherwise +and a boolean to check if the value has been set. + + + + + + +

func (*MetricMetaPage) GetNextCursor + + + +

+
func (o *MetricMetaPage) GetNextCursor() string
+

GetNextCursor returns the NextCursor field value if set, zero value otherwise (both if not set or set to explicit null). + + + + + + +

func (*MetricMetaPage) GetNextCursorOk + + + +

+
func (o *MetricMetaPage) GetNextCursorOk() (*string, bool)
+

GetNextCursorOk returns a tuple with the NextCursor field value if set, nil otherwise +and a boolean to check if the value has been set. +NOTE: If the value is an explicit nil, `nil, true` will be returned. + + + + + + +

func (*MetricMetaPage) GetType + + + +

+
func (o *MetricMetaPage) GetType() MetricMetaPageType
+

GetType returns the Type field value if set, zero value otherwise. + + + + + + +

func (*MetricMetaPage) GetTypeOk + + + +

+
func (o *MetricMetaPage) GetTypeOk() (*MetricMetaPageType, bool)
+

GetTypeOk returns a tuple with the Type field value if set, nil otherwise +and a boolean to check if the value has been set. + + + + + + +

func (*MetricMetaPage) HasCursor + + + +

+
func (o *MetricMetaPage) HasCursor() bool
+

HasCursor returns a boolean if a field has been set. + + + + + + +

func (*MetricMetaPage) HasLimit + + + +

+
func (o *MetricMetaPage) HasLimit() bool
+

HasLimit returns a boolean if a field has been set. + + + + + + +

func (*MetricMetaPage) HasNextCursor + + + +

+
func (o *MetricMetaPage) HasNextCursor() bool
+

HasNextCursor returns a boolean if a field has been set. + + + + + + +

func (*MetricMetaPage) HasType + + + +

+
func (o *MetricMetaPage) HasType() bool
+

HasType returns a boolean if a field has been set. + + + + + + +

func (MetricMetaPage) MarshalJSON + + + +

+
func (o MetricMetaPage) MarshalJSON() ([]byte, error)
+

MarshalJSON serializes the struct using spec logic. + + + + + + +

func (*MetricMetaPage) SetCursor + + + +

+
func (o *MetricMetaPage) SetCursor(v string)
+

SetCursor gets a reference to the given datadog.NullableString and assigns it to the Cursor field. + + + + + + +

func (*MetricMetaPage) SetCursorNil + + + +

+
func (o *MetricMetaPage) SetCursorNil()
+

SetCursorNil sets the value for Cursor to be an explicit nil. + + + + + + +

func (*MetricMetaPage) SetLimit + + + +

+
func (o *MetricMetaPage) SetLimit(v int32)
+

SetLimit gets a reference to the given int32 and assigns it to the Limit field. + + + + + + +

func (*MetricMetaPage) SetNextCursor + + + +

+
func (o *MetricMetaPage) SetNextCursor(v string)
+

SetNextCursor gets a reference to the given datadog.NullableString and assigns it to the NextCursor field. + + + + + + +

func (*MetricMetaPage) SetNextCursorNil + + + +

+
func (o *MetricMetaPage) SetNextCursorNil()
+

SetNextCursorNil sets the value for NextCursor to be an explicit nil. + + + + + + +

func (*MetricMetaPage) SetType + + + +

+
func (o *MetricMetaPage) SetType(v MetricMetaPageType)
+

SetType gets a reference to the given MetricMetaPageType and assigns it to the Type field. + + + + + + +

func (*MetricMetaPage) UnmarshalJSON + + + +

+
func (o *MetricMetaPage) UnmarshalJSON(bytes []byte) (err error)
+

UnmarshalJSON deserializes the given payload. + + + + + + +

func (*MetricMetaPage) UnsetCursor + + + +

+
func (o *MetricMetaPage) UnsetCursor()
+

UnsetCursor ensures that no value is present for Cursor, not even an explicit nil. + + + + + + +

func (*MetricMetaPage) UnsetNextCursor + + + +

+
func (o *MetricMetaPage) UnsetNextCursor()
+

UnsetNextCursor ensures that no value is present for NextCursor, not even an explicit nil. + + + + + + + + +

type MetricMetaPageType + + + +

+

MetricMetaPageType Type of metric pagination. + +

type MetricMetaPageType string
+ + +

List of MetricMetaPageType. + +

const (
+    METRICMETAPAGETYPE_CURSOR_LIMIT MetricMetaPageType = "cursor_limit"
+)
+ + + + + + + + + + +

func NewMetricMetaPageTypeFromValue + + + +

+
func NewMetricMetaPageTypeFromValue(v string) (*MetricMetaPageType, error)
+

NewMetricMetaPageTypeFromValue returns a pointer to a valid MetricMetaPageType +for the value passed as argument, or an error if the value passed is not allowed by the enum. + + + + + + + +

func (*MetricMetaPageType) GetAllowedValues + + + +

+
func (v *MetricMetaPageType) GetAllowedValues() []MetricMetaPageType
+

GetAllowedValues reeturns the list of possible values. + + + + + + +

func (MetricMetaPageType) IsValid + + + +

+
func (v MetricMetaPageType) IsValid() bool
+

IsValid return true if the value is valid for the enum, false otherwise. + + + + + + +

func (MetricMetaPageType) Ptr + + + +

+
func (v MetricMetaPageType) Ptr() *MetricMetaPageType
+

Ptr returns reference to MetricMetaPageType value. + + + + + + +

func (*MetricMetaPageType) UnmarshalJSON + + + +

+
func (v *MetricMetaPageType) UnmarshalJSON(src []byte) error
+

UnmarshalJSON deserializes the given payload. + + + + + + + +

type MetricMetadata @@ -297393,6 +298151,144 @@

func (*MetricOrigin) type MetricPaginationMeta + + + +

+

MetricPaginationMeta Response metadata object. + +

type MetricPaginationMeta struct {
+    // Paging attributes. Only present if pagination query parameters were provided.
+    Pagination *MetricMetaPage `json:"pagination,omitempty"`
+    // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
+    UnparsedObject       map[string]interface{} `json:"-"`
+    AdditionalProperties map[string]interface{} `json:"-"`
+}
+
+ + + + + + + + + + + +

func NewMetricPaginationMeta + + + +

+
func NewMetricPaginationMeta() *MetricPaginationMeta
+

NewMetricPaginationMeta instantiates a new MetricPaginationMeta object. +This constructor will assign default values to properties that have it defined, +and makes sure properties required by API are set, but the set of arguments +will change when the set of required properties is changed. + + + + + +

func NewMetricPaginationMetaWithDefaults + + + +

+
func NewMetricPaginationMetaWithDefaults() *MetricPaginationMeta
+

NewMetricPaginationMetaWithDefaults instantiates a new MetricPaginationMeta object. +This constructor will only assign default values to properties that have it defined, +but it doesn't guarantee that properties required by API are set. + + + + + + + +

func (*MetricPaginationMeta) GetPagination + + + +

+
func (o *MetricPaginationMeta) GetPagination() MetricMetaPage
+

GetPagination returns the Pagination field value if set, zero value otherwise. + + + + + + +

func (*MetricPaginationMeta) GetPaginationOk + + + +

+
func (o *MetricPaginationMeta) GetPaginationOk() (*MetricMetaPage, bool)
+

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise +and a boolean to check if the value has been set. + + + + + + +

func (*MetricPaginationMeta) HasPagination + + + +

+
func (o *MetricPaginationMeta) HasPagination() bool
+

HasPagination returns a boolean if a field has been set. + + + + + + +

func (MetricPaginationMeta) MarshalJSON + + + +

+
func (o MetricPaginationMeta) MarshalJSON() ([]byte, error)
+

MarshalJSON serializes the struct using spec logic. + + + + + + +

func (*MetricPaginationMeta) SetPagination + + + +

+
func (o *MetricPaginationMeta) SetPagination(v MetricMetaPage)
+

SetPagination gets a reference to the given MetricMetaPage and assigns it to the Pagination field. + + + + + + +

func (*MetricPaginationMeta) UnmarshalJSON + + + +

+
func (o *MetricPaginationMeta) UnmarshalJSON(bytes []byte) (err error)
+

UnmarshalJSON deserializes the given payload. + + + + + + + +

type MetricPayload @@ -302406,6 +303302,10 @@

type // Array of metrics and metric tag configurations. Data []MetricsAndMetricTagConfigurations `json:"data,omitempty"` + // Pagination links. Only present if pagination query parameters were provided. + Links *MetricsListResponseLinks `json:"links,omitempty"` + // Response metadata object. + Meta *MetricPaginationMeta `json:"meta,omitempty"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` AdditionalProperties map[string]interface{} `json:"-"` @@ -302422,7 +303322,7 @@

type func NewMetricsAndMetricTagConfigurationsResponse +

func NewMetricsAndMetricTagConfigurationsResponse @@ -302437,7 +303337,7 @@

func func NewMetricsAndMetricTagConfigurationsResponseWithDefaults +

func NewMetricsAndMetricTagConfigurationsResponseWithDefaults @@ -302453,7 +303353,7 @@

func func (*MetricsAndMetricTagConfigurationsResponse) GetData +

func (*MetricsAndMetricTagConfigurationsResponse) GetData @@ -302466,7 +303366,7 @@

func (*MetricsAndMetr -

func (*MetricsAndMetricTagConfigurationsResponse) GetDataOk +

func (*MetricsAndMetricTagConfigurationsResponse) GetDataOk @@ -302480,7 +303380,61 @@

func (*MetricsAndMe -

func (*MetricsAndMetricTagConfigurationsResponse) HasData +

+
func (o *MetricsAndMetricTagConfigurationsResponse) GetLinks() MetricsListResponseLinks
+

GetLinks returns the Links field value if set, zero value otherwise. + + + + + + +

func (*MetricsAndMetricTagConfigurationsResponse) GetLinksOk + + + +

+
func (o *MetricsAndMetricTagConfigurationsResponse) GetLinksOk() (*MetricsListResponseLinks, bool)
+

GetLinksOk returns a tuple with the Links field value if set, nil otherwise +and a boolean to check if the value has been set. + + + + + + +

func (*MetricsAndMetricTagConfigurationsResponse) GetMeta + + + +

+
func (o *MetricsAndMetricTagConfigurationsResponse) GetMeta() MetricPaginationMeta
+

GetMeta returns the Meta field value if set, zero value otherwise. + + + + + + +

func (*MetricsAndMetricTagConfigurationsResponse) GetMetaOk + + + +

+
func (o *MetricsAndMetricTagConfigurationsResponse) GetMetaOk() (*MetricPaginationMeta, bool)
+

GetMetaOk returns a tuple with the Meta field value if set, nil otherwise +and a boolean to check if the value has been set. + + + + + + +

func (*MetricsAndMetricTagConfigurationsResponse) HasData @@ -302493,7 +303447,33 @@

func (*MetricsAndMetr -

func (MetricsAndMetricTagConfigurationsResponse) MarshalJSON +

+
func (o *MetricsAndMetricTagConfigurationsResponse) HasLinks() bool
+

HasLinks returns a boolean if a field has been set. + + + + + + +

func (*MetricsAndMetricTagConfigurationsResponse) HasMeta + + + +

+
func (o *MetricsAndMetricTagConfigurationsResponse) HasMeta() bool
+

HasMeta returns a boolean if a field has been set. + + + + + + +

func (MetricsAndMetricTagConfigurationsResponse) MarshalJSON @@ -302506,7 +303486,7 @@

func (MetricsAndM -

func (*MetricsAndMetricTagConfigurationsResponse) SetData +

func (*MetricsAndMetricTagConfigurationsResponse) SetData @@ -302519,7 +303499,33 @@

func (*MetricsAndMetr -

func (*MetricsAndMetricTagConfigurationsResponse) UnmarshalJSON +

+
func (o *MetricsAndMetricTagConfigurationsResponse) SetLinks(v MetricsListResponseLinks)
+

SetLinks gets a reference to the given MetricsListResponseLinks and assigns it to the Links field. + + + + + + +

func (*MetricsAndMetricTagConfigurationsResponse) SetMeta + + + +

+
func (o *MetricsAndMetricTagConfigurationsResponse) SetMeta(v MetricPaginationMeta)
+

SetMeta gets a reference to the given MetricPaginationMeta and assigns it to the Meta field. + + + + + + +

func (*MetricsAndMetricTagConfigurationsResponse) UnmarshalJSON @@ -302553,7 +303559,7 @@

type func NewMetricsApi +

func NewMetricsApi @@ -302693,7 +303699,7 @@

func (*MetricsApi) func (*MetricsApi) ListTagConfigurations +

func (*MetricsApi) ListTagConfigurations @@ -302701,13 +303707,29 @@

func (*MetricsApi) MetricsApi) ListTagConfigurations(ctx _context.Context, o ...ListTagConfigurationsOptionalParameters) (MetricsAndMetricTagConfigurationsResponse, *_nethttp.Response, error)

ListTagConfigurations Get a list of metrics. Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified). +Optionally, paginate by using the `page[cursor]` and/or `page[size]` query parameters. +To fetch the first page, pass in a query parameter with either a valid `page[size]` or an empty cursor like `page[cursor]=`. To fetch the next page, pass in the `next_cursor` value from the response as the new `page[cursor]` value. +Once the `meta.pagination.next_cursor` value is null, all pages have been retrieved. -

func (*MetricsApi) ListTagsByMetricName +

func (*MetricsApi) ListTagConfigurationsWithPagination + + + +

+
func (a *MetricsApi) ListTagConfigurationsWithPagination(ctx _context.Context, o ...ListTagConfigurationsOptionalParameters) (<-chan datadog.PaginationResult[MetricsAndMetricTagConfigurations], func())
+

ListTagConfigurationsWithPagination provides a paginated version of ListTagConfigurations returning a channel with all items. + + + + + + +

func (*MetricsApi) ListTagsByMetricName @@ -302721,7 +303743,7 @@

func (*MetricsApi) func (*MetricsApi) ListVolumesByMetricName +

func (*MetricsApi) ListVolumesByMetricName @@ -302736,7 +303758,7 @@

func (*MetricsApi) func (*MetricsApi) QueryScalarData +

func (*MetricsApi) QueryScalarData @@ -302752,7 +303774,7 @@

func (*MetricsApi) func (*MetricsApi) QueryTimeseriesData +

func (*MetricsApi) QueryTimeseriesData @@ -302767,7 +303789,7 @@

func (*MetricsApi) func (*MetricsApi) SubmitMetrics +

func (*MetricsApi) SubmitMetrics @@ -302789,7 +303811,7 @@

func (*MetricsApi) func (*MetricsApi) UpdateTagConfiguration +

func (*MetricsApi) UpdateTagConfiguration @@ -302904,6 +303926,445 @@

func (*MetricsDataSource) type MetricsListResponseLinks + + + +

+

MetricsListResponseLinks Pagination links. Only present if pagination query parameters were provided. + +

type MetricsListResponseLinks struct {
+    // Link to the first page.
+    First *string `json:"first,omitempty"`
+    // Link to the last page.
+    Last datadog.NullableString `json:"last,omitempty"`
+    // Link to the next page.
+    Next datadog.NullableString `json:"next,omitempty"`
+    // Link to previous page.
+    Prev datadog.NullableString `json:"prev,omitempty"`
+    // Link to current page.
+    Self *string `json:"self,omitempty"`
+    // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
+    UnparsedObject       map[string]interface{} `json:"-"`
+    AdditionalProperties map[string]interface{} `json:"-"`
+}
+
+ + + + + + + + + + + + +
func NewMetricsListResponseLinks() *MetricsListResponseLinks
+

NewMetricsListResponseLinks instantiates a new MetricsListResponseLinks object. +This constructor will assign default values to properties that have it defined, +and makes sure properties required by API are set, but the set of arguments +will change when the set of required properties is changed. + + + + + +

func NewMetricsListResponseLinksWithDefaults + + + +

+
func NewMetricsListResponseLinksWithDefaults() *MetricsListResponseLinks
+

NewMetricsListResponseLinksWithDefaults instantiates a new MetricsListResponseLinks object. +This constructor will only assign default values to properties that have it defined, +but it doesn't guarantee that properties required by API are set. + + + + + + + +

func (*MetricsListResponseLinks) GetFirst + + + +

+
func (o *MetricsListResponseLinks) GetFirst() string
+

GetFirst returns the First field value if set, zero value otherwise. + + + + + + +

func (*MetricsListResponseLinks) GetFirstOk + + + +

+
func (o *MetricsListResponseLinks) GetFirstOk() (*string, bool)
+

GetFirstOk returns a tuple with the First field value if set, nil otherwise +and a boolean to check if the value has been set. + + + + + + +

func (*MetricsListResponseLinks) GetLast + + + +

+
func (o *MetricsListResponseLinks) GetLast() string
+

GetLast returns the Last field value if set, zero value otherwise (both if not set or set to explicit null). + + + + + + +

func (*MetricsListResponseLinks) GetLastOk + + + +

+
func (o *MetricsListResponseLinks) GetLastOk() (*string, bool)
+

GetLastOk returns a tuple with the Last field value if set, nil otherwise +and a boolean to check if the value has been set. +NOTE: If the value is an explicit nil, `nil, true` will be returned. + + + + + + +

func (*MetricsListResponseLinks) GetNext + + + +

+
func (o *MetricsListResponseLinks) GetNext() string
+

GetNext returns the Next field value if set, zero value otherwise (both if not set or set to explicit null). + + + + + + +

func (*MetricsListResponseLinks) GetNextOk + + + +

+
func (o *MetricsListResponseLinks) GetNextOk() (*string, bool)
+

GetNextOk returns a tuple with the Next field value if set, nil otherwise +and a boolean to check if the value has been set. +NOTE: If the value is an explicit nil, `nil, true` will be returned. + + + + + + +

func (*MetricsListResponseLinks) GetPrev + + + +

+
func (o *MetricsListResponseLinks) GetPrev() string
+

GetPrev returns the Prev field value if set, zero value otherwise (both if not set or set to explicit null). + + + + + + +

func (*MetricsListResponseLinks) GetPrevOk + + + +

+
func (o *MetricsListResponseLinks) GetPrevOk() (*string, bool)
+

GetPrevOk returns a tuple with the Prev field value if set, nil otherwise +and a boolean to check if the value has been set. +NOTE: If the value is an explicit nil, `nil, true` will be returned. + + + + + + +

func (*MetricsListResponseLinks) GetSelf + + + +

+
func (o *MetricsListResponseLinks) GetSelf() string
+

GetSelf returns the Self field value if set, zero value otherwise. + + + + + + +

func (*MetricsListResponseLinks) GetSelfOk + + + +

+
func (o *MetricsListResponseLinks) GetSelfOk() (*string, bool)
+

GetSelfOk returns a tuple with the Self field value if set, nil otherwise +and a boolean to check if the value has been set. + + + + + + +

func (*MetricsListResponseLinks) HasFirst + + + +

+
func (o *MetricsListResponseLinks) HasFirst() bool
+

HasFirst returns a boolean if a field has been set. + + + + + + +

func (*MetricsListResponseLinks) HasLast + + + +

+
func (o *MetricsListResponseLinks) HasLast() bool
+

HasLast returns a boolean if a field has been set. + + + + + + +

func (*MetricsListResponseLinks) HasNext + + + +

+
func (o *MetricsListResponseLinks) HasNext() bool
+

HasNext returns a boolean if a field has been set. + + + + + + +

func (*MetricsListResponseLinks) HasPrev + + + +

+
func (o *MetricsListResponseLinks) HasPrev() bool
+

HasPrev returns a boolean if a field has been set. + + + + + + +

func (*MetricsListResponseLinks) HasSelf + + + +

+
func (o *MetricsListResponseLinks) HasSelf() bool
+

HasSelf returns a boolean if a field has been set. + + + + + + +

func (MetricsListResponseLinks) MarshalJSON + + + +

+
func (o MetricsListResponseLinks) MarshalJSON() ([]byte, error)
+

MarshalJSON serializes the struct using spec logic. + + + + + + +

func (*MetricsListResponseLinks) SetFirst + + + +

+
func (o *MetricsListResponseLinks) SetFirst(v string)
+

SetFirst gets a reference to the given string and assigns it to the First field. + + + + + + +

func (*MetricsListResponseLinks) SetLast + + + +

+
func (o *MetricsListResponseLinks) SetLast(v string)
+

SetLast gets a reference to the given datadog.NullableString and assigns it to the Last field. + + + + + + +

func (*MetricsListResponseLinks) SetLastNil + + + +

+
func (o *MetricsListResponseLinks) SetLastNil()
+

SetLastNil sets the value for Last to be an explicit nil. + + + + + + +

func (*MetricsListResponseLinks) SetNext + + + +

+
func (o *MetricsListResponseLinks) SetNext(v string)
+

SetNext gets a reference to the given datadog.NullableString and assigns it to the Next field. + + + + + + +

func (*MetricsListResponseLinks) SetNextNil + + + +

+
func (o *MetricsListResponseLinks) SetNextNil()
+

SetNextNil sets the value for Next to be an explicit nil. + + + + + + +

func (*MetricsListResponseLinks) SetPrev + + + +

+
func (o *MetricsListResponseLinks) SetPrev(v string)
+

SetPrev gets a reference to the given datadog.NullableString and assigns it to the Prev field. + + + + + + +

func (*MetricsListResponseLinks) SetPrevNil + + + +

+
func (o *MetricsListResponseLinks) SetPrevNil()
+

SetPrevNil sets the value for Prev to be an explicit nil. + + + + + + +

func (*MetricsListResponseLinks) SetSelf + + + +

+
func (o *MetricsListResponseLinks) SetSelf(v string)
+

SetSelf gets a reference to the given string and assigns it to the Self field. + + + + + + +

func (*MetricsListResponseLinks) UnmarshalJSON + + + +

+
func (o *MetricsListResponseLinks) UnmarshalJSON(bytes []byte) (err error)
+

UnmarshalJSON deserializes the given payload. + + + + + + +

func (*MetricsListResponseLinks) UnsetLast + + + +

+
func (o *MetricsListResponseLinks) UnsetLast()
+

UnsetLast ensures that no value is present for Last, not even an explicit nil. + + + + + + +

func (*MetricsListResponseLinks) UnsetNext + + + +

+
func (o *MetricsListResponseLinks) UnsetNext()
+

UnsetNext ensures that no value is present for Next, not even an explicit nil. + + + + + + +

func (*MetricsListResponseLinks) UnsetPrev + + + +

+
func (o *MetricsListResponseLinks) UnsetPrev()
+

UnsetPrev ensures that no value is present for Prev, not even an explicit nil. + + + + + + + +

type MetricsScalarQuery @@ -435361,7 +436822,7 @@

func (*SubmitLogOptionalParamete -

type SubmitMetricsOptionalParameters +

type SubmitMetricsOptionalParameters @@ -435383,7 +436844,7 @@

type func NewSubmitMetricsOptionalParameters +

func NewSubmitMetricsOptionalParameters @@ -435397,7 +436858,7 @@

func func (*SubmitMetricsOptionalParameters) WithContentEncoding +

func (*SubmitMetricsOptionalParameters) WithContentEncoding @@ -459576,10 +461037,10 @@

type // Include all services + // Include all services. IncludeAll bool `json:"include_all"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -459701,10 +461162,10 @@

type // Include only these services + // Include only these services. IncludeOnly []string `json:"include_only"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` @@ -459826,7 +461287,7 @@

type XRayServicesIncludeAll *XRayServicesIncludeAll diff --git a/src/github.com/DataDog/datadog-api-client-go/v2/api/datadog/index.html b/src/github.com/DataDog/datadog-api-client-go/v2/api/datadog/index.html index 8cc3ecedcbe..35abe3a4f8e 100644 --- a/src/github.com/DataDog/datadog-api-client-go/v2/api/datadog/index.html +++ b/src/github.com/DataDog/datadog-api-client-go/v2/api/datadog/index.html @@ -79,7 +79,7 @@

14700 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -88,7 +88,7 @@

18866 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -97,7 +97,7 @@

622 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -106,7 +106,7 @@

633 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -115,7 +115,7 @@

405 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -124,7 +124,7 @@

12924 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -133,7 +133,7 @@

589 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC diff --git a/src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV1/index.html b/src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV1/index.html index b74faeb3f90..a1043bd9a82 100644 --- a/src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV1/index.html +++ b/src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV1/index.html @@ -79,7 +79,7 @@

2982 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -88,7 +88,7 @@

35070 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -97,7 +97,7 @@

19900 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -106,7 +106,7 @@

13927 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -115,7 +115,7 @@

13431 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -124,7 +124,7 @@

41701 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -133,7 +133,7 @@

20095 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -142,7 +142,7 @@

11634 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -151,7 +151,7 @@

11298 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -160,7 +160,7 @@

15589 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -169,7 +169,7 @@

2693 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -178,7 +178,7 @@

25958 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -187,7 +187,7 @@

8724 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -196,7 +196,7 @@

17331 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -205,7 +205,7 @@

19958 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -214,7 +214,7 @@

23025 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -223,7 +223,7 @@

48717 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -232,7 +232,7 @@

18906 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -241,7 +241,7 @@

16860 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -250,7 +250,7 @@

10567 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.575236496 +0000 UTC @@ -259,7 +259,7 @@

9443 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -268,7 +268,7 @@

3308 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -277,7 +277,7 @@

16161 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -286,7 +286,7 @@

37439 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -295,7 +295,7 @@

14591 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -304,7 +304,7 @@

6153 - 2024-12-11 21:42:19.638713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -313,7 +313,7 @@

92473 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -322,7 +322,7 @@

17795 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -331,7 +331,7 @@

157799 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -340,7 +340,7 @@

13361 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -349,7 +349,7 @@

21842 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -358,7 +358,7 @@

10669 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -367,7 +367,7 @@

3103 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -376,7 +376,7 @@

5929 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -385,7 +385,7 @@

10105 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -394,7 +394,7 @@

2180 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -403,7 +403,7 @@

11554 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -412,7 +412,7 @@

2180 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -421,7 +421,7 @@

3067 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -430,7 +430,7 @@

5905 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -439,7 +439,7 @@

3368 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -448,7 +448,7 @@

3449 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -457,7 +457,7 @@

6918 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -466,7 +466,7 @@

9080 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -475,7 +475,7 @@

2110 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -484,7 +484,7 @@

5075 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -493,7 +493,7 @@

3752 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -502,7 +502,7 @@

3901 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -511,7 +511,7 @@

3545 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -520,7 +520,7 @@

20428 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -529,7 +529,7 @@

4262 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -538,7 +538,7 @@

3529 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -547,7 +547,7 @@

5792 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -556,7 +556,7 @@

3463 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -565,7 +565,7 @@

6129 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -574,7 +574,7 @@

7511 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -583,7 +583,7 @@

7371 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -592,7 +592,7 @@

2071 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -601,7 +601,7 @@

6067 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.579236515 +0000 UTC @@ -610,7 +610,7 @@

3851 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -619,7 +619,7 @@

2063 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -628,7 +628,7 @@

4991 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -637,7 +637,7 @@

4356 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -646,7 +646,7 @@

4218 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -655,7 +655,7 @@

4478 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -664,7 +664,7 @@

3114 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -673,7 +673,7 @@

5651 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -682,7 +682,7 @@

4451 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -691,7 +691,7 @@

4285 - 2024-12-11 21:42:19.642713125 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -700,7 +700,7 @@

2302 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -709,7 +709,7 @@

4667 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -718,7 +718,7 @@

6110 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -727,7 +727,7 @@

4923 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -736,7 +736,7 @@

3518 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -745,7 +745,7 @@

20615 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -754,7 +754,7 @@

4337 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -763,7 +763,7 @@

3520 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -772,7 +772,7 @@

3534 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -781,7 +781,7 @@

10403 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -790,7 +790,7 @@

2060 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -799,7 +799,7 @@

25727 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -808,7 +808,7 @@

4932 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -817,7 +817,7 @@

3504 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -826,7 +826,7 @@

4932 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -835,7 +835,7 @@

3435 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -844,7 +844,7 @@

13318 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -853,7 +853,7 @@

2209 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -862,7 +862,7 @@

1879 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -871,7 +871,7 @@

5392 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -880,7 +880,7 @@

24840 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -889,7 +889,7 @@

4203 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -898,7 +898,7 @@

3334 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -907,7 +907,7 @@

3730 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -916,7 +916,7 @@

3762 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -925,7 +925,7 @@

3036 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -934,7 +934,7 @@

1972 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -943,7 +943,7 @@

1976 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -952,7 +952,7 @@

10789 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -961,7 +961,7 @@

3898 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -970,7 +970,7 @@

3715 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -979,7 +979,7 @@

2174 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -988,7 +988,7 @@

1942 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -997,7 +997,7 @@

3279 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -1006,7 +1006,7 @@

3305 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -1015,7 +1015,7 @@

3520 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -1024,7 +1024,7 @@

13860 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -1033,7 +1033,7 @@

9651 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -1042,7 +1042,7 @@

5083 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -1051,7 +1051,7 @@

5989 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -1060,7 +1060,7 @@

1892 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -1069,7 +1069,7 @@

4131 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.583236535 +0000 UTC @@ -1078,7 +1078,7 @@

3503 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1087,7 +1087,7 @@

3410 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1096,7 +1096,7 @@

2256 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1105,7 +1105,7 @@

3378 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1114,7 +1114,7 @@

7863 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1123,7 +1123,7 @@

1987 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1132,7 +1132,7 @@

17133 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1141,7 +1141,7 @@

2234 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1150,7 +1150,7 @@

6352 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1159,7 +1159,7 @@

2382 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1168,7 +1168,7 @@

20149 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1177,7 +1177,7 @@

6915 - 2024-12-11 21:42:19.646713123 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1186,7 +1186,7 @@

7868 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1195,7 +1195,7 @@

29702 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1204,7 +1204,7 @@

29723 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1213,7 +1213,7 @@

12803 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1222,7 +1222,7 @@

16726 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1231,7 +1231,7 @@

2406 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1240,7 +1240,7 @@

15758 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1249,7 +1249,7 @@

4494 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1258,7 +1258,7 @@

4244 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1267,7 +1267,7 @@

3051 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1276,7 +1276,7 @@

4130 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1285,7 +1285,7 @@

4362 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1294,7 +1294,7 @@

11736 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1303,7 +1303,7 @@

2209 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1312,7 +1312,7 @@

10566 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1321,7 +1321,7 @@

2267 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1330,7 +1330,7 @@

3472 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1339,7 +1339,7 @@

2621 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1348,7 +1348,7 @@

16050 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1357,7 +1357,7 @@

4008 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1366,7 +1366,7 @@

2563 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1375,7 +1375,7 @@

16357 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1384,7 +1384,7 @@

2356 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1393,7 +1393,7 @@

8522 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1402,7 +1402,7 @@

3768 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1411,7 +1411,7 @@

12590 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1420,7 +1420,7 @@

6384 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1429,7 +1429,7 @@

3482 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1438,7 +1438,7 @@

5908 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1447,7 +1447,7 @@

6450 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1456,7 +1456,7 @@

3793 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1465,7 +1465,7 @@

3273 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1474,7 +1474,7 @@

2269 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1483,7 +1483,7 @@

8530 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1492,7 +1492,7 @@

2595 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1501,7 +1501,7 @@

14948 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1510,7 +1510,7 @@

12686 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1519,7 +1519,7 @@

2570 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1528,7 +1528,7 @@

2187 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1537,7 +1537,7 @@

2302 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1546,7 +1546,7 @@

3154 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1555,7 +1555,7 @@

12788 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1564,7 +1564,7 @@

2309 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1573,7 +1573,7 @@

1691 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1582,7 +1582,7 @@

7883 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1591,7 +1591,7 @@

2122 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1600,7 +1600,7 @@

5056 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1609,7 +1609,7 @@

1829 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1618,7 +1618,7 @@

1733 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1627,7 +1627,7 @@

3633 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1636,7 +1636,7 @@

9034 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1645,7 +1645,7 @@

2056 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1654,7 +1654,7 @@

4367 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1663,7 +1663,7 @@

25610 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.587236554 +0000 UTC @@ -1672,7 +1672,7 @@

12517 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1681,7 +1681,7 @@

4218 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1690,7 +1690,7 @@

2060 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1699,7 +1699,7 @@

3256 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1708,7 +1708,7 @@

14737 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1717,7 +1717,7 @@

5842 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1726,7 +1726,7 @@

1633 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1735,7 +1735,7 @@

11491 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1744,7 +1744,7 @@

2031 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1753,7 +1753,7 @@

14953 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1762,7 +1762,7 @@

2090 - 2024-12-11 21:42:19.650713122 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1771,7 +1771,7 @@

19579 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1780,7 +1780,7 @@

17081 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1789,7 +1789,7 @@

5679 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1798,7 +1798,7 @@

13948 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1807,7 +1807,7 @@

17574 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1816,7 +1816,7 @@

4883 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1825,7 +1825,7 @@

6853 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1834,7 +1834,7 @@

2090 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1843,7 +1843,7 @@

18195 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1852,7 +1852,7 @@

5727 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1861,7 +1861,7 @@

5077 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1870,7 +1870,7 @@

6281 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1879,7 +1879,7 @@

5396 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1888,7 +1888,7 @@

3986 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1897,7 +1897,7 @@

4361 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1906,7 +1906,7 @@

13923 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1915,7 +1915,7 @@

4055 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1924,7 +1924,7 @@

4365 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1933,7 +1933,7 @@

5194 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1942,7 +1942,7 @@

16117 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1951,7 +1951,7 @@

3684 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1960,7 +1960,7 @@

7842 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1969,7 +1969,7 @@

4347 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1978,7 +1978,7 @@

2060 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1987,7 +1987,7 @@

3071 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -1996,7 +1996,7 @@

2986 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2005,7 +2005,7 @@

13569 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2014,7 +2014,7 @@

2031 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2023,7 +2023,7 @@

3359 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2032,7 +2032,7 @@

4618 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2041,7 +2041,7 @@

4550 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2050,7 +2050,7 @@

4550 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2059,7 +2059,7 @@

4620 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2068,7 +2068,7 @@

4573 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2077,7 +2077,7 @@

4757 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2086,7 +2086,7 @@

4642 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2095,7 +2095,7 @@

4919 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2104,7 +2104,7 @@

7843 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2113,7 +2113,7 @@

5081 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2122,7 +2122,7 @@

4664 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2131,7 +2131,7 @@

19014 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2140,7 +2140,7 @@

5746 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2149,7 +2149,7 @@

2114 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2158,7 +2158,7 @@

3799 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2167,7 +2167,7 @@

4620 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2176,7 +2176,7 @@

3116 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2185,7 +2185,7 @@

13197 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2194,7 +2194,7 @@

2019 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2203,7 +2203,7 @@

3276 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2212,7 +2212,7 @@

11674 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2221,7 +2221,7 @@

2180 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2230,7 +2230,7 @@

5527 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2239,7 +2239,7 @@

4212 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.591236573 +0000 UTC @@ -2248,7 +2248,7 @@

9062 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2257,7 +2257,7 @@

8488 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2266,7 +2266,7 @@

5558 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2275,7 +2275,7 @@

5392 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2284,7 +2284,7 @@

3161 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2293,7 +2293,7 @@

17902 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2302,7 +2302,7 @@

2151 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2311,7 +2311,7 @@

5189 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2320,7 +2320,7 @@

3592 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2329,7 +2329,7 @@

10499 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2338,7 +2338,7 @@

2135 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2347,7 +2347,7 @@

14998 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2356,7 +2356,7 @@

2077 - 2024-12-11 21:42:19.65471312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2365,7 +2365,7 @@

6243 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2374,7 +2374,7 @@

4816 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2383,7 +2383,7 @@

3543 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2392,7 +2392,7 @@

3496 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2401,7 +2401,7 @@

8583 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2410,7 +2410,7 @@

4744 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2419,7 +2419,7 @@

2077 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2428,7 +2428,7 @@

4897 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2437,7 +2437,7 @@

7207 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2446,7 +2446,7 @@

1932 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2455,7 +2455,7 @@

5450 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2464,7 +2464,7 @@

4473 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2473,7 +2473,7 @@

3102 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2482,7 +2482,7 @@

7358 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2491,7 +2491,7 @@

1901 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2500,7 +2500,7 @@

8520 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2509,7 +2509,7 @@

4589 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2518,7 +2518,7 @@

1874 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2527,7 +2527,7 @@

14680 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2536,7 +2536,7 @@

3449 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2545,7 +2545,7 @@

14923 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2554,7 +2554,7 @@

3414 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2563,7 +2563,7 @@

8773 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2572,7 +2572,7 @@

5274 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2581,7 +2581,7 @@

5947 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2590,7 +2590,7 @@

10153 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2599,7 +2599,7 @@

2019 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2608,7 +2608,7 @@

6850 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2617,7 +2617,7 @@

2019 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2626,7 +2626,7 @@

9517 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2635,7 +2635,7 @@

8442 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2644,7 +2644,7 @@

2047 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2653,7 +2653,7 @@

3356 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2662,7 +2662,7 @@

17687 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2671,7 +2671,7 @@

5179 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2680,7 +2680,7 @@

8821 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2689,7 +2689,7 @@

8446 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2698,7 +2698,7 @@

6706 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2707,7 +2707,7 @@

2019 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2716,7 +2716,7 @@

1724 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2725,7 +2725,7 @@

7564 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2734,7 +2734,7 @@

1990 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2743,7 +2743,7 @@

10065 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2752,7 +2752,7 @@

2226 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2761,7 +2761,7 @@

6990 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2770,7 +2770,7 @@

1970 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2779,7 +2779,7 @@

9503 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2788,7 +2788,7 @@

1845 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2797,7 +2797,7 @@

8800 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2806,7 +2806,7 @@

2023 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2815,7 +2815,7 @@

6561 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2824,7 +2824,7 @@

2047 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2833,7 +2833,7 @@

9829 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2842,7 +2842,7 @@

3751 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2851,7 +2851,7 @@

3498 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2860,7 +2860,7 @@

4375 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2869,7 +2869,7 @@

3038 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.595236592 +0000 UTC @@ -2878,7 +2878,7 @@

16856 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2887,7 +2887,7 @@

11854 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2896,7 +2896,7 @@

8941 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2905,7 +2905,7 @@

22693 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2914,7 +2914,7 @@

2739 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2923,7 +2923,7 @@

4174 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2932,7 +2932,7 @@

10469 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2941,7 +2941,7 @@

6622 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2950,7 +2950,7 @@

3601 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2959,7 +2959,7 @@

6146 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2968,7 +2968,7 @@

6688 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2977,7 +2977,7 @@

3800 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2986,7 +2986,7 @@

3108 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -2995,7 +2995,7 @@

6430 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3004,7 +3004,7 @@

4793 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3013,7 +3013,7 @@

11251 - 2024-12-11 21:42:19.65871312 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3022,7 +3022,7 @@

54331 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3031,7 +3031,7 @@

5495 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3040,7 +3040,7 @@

3910 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3049,7 +3049,7 @@

5943 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3058,7 +3058,7 @@

2726 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3067,7 +3067,7 @@

6111 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3076,7 +3076,7 @@

6708 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3085,7 +3085,7 @@

2475 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3094,7 +3094,7 @@

2281 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3103,7 +3103,7 @@

4329 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3112,7 +3112,7 @@

6267 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3121,7 +3121,7 @@

6861 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3130,7 +3130,7 @@

6792 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3139,7 +3139,7 @@

17815 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3148,7 +3148,7 @@

4573 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3157,7 +3157,7 @@

3474 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3166,7 +3166,7 @@

9544 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3175,7 +3175,7 @@

20275 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3184,7 +3184,7 @@

2290 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3193,7 +3193,7 @@

6145 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3202,7 +3202,7 @@

11392 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3211,7 +3211,7 @@

3548 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3220,7 +3220,7 @@

22834 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3229,7 +3229,7 @@

12784 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3238,7 +3238,7 @@

5425 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3247,7 +3247,7 @@

4408 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3256,7 +3256,7 @@

5212 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3265,7 +3265,7 @@

34313 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3274,7 +3274,7 @@

213357 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3283,7 +3283,7 @@

14044 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3292,7 +3292,7 @@

2002 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3301,7 +3301,7 @@

5120 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3310,7 +3310,7 @@

12283 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3319,7 +3319,7 @@

4484 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3328,7 +3328,7 @@

9843 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3337,7 +3337,7 @@

2043 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3346,7 +3346,7 @@

5492 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.599236611 +0000 UTC @@ -3355,7 +3355,7 @@

9654 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3364,7 +3364,7 @@

4816 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3373,7 +3373,7 @@

5672 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3382,7 +3382,7 @@

9843 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3391,7 +3391,7 @@

4565 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3400,7 +3400,7 @@

7837 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3409,7 +3409,7 @@

3396 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3418,7 +3418,7 @@

8292 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3427,7 +3427,7 @@

3381 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3436,7 +3436,7 @@

2169 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3445,7 +3445,7 @@

8029 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3454,7 +3454,7 @@

6727 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3463,7 +3463,7 @@

3932 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3472,7 +3472,7 @@

4668 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3481,7 +3481,7 @@

2266 - 2024-12-11 21:42:19.662713119 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3490,7 +3490,7 @@

6595 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3499,7 +3499,7 @@

3690 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3508,7 +3508,7 @@

4908 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3517,7 +3517,7 @@

1923 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3526,7 +3526,7 @@

3528 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3535,7 +3535,7 @@

5345 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3544,7 +3544,7 @@

11718 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3553,7 +3553,7 @@

3773 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3562,7 +3562,7 @@

1807 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3571,7 +3571,7 @@

8127 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3580,7 +3580,7 @@

8083 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3589,7 +3589,7 @@

3749 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3598,7 +3598,7 @@

4565 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3607,7 +3607,7 @@

7760 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3616,7 +3616,7 @@

3396 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3625,7 +3625,7 @@

4614 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3634,7 +3634,7 @@

5417 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3643,7 +3643,7 @@

12225 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3652,7 +3652,7 @@

3640 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3661,7 +3661,7 @@

4913 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3670,7 +3670,7 @@

1904 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3679,7 +3679,7 @@

1813 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3688,7 +3688,7 @@

2804 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3697,7 +3697,7 @@

3400 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3706,7 +3706,7 @@

11558 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3715,7 +3715,7 @@

3333 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3724,7 +3724,7 @@

6089 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3733,7 +3733,7 @@

7367 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3742,7 +3742,7 @@

3417 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3751,7 +3751,7 @@

3521 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3760,7 +3760,7 @@

18566 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3769,7 +3769,7 @@

3569 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3778,7 +3778,7 @@

5125 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3787,7 +3787,7 @@

3863 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3796,7 +3796,7 @@

3781 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3805,7 +3805,7 @@

3432 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3814,7 +3814,7 @@

4139 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3823,7 +3823,7 @@

3210 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3832,7 +3832,7 @@

3277 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3841,7 +3841,7 @@

4549 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3850,7 +3850,7 @@

5322 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3859,7 +3859,7 @@

5764 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3868,7 +3868,7 @@

11078 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3877,7 +3877,7 @@

2147 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3886,7 +3886,7 @@

6299 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3895,7 +3895,7 @@

1811 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3904,7 +3904,7 @@

17015 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3913,7 +3913,7 @@

2180 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3922,7 +3922,7 @@

22746 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3931,7 +3931,7 @@

9550 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3940,7 +3940,7 @@

3567 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3949,7 +3949,7 @@

11640 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3958,7 +3958,7 @@

2209 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.603236631 +0000 UTC @@ -3967,7 +3967,7 @@

3949 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -3976,7 +3976,7 @@

15560 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -3985,7 +3985,7 @@

14390 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -3994,7 +3994,7 @@

6175 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4003,7 +4003,7 @@

2206 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4012,7 +4012,7 @@

2164 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4021,7 +4021,7 @@

6643 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4030,7 +4030,7 @@

2528 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4039,7 +4039,7 @@

5436 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4048,7 +4048,7 @@

3825 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4057,7 +4057,7 @@

25365 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4066,7 +4066,7 @@

6352 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4075,7 +4075,7 @@

7724 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4084,7 +4084,7 @@

5936 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4093,7 +4093,7 @@

4845 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4102,7 +4102,7 @@

5070 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4111,7 +4111,7 @@

14089 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4120,7 +4120,7 @@

4764 - 2024-12-11 21:42:19.666713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4129,7 +4129,7 @@

4822 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4138,7 +4138,7 @@

8103 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4147,7 +4147,7 @@

3842 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4156,7 +4156,7 @@

10900 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4165,7 +4165,7 @@

9274 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4174,7 +4174,7 @@

2051 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4183,7 +4183,7 @@

7725 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4192,7 +4192,7 @@

8549 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4201,7 +4201,7 @@

7726 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4210,7 +4210,7 @@

2171 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4219,7 +4219,7 @@

24213 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4228,7 +4228,7 @@

4476 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4237,7 +4237,7 @@

18440 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4246,7 +4246,7 @@

10248 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4255,7 +4255,7 @@

2177 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4264,7 +4264,7 @@

21412 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4273,7 +4273,7 @@

2290 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4282,7 +4282,7 @@

18067 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4291,7 +4291,7 @@

4817 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4300,7 +4300,7 @@

4698 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4309,7 +4309,7 @@

4033 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4318,7 +4318,7 @@

4929 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4327,7 +4327,7 @@

11303 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4336,7 +4336,7 @@

3820 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4345,7 +4345,7 @@

3697 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4354,7 +4354,7 @@

11829 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4363,7 +4363,7 @@

5873 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4372,7 +4372,7 @@

2691 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4381,7 +4381,7 @@

4509 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4390,7 +4390,7 @@

7285 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4399,7 +4399,7 @@

2038 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4408,7 +4408,7 @@

4828 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4417,7 +4417,7 @@

7170 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4426,7 +4426,7 @@

5045 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4435,7 +4435,7 @@

5052 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4444,7 +4444,7 @@

4790 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4453,7 +4453,7 @@

5947 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4462,7 +4462,7 @@

2362 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4471,7 +4471,7 @@

5022 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4480,7 +4480,7 @@

3791 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4489,7 +4489,7 @@

11312 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4498,7 +4498,7 @@

4773 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4507,7 +4507,7 @@

3596 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4516,7 +4516,7 @@

19938 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4525,7 +4525,7 @@

7542 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4534,7 +4534,7 @@

1850 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4543,7 +4543,7 @@

5332 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4552,7 +4552,7 @@

3791 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4561,7 +4561,7 @@

10946 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.60723665 +0000 UTC @@ -4570,7 +4570,7 @@

6644 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4579,7 +4579,7 @@

2856 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4588,7 +4588,7 @@

4439 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4597,7 +4597,7 @@

2174 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4606,7 +4606,7 @@

3057 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4615,7 +4615,7 @@

10322 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4624,7 +4624,7 @@

6336 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4633,7 +4633,7 @@

9523 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4642,7 +4642,7 @@

12020 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4651,7 +4651,7 @@

17959 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4660,7 +4660,7 @@

4883 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4669,7 +4669,7 @@

14652 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4678,7 +4678,7 @@

3405 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4687,7 +4687,7 @@

4408 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4696,7 +4696,7 @@

18487 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4705,7 +4705,7 @@

5858 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4714,7 +4714,7 @@

3787 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4723,7 +4723,7 @@

5184 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4732,7 +4732,7 @@

8034 - 2024-12-11 21:42:19.670713117 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4741,7 +4741,7 @@

2093 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4750,7 +4750,7 @@

5324 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4759,7 +4759,7 @@

4489 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4768,7 +4768,7 @@

2010 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4777,7 +4777,7 @@

16096 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4786,7 +4786,7 @@

5988 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4795,7 +4795,7 @@

4633 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4804,7 +4804,7 @@

25856 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4813,7 +4813,7 @@

2218 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4822,7 +4822,7 @@

1774 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4831,7 +4831,7 @@

13572 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4840,7 +4840,7 @@

8162 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4849,7 +4849,7 @@

2307 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4858,7 +4858,7 @@

7428 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4867,7 +4867,7 @@

2181 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4876,7 +4876,7 @@

4281 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4885,7 +4885,7 @@

3150 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4894,7 +4894,7 @@

2078 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4903,7 +4903,7 @@

1725 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4912,7 +4912,7 @@

2070 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4921,7 +4921,7 @@

15425 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4930,7 +4930,7 @@

1973 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4939,7 +4939,7 @@

6371 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4948,7 +4948,7 @@

4150 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4957,7 +4957,7 @@

3313 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4966,7 +4966,7 @@

12194 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4975,7 +4975,7 @@

2050 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4984,7 +4984,7 @@

10634 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -4993,7 +4993,7 @@

2179 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5002,7 +5002,7 @@

4392 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5011,7 +5011,7 @@

4030 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5020,7 +5020,7 @@

3541 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5029,7 +5029,7 @@

12599 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5038,7 +5038,7 @@

2118 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5047,7 +5047,7 @@

3863 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5056,7 +5056,7 @@

6232 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5065,7 +5065,7 @@

2590 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5074,7 +5074,7 @@

3510 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5083,7 +5083,7 @@

2257 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5092,7 +5092,7 @@

20986 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5101,7 +5101,7 @@

3434 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5110,7 +5110,7 @@

13767 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5119,7 +5119,7 @@

9017 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5128,7 +5128,7 @@

6179 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5137,7 +5137,7 @@

14518 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5146,7 +5146,7 @@

4925 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5155,7 +5155,7 @@

11192 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.611236669 +0000 UTC @@ -5164,7 +5164,7 @@

3652 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5173,7 +5173,7 @@

8704 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5182,7 +5182,7 @@

5149 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5191,7 +5191,7 @@

12812 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5200,7 +5200,7 @@

2241 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5209,7 +5209,7 @@

1934 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5218,7 +5218,7 @@

5122 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5227,7 +5227,7 @@

2132 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5236,7 +5236,7 @@

9147 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5245,7 +5245,7 @@

2549 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5254,7 +5254,7 @@

5689 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5263,7 +5263,7 @@

2189 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5272,7 +5272,7 @@

4390 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5281,7 +5281,7 @@

2243 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5290,7 +5290,7 @@

2324 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5299,7 +5299,7 @@

7355 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5308,7 +5308,7 @@

7799 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5317,7 +5317,7 @@

2577 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5326,7 +5326,7 @@

2380 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5335,7 +5335,7 @@

6285 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5344,7 +5344,7 @@

5534 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5353,7 +5353,7 @@

4017 - 2024-12-11 21:42:19.674713115 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5362,7 +5362,7 @@

8007 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5371,7 +5371,7 @@

2339 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5380,7 +5380,7 @@

4320 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5389,7 +5389,7 @@

2240 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5398,7 +5398,7 @@

7217 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5407,7 +5407,7 @@

6005 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5416,7 +5416,7 @@

8348 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5425,7 +5425,7 @@

5460 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5434,7 +5434,7 @@

2174 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5443,7 +5443,7 @@

8174 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5452,7 +5452,7 @@

2112 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5461,7 +5461,7 @@

11993 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5470,7 +5470,7 @@

2317 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5479,7 +5479,7 @@

14180 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5488,7 +5488,7 @@

2233 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5497,7 +5497,7 @@

2755 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5506,7 +5506,7 @@

8954 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5515,7 +5515,7 @@

2140 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5524,7 +5524,7 @@

5678 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5533,7 +5533,7 @@

2090 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5542,7 +5542,7 @@

3698 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5551,7 +5551,7 @@

6334 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5560,7 +5560,7 @@

14204 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5569,7 +5569,7 @@

2169 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5578,7 +5578,7 @@

6178 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5587,7 +5587,7 @@

2177 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5596,7 +5596,7 @@

13776 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5605,7 +5605,7 @@

8611 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5614,7 +5614,7 @@

7796 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5623,7 +5623,7 @@

18030 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5632,7 +5632,7 @@

5053 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5641,7 +5641,7 @@

11461 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5650,7 +5650,7 @@

3724 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5659,7 +5659,7 @@

8920 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5668,7 +5668,7 @@

9168 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5677,7 +5677,7 @@

6396 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5686,7 +5686,7 @@

2050 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5695,7 +5695,7 @@

8706 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5704,7 +5704,7 @@

2635 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5713,7 +5713,7 @@

3268 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5722,7 +5722,7 @@

4885 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5731,7 +5731,7 @@

5332 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5740,7 +5740,7 @@

4558 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5749,7 +5749,7 @@

3480 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5758,7 +5758,7 @@

3511 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5767,7 +5767,7 @@

18738 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5776,7 +5776,7 @@

3407 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5785,7 +5785,7 @@

8498 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5794,7 +5794,7 @@

2343 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5803,7 +5803,7 @@

5225 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5812,7 +5812,7 @@

5242 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5821,7 +5821,7 @@

3864 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5830,7 +5830,7 @@

4788 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5839,7 +5839,7 @@

6259 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.615236689 +0000 UTC @@ -5848,7 +5848,7 @@

5065 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5857,7 +5857,7 @@

5442 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5866,7 +5866,7 @@

5574 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5875,7 +5875,7 @@

13973 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5884,7 +5884,7 @@

3924 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5893,7 +5893,7 @@

4231 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5902,7 +5902,7 @@

8035 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5911,7 +5911,7 @@

3134 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5920,7 +5920,7 @@

2713 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5929,7 +5929,7 @@

14586 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5938,7 +5938,7 @@

5016 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5947,7 +5947,7 @@

6175 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5956,7 +5956,7 @@

3893 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5965,7 +5965,7 @@

3590 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5974,7 +5974,7 @@

3210 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5983,7 +5983,7 @@

4177 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -5992,7 +5992,7 @@

3490 - 2024-12-11 21:42:19.678713114 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6001,7 +6001,7 @@

12345 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6010,7 +6010,7 @@

18622 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6019,7 +6019,7 @@

2707 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6028,7 +6028,7 @@

13882 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6037,7 +6037,7 @@

2684 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6046,7 +6046,7 @@

4794 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6055,7 +6055,7 @@

5750 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6064,7 +6064,7 @@

5635 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6073,7 +6073,7 @@

3840 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6082,7 +6082,7 @@

4560 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6091,7 +6091,7 @@

4026 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6100,7 +6100,7 @@

4175 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6109,7 +6109,7 @@

4087 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6118,7 +6118,7 @@

14196 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6127,7 +6127,7 @@

5413 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6136,7 +6136,7 @@

25372 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6145,7 +6145,7 @@

2021 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6154,7 +6154,7 @@

6256 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6163,7 +6163,7 @@

2918 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6172,7 +6172,7 @@

8338 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6181,7 +6181,7 @@

3615 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6190,7 +6190,7 @@

5902 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6199,7 +6199,7 @@

2833 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6208,7 +6208,7 @@

2275 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6217,7 +6217,7 @@

8930 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6226,7 +6226,7 @@

7643 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6235,7 +6235,7 @@

4986 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6244,7 +6244,7 @@

3926 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6253,7 +6253,7 @@

6129 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6262,7 +6262,7 @@

4753 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6271,7 +6271,7 @@

3773 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6280,7 +6280,7 @@

17243 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6289,7 +6289,7 @@

8129 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6298,7 +6298,7 @@

9343 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6307,7 +6307,7 @@

12431 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6316,7 +6316,7 @@

25902 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6325,7 +6325,7 @@

4324 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6334,7 +6334,7 @@

4771 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6343,7 +6343,7 @@

2082 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6352,7 +6352,7 @@

3687 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6361,7 +6361,7 @@

7671 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6370,7 +6370,7 @@

17563 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6379,7 +6379,7 @@

3116 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6388,7 +6388,7 @@

2274 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6397,7 +6397,7 @@

2355 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6406,7 +6406,7 @@

2391 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6415,7 +6415,7 @@

35899 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6424,7 +6424,7 @@

2466 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6433,7 +6433,7 @@

9118 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6442,7 +6442,7 @@

3527 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6451,7 +6451,7 @@

4654 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.619236708 +0000 UTC @@ -6460,7 +6460,7 @@

4675 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6469,7 +6469,7 @@

4977 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6478,7 +6478,7 @@

2193 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6487,7 +6487,7 @@

2524 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6496,7 +6496,7 @@

39979 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6505,7 +6505,7 @@

8966 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6514,7 +6514,7 @@

3332 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6523,7 +6523,7 @@

5248 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6532,7 +6532,7 @@

5968 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6541,7 +6541,7 @@

3797 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6550,7 +6550,7 @@

4319 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6559,7 +6559,7 @@

5479 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6568,7 +6568,7 @@

2740 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6577,7 +6577,7 @@

6772 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6586,7 +6586,7 @@

11580 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6595,7 +6595,7 @@

3249 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6604,7 +6604,7 @@

4405 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6613,7 +6613,7 @@

6874 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6622,7 +6622,7 @@

8178 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6631,7 +6631,7 @@

4666 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6640,7 +6640,7 @@

4153 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6649,7 +6649,7 @@

8330 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6658,7 +6658,7 @@

4639 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6667,7 +6667,7 @@

1945 - 2024-12-11 21:42:19.682713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6676,7 +6676,7 @@

2178 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6685,7 +6685,7 @@

11597 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6694,7 +6694,7 @@

2049 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6703,7 +6703,7 @@

2192 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6712,7 +6712,7 @@

29681 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6721,7 +6721,7 @@

4332 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6730,7 +6730,7 @@

2855 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6739,7 +6739,7 @@

3639 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6748,7 +6748,7 @@

4173 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6757,7 +6757,7 @@

4432 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6766,7 +6766,7 @@

2292 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6775,7 +6775,7 @@

5598 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6784,7 +6784,7 @@

2467 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6793,7 +6793,7 @@

8930 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6802,7 +6802,7 @@

3264 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6811,7 +6811,7 @@

2308 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6820,7 +6820,7 @@

4627 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6829,7 +6829,7 @@

2116 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6838,7 +6838,7 @@

20490 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6847,7 +6847,7 @@

2176 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6856,7 +6856,7 @@

4519 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6865,7 +6865,7 @@

2527 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6874,7 +6874,7 @@

2355 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6883,7 +6883,7 @@

25046 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6892,7 +6892,7 @@

11622 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6901,7 +6901,7 @@

2090 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6910,7 +6910,7 @@

3354 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6919,7 +6919,7 @@

3392 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6928,7 +6928,7 @@

1937 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6937,7 +6937,7 @@

2086 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6946,7 +6946,7 @@

23575 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6955,7 +6955,7 @@

2022 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6964,7 +6964,7 @@

4692 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6973,7 +6973,7 @@

2024 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6982,7 +6982,7 @@

5815 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -6991,7 +6991,7 @@

9467 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7000,7 +7000,7 @@

2209 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7009,7 +7009,7 @@

5781 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7018,7 +7018,7 @@

2116 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7027,7 +7027,7 @@

4896 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7036,7 +7036,7 @@

1885 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7045,7 +7045,7 @@

1802 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7054,7 +7054,7 @@

1954 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7063,7 +7063,7 @@

1858 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7072,7 +7072,7 @@

12041 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7081,7 +7081,7 @@

2089 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7090,7 +7090,7 @@

7369 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7099,7 +7099,7 @@

7376 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7108,7 +7108,7 @@

3579 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7117,7 +7117,7 @@

5578 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7126,7 +7126,7 @@

7300 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7135,7 +7135,7 @@

3492 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7144,7 +7144,7 @@

12432 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7153,7 +7153,7 @@

15542 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.623236727 +0000 UTC @@ -7162,7 +7162,7 @@

151479 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7171,7 +7171,7 @@

3642 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7180,7 +7180,7 @@

15625 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7189,7 +7189,7 @@

3523 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7198,7 +7198,7 @@

19558 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7207,7 +7207,7 @@

4059 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7216,7 +7216,7 @@

7827 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7225,7 +7225,7 @@

6148 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7234,7 +7234,7 @@

3666 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7243,7 +7243,7 @@

3473 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7252,7 +7252,7 @@

4854 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7261,7 +7261,7 @@

9111 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7270,7 +7270,7 @@

3368 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7279,7 +7279,7 @@

9024 - 2024-12-11 21:42:19.686713112 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7288,7 +7288,7 @@

3359 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7297,7 +7297,7 @@

12990 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7306,7 +7306,7 @@

3479 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7315,7 +7315,7 @@

32304 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7324,7 +7324,7 @@

3335 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7333,7 +7333,7 @@

7873 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7342,7 +7342,7 @@

3735 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7351,7 +7351,7 @@

7574 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7360,7 +7360,7 @@

3569 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7369,7 +7369,7 @@

7715 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7378,7 +7378,7 @@

3600 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7387,7 +7387,7 @@

7168 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7396,7 +7396,7 @@

3328 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7405,7 +7405,7 @@

8927 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7414,7 +7414,7 @@

3477 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7423,7 +7423,7 @@

10019 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7432,7 +7432,7 @@

3595 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7441,7 +7441,7 @@

12724 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7450,7 +7450,7 @@

3699 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7459,7 +7459,7 @@

21888 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7468,7 +7468,7 @@

3359 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7477,7 +7477,7 @@

1984 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7486,7 +7486,7 @@

7622 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7495,7 +7495,7 @@

3586 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7504,7 +7504,7 @@

7264 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7513,7 +7513,7 @@

3576 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7522,7 +7522,7 @@

7859 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7531,7 +7531,7 @@

3551 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7540,7 +7540,7 @@

10918 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7549,7 +7549,7 @@

3504 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7558,7 +7558,7 @@

1807 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7567,7 +7567,7 @@

16846 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7576,7 +7576,7 @@

3550 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7585,7 +7585,7 @@

9551 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7594,7 +7594,7 @@

3469 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7603,7 +7603,7 @@

15061 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7612,7 +7612,7 @@

3366 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7621,7 +7621,7 @@

7080 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7630,7 +7630,7 @@

3375 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7639,7 +7639,7 @@

1842 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7648,7 +7648,7 @@

1930 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7657,7 +7657,7 @@

9337 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7666,7 +7666,7 @@

6475 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7675,7 +7675,7 @@

3908 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7684,7 +7684,7 @@

3652 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7693,7 +7693,7 @@

5301 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.627236746 +0000 UTC @@ -7702,7 +7702,7 @@

231899 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7711,7 +7711,7 @@

238612 - 2024-12-11 21:42:19.690713111 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7720,7 +7720,7 @@

262835 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7729,7 +7729,7 @@

7544 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7738,7 +7738,7 @@

3620 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7747,7 +7747,7 @@

7950 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7756,7 +7756,7 @@

3728 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7765,7 +7765,7 @@

6878 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7774,7 +7774,7 @@

3580 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7783,7 +7783,7 @@

10202 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7792,7 +7792,7 @@

3509 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7801,7 +7801,7 @@

7590 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7810,7 +7810,7 @@

6478 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7819,7 +7819,7 @@

7360 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7828,7 +7828,7 @@

5104 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7837,7 +7837,7 @@

9680 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7846,7 +7846,7 @@

3400 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7855,7 +7855,7 @@

3237 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7864,7 +7864,7 @@

3328 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7873,7 +7873,7 @@

9114 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7882,7 +7882,7 @@

5124 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7891,7 +7891,7 @@

5664 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7900,7 +7900,7 @@

6259 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7909,7 +7909,7 @@

2211 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7918,7 +7918,7 @@

9548 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7927,7 +7927,7 @@

5536 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7936,7 +7936,7 @@

2227 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7945,7 +7945,7 @@

7460 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7954,7 +7954,7 @@

1916 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7963,7 +7963,7 @@

2048 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7972,7 +7972,7 @@

2231 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7981,7 +7981,7 @@

2092 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7990,7 +7990,7 @@

12197 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -7999,7 +7999,7 @@

6754 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8008,7 +8008,7 @@

40189 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8017,7 +8017,7 @@

2088 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8026,7 +8026,7 @@

4212 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8035,7 +8035,7 @@

1853 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8044,7 +8044,7 @@

3984 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8053,7 +8053,7 @@

9468 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8062,7 +8062,7 @@

4629 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8071,7 +8071,7 @@

4843 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8080,7 +8080,7 @@

4654 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8089,7 +8089,7 @@

4746 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8098,7 +8098,7 @@

1837 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8107,7 +8107,7 @@

2112 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8116,7 +8116,7 @@

2558 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8125,7 +8125,7 @@

6584 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8134,7 +8134,7 @@

1812 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8143,7 +8143,7 @@

3219 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8152,7 +8152,7 @@

1902 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8161,7 +8161,7 @@

1929 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.631236765 +0000 UTC @@ -8170,7 +8170,7 @@

3302 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8179,7 +8179,7 @@

2261 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8188,7 +8188,7 @@

2012 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8197,7 +8197,7 @@

6222 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8206,7 +8206,7 @@

2150 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8215,7 +8215,7 @@

2538 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8224,7 +8224,7 @@

4069 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8233,7 +8233,7 @@

4804 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8242,7 +8242,7 @@

1965 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8251,7 +8251,7 @@

4995 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8260,7 +8260,7 @@

1953 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8269,7 +8269,7 @@

1852 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8278,7 +8278,7 @@

1934 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8287,7 +8287,7 @@

3499 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8296,7 +8296,7 @@

5889 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8305,7 +8305,7 @@

2544 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8314,7 +8314,7 @@

1957 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8323,7 +8323,7 @@

1728 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8332,7 +8332,7 @@

4308 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8341,7 +8341,7 @@

3197 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8350,7 +8350,7 @@

3202 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8359,7 +8359,7 @@

2021 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8368,7 +8368,7 @@

1941 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8377,7 +8377,7 @@

1993 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8386,7 +8386,7 @@

4188 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8395,7 +8395,7 @@

2538 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8404,7 +8404,7 @@

2048 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8413,7 +8413,7 @@

1937 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC @@ -8422,7 +8422,7 @@

1862 - 2024-12-11 21:42:19.694713109 +0000 UTC + 2024-12-12 13:54:51.635236785 +0000 UTC diff --git a/src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/api_aws_integration.go.html b/src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/api_aws_integration.go.html index 9fb2d064f7b..f10c14d4f74 100644 --- a/src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/api_aws_integration.go.html +++ b/src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/api_aws_integration.go.html @@ -237,7 +237,7 @@

180  } 181   182  // DeleteAWSAccount Delete an AWS integration. - 183  // Delete an AWS Account Integration Config + 183  // Delete an AWS Account Integration Config by config ID. 184  func (a *AWSIntegrationApi) DeleteAWSAccount(ctx _context.Context, awsAccountConfigId string) (*_nethttp.Response, error) { 185   var ( 186   localVarHTTPMethod = _nethttp.MethodDelete @@ -307,7 +307,7 @@

250  } 251   252  // GetAWSAccount Get an AWS integration by config ID. - 253  // Get an AWS Account Integration Config + 253  // Get an AWS Account Integration Config by config ID. 254  func (a *AWSIntegrationApi) GetAWSAccount(ctx _context.Context, awsAccountConfigId string) (AWSAccountResponse, *_nethttp.Response, error) { 255   var ( 256   localVarHTTPMethod = _nethttp.MethodGet @@ -573,7 +573,7 @@

516  } 517   518  // UpdateAWSAccount Update an AWS integration. - 519  // Update an AWS Account Integration Config + 519  // Update an AWS Account Integration Config by config ID. 520  func (a *AWSIntegrationApi) UpdateAWSAccount(ctx _context.Context, awsAccountConfigId string, body AWSAccountUpdateRequest) (AWSAccountResponse, *_nethttp.Response, error) { 521   var ( 522   localVarHTTPMethod = _nethttp.MethodPatch diff --git a/src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/api_metrics.go.html b/src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/api_metrics.go.html index c2ca692637b..0e057c8e7c0 100644 --- a/src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/api_metrics.go.html +++ b/src/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/api_metrics.go.html @@ -757,580 +757,580 @@

700   FilterQueried *bool 701   FilterTags *string 702   WindowSeconds *int64 - 703  } - 704   - 705  // NewListTagConfigurationsOptionalParameters creates an empty struct for parameters. - 706  func NewListTagConfigurationsOptionalParameters() *ListTagConfigurationsOptionalParameters { - 707   this := ListTagConfigurationsOptionalParameters{} - 708   return &this - 709  } - 710   - 711  // WithFilterConfigured sets the corresponding parameter name and returns the struct. - 712  func (r *ListTagConfigurationsOptionalParameters) WithFilterConfigured(filterConfigured bool) *ListTagConfigurationsOptionalParameters { - 713   r.FilterConfigured = &filterConfigured - 714   return r - 715  } - 716   - 717  // WithFilterTagsConfigured sets the corresponding parameter name and returns the struct. - 718  func (r *ListTagConfigurationsOptionalParameters) WithFilterTagsConfigured(filterTagsConfigured string) *ListTagConfigurationsOptionalParameters { - 719   r.FilterTagsConfigured = &filterTagsConfigured - 720   return r - 721  } - 722   - 723  // WithFilterMetricType sets the corresponding parameter name and returns the struct. - 724  func (r *ListTagConfigurationsOptionalParameters) WithFilterMetricType(filterMetricType MetricTagConfigurationMetricTypeCategory) *ListTagConfigurationsOptionalParameters { - 725   r.FilterMetricType = &filterMetricType - 726   return r - 727  } - 728   - 729  // WithFilterIncludePercentiles sets the corresponding parameter name and returns the struct. - 730  func (r *ListTagConfigurationsOptionalParameters) WithFilterIncludePercentiles(filterIncludePercentiles bool) *ListTagConfigurationsOptionalParameters { - 731   r.FilterIncludePercentiles = &filterIncludePercentiles - 732   return r - 733  } - 734   - 735  // WithFilterQueried sets the corresponding parameter name and returns the struct. - 736  func (r *ListTagConfigurationsOptionalParameters) WithFilterQueried(filterQueried bool) *ListTagConfigurationsOptionalParameters { - 737   r.FilterQueried = &filterQueried - 738   return r - 739  } - 740   - 741  // WithFilterTags sets the corresponding parameter name and returns the struct. - 742  func (r *ListTagConfigurationsOptionalParameters) WithFilterTags(filterTags string) *ListTagConfigurationsOptionalParameters { - 743   r.FilterTags = &filterTags - 744   return r - 745  } - 746   - 747  // WithWindowSeconds sets the corresponding parameter name and returns the struct. - 748  func (r *ListTagConfigurationsOptionalParameters) WithWindowSeconds(windowSeconds int64) *ListTagConfigurationsOptionalParameters { - 749   r.WindowSeconds = &windowSeconds - 750   return r - 751  } - 752   - 753  // ListTagConfigurations Get a list of metrics. - 754  // Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified). - 755  func (a *MetricsApi) ListTagConfigurations(ctx _context.Context, o ...ListTagConfigurationsOptionalParameters) (MetricsAndMetricTagConfigurationsResponse, *_nethttp.Response, error) { - 756   var ( - 757   localVarHTTPMethod = _nethttp.MethodGet - 758   localVarPostBody interface{} - 759   localVarReturnValue MetricsAndMetricTagConfigurationsResponse - 760   optionalParams ListTagConfigurationsOptionalParameters - 761   ) - 762   - 763   if len(o) > 1 { - 764   return localVarReturnValue, nil, datadog.ReportError("only one argument of type ListTagConfigurationsOptionalParameters is allowed") - 765   } - 766   if len(o) == 1 { - 767   optionalParams = o[0] - 768   } - 769   - 770   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.ListTagConfigurations") - 771   if err != nil { - 772   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} - 773   } - 774   - 775   localVarPath := localBasePath + "/api/v2/metrics" - 776   - 777   localVarHeaderParams := make(map[string]string) - 778   localVarQueryParams := _neturl.Values{} - 779   localVarFormParams := _neturl.Values{} - 780   if optionalParams.FilterConfigured != nil { - 781   localVarQueryParams.Add("filter[configured]", datadog.ParameterToString(*optionalParams.FilterConfigured, "")) + 703   PageSize *int32 + 704   PageCursor *string + 705  } + 706   + 707  // NewListTagConfigurationsOptionalParameters creates an empty struct for parameters. + 708  func NewListTagConfigurationsOptionalParameters() *ListTagConfigurationsOptionalParameters { + 709   this := ListTagConfigurationsOptionalParameters{} + 710   return &this + 711  } + 712   + 713  // WithFilterConfigured sets the corresponding parameter name and returns the struct. + 714  func (r *ListTagConfigurationsOptionalParameters) WithFilterConfigured(filterConfigured bool) *ListTagConfigurationsOptionalParameters { + 715   r.FilterConfigured = &filterConfigured + 716   return r + 717  } + 718   + 719  // WithFilterTagsConfigured sets the corresponding parameter name and returns the struct. + 720  func (r *ListTagConfigurationsOptionalParameters) WithFilterTagsConfigured(filterTagsConfigured string) *ListTagConfigurationsOptionalParameters { + 721   r.FilterTagsConfigured = &filterTagsConfigured + 722   return r + 723  } + 724   + 725  // WithFilterMetricType sets the corresponding parameter name and returns the struct. + 726  func (r *ListTagConfigurationsOptionalParameters) WithFilterMetricType(filterMetricType MetricTagConfigurationMetricTypeCategory) *ListTagConfigurationsOptionalParameters { + 727   r.FilterMetricType = &filterMetricType + 728   return r + 729  } + 730   + 731  // WithFilterIncludePercentiles sets the corresponding parameter name and returns the struct. + 732  func (r *ListTagConfigurationsOptionalParameters) WithFilterIncludePercentiles(filterIncludePercentiles bool) *ListTagConfigurationsOptionalParameters { + 733   r.FilterIncludePercentiles = &filterIncludePercentiles + 734   return r + 735  } + 736   + 737  // WithFilterQueried sets the corresponding parameter name and returns the struct. + 738  func (r *ListTagConfigurationsOptionalParameters) WithFilterQueried(filterQueried bool) *ListTagConfigurationsOptionalParameters { + 739   r.FilterQueried = &filterQueried + 740   return r + 741  } + 742   + 743  // WithFilterTags sets the corresponding parameter name and returns the struct. + 744  func (r *ListTagConfigurationsOptionalParameters) WithFilterTags(filterTags string) *ListTagConfigurationsOptionalParameters { + 745   r.FilterTags = &filterTags + 746   return r + 747  } + 748   + 749  // WithWindowSeconds sets the corresponding parameter name and returns the struct. + 750  func (r *ListTagConfigurationsOptionalParameters) WithWindowSeconds(windowSeconds int64) *ListTagConfigurationsOptionalParameters { + 751   r.WindowSeconds = &windowSeconds + 752   return r + 753  } + 754   + 755  // WithPageSize sets the corresponding parameter name and returns the struct. + 756  func (r *ListTagConfigurationsOptionalParameters) WithPageSize(pageSize int32) *ListTagConfigurationsOptionalParameters { + 757   r.PageSize = &pageSize + 758   return r + 759  } + 760   + 761  // WithPageCursor sets the corresponding parameter name and returns the struct. + 762  func (r *ListTagConfigurationsOptionalParameters) WithPageCursor(pageCursor string) *ListTagConfigurationsOptionalParameters { + 763   r.PageCursor = &pageCursor + 764   return r + 765  } + 766   + 767  // ListTagConfigurations Get a list of metrics. + 768  // Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified). + 769  // Optionally, paginate by using the `page[cursor]` and/or `page[size]` query parameters. + 770  // To fetch the first page, pass in a query parameter with either a valid `page[size]` or an empty cursor like `page[cursor]=`. To fetch the next page, pass in the `next_cursor` value from the response as the new `page[cursor]` value. + 771  // Once the `meta.pagination.next_cursor` value is null, all pages have been retrieved. + 772  func (a *MetricsApi) ListTagConfigurations(ctx _context.Context, o ...ListTagConfigurationsOptionalParameters) (MetricsAndMetricTagConfigurationsResponse, *_nethttp.Response, error) { + 773   var ( + 774   localVarHTTPMethod = _nethttp.MethodGet + 775   localVarPostBody interface{} + 776   localVarReturnValue MetricsAndMetricTagConfigurationsResponse + 777   optionalParams ListTagConfigurationsOptionalParameters + 778   ) + 779   + 780   if len(o) > 1 { + 781   return localVarReturnValue, nil, datadog.ReportError("only one argument of type ListTagConfigurationsOptionalParameters is allowed") 782   } - 783   if optionalParams.FilterTagsConfigured != nil { - 784   localVarQueryParams.Add("filter[tags_configured]", datadog.ParameterToString(*optionalParams.FilterTagsConfigured, "")) + 783   if len(o) == 1 { + 784   optionalParams = o[0] 785   } - 786   if optionalParams.FilterMetricType != nil { - 787   localVarQueryParams.Add("filter[metric_type]", datadog.ParameterToString(*optionalParams.FilterMetricType, "")) - 788   } - 789   if optionalParams.FilterIncludePercentiles != nil { - 790   localVarQueryParams.Add("filter[include_percentiles]", datadog.ParameterToString(*optionalParams.FilterIncludePercentiles, "")) - 791   } - 792   if optionalParams.FilterQueried != nil { - 793   localVarQueryParams.Add("filter[queried]", datadog.ParameterToString(*optionalParams.FilterQueried, "")) - 794   } - 795   if optionalParams.FilterTags != nil { - 796   localVarQueryParams.Add("filter[tags]", datadog.ParameterToString(*optionalParams.FilterTags, "")) - 797   } - 798   if optionalParams.WindowSeconds != nil { - 799   localVarQueryParams.Add("window[seconds]", datadog.ParameterToString(*optionalParams.WindowSeconds, "")) - 800   } - 801   localVarHeaderParams["Accept"] = "application/json" - 802   - 803   datadog.SetAuthKeys( - 804   ctx, - 805   &localVarHeaderParams, - 806   [2]string{"apiKeyAuth", "DD-API-KEY"}, - 807   [2]string{"appKeyAuth", "DD-APPLICATION-KEY"}, - 808   ) - 809   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) - 810   if err != nil { - 811   return localVarReturnValue, nil, err - 812   } - 813   - 814   localVarHTTPResponse, err := a.Client.CallAPI(req) - 815   if err != nil || localVarHTTPResponse == nil { - 816   return localVarReturnValue, localVarHTTPResponse, err + 786   + 787   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.ListTagConfigurations") + 788   if err != nil { + 789   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} + 790   } + 791   + 792   localVarPath := localBasePath + "/api/v2/metrics" + 793   + 794   localVarHeaderParams := make(map[string]string) + 795   localVarQueryParams := _neturl.Values{} + 796   localVarFormParams := _neturl.Values{} + 797   if optionalParams.FilterConfigured != nil { + 798   localVarQueryParams.Add("filter[configured]", datadog.ParameterToString(*optionalParams.FilterConfigured, "")) + 799   } + 800   if optionalParams.FilterTagsConfigured != nil { + 801   localVarQueryParams.Add("filter[tags_configured]", datadog.ParameterToString(*optionalParams.FilterTagsConfigured, "")) + 802   } + 803   if optionalParams.FilterMetricType != nil { + 804   localVarQueryParams.Add("filter[metric_type]", datadog.ParameterToString(*optionalParams.FilterMetricType, "")) + 805   } + 806   if optionalParams.FilterIncludePercentiles != nil { + 807   localVarQueryParams.Add("filter[include_percentiles]", datadog.ParameterToString(*optionalParams.FilterIncludePercentiles, "")) + 808   } + 809   if optionalParams.FilterQueried != nil { + 810   localVarQueryParams.Add("filter[queried]", datadog.ParameterToString(*optionalParams.FilterQueried, "")) + 811   } + 812   if optionalParams.FilterTags != nil { + 813   localVarQueryParams.Add("filter[tags]", datadog.ParameterToString(*optionalParams.FilterTags, "")) + 814   } + 815   if optionalParams.WindowSeconds != nil { + 816   localVarQueryParams.Add("window[seconds]", datadog.ParameterToString(*optionalParams.WindowSeconds, "")) 817   } - 818   - 819   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) - 820   if err != nil { - 821   return localVarReturnValue, localVarHTTPResponse, err - 822   } - 823   - 824   if localVarHTTPResponse.StatusCode >= 300 { - 825   newErr := datadog.GenericOpenAPIError{ - 826   ErrorBody: localVarBody, - 827   ErrorMessage: localVarHTTPResponse.Status, - 828   } - 829   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 429 { - 830   var v APIErrorResponse - 831   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 832   if err != nil { - 833   return localVarReturnValue, localVarHTTPResponse, newErr - 834   } - 835   newErr.ErrorModel = v - 836   } - 837   return localVarReturnValue, localVarHTTPResponse, newErr - 838   } - 839   - 840   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 841   if err != nil { - 842   newErr := datadog.GenericOpenAPIError{ - 843   ErrorBody: localVarBody, - 844   ErrorMessage: err.Error(), - 845   } - 846   return localVarReturnValue, localVarHTTPResponse, newErr - 847   } - 848   - 849   return localVarReturnValue, localVarHTTPResponse, nil - 850  } - 851   - 852  // ListTagsByMetricName List tags by metric name. - 853  // View indexed tag key-value pairs for a given metric name over the previous hour. - 854  func (a *MetricsApi) ListTagsByMetricName(ctx _context.Context, metricName string) (MetricAllTagsResponse, *_nethttp.Response, error) { - 855   var ( - 856   localVarHTTPMethod = _nethttp.MethodGet - 857   localVarPostBody interface{} - 858   localVarReturnValue MetricAllTagsResponse - 859   ) - 860   - 861   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.ListTagsByMetricName") - 862   if err != nil { - 863   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} - 864   } - 865   - 866   localVarPath := localBasePath + "/api/v2/metrics/{metric_name}/all-tags" - 867   localVarPath = strings.Replace(localVarPath, "{"+"metric_name"+"}", _neturl.PathEscape(datadog.ParameterToString(metricName, "")), -1) - 868   - 869   localVarHeaderParams := make(map[string]string) - 870   localVarQueryParams := _neturl.Values{} - 871   localVarFormParams := _neturl.Values{} - 872   localVarHeaderParams["Accept"] = "application/json" - 873   - 874   datadog.SetAuthKeys( - 875   ctx, - 876   &localVarHeaderParams, - 877   [2]string{"apiKeyAuth", "DD-API-KEY"}, - 878   [2]string{"appKeyAuth", "DD-APPLICATION-KEY"}, - 879   ) - 880   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) - 881   if err != nil { - 882   return localVarReturnValue, nil, err - 883   } - 884   - 885   localVarHTTPResponse, err := a.Client.CallAPI(req) - 886   if err != nil || localVarHTTPResponse == nil { - 887   return localVarReturnValue, localVarHTTPResponse, err - 888   } - 889   - 890   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) - 891   if err != nil { - 892   return localVarReturnValue, localVarHTTPResponse, err - 893   } - 894   - 895   if localVarHTTPResponse.StatusCode >= 300 { - 896   newErr := datadog.GenericOpenAPIError{ - 897   ErrorBody: localVarBody, - 898   ErrorMessage: localVarHTTPResponse.Status, - 899   } - 900   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 404 || localVarHTTPResponse.StatusCode == 429 { - 901   var v APIErrorResponse - 902   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 903   if err != nil { - 904   return localVarReturnValue, localVarHTTPResponse, newErr - 905   } - 906   newErr.ErrorModel = v - 907   } - 908   return localVarReturnValue, localVarHTTPResponse, newErr - 909   } - 910   - 911   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 912   if err != nil { - 913   newErr := datadog.GenericOpenAPIError{ - 914   ErrorBody: localVarBody, - 915   ErrorMessage: err.Error(), - 916   } - 917   return localVarReturnValue, localVarHTTPResponse, newErr - 918   } - 919   - 920   return localVarReturnValue, localVarHTTPResponse, nil - 921  } - 922   - 923  // ListVolumesByMetricName List distinct metric volumes by metric name. - 924  // View distinct metrics volumes for the given metric name. - 925  // - 926  // Custom metrics generated in-app from other products will return `null` for ingested volumes. - 927  func (a *MetricsApi) ListVolumesByMetricName(ctx _context.Context, metricName string) (MetricVolumesResponse, *_nethttp.Response, error) { - 928   var ( - 929   localVarHTTPMethod = _nethttp.MethodGet - 930   localVarPostBody interface{} - 931   localVarReturnValue MetricVolumesResponse - 932   ) - 933   - 934   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.ListVolumesByMetricName") - 935   if err != nil { - 936   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} - 937   } - 938   - 939   localVarPath := localBasePath + "/api/v2/metrics/{metric_name}/volumes" - 940   localVarPath = strings.Replace(localVarPath, "{"+"metric_name"+"}", _neturl.PathEscape(datadog.ParameterToString(metricName, "")), -1) + 818   if optionalParams.PageSize != nil { + 819   localVarQueryParams.Add("page[size]", datadog.ParameterToString(*optionalParams.PageSize, "")) + 820   } + 821   if optionalParams.PageCursor != nil { + 822   localVarQueryParams.Add("page[cursor]", datadog.ParameterToString(*optionalParams.PageCursor, "")) + 823   } + 824   localVarHeaderParams["Accept"] = "application/json" + 825   + 826   datadog.SetAuthKeys( + 827   ctx, + 828   &localVarHeaderParams, + 829   [2]string{"apiKeyAuth", "DD-API-KEY"}, + 830   [2]string{"appKeyAuth", "DD-APPLICATION-KEY"}, + 831   ) + 832   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) + 833   if err != nil { + 834   return localVarReturnValue, nil, err + 835   } + 836   + 837   localVarHTTPResponse, err := a.Client.CallAPI(req) + 838   if err != nil || localVarHTTPResponse == nil { + 839   return localVarReturnValue, localVarHTTPResponse, err + 840   } + 841   + 842   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) + 843   if err != nil { + 844   return localVarReturnValue, localVarHTTPResponse, err + 845   } + 846   + 847   if localVarHTTPResponse.StatusCode >= 300 { + 848   newErr := datadog.GenericOpenAPIError{ + 849   ErrorBody: localVarBody, + 850   ErrorMessage: localVarHTTPResponse.Status, + 851   } + 852   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 429 { + 853   var v APIErrorResponse + 854   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 855   if err != nil { + 856   return localVarReturnValue, localVarHTTPResponse, newErr + 857   } + 858   newErr.ErrorModel = v + 859   } + 860   return localVarReturnValue, localVarHTTPResponse, newErr + 861   } + 862   + 863   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 864   if err != nil { + 865   newErr := datadog.GenericOpenAPIError{ + 866   ErrorBody: localVarBody, + 867   ErrorMessage: err.Error(), + 868   } + 869   return localVarReturnValue, localVarHTTPResponse, newErr + 870   } + 871   + 872   return localVarReturnValue, localVarHTTPResponse, nil + 873  } + 874   + 875  // ListTagConfigurationsWithPagination provides a paginated version of ListTagConfigurations returning a channel with all items. + 876  func (a *MetricsApi) ListTagConfigurationsWithPagination(ctx _context.Context, o ...ListTagConfigurationsOptionalParameters) (<-chan datadog.PaginationResult[MetricsAndMetricTagConfigurations], func()) { + 877   ctx, cancel := _context.WithCancel(ctx) + 878   pageSize_ := int32(10000) + 879   if len(o) == 0 { + 880   o = append(o, ListTagConfigurationsOptionalParameters{}) + 881   } + 882   if o[0].PageSize != nil { + 883   pageSize_ = *o[0].PageSize + 884   } + 885   o[0].PageSize = &pageSize_ + 886   + 887   items := make(chan datadog.PaginationResult[MetricsAndMetricTagConfigurations], pageSize_) + 888   go func() { + 889   for { + 890   resp, _, err := a.ListTagConfigurations(ctx, o...) + 891   if err != nil { + 892   var returnItem MetricsAndMetricTagConfigurations + 893   items <- datadog.PaginationResult[MetricsAndMetricTagConfigurations]{Item: returnItem, Error: err} + 894   break + 895   } + 896   respData, ok := resp.GetDataOk() + 897   if !ok { + 898   break + 899   } + 900   results := *respData + 901   + 902   for _, item := range results { + 903   select { + 904   case items <- datadog.PaginationResult[MetricsAndMetricTagConfigurations]{Item: item, Error: nil}: + 905   case <-ctx.Done(): + 906   close(items) + 907   return + 908   } + 909   } + 910   if len(results) < int(pageSize_) { + 911   break + 912   } + 913   cursorMeta, ok := resp.GetMetaOk() + 914   if !ok { + 915   break + 916   } + 917   cursorMetaPagination, ok := cursorMeta.GetPaginationOk() + 918   if !ok { + 919   break + 920   } + 921   cursorMetaPaginationNextCursor, ok := cursorMetaPagination.GetNextCursorOk() + 922   if !ok { + 923   break + 924   } + 925   + 926   o[0].PageCursor = cursorMetaPaginationNextCursor + 927   } + 928   close(items) + 929   }() + 930   return items, cancel + 931  } + 932   + 933  // ListTagsByMetricName List tags by metric name. + 934  // View indexed tag key-value pairs for a given metric name over the previous hour. + 935  func (a *MetricsApi) ListTagsByMetricName(ctx _context.Context, metricName string) (MetricAllTagsResponse, *_nethttp.Response, error) { + 936   var ( + 937   localVarHTTPMethod = _nethttp.MethodGet + 938   localVarPostBody interface{} + 939   localVarReturnValue MetricAllTagsResponse + 940   ) 941   - 942   localVarHeaderParams := make(map[string]string) - 943   localVarQueryParams := _neturl.Values{} - 944   localVarFormParams := _neturl.Values{} - 945   localVarHeaderParams["Accept"] = "application/json" + 942   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.ListTagsByMetricName") + 943   if err != nil { + 944   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} + 945   } 946   - 947   datadog.SetAuthKeys( - 948   ctx, - 949   &localVarHeaderParams, - 950   [2]string{"apiKeyAuth", "DD-API-KEY"}, - 951   [2]string{"appKeyAuth", "DD-APPLICATION-KEY"}, - 952   ) - 953   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) - 954   if err != nil { - 955   return localVarReturnValue, nil, err - 956   } - 957   - 958   localVarHTTPResponse, err := a.Client.CallAPI(req) - 959   if err != nil || localVarHTTPResponse == nil { - 960   return localVarReturnValue, localVarHTTPResponse, err - 961   } - 962   - 963   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) - 964   if err != nil { - 965   return localVarReturnValue, localVarHTTPResponse, err - 966   } - 967   - 968   if localVarHTTPResponse.StatusCode >= 300 { - 969   newErr := datadog.GenericOpenAPIError{ - 970   ErrorBody: localVarBody, - 971   ErrorMessage: localVarHTTPResponse.Status, - 972   } - 973   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 404 || localVarHTTPResponse.StatusCode == 429 { - 974   var v APIErrorResponse - 975   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 976   if err != nil { - 977   return localVarReturnValue, localVarHTTPResponse, newErr - 978   } - 979   newErr.ErrorModel = v + 947   localVarPath := localBasePath + "/api/v2/metrics/{metric_name}/all-tags" + 948   localVarPath = strings.Replace(localVarPath, "{"+"metric_name"+"}", _neturl.PathEscape(datadog.ParameterToString(metricName, "")), -1) + 949   + 950   localVarHeaderParams := make(map[string]string) + 951   localVarQueryParams := _neturl.Values{} + 952   localVarFormParams := _neturl.Values{} + 953   localVarHeaderParams["Accept"] = "application/json" + 954   + 955   datadog.SetAuthKeys( + 956   ctx, + 957   &localVarHeaderParams, + 958   [2]string{"apiKeyAuth", "DD-API-KEY"}, + 959   [2]string{"appKeyAuth", "DD-APPLICATION-KEY"}, + 960   ) + 961   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) + 962   if err != nil { + 963   return localVarReturnValue, nil, err + 964   } + 965   + 966   localVarHTTPResponse, err := a.Client.CallAPI(req) + 967   if err != nil || localVarHTTPResponse == nil { + 968   return localVarReturnValue, localVarHTTPResponse, err + 969   } + 970   + 971   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) + 972   if err != nil { + 973   return localVarReturnValue, localVarHTTPResponse, err + 974   } + 975   + 976   if localVarHTTPResponse.StatusCode >= 300 { + 977   newErr := datadog.GenericOpenAPIError{ + 978   ErrorBody: localVarBody, + 979   ErrorMessage: localVarHTTPResponse.Status, 980   } - 981   return localVarReturnValue, localVarHTTPResponse, newErr - 982   } - 983   - 984   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 985   if err != nil { - 986   newErr := datadog.GenericOpenAPIError{ - 987   ErrorBody: localVarBody, - 988   ErrorMessage: err.Error(), - 989   } - 990   return localVarReturnValue, localVarHTTPResponse, newErr - 991   } - 992   - 993   return localVarReturnValue, localVarHTTPResponse, nil - 994  } - 995   - 996  // QueryScalarData Query scalar data across multiple products. - 997  // Query scalar values (as seen on Query Value, Table, and Toplist widgets). - 998  // Multiple data sources are supported with the ability to - 999  // process the data using formulas and functions. - 1000  func (a *MetricsApi) QueryScalarData(ctx _context.Context, body ScalarFormulaQueryRequest) (ScalarFormulaQueryResponse, *_nethttp.Response, error) { - 1001   var ( - 1002   localVarHTTPMethod = _nethttp.MethodPost - 1003   localVarPostBody interface{} - 1004   localVarReturnValue ScalarFormulaQueryResponse - 1005   ) - 1006   - 1007   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.QueryScalarData") - 1008   if err != nil { - 1009   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} - 1010   } - 1011   - 1012   localVarPath := localBasePath + "/api/v2/query/scalar" - 1013   - 1014   localVarHeaderParams := make(map[string]string) - 1015   localVarQueryParams := _neturl.Values{} - 1016   localVarFormParams := _neturl.Values{} - 1017   localVarHeaderParams["Content-Type"] = "application/json" - 1018   localVarHeaderParams["Accept"] = "application/json" + 981   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 404 || localVarHTTPResponse.StatusCode == 429 { + 982   var v APIErrorResponse + 983   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 984   if err != nil { + 985   return localVarReturnValue, localVarHTTPResponse, newErr + 986   } + 987   newErr.ErrorModel = v + 988   } + 989   return localVarReturnValue, localVarHTTPResponse, newErr + 990   } + 991   + 992   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 993   if err != nil { + 994   newErr := datadog.GenericOpenAPIError{ + 995   ErrorBody: localVarBody, + 996   ErrorMessage: err.Error(), + 997   } + 998   return localVarReturnValue, localVarHTTPResponse, newErr + 999   } + 1000   + 1001   return localVarReturnValue, localVarHTTPResponse, nil + 1002  } + 1003   + 1004  // ListVolumesByMetricName List distinct metric volumes by metric name. + 1005  // View distinct metrics volumes for the given metric name. + 1006  // + 1007  // Custom metrics generated in-app from other products will return `null` for ingested volumes. + 1008  func (a *MetricsApi) ListVolumesByMetricName(ctx _context.Context, metricName string) (MetricVolumesResponse, *_nethttp.Response, error) { + 1009   var ( + 1010   localVarHTTPMethod = _nethttp.MethodGet + 1011   localVarPostBody interface{} + 1012   localVarReturnValue MetricVolumesResponse + 1013   ) + 1014   + 1015   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.ListVolumesByMetricName") + 1016   if err != nil { + 1017   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} + 1018   } 1019   - 1020   // body params - 1021   localVarPostBody = &body - 1022   datadog.SetAuthKeys( - 1023   ctx, - 1024   &localVarHeaderParams, - 1025   [2]string{"apiKeyAuth", "DD-API-KEY"}, - 1026   [2]string{"appKeyAuth", "DD-APPLICATION-KEY"}, - 1027   ) - 1028   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) - 1029   if err != nil { - 1030   return localVarReturnValue, nil, err - 1031   } - 1032   - 1033   localVarHTTPResponse, err := a.Client.CallAPI(req) - 1034   if err != nil || localVarHTTPResponse == nil { - 1035   return localVarReturnValue, localVarHTTPResponse, err - 1036   } - 1037   - 1038   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) - 1039   if err != nil { - 1040   return localVarReturnValue, localVarHTTPResponse, err - 1041   } - 1042   - 1043   if localVarHTTPResponse.StatusCode >= 300 { - 1044   newErr := datadog.GenericOpenAPIError{ - 1045   ErrorBody: localVarBody, - 1046   ErrorMessage: localVarHTTPResponse.Status, - 1047   } - 1048   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 401 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 429 { - 1049   var v APIErrorResponse - 1050   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 1051   if err != nil { - 1052   return localVarReturnValue, localVarHTTPResponse, newErr - 1053   } - 1054   newErr.ErrorModel = v - 1055   } - 1056   return localVarReturnValue, localVarHTTPResponse, newErr - 1057   } - 1058   - 1059   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 1060   if err != nil { - 1061   newErr := datadog.GenericOpenAPIError{ - 1062   ErrorBody: localVarBody, - 1063   ErrorMessage: err.Error(), - 1064   } - 1065   return localVarReturnValue, localVarHTTPResponse, newErr - 1066   } - 1067   - 1068   return localVarReturnValue, localVarHTTPResponse, nil - 1069  } - 1070   - 1071  // QueryTimeseriesData Query timeseries data across multiple products. - 1072  // Query timeseries data across various data sources and - 1073  // process the data by applying formulas and functions. - 1074  func (a *MetricsApi) QueryTimeseriesData(ctx _context.Context, body TimeseriesFormulaQueryRequest) (TimeseriesFormulaQueryResponse, *_nethttp.Response, error) { - 1075   var ( - 1076   localVarHTTPMethod = _nethttp.MethodPost - 1077   localVarPostBody interface{} - 1078   localVarReturnValue TimeseriesFormulaQueryResponse - 1079   ) - 1080   - 1081   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.QueryTimeseriesData") - 1082   if err != nil { - 1083   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} - 1084   } - 1085   - 1086   localVarPath := localBasePath + "/api/v2/query/timeseries" + 1020   localVarPath := localBasePath + "/api/v2/metrics/{metric_name}/volumes" + 1021   localVarPath = strings.Replace(localVarPath, "{"+"metric_name"+"}", _neturl.PathEscape(datadog.ParameterToString(metricName, "")), -1) + 1022   + 1023   localVarHeaderParams := make(map[string]string) + 1024   localVarQueryParams := _neturl.Values{} + 1025   localVarFormParams := _neturl.Values{} + 1026   localVarHeaderParams["Accept"] = "application/json" + 1027   + 1028   datadog.SetAuthKeys( + 1029   ctx, + 1030   &localVarHeaderParams, + 1031   [2]string{"apiKeyAuth", "DD-API-KEY"}, + 1032   [2]string{"appKeyAuth", "DD-APPLICATION-KEY"}, + 1033   ) + 1034   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) + 1035   if err != nil { + 1036   return localVarReturnValue, nil, err + 1037   } + 1038   + 1039   localVarHTTPResponse, err := a.Client.CallAPI(req) + 1040   if err != nil || localVarHTTPResponse == nil { + 1041   return localVarReturnValue, localVarHTTPResponse, err + 1042   } + 1043   + 1044   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) + 1045   if err != nil { + 1046   return localVarReturnValue, localVarHTTPResponse, err + 1047   } + 1048   + 1049   if localVarHTTPResponse.StatusCode >= 300 { + 1050   newErr := datadog.GenericOpenAPIError{ + 1051   ErrorBody: localVarBody, + 1052   ErrorMessage: localVarHTTPResponse.Status, + 1053   } + 1054   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 404 || localVarHTTPResponse.StatusCode == 429 { + 1055   var v APIErrorResponse + 1056   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 1057   if err != nil { + 1058   return localVarReturnValue, localVarHTTPResponse, newErr + 1059   } + 1060   newErr.ErrorModel = v + 1061   } + 1062   return localVarReturnValue, localVarHTTPResponse, newErr + 1063   } + 1064   + 1065   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 1066   if err != nil { + 1067   newErr := datadog.GenericOpenAPIError{ + 1068   ErrorBody: localVarBody, + 1069   ErrorMessage: err.Error(), + 1070   } + 1071   return localVarReturnValue, localVarHTTPResponse, newErr + 1072   } + 1073   + 1074   return localVarReturnValue, localVarHTTPResponse, nil + 1075  } + 1076   + 1077  // QueryScalarData Query scalar data across multiple products. + 1078  // Query scalar values (as seen on Query Value, Table, and Toplist widgets). + 1079  // Multiple data sources are supported with the ability to + 1080  // process the data using formulas and functions. + 1081  func (a *MetricsApi) QueryScalarData(ctx _context.Context, body ScalarFormulaQueryRequest) (ScalarFormulaQueryResponse, *_nethttp.Response, error) { + 1082   var ( + 1083   localVarHTTPMethod = _nethttp.MethodPost + 1084   localVarPostBody interface{} + 1085   localVarReturnValue ScalarFormulaQueryResponse + 1086   ) 1087   - 1088   localVarHeaderParams := make(map[string]string) - 1089   localVarQueryParams := _neturl.Values{} - 1090   localVarFormParams := _neturl.Values{} - 1091   localVarHeaderParams["Content-Type"] = "application/json" - 1092   localVarHeaderParams["Accept"] = "application/json" - 1093   - 1094   // body params - 1095   localVarPostBody = &body - 1096   datadog.SetAuthKeys( - 1097   ctx, - 1098   &localVarHeaderParams, - 1099   [2]string{"apiKeyAuth", "DD-API-KEY"}, - 1100   [2]string{"appKeyAuth", "DD-APPLICATION-KEY"}, - 1101   ) - 1102   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) - 1103   if err != nil { - 1104   return localVarReturnValue, nil, err - 1105   } - 1106   - 1107   localVarHTTPResponse, err := a.Client.CallAPI(req) - 1108   if err != nil || localVarHTTPResponse == nil { - 1109   return localVarReturnValue, localVarHTTPResponse, err - 1110   } - 1111   - 1112   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) - 1113   if err != nil { - 1114   return localVarReturnValue, localVarHTTPResponse, err - 1115   } - 1116   - 1117   if localVarHTTPResponse.StatusCode >= 300 { - 1118   newErr := datadog.GenericOpenAPIError{ - 1119   ErrorBody: localVarBody, - 1120   ErrorMessage: localVarHTTPResponse.Status, - 1121   } - 1122   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 401 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 429 { - 1123   var v APIErrorResponse - 1124   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 1125   if err != nil { - 1126   return localVarReturnValue, localVarHTTPResponse, newErr - 1127   } - 1128   newErr.ErrorModel = v - 1129   } - 1130   return localVarReturnValue, localVarHTTPResponse, newErr - 1131   } - 1132   - 1133   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 1134   if err != nil { - 1135   newErr := datadog.GenericOpenAPIError{ - 1136   ErrorBody: localVarBody, - 1137   ErrorMessage: err.Error(), - 1138   } - 1139   return localVarReturnValue, localVarHTTPResponse, newErr - 1140   } - 1141   - 1142   return localVarReturnValue, localVarHTTPResponse, nil - 1143  } - 1144   - 1145  // SubmitMetricsOptionalParameters holds optional parameters for SubmitMetrics. - 1146  type SubmitMetricsOptionalParameters struct { - 1147   ContentEncoding *MetricContentEncoding - 1148  } - 1149   - 1150  // NewSubmitMetricsOptionalParameters creates an empty struct for parameters. - 1151  func NewSubmitMetricsOptionalParameters() *SubmitMetricsOptionalParameters { - 1152   this := SubmitMetricsOptionalParameters{} - 1153   return &this - 1154  } - 1155   - 1156  // WithContentEncoding sets the corresponding parameter name and returns the struct. - 1157  func (r *SubmitMetricsOptionalParameters) WithContentEncoding(contentEncoding MetricContentEncoding) *SubmitMetricsOptionalParameters { - 1158   r.ContentEncoding = &contentEncoding - 1159   return r - 1160  } + 1088   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.QueryScalarData") + 1089   if err != nil { + 1090   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} + 1091   } + 1092   + 1093   localVarPath := localBasePath + "/api/v2/query/scalar" + 1094   + 1095   localVarHeaderParams := make(map[string]string) + 1096   localVarQueryParams := _neturl.Values{} + 1097   localVarFormParams := _neturl.Values{} + 1098   localVarHeaderParams["Content-Type"] = "application/json" + 1099   localVarHeaderParams["Accept"] = "application/json" + 1100   + 1101   // body params + 1102   localVarPostBody = &body + 1103   datadog.SetAuthKeys( + 1104   ctx, + 1105   &localVarHeaderParams, + 1106   [2]string{"apiKeyAuth", "DD-API-KEY"}, + 1107   [2]string{"appKeyAuth", "DD-APPLICATION-KEY"}, + 1108   ) + 1109   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) + 1110   if err != nil { + 1111   return localVarReturnValue, nil, err + 1112   } + 1113   + 1114   localVarHTTPResponse, err := a.Client.CallAPI(req) + 1115   if err != nil || localVarHTTPResponse == nil { + 1116   return localVarReturnValue, localVarHTTPResponse, err + 1117   } + 1118   + 1119   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) + 1120   if err != nil { + 1121   return localVarReturnValue, localVarHTTPResponse, err + 1122   } + 1123   + 1124   if localVarHTTPResponse.StatusCode >= 300 { + 1125   newErr := datadog.GenericOpenAPIError{ + 1126   ErrorBody: localVarBody, + 1127   ErrorMessage: localVarHTTPResponse.Status, + 1128   } + 1129   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 401 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 429 { + 1130   var v APIErrorResponse + 1131   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 1132   if err != nil { + 1133   return localVarReturnValue, localVarHTTPResponse, newErr + 1134   } + 1135   newErr.ErrorModel = v + 1136   } + 1137   return localVarReturnValue, localVarHTTPResponse, newErr + 1138   } + 1139   + 1140   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 1141   if err != nil { + 1142   newErr := datadog.GenericOpenAPIError{ + 1143   ErrorBody: localVarBody, + 1144   ErrorMessage: err.Error(), + 1145   } + 1146   return localVarReturnValue, localVarHTTPResponse, newErr + 1147   } + 1148   + 1149   return localVarReturnValue, localVarHTTPResponse, nil + 1150  } + 1151   + 1152  // QueryTimeseriesData Query timeseries data across multiple products. + 1153  // Query timeseries data across various data sources and + 1154  // process the data by applying formulas and functions. + 1155  func (a *MetricsApi) QueryTimeseriesData(ctx _context.Context, body TimeseriesFormulaQueryRequest) (TimeseriesFormulaQueryResponse, *_nethttp.Response, error) { + 1156   var ( + 1157   localVarHTTPMethod = _nethttp.MethodPost + 1158   localVarPostBody interface{} + 1159   localVarReturnValue TimeseriesFormulaQueryResponse + 1160   ) 1161   - 1162  // SubmitMetrics Submit metrics. - 1163  // The metrics end-point allows you to post time-series data that can be graphed on Datadog’s dashboards. - 1164  // The maximum payload size is 500 kilobytes (512000 bytes). Compressed payloads must have a decompressed size of less than 5 megabytes (5242880 bytes). - 1165  // - 1166  // If you’re submitting metrics directly to the Datadog API without using DogStatsD, expect: - 1167  // - 1168  // - 64 bits for the timestamp - 1169  // - 64 bits for the value - 1170  // - 20 bytes for the metric names - 1171  // - 50 bytes for the timeseries - 1172  // - The full payload is approximately 100 bytes. - 1173  // - 1174  // Host name is one of the resources in the Resources field. - 1175  func (a *MetricsApi) SubmitMetrics(ctx _context.Context, body MetricPayload, o ...SubmitMetricsOptionalParameters) (IntakePayloadAccepted, *_nethttp.Response, error) { - 1176   var ( - 1177   localVarHTTPMethod = _nethttp.MethodPost - 1178   localVarPostBody interface{} - 1179   localVarReturnValue IntakePayloadAccepted - 1180   optionalParams SubmitMetricsOptionalParameters - 1181   ) - 1182   - 1183   if len(o) > 1 { - 1184   return localVarReturnValue, nil, datadog.ReportError("only one argument of type SubmitMetricsOptionalParameters is allowed") - 1185   } - 1186   if len(o) == 1 { - 1187   optionalParams = o[0] - 1188   } - 1189   - 1190   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.SubmitMetrics") - 1191   if err != nil { - 1192   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} - 1193   } - 1194   - 1195   localVarPath := localBasePath + "/api/v2/series" - 1196   - 1197   localVarHeaderParams := make(map[string]string) - 1198   localVarQueryParams := _neturl.Values{} - 1199   localVarFormParams := _neturl.Values{} - 1200   localVarHeaderParams["Content-Type"] = "application/json" - 1201   localVarHeaderParams["Accept"] = "application/json" - 1202   - 1203   if optionalParams.ContentEncoding != nil { - 1204   localVarHeaderParams["Content-Encoding"] = datadog.ParameterToString(*optionalParams.ContentEncoding, "") - 1205   } - 1206   - 1207   // body params - 1208   localVarPostBody = &body - 1209   datadog.SetAuthKeys( - 1210   ctx, - 1211   &localVarHeaderParams, - 1212   [2]string{"apiKeyAuth", "DD-API-KEY"}, - 1213   ) - 1214   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) + 1162   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.QueryTimeseriesData") + 1163   if err != nil { + 1164   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} + 1165   } + 1166   + 1167   localVarPath := localBasePath + "/api/v2/query/timeseries" + 1168   + 1169   localVarHeaderParams := make(map[string]string) + 1170   localVarQueryParams := _neturl.Values{} + 1171   localVarFormParams := _neturl.Values{} + 1172   localVarHeaderParams["Content-Type"] = "application/json" + 1173   localVarHeaderParams["Accept"] = "application/json" + 1174   + 1175   // body params + 1176   localVarPostBody = &body + 1177   datadog.SetAuthKeys( + 1178   ctx, + 1179   &localVarHeaderParams, + 1180   [2]string{"apiKeyAuth", "DD-API-KEY"}, + 1181   [2]string{"appKeyAuth", "DD-APPLICATION-KEY"}, + 1182   ) + 1183   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) + 1184   if err != nil { + 1185   return localVarReturnValue, nil, err + 1186   } + 1187   + 1188   localVarHTTPResponse, err := a.Client.CallAPI(req) + 1189   if err != nil || localVarHTTPResponse == nil { + 1190   return localVarReturnValue, localVarHTTPResponse, err + 1191   } + 1192   + 1193   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) + 1194   if err != nil { + 1195   return localVarReturnValue, localVarHTTPResponse, err + 1196   } + 1197   + 1198   if localVarHTTPResponse.StatusCode >= 300 { + 1199   newErr := datadog.GenericOpenAPIError{ + 1200   ErrorBody: localVarBody, + 1201   ErrorMessage: localVarHTTPResponse.Status, + 1202   } + 1203   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 401 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 429 { + 1204   var v APIErrorResponse + 1205   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 1206   if err != nil { + 1207   return localVarReturnValue, localVarHTTPResponse, newErr + 1208   } + 1209   newErr.ErrorModel = v + 1210   } + 1211   return localVarReturnValue, localVarHTTPResponse, newErr + 1212   } + 1213   + 1214   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) 1215   if err != nil { - 1216   return localVarReturnValue, nil, err - 1217   } - 1218   - 1219   localVarHTTPResponse, err := a.Client.CallAPI(req) - 1220   if err != nil || localVarHTTPResponse == nil { - 1221   return localVarReturnValue, localVarHTTPResponse, err - 1222   } - 1223   - 1224   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) - 1225   if err != nil { - 1226   return localVarReturnValue, localVarHTTPResponse, err - 1227   } - 1228   - 1229   if localVarHTTPResponse.StatusCode >= 300 { - 1230   newErr := datadog.GenericOpenAPIError{ - 1231   ErrorBody: localVarBody, - 1232   ErrorMessage: localVarHTTPResponse.Status, - 1233   } - 1234   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 408 || localVarHTTPResponse.StatusCode == 413 || localVarHTTPResponse.StatusCode == 429 { - 1235   var v APIErrorResponse - 1236   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 1237   if err != nil { - 1238   return localVarReturnValue, localVarHTTPResponse, newErr - 1239   } - 1240   newErr.ErrorModel = v - 1241   } - 1242   return localVarReturnValue, localVarHTTPResponse, newErr - 1243   } - 1244   - 1245   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 1246   if err != nil { - 1247   newErr := datadog.GenericOpenAPIError{ - 1248   ErrorBody: localVarBody, - 1249   ErrorMessage: err.Error(), - 1250   } - 1251   return localVarReturnValue, localVarHTTPResponse, newErr - 1252   } - 1253   - 1254   return localVarReturnValue, localVarHTTPResponse, nil - 1255  } - 1256   - 1257  // UpdateTagConfiguration Update a tag configuration. - 1258  // Update the tag configuration of a metric or percentile aggregations of a distribution metric or custom aggregations - 1259  // of a count, rate, or gauge metric. By setting `exclude_tags_mode` to true the behavior is changed - 1260  // from an allow-list to a deny-list, and tags in the defined list will not be queryable. - 1261  // Can only be used with application keys from users with the `Manage Tags for Metrics` permission. This endpoint requires - 1262  // a tag configuration to be created first. - 1263  func (a *MetricsApi) UpdateTagConfiguration(ctx _context.Context, metricName string, body MetricTagConfigurationUpdateRequest) (MetricTagConfigurationResponse, *_nethttp.Response, error) { - 1264   var ( - 1265   localVarHTTPMethod = _nethttp.MethodPatch - 1266   localVarPostBody interface{} - 1267   localVarReturnValue MetricTagConfigurationResponse - 1268   ) - 1269   - 1270   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.UpdateTagConfiguration") - 1271   if err != nil { - 1272   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} - 1273   } - 1274   - 1275   localVarPath := localBasePath + "/api/v2/metrics/{metric_name}/tags" - 1276   localVarPath = strings.Replace(localVarPath, "{"+"metric_name"+"}", _neturl.PathEscape(datadog.ParameterToString(metricName, "")), -1) + 1216   newErr := datadog.GenericOpenAPIError{ + 1217   ErrorBody: localVarBody, + 1218   ErrorMessage: err.Error(), + 1219   } + 1220   return localVarReturnValue, localVarHTTPResponse, newErr + 1221   } + 1222   + 1223   return localVarReturnValue, localVarHTTPResponse, nil + 1224  } + 1225   + 1226  // SubmitMetricsOptionalParameters holds optional parameters for SubmitMetrics. + 1227  type SubmitMetricsOptionalParameters struct { + 1228   ContentEncoding *MetricContentEncoding + 1229  } + 1230   + 1231  // NewSubmitMetricsOptionalParameters creates an empty struct for parameters. + 1232  func NewSubmitMetricsOptionalParameters() *SubmitMetricsOptionalParameters { + 1233   this := SubmitMetricsOptionalParameters{} + 1234   return &this + 1235  } + 1236   + 1237  // WithContentEncoding sets the corresponding parameter name and returns the struct. + 1238  func (r *SubmitMetricsOptionalParameters) WithContentEncoding(contentEncoding MetricContentEncoding) *SubmitMetricsOptionalParameters { + 1239   r.ContentEncoding = &contentEncoding + 1240   return r + 1241  } + 1242   + 1243  // SubmitMetrics Submit metrics. + 1244  // The metrics end-point allows you to post time-series data that can be graphed on Datadog’s dashboards. + 1245  // The maximum payload size is 500 kilobytes (512000 bytes). Compressed payloads must have a decompressed size of less than 5 megabytes (5242880 bytes). + 1246  // + 1247  // If you’re submitting metrics directly to the Datadog API without using DogStatsD, expect: + 1248  // + 1249  // - 64 bits for the timestamp + 1250  // - 64 bits for the value + 1251  // - 20 bytes for the metric names + 1252  // - 50 bytes for the timeseries + 1253  // - The full payload is approximately 100 bytes. + 1254  // + 1255  // Host name is one of the resources in the Resources field. + 1256  func (a *MetricsApi) SubmitMetrics(ctx _context.Context, body MetricPayload, o ...SubmitMetricsOptionalParameters) (IntakePayloadAccepted, *_nethttp.Response, error) { + 1257   var ( + 1258   localVarHTTPMethod = _nethttp.MethodPost + 1259   localVarPostBody interface{} + 1260   localVarReturnValue IntakePayloadAccepted + 1261   optionalParams SubmitMetricsOptionalParameters + 1262   ) + 1263   + 1264   if len(o) > 1 { + 1265   return localVarReturnValue, nil, datadog.ReportError("only one argument of type SubmitMetricsOptionalParameters is allowed") + 1266   } + 1267   if len(o) == 1 { + 1268   optionalParams = o[0] + 1269   } + 1270   + 1271   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.SubmitMetrics") + 1272   if err != nil { + 1273   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} + 1274   } + 1275   + 1276   localVarPath := localBasePath + "/api/v2/series" 1277   1278   localVarHeaderParams := make(map[string]string) 1279   localVarQueryParams := _neturl.Values{} @@ -1338,64 +1338,145 @@

1281   localVarHeaderParams["Content-Type"] = "application/json" 1282   localVarHeaderParams["Accept"] = "application/json" 1283   - 1284   // body params - 1285   localVarPostBody = &body - 1286   datadog.SetAuthKeys( - 1287   ctx, - 1288   &localVarHeaderParams, - 1289   [2]string{"apiKeyAuth", "DD-API-KEY"}, - 1290   [2]string{"appKeyAuth", "DD-APPLICATION-KEY"}, - 1291   ) - 1292   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) - 1293   if err != nil { - 1294   return localVarReturnValue, nil, err - 1295   } - 1296   - 1297   localVarHTTPResponse, err := a.Client.CallAPI(req) - 1298   if err != nil || localVarHTTPResponse == nil { - 1299   return localVarReturnValue, localVarHTTPResponse, err - 1300   } - 1301   - 1302   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) - 1303   if err != nil { - 1304   return localVarReturnValue, localVarHTTPResponse, err - 1305   } - 1306   - 1307   if localVarHTTPResponse.StatusCode >= 300 { - 1308   newErr := datadog.GenericOpenAPIError{ - 1309   ErrorBody: localVarBody, - 1310   ErrorMessage: localVarHTTPResponse.Status, - 1311   } - 1312   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 422 || localVarHTTPResponse.StatusCode == 429 { - 1313   var v APIErrorResponse - 1314   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 1315   if err != nil { - 1316   return localVarReturnValue, localVarHTTPResponse, newErr - 1317   } - 1318   newErr.ErrorModel = v - 1319   } - 1320   return localVarReturnValue, localVarHTTPResponse, newErr - 1321   } - 1322   - 1323   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - 1324   if err != nil { - 1325   newErr := datadog.GenericOpenAPIError{ - 1326   ErrorBody: localVarBody, - 1327   ErrorMessage: err.Error(), - 1328   } - 1329   return localVarReturnValue, localVarHTTPResponse, newErr - 1330   } - 1331   - 1332   return localVarReturnValue, localVarHTTPResponse, nil - 1333  } + 1284   if optionalParams.ContentEncoding != nil { + 1285   localVarHeaderParams["Content-Encoding"] = datadog.ParameterToString(*optionalParams.ContentEncoding, "") + 1286   } + 1287   + 1288   // body params + 1289   localVarPostBody = &body + 1290   datadog.SetAuthKeys( + 1291   ctx, + 1292   &localVarHeaderParams, + 1293   [2]string{"apiKeyAuth", "DD-API-KEY"}, + 1294   ) + 1295   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) + 1296   if err != nil { + 1297   return localVarReturnValue, nil, err + 1298   } + 1299   + 1300   localVarHTTPResponse, err := a.Client.CallAPI(req) + 1301   if err != nil || localVarHTTPResponse == nil { + 1302   return localVarReturnValue, localVarHTTPResponse, err + 1303   } + 1304   + 1305   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) + 1306   if err != nil { + 1307   return localVarReturnValue, localVarHTTPResponse, err + 1308   } + 1309   + 1310   if localVarHTTPResponse.StatusCode >= 300 { + 1311   newErr := datadog.GenericOpenAPIError{ + 1312   ErrorBody: localVarBody, + 1313   ErrorMessage: localVarHTTPResponse.Status, + 1314   } + 1315   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 408 || localVarHTTPResponse.StatusCode == 413 || localVarHTTPResponse.StatusCode == 429 { + 1316   var v APIErrorResponse + 1317   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 1318   if err != nil { + 1319   return localVarReturnValue, localVarHTTPResponse, newErr + 1320   } + 1321   newErr.ErrorModel = v + 1322   } + 1323   return localVarReturnValue, localVarHTTPResponse, newErr + 1324   } + 1325   + 1326   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 1327   if err != nil { + 1328   newErr := datadog.GenericOpenAPIError{ + 1329   ErrorBody: localVarBody, + 1330   ErrorMessage: err.Error(), + 1331   } + 1332   return localVarReturnValue, localVarHTTPResponse, newErr + 1333   } 1334   - 1335  // NewMetricsApi Returns NewMetricsApi. - 1336  func NewMetricsApi(client *datadog.APIClient) *MetricsApi { - 1337   return &MetricsApi{ - 1338   Client: client, - 1339   } - 1340  } - 1341   + 1335   return localVarReturnValue, localVarHTTPResponse, nil + 1336  } + 1337   + 1338  // UpdateTagConfiguration Update a tag configuration. + 1339  // Update the tag configuration of a metric or percentile aggregations of a distribution metric or custom aggregations + 1340  // of a count, rate, or gauge metric. By setting `exclude_tags_mode` to true the behavior is changed + 1341  // from an allow-list to a deny-list, and tags in the defined list will not be queryable. + 1342  // Can only be used with application keys from users with the `Manage Tags for Metrics` permission. This endpoint requires + 1343  // a tag configuration to be created first. + 1344  func (a *MetricsApi) UpdateTagConfiguration(ctx _context.Context, metricName string, body MetricTagConfigurationUpdateRequest) (MetricTagConfigurationResponse, *_nethttp.Response, error) { + 1345   var ( + 1346   localVarHTTPMethod = _nethttp.MethodPatch + 1347   localVarPostBody interface{} + 1348   localVarReturnValue MetricTagConfigurationResponse + 1349   ) + 1350   + 1351   localBasePath, err := a.Client.Cfg.ServerURLWithContext(ctx, "v2.MetricsApi.UpdateTagConfiguration") + 1352   if err != nil { + 1353   return localVarReturnValue, nil, datadog.GenericOpenAPIError{ErrorMessage: err.Error()} + 1354   } + 1355   + 1356   localVarPath := localBasePath + "/api/v2/metrics/{metric_name}/tags" + 1357   localVarPath = strings.Replace(localVarPath, "{"+"metric_name"+"}", _neturl.PathEscape(datadog.ParameterToString(metricName, "")), -1) + 1358   + 1359   localVarHeaderParams := make(map[string]string) + 1360   localVarQueryParams := _neturl.Values{} + 1361   localVarFormParams := _neturl.Values{} + 1362   localVarHeaderParams["Content-Type"] = "application/json" + 1363   localVarHeaderParams["Accept"] = "application/json" + 1364   + 1365   // body params + 1366   localVarPostBody = &body + 1367   datadog.SetAuthKeys( + 1368   ctx, + 1369   &localVarHeaderParams, + 1370   [2]string{"apiKeyAuth", "DD-API-KEY"}, + 1371   [2]string{"appKeyAuth", "DD-APPLICATION-KEY"}, + 1372   ) + 1373   req, err := a.Client.PrepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, nil) + 1374   if err != nil { + 1375   return localVarReturnValue, nil, err + 1376   } + 1377   + 1378   localVarHTTPResponse, err := a.Client.CallAPI(req) + 1379   if err != nil || localVarHTTPResponse == nil { + 1380   return localVarReturnValue, localVarHTTPResponse, err + 1381   } + 1382   + 1383   localVarBody, err := datadog.ReadBody(localVarHTTPResponse) + 1384   if err != nil { + 1385   return localVarReturnValue, localVarHTTPResponse, err + 1386   } + 1387   + 1388   if localVarHTTPResponse.StatusCode >= 300 { + 1389   newErr := datadog.GenericOpenAPIError{ + 1390   ErrorBody: localVarBody, + 1391   ErrorMessage: localVarHTTPResponse.Status, + 1392   } + 1393   if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 422 || localVarHTTPResponse.StatusCode == 429 { + 1394   var v APIErrorResponse + 1395   err = a.Client.Decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 1396   if err != nil { + 1397   return localVarReturnValue, localVarHTTPResponse, newErr + 1398   } + 1399   newErr.ErrorModel = v + 1400   } + 1401   return localVarReturnValue, localVarHTTPResponse, newErr + 1402   } + 1403   + 1404   err = a.Client.Decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + 1405   if err != nil { + 1406   newErr := datadog.GenericOpenAPIError{ + 1407   ErrorBody: localVarBody, + 1408   ErrorMessage: err.Error(), + 1409   } + 1410   return localVarReturnValue, localVarHTTPResponse, newErr + 1411   } + 1412   + 1413   return localVarReturnValue, localVarHTTPResponse, nil + 1414  } + 1415   + 1416  // NewMetricsApi Returns NewMetricsApi. + 1417  func NewMetricsApi(client *datadog.APIClient) *MetricsApi { + 1418   return &MetricsApi{ + 1419   Client: client, + 1420   } + 1421  } + 1422