datadog_api_client 2.53.0 → 2.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.generator/schemas/v1/openapi.yaml +2514 -18
- data/.generator/schemas/v2/openapi.yaml +17639 -617
- data/CHANGELOG.md +55 -0
- data/examples/v1/azure-integration/UpdateAzureHostFilters.rb +1 -0
- data/examples/v1/azure-integration/UpdateAzureIntegration.rb +1 -0
- data/examples/v1/dashboards/CreateDashboard_2049446128.rb +42 -0
- data/examples/v2/agentless-scanning/CreateAwsScanOptions.rb +1 -0
- data/examples/v2/app-builder/CreatePublishRequest.rb +15 -0
- data/examples/v2/app-builder/ListAppVersions.rb +5 -0
- data/examples/v2/app-builder/RevertApp.rb +5 -0
- data/examples/v2/app-builder/UpdateAppFavorite.rb +14 -0
- data/examples/v2/app-builder/UpdateAppSelfService.rb +14 -0
- data/examples/v2/app-builder/UpdateAppTags.rb +17 -0
- data/examples/v2/app-builder/UpdateAppVersionName.rb +14 -0
- data/examples/v2/app-builder/UpdateProtectionLevel.rb +14 -0
- data/examples/v2/cloud-cost-management/GetCommitmentsCommitmentList.rb +8 -0
- data/examples/v2/cloud-cost-management/GetCommitmentsCoverageScalar.rb +8 -0
- data/examples/v2/cloud-cost-management/GetCommitmentsCoverageTimeseries.rb +8 -0
- data/examples/v2/cloud-cost-management/GetCommitmentsOnDemandHotspotsScalar.rb +8 -0
- data/examples/v2/cloud-cost-management/GetCommitmentsSavingsScalar.rb +8 -0
- data/examples/v2/cloud-cost-management/GetCommitmentsSavingsTimeseries.rb +8 -0
- data/examples/v2/cloud-cost-management/GetCommitmentsUtilizationScalar.rb +8 -0
- data/examples/v2/cloud-cost-management/GetCommitmentsUtilizationTimeseries.rb +8 -0
- data/examples/v2/cloud-cost-management/GetCostAnomaly.rb +8 -0
- data/examples/v2/cloud-cost-management/GetCostTagKey.rb +5 -0
- data/examples/v2/cloud-cost-management/ListCostAnomalies.rb +8 -0
- data/examples/v2/cloud-cost-management/ListCostOCIConfigs.rb +5 -0
- data/examples/v2/cloud-cost-management/ListCostTagDescriptions.rb +5 -0
- data/examples/v2/cloud-cost-management/ListCostTagKeys.rb +5 -0
- data/examples/v2/cloud-cost-management/ListCostTags.rb +5 -0
- data/examples/v2/cloud-cost-management/ListCustomAllocationRulesStatus.rb +5 -0
- data/examples/v2/cloud-cost-management/ListTagPipelinesRulesetsStatus.rb +5 -0
- data/examples/v2/compliance/GetRuleBasedView.rb +8 -0
- data/examples/v2/feature-flags/ListFeatureFlags.rb +4 -1
- data/examples/v2/key-management/Validate.rb +8 -0
- data/examples/v2/key-management/ValidateAPIKey.rb +5 -0
- data/examples/v2/llm-observability/CreateLLMObsAnnotationQueue.rb +23 -1
- data/examples/v2/llm-observability/GetLLMObsAnnotationQueueLabelSchema.rb +8 -0
- data/examples/v2/llm-observability/UpdateLLMObsAnnotationQueue.rb +22 -0
- data/examples/v2/llm-observability/UpdateLLMObsAnnotationQueueLabelSchema.rb +38 -0
- data/examples/v2/logs-archives/CreateLogsArchive.rb +1 -0
- data/examples/v2/logs-archives/UpdateLogsArchive.rb +1 -0
- data/examples/v2/organizations/ListOrgs.rb +5 -0
- data/examples/v2/security-monitoring/BulkDeleteSecurityMonitoringRules.rb +17 -0
- data/examples/v2/security-monitoring/MuteSecurityFindings.rb +33 -0
- data/examples/v2/security-monitoring/MuteSecurityFindings_298521544.rb +31 -0
- data/examples/v2/security-monitoring/MuteSecurityFindings_3830190821.rb +32 -0
- data/examples/v2/security-monitoring/ValidateSecurityMonitoringRule_2609327779.rb +2 -2
- data/examples/v2/status-pages/CreateBackfilledDegradation.rb +53 -0
- data/examples/v2/status-pages/CreateBackfilledMaintenance.rb +42 -0
- data/examples/v2/status-pages/CreateStatusPage.rb +0 -1
- data/examples/v2/status-pages/PublishStatusPage.rb +3 -3
- data/examples/v2/status-pages/UnpublishStatusPage.rb +1 -4
- data/examples/v2/storage-management/UpsertSyncConfig.rb +34 -0
- data/examples/v2/synthetics/AddTestToSyntheticsDowntime.rb +5 -0
- data/examples/v2/synthetics/CreateSyntheticsDowntime.rb +31 -0
- data/examples/v2/synthetics/DeleteSyntheticsDowntime.rb +5 -0
- data/examples/v2/synthetics/GetSyntheticsDowntime.rb +5 -0
- data/examples/v2/synthetics/ListSyntheticsDowntimes.rb +5 -0
- data/examples/v2/synthetics/RemoveTestFromSyntheticsDowntime.rb +5 -0
- data/examples/v2/synthetics/UpdateSyntheticsDowntime.rb +31 -0
- data/examples/v2/test-optimization/DeleteTestOptimizationServiceSettings.rb +0 -3
- data/examples/v2/test-optimization/GetFlakyTestsManagementPolicies.rb +0 -3
- data/examples/v2/test-optimization/GetTestOptimizationServiceSettings.rb +0 -3
- data/examples/v2/test-optimization/SearchFlakyTests.rb +0 -3
- data/examples/v2/test-optimization/SearchFlakyTests_1224086727.rb +0 -3
- data/examples/v2/test-optimization/UpdateFlakyTests.rb +0 -3
- data/examples/v2/test-optimization/UpdateFlakyTestsManagementPolicies.rb +0 -3
- data/examples/v2/test-optimization/UpdateTestOptimizationServiceSettings.rb +0 -3
- data/examples/v2/users/DeleteUserInvitations.rb +5 -0
- data/examples/v2/users/GetCurrentUser.rb +5 -0
- data/examples/v2/users/UpdateCurrentUser.rb +15 -0
- data/examples/v2/web-integrations/CreateWebIntegrationAccount.rb +19 -0
- data/examples/v2/web-integrations/DeleteWebIntegrationAccount.rb +8 -0
- data/examples/v2/web-integrations/GetWebIntegrationAccount.rb +8 -0
- data/examples/v2/web-integrations/ListWebIntegrationAccounts.rb +8 -0
- data/examples/v2/web-integrations/UpdateWebIntegrationAccount.rb +19 -0
- data/lib/datadog_api_client/configuration.rb +20 -12
- data/lib/datadog_api_client/inflector.rb +213 -16
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +3 -3
- data/lib/datadog_api_client/v1/models/azure_account.rb +11 -1
- data/lib/datadog_api_client/v1/models/data_projection_query.rb +166 -0
- data/lib/datadog_api_client/v1/models/data_projection_request_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_query_definition.rb +4 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +21 -1
- data/lib/datadog_api_client/v1/models/point_plot_dimension.rb +29 -0
- data/lib/datadog_api_client/v1/models/point_plot_projection.rb +158 -0
- data/lib/datadog_api_client/v1/models/point_plot_projection_dimension.rb +154 -0
- data/lib/datadog_api_client/v1/models/point_plot_projection_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/point_plot_widget_definition.rb +240 -0
- data/lib/datadog_api_client/v1/models/point_plot_widget_definition_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/point_plot_widget_legend.rb +123 -0
- data/lib/datadog_api_client/v1/models/point_plot_widget_legend_type.rb +27 -0
- data/lib/datadog_api_client/v1/models/point_plot_widget_request.rb +175 -0
- data/lib/datadog_api_client/v1/models/sankey_rum_data_source.rb +1 -1
- data/lib/datadog_api_client/v1/models/sankey_rum_query.rb +3 -3
- data/lib/datadog_api_client/v1/models/sankey_rum_query_mode.rb +1 -1
- data/lib/datadog_api_client/v1/models/sankey_rum_request.rb +2 -2
- data/lib/datadog_api_client/v1/models/sunburst_widget_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/tree_map_widget_request.rb +23 -3
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +121 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +121 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +121 -1
- data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -0
- data/lib/datadog_api_client/v2/api/app_builder_api.rb +578 -0
- data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +1580 -173
- data/lib/datadog_api_client/v2/api/compliance_api.rb +111 -0
- data/lib/datadog_api_client/v2/api/key_management_api.rb +129 -0
- data/lib/datadog_api_client/v2/api/llm_observability_api.rb +159 -5
- data/lib/datadog_api_client/v2/api/metrics_api.rb +9 -5
- data/lib/datadog_api_client/v2/api/organizations_api.rb +62 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +143 -0
- data/lib/datadog_api_client/v2/api/status_pages_api.rb +149 -1
- data/lib/datadog_api_client/v2/api/storage_management_api.rb +93 -0
- data/lib/datadog_api_client/v2/api/synthetics_api.rb +473 -0
- data/lib/datadog_api_client/v2/api/test_optimization_api.rb +0 -42
- data/lib/datadog_api_client/v2/api/users_api.rb +201 -0
- data/lib/datadog_api_client/v2/api/web_integrations_api.rb +410 -0
- data/lib/datadog_api_client/v2/api/widgets_api.rb +13 -4
- data/lib/datadog_api_client/v2/models/apm_dependency_stats_query.rb +24 -1
- data/lib/datadog_api_client/v2/models/apm_metrics_query.rb +24 -1
- data/lib/datadog_api_client/v2/models/apm_resource_stats_query.rb +24 -1
- data/lib/datadog_api_client/v2/models/{security_monitoring_rule_new_value_options_forget_after.rb → app_favorite_type.rb} +3 -8
- data/lib/datadog_api_client/v2/models/{security_monitoring_rule_new_value_options_learning_duration.rb → app_protection_level.rb} +4 -6
- data/lib/datadog_api_client/v2/models/app_protection_level_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/app_self_service_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/{incident_team_type.rb → app_tags_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/{incident_team_response_data.rb → app_version.rb} +10 -20
- data/lib/datadog_api_client/v2/models/app_version_attributes.rb +185 -0
- data/lib/datadog_api_client/v2/models/app_version_name_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/app_version_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/arbitrary_rule_status_response_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/arbitrary_rule_status_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/arbitrary_rule_status_response_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/arbitrary_rule_status_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/aws_scan_options_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/aws_scan_options_create_attributes.rb +22 -1
- data/lib/datadog_api_client/v2/models/aws_scan_options_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/azure_scan_options_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/azure_scan_options_input_update_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/cloud_inventory_cloud_provider_id.rb +28 -0
- data/lib/datadog_api_client/v2/models/cloud_inventory_cloud_provider_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb +396 -0
- data/lib/datadog_api_client/v2/models/cloud_inventory_sync_config_aws_request_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/cloud_inventory_sync_config_azure_request_attributes.rb +228 -0
- data/lib/datadog_api_client/v2/models/cloud_inventory_sync_config_gcp_request_attributes.rb +186 -0
- data/lib/datadog_api_client/v2/models/cloud_inventory_sync_config_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cloud_inventory_sync_config_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/cloud_inventory_sync_config_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb +298 -0
- data/lib/datadog_api_client/v2/models/commitments_aws_elasticache_ri_commitment.rb +267 -0
- data/lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb +277 -0
- data/lib/datadog_api_client/v2/models/commitments_aws_sp_commitment.rb +215 -0
- data/lib/datadog_api_client/v2/models/commitments_azure_compute_sp_commitment.rb +194 -0
- data/lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb +268 -0
- data/lib/datadog_api_client/v2/models/commitments_azure_vmri_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/commitments_commitment_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/commitments_coverage_scalar_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/commitments_coverage_timeseries_response.rb +144 -0
- data/lib/datadog_api_client/v2/models/{incident_team_included_items.rb → commitments_list_item.rb} +8 -3
- data/lib/datadog_api_client/v2/models/commitments_list_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/commitments_list_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/commitments_on_demand_hotspots_scalar_meta.rb +123 -0
- data/lib/datadog_api_client/v2/models/commitments_on_demand_hotspots_scalar_response.rb +158 -0
- data/lib/datadog_api_client/v2/models/commitments_provider.rb +27 -0
- data/lib/datadog_api_client/v2/models/commitments_savings_scalar_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/commitments_savings_timeseries_response.rb +186 -0
- data/lib/datadog_api_client/v2/models/commitments_scalar_column.rb +177 -0
- data/lib/datadog_api_client/v2/models/commitments_scalar_column_meta.rb +123 -0
- data/lib/datadog_api_client/v2/models/commitments_scalar_column_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/commitments_timeseries_metric.rb +156 -0
- data/lib/datadog_api_client/v2/models/commitments_unit.rb +228 -0
- data/lib/datadog_api_client/v2/models/commitments_utilization_scalar_product_breakdown_entry.rb +144 -0
- data/lib/datadog_api_client/v2/models/{incident_teams_response.rb → commitments_utilization_scalar_response.rb} +26 -36
- data/lib/datadog_api_client/v2/models/commitments_utilization_timeseries_response.rb +156 -0
- data/lib/datadog_api_client/v2/models/container_scalar_query.rb +24 -1
- data/lib/datadog_api_client/v2/models/container_timeseries_query.rb +24 -1
- data/lib/datadog_api_client/v2/models/cost_anomalies_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/cost_anomalies_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/cost_anomalies_response_data_attributes.rb +209 -0
- data/lib/datadog_api_client/v2/models/cost_anomalies_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cost_anomaly.rb +319 -0
- data/lib/datadog_api_client/v2/models/cost_anomaly_dismissal.rb +207 -0
- data/lib/datadog_api_client/v2/models/cost_anomaly_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/cost_anomaly_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/cost_tag.rb +165 -0
- data/lib/datadog_api_client/v2/models/cost_tag_attributes.rb +146 -0
- data/lib/datadog_api_client/v2/models/cost_tag_description.rb +165 -0
- data/lib/datadog_api_client/v2/models/cost_tag_description_attributes.rb +228 -0
- data/lib/datadog_api_client/v2/models/cost_tag_description_source.rb +28 -0
- data/lib/datadog_api_client/v2/models/cost_tag_description_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cost_tag_descriptions_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/cost_tag_key.rb +165 -0
- data/lib/datadog_api_client/v2/models/cost_tag_key_attributes.rb +156 -0
- data/lib/datadog_api_client/v2/models/cost_tag_key_details.rb +146 -0
- data/lib/datadog_api_client/v2/models/{incident_team_create_request.rb → cost_tag_key_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/cost_tag_key_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cost_tag_keys_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/cost_tag_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cost_tags_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/create_backfilled_degradation_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/{incident_team_create_data.rb → create_backfilled_degradation_request_data.rb} +8 -18
- data/lib/datadog_api_client/v2/models/create_backfilled_degradation_request_data_attributes.rb +146 -0
- data/lib/datadog_api_client/v2/models/create_backfilled_degradation_request_data_attributes_updates_items.rb +166 -0
- data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/{incident_team_update_data.rb → create_backfilled_maintenance_request_data.rb} +8 -28
- data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request_data_attributes.rb +154 -0
- data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request_data_attributes_updates_items.rb +188 -0
- data/lib/datadog_api_client/v2/models/create_degradation_request_data_attributes.rb +15 -3
- data/lib/datadog_api_client/v2/models/create_degradation_request_data_attributes_updates_items.rb +188 -0
- data/lib/datadog_api_client/v2/models/create_degradation_request_data_attributes_updates_items_components_affected_items.rb +154 -0
- data/lib/datadog_api_client/v2/models/create_maintenance_request_data_attributes.rb +15 -3
- data/lib/datadog_api_client/v2/models/create_maintenance_request_data_attributes_updates_items.rb +188 -0
- data/lib/datadog_api_client/v2/models/create_maintenance_request_data_attributes_updates_items_components_affected_items.rb +154 -0
- data/lib/datadog_api_client/v2/models/create_maintenance_request_data_attributes_updates_items_status.rb +27 -0
- data/lib/datadog_api_client/v2/models/create_publish_request_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/{incident_team_relationships.rb → create_publish_request_request_data.rb} +18 -18
- data/lib/datadog_api_client/v2/models/create_publish_request_request_data_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/create_status_page_request_data_attributes.rb +1 -22
- data/lib/datadog_api_client/v2/models/events_scalar_query.rb +24 -1
- data/lib/datadog_api_client/v2/models/events_timeseries_query.rb +24 -1
- data/lib/datadog_api_client/v2/models/feature_flag_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/feature_flag_environment.rb +1 -38
- data/lib/datadog_api_client/v2/models/feature_flag_environment_list_item.rb +246 -0
- data/lib/datadog_api_client/v2/models/feature_flag_list_item.rb +165 -0
- data/lib/datadog_api_client/v2/models/feature_flag_list_item_attributes.rb +332 -0
- data/lib/datadog_api_client/v2/models/gcp_scan_options_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/gcp_scan_options_input_update_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_attributes.rb +1 -0
- data/lib/datadog_api_client/v2/models/issue_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/issue_regression.rb +154 -0
- data/lib/datadog_api_client/v2/models/issues_search_request_data_attributes.rb +24 -1
- data/lib/datadog_api_client/v2/models/list_app_versions_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/list_feature_flags_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_data_attributes_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_data_attributes_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interaction_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interaction_response_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_label_schema_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_label_schema_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_label_schema_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_label_schema_update_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_label_schema_update_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_label_schema_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_update_data_attributes_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_schema.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_interaction_type.rb +1 -0
- data/lib/datadog_api_client/v2/models/llm_obs_label_schema.rb +246 -0
- data/lib/datadog_api_client/v2/models/llm_obs_label_schema_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/logs_archive_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_attributes_compression_method.rb +27 -0
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/managed_orgs_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/{incident_team_update_request.rb → managed_orgs_relationship_to_org.rb} +5 -5
- data/lib/datadog_api_client/v2/models/managed_orgs_relationship_to_orgs.rb +125 -0
- data/lib/datadog_api_client/v2/models/managed_orgs_relationships.rb +144 -0
- data/lib/datadog_api_client/v2/models/{incident_team_response.rb → managed_orgs_response.rb} +19 -8
- data/lib/datadog_api_client/v2/models/managed_orgs_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metrics_scalar_query.rb +24 -1
- data/lib/datadog_api_client/v2/models/metrics_timeseries_query.rb +24 -1
- data/lib/datadog_api_client/v2/models/mute_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/mute_findings_mute_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/mute_findings_reason.rb +34 -0
- data/lib/datadog_api_client/v2/models/mute_findings_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/mute_findings_request_data.rb +175 -0
- data/lib/datadog_api_client/v2/models/mute_findings_request_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/mute_findings_request_data_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/mute_findings_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/mute_findings_response_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_destination_item.rb +1 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_databricks_zerobus_destination.rb +263 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_databricks_zerobus_destination_auth.rb +133 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_databricks_zerobus_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/oci_config.rb +165 -0
- data/lib/datadog_api_client/v2/models/oci_config_attributes.rb +227 -0
- data/lib/datadog_api_client/v2/models/oci_config_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/oci_configs_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/org_attributes.rb +270 -0
- data/lib/datadog_api_client/v2/models/org_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/org_group_list_response.rb +12 -2
- data/lib/datadog_api_client/v2/models/org_group_membership_list_response.rb +12 -2
- data/lib/datadog_api_client/v2/models/org_group_pagination_links.rb +154 -0
- data/lib/datadog_api_client/v2/models/org_group_pagination_meta.rb +3 -21
- data/lib/datadog_api_client/v2/models/org_group_pagination_meta_page.rb +86 -24
- data/lib/datadog_api_client/v2/models/org_group_policy_list_response.rb +12 -2
- data/lib/datadog_api_client/v2/models/org_group_policy_override_list_response.rb +12 -2
- data/lib/datadog_api_client/v2/models/org_relationship_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/org_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/process_scalar_query.rb +24 -1
- data/lib/datadog_api_client/v2/models/process_timeseries_query.rb +24 -1
- data/lib/datadog_api_client/v2/models/publish_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/routing_rule_action.rb +2 -1
- data/lib/datadog_api_client/v2/models/rule_based_view_attributes.rb +146 -0
- data/lib/datadog_api_client/v2/models/rule_based_view_compliance_framework.rb +155 -0
- data/lib/datadog_api_client/v2/models/rule_based_view_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/rule_based_view_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/rule_based_view_rule.rb +339 -0
- data/lib/datadog_api_client/v2/models/rule_based_view_rule_category.rb +28 -0
- data/lib/datadog_api_client/v2/models/rule_based_view_rule_stats.rb +165 -0
- data/lib/datadog_api_client/v2/models/rule_based_view_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ruleset_status_resp_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/ruleset_status_resp_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/ruleset_status_resp_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/ruleset_status_resp_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_attributes.rb +129 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_payload.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response.rb +119 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +41 -4
- data/lib/datadog_api_client/v2/models/slo_query.rb +24 -1
- data/lib/datadog_api_client/v2/models/synthetics_downtime_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_request.rb +212 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb +360 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_frequency.rb +29 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_date.rb +207 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_request.rb +155 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_response.rb +177 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_request.rb +185 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_response.rb +206 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_weekday.rb +32 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtimes_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/trigger_workflow_automation_action.rb +144 -0
- data/lib/datadog_api_client/v2/models/trigger_workflow_automation_action_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/update_app_favorite_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/update_app_favorite_request_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/update_app_favorite_request_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_app_protection_level_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/update_app_protection_level_request_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/update_app_protection_level_request_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_app_self_service_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/update_app_self_service_request_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/update_app_self_service_request_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_app_tags_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/update_app_tags_request_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/update_app_tags_request_data_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/update_app_version_name_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/update_app_version_name_request_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/{incident_team_create_attributes.rb → update_app_version_name_request_data_attributes.rb} +4 -4
- data/lib/datadog_api_client/v2/models/upsert_cloud_inventory_sync_config_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/upsert_cloud_inventory_sync_config_request_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/upsert_cloud_inventory_sync_config_request_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/user_attributes.rb +15 -14
- data/lib/datadog_api_client/v2/models/user_update_attributes.rb +27 -6
- data/lib/datadog_api_client/v2/models/validate_api_key_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/validate_api_key_status.rb +26 -0
- data/lib/datadog_api_client/v2/models/validate_v2_attributes.rb +167 -0
- data/lib/datadog_api_client/v2/models/validate_v2_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/validate_v2_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/validate_v2_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/web_integration_account_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/web_integration_account_create_request_attributes.rb +166 -0
- data/lib/datadog_api_client/v2/models/web_integration_account_create_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/web_integration_account_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/{incident_team_update_attributes.rb → web_integration_account_response_attributes.rb} +17 -7
- data/lib/datadog_api_client/v2/models/web_integration_account_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/web_integration_account_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/web_integration_account_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/{incident_team_response_attributes.rb → web_integration_account_update_request_attributes.rb} +25 -24
- data/lib/datadog_api_client/v2/models/web_integration_account_update_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/web_integration_accounts_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/widget_attributes.rb +5 -1
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +268 -22
- data/examples/v2/incident-teams/CreateIncidentTeam.rb +0 -17
- data/examples/v2/incident-teams/DeleteIncidentTeam.rb +0 -11
- data/examples/v2/incident-teams/GetIncidentTeam.rb +0 -11
- data/examples/v2/incident-teams/ListIncidentTeams.rb +0 -14
- data/examples/v2/incident-teams/UpdateIncidentTeam.rb +0 -21
- data/lib/datadog_api_client/v2/api/incident_teams_api.rb +0 -419
|
@@ -791,6 +791,11 @@ components:
|
|
|
791
791
|
items:
|
|
792
792
|
$ref: "#/components/schemas/ResourceProviderConfig"
|
|
793
793
|
type: array
|
|
794
|
+
secretless_auth_enabled:
|
|
795
|
+
description: |-
|
|
796
|
+
(Preview) When enabled, Datadog authenticates with this app registration using federated workload identity credentials instead of a client secret.
|
|
797
|
+
example: true
|
|
798
|
+
type: boolean
|
|
794
799
|
tenant_name:
|
|
795
800
|
description: Your Azure Active Directory ID.
|
|
796
801
|
example: "testc44-1234-5678-9101-cc00736ftest"
|
|
@@ -1823,6 +1828,38 @@ components:
|
|
|
1823
1828
|
x-enum-varnames:
|
|
1824
1829
|
- CUSTOM_TIMEBOARD
|
|
1825
1830
|
- CUSTOM_SCREENBOARD
|
|
1831
|
+
DataProjectionQuery:
|
|
1832
|
+
description: Query configuration for a data projection request.
|
|
1833
|
+
properties:
|
|
1834
|
+
data_source:
|
|
1835
|
+
description: Data source for the query.
|
|
1836
|
+
example: logs
|
|
1837
|
+
type: string
|
|
1838
|
+
indexes:
|
|
1839
|
+
description: List of indexes to query.
|
|
1840
|
+
items:
|
|
1841
|
+
description: Index name.
|
|
1842
|
+
type: string
|
|
1843
|
+
type: array
|
|
1844
|
+
query_string:
|
|
1845
|
+
description: The query string to filter events.
|
|
1846
|
+
example: "service:web-store"
|
|
1847
|
+
type: string
|
|
1848
|
+
storage:
|
|
1849
|
+
description: Storage location for the query.
|
|
1850
|
+
type: string
|
|
1851
|
+
required:
|
|
1852
|
+
- query_string
|
|
1853
|
+
- data_source
|
|
1854
|
+
type: object
|
|
1855
|
+
DataProjectionRequestType:
|
|
1856
|
+
description: Type of a data projection request.
|
|
1857
|
+
enum:
|
|
1858
|
+
- data_projection
|
|
1859
|
+
example: data_projection
|
|
1860
|
+
type: string
|
|
1861
|
+
x-enum-varnames:
|
|
1862
|
+
- DATA_PROJECTION
|
|
1826
1863
|
DeleteSharedDashboardResponse:
|
|
1827
1864
|
description: Response containing token of deleted shared dashboard.
|
|
1828
1865
|
properties:
|
|
@@ -2969,7 +3006,8 @@ components:
|
|
|
2969
3006
|
x-enum-varnames:
|
|
2970
3007
|
- APM_RESOURCE_STATS
|
|
2971
3008
|
FormulaAndFunctionApmResourceStatsQueryDefinition:
|
|
2972
|
-
|
|
3009
|
+
deprecated: true
|
|
3010
|
+
description: APM resource stats query using formulas and functions. Deprecated - Use `apm_metrics` query type instead.
|
|
2973
3011
|
properties:
|
|
2974
3012
|
cross_org_uuids:
|
|
2975
3013
|
$ref: "#/components/schemas/CrossOrgUuids"
|
|
@@ -3219,6 +3257,7 @@ components:
|
|
|
3219
3257
|
- incident_analytics
|
|
3220
3258
|
- product_analytics
|
|
3221
3259
|
- on_call_events
|
|
3260
|
+
- errors
|
|
3222
3261
|
example: "logs"
|
|
3223
3262
|
type: string
|
|
3224
3263
|
x-enum-varnames:
|
|
@@ -3235,6 +3274,7 @@ components:
|
|
|
3235
3274
|
- INCIDENT_ANALYTICS
|
|
3236
3275
|
- PRODUCT_ANALYTICS
|
|
3237
3276
|
- ON_CALL_EVENTS
|
|
3277
|
+
- ERRORS
|
|
3238
3278
|
FormulaAndFunctionMetricAggregation:
|
|
3239
3279
|
description: The aggregation methods available for metrics queries.
|
|
3240
3280
|
enum:
|
|
@@ -4805,6 +4845,7 @@ components:
|
|
|
4805
4845
|
- incident_management_monthly_active_users_usage
|
|
4806
4846
|
- indexed_spans_usage
|
|
4807
4847
|
- infra_host_usage
|
|
4848
|
+
- infra_host_basic_usage
|
|
4808
4849
|
- ingested_logs_bytes_usage
|
|
4809
4850
|
- ingested_spans_bytes_usage
|
|
4810
4851
|
- invocations_usage
|
|
@@ -4893,6 +4934,7 @@ components:
|
|
|
4893
4934
|
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
|
|
4894
4935
|
- INDEXED_SPANS_USAGE
|
|
4895
4936
|
- INFRA_HOST_USAGE
|
|
4937
|
+
- INFRA_HOST_BASIC_USAGE
|
|
4896
4938
|
- INGESTED_LOGS_BYTES_USAGE
|
|
4897
4939
|
- INGESTED_SPANS_BYTES_USAGE
|
|
4898
4940
|
- INVOCATIONS_USAGE
|
|
@@ -9391,6 +9433,8 @@ components:
|
|
|
9391
9433
|
- incident_management_monthly_active_users_percentage
|
|
9392
9434
|
- infra_host_usage
|
|
9393
9435
|
- infra_host_percentage
|
|
9436
|
+
- infra_host_basic_usage
|
|
9437
|
+
- infra_host_basic_percentage
|
|
9394
9438
|
- invocations_usage
|
|
9395
9439
|
- invocations_percentage
|
|
9396
9440
|
- lambda_traced_invocations_usage
|
|
@@ -9558,6 +9602,8 @@ components:
|
|
|
9558
9602
|
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
|
|
9559
9603
|
- INFRA_HOST_USAGE
|
|
9560
9604
|
- INFRA_HOST_PERCENTAGE
|
|
9605
|
+
- INFRA_HOST_BASIC_USAGE
|
|
9606
|
+
- INFRA_HOST_BASIC_PERCENTAGE
|
|
9561
9607
|
- INVOCATIONS_USAGE
|
|
9562
9608
|
- INVOCATIONS_PERCENTAGE
|
|
9563
9609
|
- LAMBDA_TRACED_INVOCATIONS_USAGE
|
|
@@ -9955,6 +10001,14 @@ components:
|
|
|
9955
10001
|
description: The total APM Indexed Spans usage by tag(s).
|
|
9956
10002
|
format: double
|
|
9957
10003
|
type: number
|
|
10004
|
+
infra_host_basic_percentage:
|
|
10005
|
+
description: The percentage of infrastructure host Basic tier usage by tag(s).
|
|
10006
|
+
format: double
|
|
10007
|
+
type: number
|
|
10008
|
+
infra_host_basic_usage:
|
|
10009
|
+
description: The infrastructure host Basic tier usage by tag(s).
|
|
10010
|
+
format: double
|
|
10011
|
+
type: number
|
|
9958
10012
|
infra_host_percentage:
|
|
9959
10013
|
description: The percentage of infrastructure host usage by tag(s).
|
|
9960
10014
|
format: double
|
|
@@ -11324,6 +11378,150 @@ components:
|
|
|
11324
11378
|
maxItems: 2
|
|
11325
11379
|
minItems: 2
|
|
11326
11380
|
type: array
|
|
11381
|
+
PointPlotDimension:
|
|
11382
|
+
description: Dimension of the point plot.
|
|
11383
|
+
enum:
|
|
11384
|
+
- group
|
|
11385
|
+
- time
|
|
11386
|
+
- y
|
|
11387
|
+
- radius
|
|
11388
|
+
example: y
|
|
11389
|
+
type: string
|
|
11390
|
+
x-enum-varnames:
|
|
11391
|
+
- GROUP
|
|
11392
|
+
- TIME
|
|
11393
|
+
- Y
|
|
11394
|
+
- RADIUS
|
|
11395
|
+
PointPlotProjection:
|
|
11396
|
+
description: Projection configuration for the point plot widget.
|
|
11397
|
+
properties:
|
|
11398
|
+
dimensions:
|
|
11399
|
+
description: List of dimension mappings for the projection.
|
|
11400
|
+
items:
|
|
11401
|
+
$ref: "#/components/schemas/PointPlotProjectionDimension"
|
|
11402
|
+
type: array
|
|
11403
|
+
extra_columns:
|
|
11404
|
+
description: Additional columns to include in the projection.
|
|
11405
|
+
items:
|
|
11406
|
+
description: Column name.
|
|
11407
|
+
type: string
|
|
11408
|
+
type: array
|
|
11409
|
+
type:
|
|
11410
|
+
$ref: "#/components/schemas/PointPlotProjectionType"
|
|
11411
|
+
required:
|
|
11412
|
+
- type
|
|
11413
|
+
- dimensions
|
|
11414
|
+
type: object
|
|
11415
|
+
PointPlotProjectionDimension:
|
|
11416
|
+
description: Dimension mapping for the point plot projection.
|
|
11417
|
+
properties:
|
|
11418
|
+
alias:
|
|
11419
|
+
description: Alias for the column.
|
|
11420
|
+
type: string
|
|
11421
|
+
column:
|
|
11422
|
+
description: Source column name from the dataset.
|
|
11423
|
+
example: duration
|
|
11424
|
+
type: string
|
|
11425
|
+
dimension:
|
|
11426
|
+
$ref: "#/components/schemas/PointPlotDimension"
|
|
11427
|
+
required:
|
|
11428
|
+
- column
|
|
11429
|
+
- dimension
|
|
11430
|
+
type: object
|
|
11431
|
+
PointPlotProjectionType:
|
|
11432
|
+
description: Type of the projection.
|
|
11433
|
+
enum:
|
|
11434
|
+
- point_plot
|
|
11435
|
+
example: point_plot
|
|
11436
|
+
type: string
|
|
11437
|
+
x-enum-varnames:
|
|
11438
|
+
- POINT_PLOT
|
|
11439
|
+
PointPlotWidgetDefinition:
|
|
11440
|
+
description: The point plot displays individual data points over time.
|
|
11441
|
+
properties:
|
|
11442
|
+
custom_links:
|
|
11443
|
+
description: List of custom links.
|
|
11444
|
+
items:
|
|
11445
|
+
$ref: "#/components/schemas/WidgetCustomLink"
|
|
11446
|
+
type: array
|
|
11447
|
+
description:
|
|
11448
|
+
description: The description of the widget.
|
|
11449
|
+
type: string
|
|
11450
|
+
legend:
|
|
11451
|
+
$ref: "#/components/schemas/PointPlotWidgetLegend"
|
|
11452
|
+
markers:
|
|
11453
|
+
description: List of markers for the widget.
|
|
11454
|
+
items:
|
|
11455
|
+
$ref: "#/components/schemas/WidgetMarker"
|
|
11456
|
+
type: array
|
|
11457
|
+
requests:
|
|
11458
|
+
description: List of request configurations for the widget.
|
|
11459
|
+
items:
|
|
11460
|
+
$ref: "#/components/schemas/PointPlotWidgetRequest"
|
|
11461
|
+
type: array
|
|
11462
|
+
time:
|
|
11463
|
+
$ref: "#/components/schemas/WidgetTime"
|
|
11464
|
+
title:
|
|
11465
|
+
description: Title of the widget.
|
|
11466
|
+
type: string
|
|
11467
|
+
title_align:
|
|
11468
|
+
$ref: "#/components/schemas/WidgetTextAlign"
|
|
11469
|
+
title_size:
|
|
11470
|
+
description: Size of the title.
|
|
11471
|
+
type: string
|
|
11472
|
+
type:
|
|
11473
|
+
$ref: "#/components/schemas/PointPlotWidgetDefinitionType"
|
|
11474
|
+
yaxis:
|
|
11475
|
+
$ref: "#/components/schemas/WidgetAxis"
|
|
11476
|
+
required:
|
|
11477
|
+
- type
|
|
11478
|
+
- requests
|
|
11479
|
+
type: object
|
|
11480
|
+
PointPlotWidgetDefinitionType:
|
|
11481
|
+
default: point_plot
|
|
11482
|
+
description: Type of the point plot widget.
|
|
11483
|
+
enum:
|
|
11484
|
+
- point_plot
|
|
11485
|
+
example: point_plot
|
|
11486
|
+
type: string
|
|
11487
|
+
x-enum-varnames:
|
|
11488
|
+
- POINT_PLOT
|
|
11489
|
+
PointPlotWidgetLegend:
|
|
11490
|
+
description: Legend configuration for the point plot widget.
|
|
11491
|
+
properties:
|
|
11492
|
+
type:
|
|
11493
|
+
$ref: "#/components/schemas/PointPlotWidgetLegendType"
|
|
11494
|
+
required:
|
|
11495
|
+
- type
|
|
11496
|
+
type: object
|
|
11497
|
+
PointPlotWidgetLegendType:
|
|
11498
|
+
description: Type of legend to show for the point plot widget.
|
|
11499
|
+
enum:
|
|
11500
|
+
- automatic
|
|
11501
|
+
- none
|
|
11502
|
+
example: automatic
|
|
11503
|
+
type: string
|
|
11504
|
+
x-enum-varnames:
|
|
11505
|
+
- AUTOMATIC
|
|
11506
|
+
- NONE
|
|
11507
|
+
PointPlotWidgetRequest:
|
|
11508
|
+
description: Request configuration for the point plot widget.
|
|
11509
|
+
properties:
|
|
11510
|
+
limit:
|
|
11511
|
+
description: Maximum number of data points to return.
|
|
11512
|
+
format: int64
|
|
11513
|
+
type: integer
|
|
11514
|
+
projection:
|
|
11515
|
+
$ref: "#/components/schemas/PointPlotProjection"
|
|
11516
|
+
query:
|
|
11517
|
+
$ref: "#/components/schemas/DataProjectionQuery"
|
|
11518
|
+
request_type:
|
|
11519
|
+
$ref: "#/components/schemas/DataProjectionRequestType"
|
|
11520
|
+
required:
|
|
11521
|
+
- request_type
|
|
11522
|
+
- query
|
|
11523
|
+
- projection
|
|
11524
|
+
type: object
|
|
11327
11525
|
PowerpackTemplateVariableContents:
|
|
11328
11526
|
description: Powerpack template variable contents.
|
|
11329
11527
|
properties:
|
|
@@ -13973,19 +14171,19 @@ components:
|
|
|
13973
14171
|
x-enum-varnames:
|
|
13974
14172
|
- NETFLOW_SANKEY
|
|
13975
14173
|
SankeyRumDataSource:
|
|
13976
|
-
default:
|
|
13977
|
-
description:
|
|
14174
|
+
default: product_analytics
|
|
14175
|
+
description: Product Analytics or RUM data source type.
|
|
13978
14176
|
enum:
|
|
13979
14177
|
- rum
|
|
13980
14178
|
- product_analytics
|
|
13981
|
-
example:
|
|
14179
|
+
example: product_analytics
|
|
13982
14180
|
type: string
|
|
13983
14181
|
x-enum-varnames:
|
|
13984
14182
|
- RUM
|
|
13985
14183
|
- PRODUCT_ANALYTICS
|
|
13986
14184
|
SankeyRumQuery:
|
|
13987
14185
|
additionalProperties: false
|
|
13988
|
-
description:
|
|
14186
|
+
description: Query configuration for Product Analytics or RUM Sankey widget.
|
|
13989
14187
|
properties:
|
|
13990
14188
|
audience_filters:
|
|
13991
14189
|
$ref: "#/components/schemas/ProductAnalyticsAudienceFilters"
|
|
@@ -14025,7 +14223,7 @@ components:
|
|
|
14025
14223
|
type: object
|
|
14026
14224
|
SankeyRumQueryMode:
|
|
14027
14225
|
default: source
|
|
14028
|
-
description: Sankey mode for RUM queries.
|
|
14226
|
+
description: Sankey mode for Product Analytics or RUM queries.
|
|
14029
14227
|
enum:
|
|
14030
14228
|
- source
|
|
14031
14229
|
- target
|
|
@@ -14036,7 +14234,7 @@ components:
|
|
|
14036
14234
|
- TARGET
|
|
14037
14235
|
SankeyRumRequest:
|
|
14038
14236
|
additionalProperties: false
|
|
14039
|
-
description: Sankey widget
|
|
14237
|
+
description: Sankey widget request for Product Analytics or RUM data source.
|
|
14040
14238
|
properties:
|
|
14041
14239
|
query:
|
|
14042
14240
|
$ref: "#/components/schemas/SankeyRumQuery"
|
|
@@ -15772,6 +15970,8 @@ components:
|
|
|
15772
15970
|
$ref: "#/components/schemas/LogQueryDefinition"
|
|
15773
15971
|
deprecated: true
|
|
15774
15972
|
description: Deprecated - Use `queries` and `formulas` instead.
|
|
15973
|
+
sort:
|
|
15974
|
+
$ref: "#/components/schemas/WidgetSortBy"
|
|
15775
15975
|
style:
|
|
15776
15976
|
$ref: "#/components/schemas/WidgetStyle"
|
|
15777
15977
|
type: object
|
|
@@ -20461,6 +20661,10 @@ components:
|
|
|
20461
20661
|
type: array
|
|
20462
20662
|
response_format:
|
|
20463
20663
|
$ref: "#/components/schemas/FormulaAndFunctionResponseFormat"
|
|
20664
|
+
sort:
|
|
20665
|
+
$ref: "#/components/schemas/WidgetSortBy"
|
|
20666
|
+
style:
|
|
20667
|
+
$ref: "#/components/schemas/WidgetRequestStyle"
|
|
20464
20668
|
type: object
|
|
20465
20669
|
UsageAnalyzedLogsHour:
|
|
20466
20670
|
description: The number of analyzed logs for each hour for a given organization.
|
|
@@ -22234,6 +22438,18 @@ components:
|
|
|
22234
22438
|
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
|
|
22235
22439
|
format: int64
|
|
22236
22440
|
type: integer
|
|
22441
|
+
eph_infra_host_basic_infra_basic_agent_sum:
|
|
22442
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
|
|
22443
|
+
format: int64
|
|
22444
|
+
type: integer
|
|
22445
|
+
eph_infra_host_basic_infra_basic_vsphere_sum:
|
|
22446
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
|
|
22447
|
+
format: int64
|
|
22448
|
+
type: integer
|
|
22449
|
+
eph_infra_host_basic_sum:
|
|
22450
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for all organizations.
|
|
22451
|
+
format: int64
|
|
22452
|
+
type: integer
|
|
22237
22453
|
eph_infra_host_ent_sum:
|
|
22238
22454
|
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
|
|
22239
22455
|
format: int64
|
|
@@ -22318,6 +22534,10 @@ components:
|
|
|
22318
22534
|
description: Shows the average of all Fargate tasks over all hours in the current date for all organizations.
|
|
22319
22535
|
format: int64
|
|
22320
22536
|
type: integer
|
|
22537
|
+
feature_flags_config_requests_sum:
|
|
22538
|
+
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current date for all organizations.
|
|
22539
|
+
format: int64
|
|
22540
|
+
type: integer
|
|
22321
22541
|
flex_logs_compute_large_avg:
|
|
22322
22542
|
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
|
|
22323
22543
|
format: int64
|
|
@@ -22382,10 +22602,26 @@ components:
|
|
|
22382
22602
|
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
|
|
22383
22603
|
format: int64
|
|
22384
22604
|
type: integer
|
|
22605
|
+
infra_host_basic_infra_basic_agent_top99p:
|
|
22606
|
+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
|
|
22607
|
+
format: int64
|
|
22608
|
+
type: integer
|
|
22609
|
+
infra_host_basic_infra_basic_vsphere_top99p:
|
|
22610
|
+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
|
|
22611
|
+
format: int64
|
|
22612
|
+
type: integer
|
|
22613
|
+
infra_host_basic_top99p:
|
|
22614
|
+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for all organizations.
|
|
22615
|
+
format: int64
|
|
22616
|
+
type: integer
|
|
22385
22617
|
infra_host_top99p:
|
|
22386
22618
|
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
|
|
22387
22619
|
format: int64
|
|
22388
22620
|
type: integer
|
|
22621
|
+
infra_storage_mgmt_objects_count_avg:
|
|
22622
|
+
description: Shows the average number of storage management objects over all hours in the current date for all organizations.
|
|
22623
|
+
format: int64
|
|
22624
|
+
type: integer
|
|
22389
22625
|
ingested_events_bytes_sum:
|
|
22390
22626
|
description: Shows the sum of all log bytes ingested over all hours in the current date for all organizations.
|
|
22391
22627
|
format: int64
|
|
@@ -22690,6 +22926,10 @@ components:
|
|
|
22690
22926
|
description: Shows the average number of Serverless Apps with Application Performance Monitoring for Google Cloud Platform Cloud Run instances for the current date for all organizations.
|
|
22691
22927
|
format: int64
|
|
22692
22928
|
type: integer
|
|
22929
|
+
serverless_apps_apm_apm_gcp_gke_autopilot_pods_avg:
|
|
22930
|
+
description: Shows the average number of Serverless Apps with Application Performance Monitoring for Google Kubernetes Engine Autopilot pods for the current date for all organizations.
|
|
22931
|
+
format: int64
|
|
22932
|
+
type: integer
|
|
22693
22933
|
serverless_apps_apm_avg:
|
|
22694
22934
|
description: Shows the average number of Serverless Apps with Application Performance Monitoring for the current date for all organizations.
|
|
22695
22935
|
format: int64
|
|
@@ -22714,6 +22954,10 @@ components:
|
|
|
22714
22954
|
description: Shows the average number of Serverless Apps with Application Performance Monitoring excluding Fargate for Google Cloud Platform Cloud Run instances for the current date for all organizations.
|
|
22715
22955
|
format: int64
|
|
22716
22956
|
type: integer
|
|
22957
|
+
serverless_apps_apm_excl_fargate_apm_gcp_gke_autopilot_pods_avg:
|
|
22958
|
+
description: Shows the average number of Serverless Apps with Application Performance Monitoring excluding Fargate for Google Kubernetes Engine Autopilot pods for the current date for all organizations.
|
|
22959
|
+
format: int64
|
|
22960
|
+
type: integer
|
|
22717
22961
|
serverless_apps_apm_excl_fargate_avg:
|
|
22718
22962
|
description: Shows the average number of Serverless Apps with Application Performance Monitoring excluding Fargate for the current date for all organizations.
|
|
22719
22963
|
format: int64
|
|
@@ -22766,6 +23010,10 @@ components:
|
|
|
22766
23010
|
description: Shows the average number of Serverless Apps excluding Fargate for Google Cloud Platform Cloud Run instances for the current date for all organizations.
|
|
22767
23011
|
format: int64
|
|
22768
23012
|
type: integer
|
|
23013
|
+
serverless_apps_excl_fargate_infra_gcp_gke_autopilot_pods_avg:
|
|
23014
|
+
description: Shows the average number of Serverless Apps excluding Fargate for Google Kubernetes Engine Autopilot pods for the current date for all organizations.
|
|
23015
|
+
format: int64
|
|
23016
|
+
type: integer
|
|
22769
23017
|
serverless_apps_google_cloud_functions_instances_avg:
|
|
22770
23018
|
description: Shows the average number of Serverless Apps for Google Cloud Platform Cloud Functions instances for the current date for all organizations.
|
|
22771
23019
|
format: int64
|
|
@@ -22778,6 +23026,10 @@ components:
|
|
|
22778
23026
|
description: Shows the average number of Serverless Apps for Google Cloud for the given date and given org.
|
|
22779
23027
|
format: int64
|
|
22780
23028
|
type: integer
|
|
23029
|
+
serverless_apps_infra_gcp_gke_autopilot_pods_avg:
|
|
23030
|
+
description: Shows the average number of Serverless Apps for Google Kubernetes Engine Autopilot pods for the current date for all organizations.
|
|
23031
|
+
format: int64
|
|
23032
|
+
type: integer
|
|
22781
23033
|
serverless_apps_total_count_avg:
|
|
22782
23034
|
description: Shows the average number of Serverless Apps for Azure and Google Cloud for the given date and given org.
|
|
22783
23035
|
format: int64
|
|
@@ -23183,6 +23435,18 @@ components:
|
|
|
23183
23435
|
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
|
|
23184
23436
|
format: int64
|
|
23185
23437
|
type: integer
|
|
23438
|
+
eph_infra_host_basic_infra_basic_agent_sum:
|
|
23439
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for the given org.
|
|
23440
|
+
format: int64
|
|
23441
|
+
type: integer
|
|
23442
|
+
eph_infra_host_basic_infra_basic_vsphere_sum:
|
|
23443
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for the given org.
|
|
23444
|
+
format: int64
|
|
23445
|
+
type: integer
|
|
23446
|
+
eph_infra_host_basic_sum:
|
|
23447
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for the given org.
|
|
23448
|
+
format: int64
|
|
23449
|
+
type: integer
|
|
23186
23450
|
eph_infra_host_ent_sum:
|
|
23187
23451
|
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
|
|
23188
23452
|
format: int64
|
|
@@ -23267,6 +23531,10 @@ components:
|
|
|
23267
23531
|
description: Shows the high-water mark of all Fargate tasks over all hours in the current date for the given org.
|
|
23268
23532
|
format: int64
|
|
23269
23533
|
type: integer
|
|
23534
|
+
feature_flags_config_requests_sum:
|
|
23535
|
+
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current date for the given org.
|
|
23536
|
+
format: int64
|
|
23537
|
+
type: integer
|
|
23270
23538
|
flex_logs_compute_large_avg:
|
|
23271
23539
|
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
|
|
23272
23540
|
format: int64
|
|
@@ -23335,10 +23603,26 @@ components:
|
|
|
23335
23603
|
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org.
|
|
23336
23604
|
format: int64
|
|
23337
23605
|
type: integer
|
|
23606
|
+
infra_host_basic_infra_basic_agent_top99p:
|
|
23607
|
+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for the given org.
|
|
23608
|
+
format: int64
|
|
23609
|
+
type: integer
|
|
23610
|
+
infra_host_basic_infra_basic_vsphere_top99p:
|
|
23611
|
+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current date for the given org.
|
|
23612
|
+
format: int64
|
|
23613
|
+
type: integer
|
|
23614
|
+
infra_host_basic_top99p:
|
|
23615
|
+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for the given org.
|
|
23616
|
+
format: int64
|
|
23617
|
+
type: integer
|
|
23338
23618
|
infra_host_top99p:
|
|
23339
23619
|
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
|
|
23340
23620
|
format: int64
|
|
23341
23621
|
type: integer
|
|
23622
|
+
infra_storage_mgmt_objects_count_avg:
|
|
23623
|
+
description: Shows the average number of storage management objects over all hours in the current date for the given org.
|
|
23624
|
+
format: int64
|
|
23625
|
+
type: integer
|
|
23342
23626
|
ingested_events_bytes_sum:
|
|
23343
23627
|
description: Shows the sum of all log bytes ingested over all hours in the current date for the given org.
|
|
23344
23628
|
format: int64
|
|
@@ -23647,6 +23931,10 @@ components:
|
|
|
23647
23931
|
description: Shows the average number of Serverless Apps with Application Performance Monitoring for Google Cloud Platform Cloud Run instances for the given date and given org.
|
|
23648
23932
|
format: int64
|
|
23649
23933
|
type: integer
|
|
23934
|
+
serverless_apps_apm_apm_gcp_gke_autopilot_pods_avg:
|
|
23935
|
+
description: Shows the average number of Serverless Apps with Application Performance Monitoring for Google Kubernetes Engine Autopilot pods for the given date and given org.
|
|
23936
|
+
format: int64
|
|
23937
|
+
type: integer
|
|
23650
23938
|
serverless_apps_apm_avg:
|
|
23651
23939
|
description: Shows the average number of Serverless Apps with Application Performance Monitoring for the given date and given org.
|
|
23652
23940
|
format: int64
|
|
@@ -23671,6 +23959,10 @@ components:
|
|
|
23671
23959
|
description: Shows the average number of Serverless Apps with Application Performance Monitoring excluding Fargate for Google Cloud Platform Cloud Run instances for the given date and given org.
|
|
23672
23960
|
format: int64
|
|
23673
23961
|
type: integer
|
|
23962
|
+
serverless_apps_apm_excl_fargate_apm_gcp_gke_autopilot_pods_avg:
|
|
23963
|
+
description: Shows the average number of Serverless Apps with Application Performance Monitoring excluding Fargate for Google Kubernetes Engine Autopilot pods for the given date and given org.
|
|
23964
|
+
format: int64
|
|
23965
|
+
type: integer
|
|
23674
23966
|
serverless_apps_apm_excl_fargate_avg:
|
|
23675
23967
|
description: Shows the average number of Serverless Apps with Application Performance Monitoring excluding Fargate for the given date and given org.
|
|
23676
23968
|
format: int64
|
|
@@ -23723,6 +24015,10 @@ components:
|
|
|
23723
24015
|
description: Shows the average number of Serverless Apps excluding Fargate for Google Cloud Platform Cloud Run instances for the given date and given org.
|
|
23724
24016
|
format: int64
|
|
23725
24017
|
type: integer
|
|
24018
|
+
serverless_apps_excl_fargate_infra_gcp_gke_autopilot_pods_avg:
|
|
24019
|
+
description: Shows the average number of Serverless Apps excluding Fargate for Google Kubernetes Engine Autopilot pods for the given date and given org.
|
|
24020
|
+
format: int64
|
|
24021
|
+
type: integer
|
|
23726
24022
|
serverless_apps_google_cloud_functions_instances_avg:
|
|
23727
24023
|
description: Shows the average number of Serverless Apps for Google Cloud Platform Cloud Functions instances for the given date and given org.
|
|
23728
24024
|
format: int64
|
|
@@ -23735,6 +24031,10 @@ components:
|
|
|
23735
24031
|
description: Shows the average number of Serverless Apps for Google Cloud for the given date and given org.
|
|
23736
24032
|
format: int64
|
|
23737
24033
|
type: integer
|
|
24034
|
+
serverless_apps_infra_gcp_gke_autopilot_pods_avg:
|
|
24035
|
+
description: Shows the average number of Serverless Apps for Google Kubernetes Engine Autopilot pods for the given date and given org.
|
|
24036
|
+
format: int64
|
|
24037
|
+
type: integer
|
|
23738
24038
|
serverless_apps_total_count_avg:
|
|
23739
24039
|
description: Shows the average number of Serverless Apps for Azure and Google Cloud for the given date and given org.
|
|
23740
24040
|
format: int64
|
|
@@ -24142,6 +24442,18 @@ components:
|
|
|
24142
24442
|
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current month for all organizations.
|
|
24143
24443
|
format: int64
|
|
24144
24444
|
type: integer
|
|
24445
|
+
eph_infra_host_basic_agg_sum:
|
|
24446
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current month for all organizations.
|
|
24447
|
+
format: int64
|
|
24448
|
+
type: integer
|
|
24449
|
+
eph_infra_host_basic_infra_basic_agent_agg_sum:
|
|
24450
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current month for all organizations.
|
|
24451
|
+
format: int64
|
|
24452
|
+
type: integer
|
|
24453
|
+
eph_infra_host_basic_infra_basic_vsphere_agg_sum:
|
|
24454
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current month for all organizations.
|
|
24455
|
+
format: int64
|
|
24456
|
+
type: integer
|
|
24145
24457
|
eph_infra_host_ent_agg_sum:
|
|
24146
24458
|
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current month for all organizations.
|
|
24147
24459
|
format: int64
|
|
@@ -24226,6 +24538,10 @@ components:
|
|
|
24226
24538
|
description: Shows the sum of the high-water marks of all Fargate tasks over all hours in the current month for all organizations.
|
|
24227
24539
|
format: int64
|
|
24228
24540
|
type: integer
|
|
24541
|
+
feature_flags_config_requests_agg_sum:
|
|
24542
|
+
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current month for all organizations.
|
|
24543
|
+
format: int64
|
|
24544
|
+
type: integer
|
|
24229
24545
|
flex_logs_compute_large_avg_sum:
|
|
24230
24546
|
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current months for all organizations.
|
|
24231
24547
|
format: int64
|
|
@@ -24291,10 +24607,26 @@ components:
|
|
|
24291
24607
|
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations.
|
|
24292
24608
|
format: int64
|
|
24293
24609
|
type: integer
|
|
24610
|
+
infra_host_basic_infra_basic_agent_top99p_sum:
|
|
24611
|
+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current month for all organizations.
|
|
24612
|
+
format: int64
|
|
24613
|
+
type: integer
|
|
24614
|
+
infra_host_basic_infra_basic_vsphere_top99p_sum:
|
|
24615
|
+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current month for all organizations.
|
|
24616
|
+
format: int64
|
|
24617
|
+
type: integer
|
|
24618
|
+
infra_host_basic_top99p_sum:
|
|
24619
|
+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current month for all organizations.
|
|
24620
|
+
format: int64
|
|
24621
|
+
type: integer
|
|
24294
24622
|
infra_host_top99p_sum:
|
|
24295
24623
|
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
|
|
24296
24624
|
format: int64
|
|
24297
24625
|
type: integer
|
|
24626
|
+
infra_storage_mgmt_objects_count_avg_sum:
|
|
24627
|
+
description: Shows the average number of storage management objects over all hours in the current month for all organizations.
|
|
24628
|
+
format: int64
|
|
24629
|
+
type: integer
|
|
24298
24630
|
ingested_events_bytes_agg_sum:
|
|
24299
24631
|
description: Shows the sum of all log bytes ingested over all hours in the current month for all organizations.
|
|
24300
24632
|
format: int64
|
|
@@ -24622,6 +24954,10 @@ components:
|
|
|
24622
24954
|
description: Sum of the average number of Serverless Apps with Application Performance Monitoring for Google Cloud Platform Cloud Run instances in the current month for all organizations.
|
|
24623
24955
|
format: int64
|
|
24624
24956
|
type: integer
|
|
24957
|
+
serverless_apps_apm_apm_gcp_gke_autopilot_pods_avg_sum:
|
|
24958
|
+
description: Sum of the average number of Serverless Apps with Application Performance Monitoring for Google Kubernetes Engine Autopilot pods in the current month for all organizations.
|
|
24959
|
+
format: int64
|
|
24960
|
+
type: integer
|
|
24625
24961
|
serverless_apps_apm_avg_sum:
|
|
24626
24962
|
description: Sum of the average number of Serverless Apps with Application Performance Monitoring in the current month for all organizations.
|
|
24627
24963
|
format: int64
|
|
@@ -24646,6 +24982,10 @@ components:
|
|
|
24646
24982
|
description: Sum of the average number of Serverless Apps with Application Performance Monitoring excluding Fargate for Google Cloud Platform Cloud Run instances in the current month for all organizations.
|
|
24647
24983
|
format: int64
|
|
24648
24984
|
type: integer
|
|
24985
|
+
serverless_apps_apm_excl_fargate_apm_gcp_gke_autopilot_pods_avg_sum:
|
|
24986
|
+
description: Sum of the average number of Serverless Apps with Application Performance Monitoring excluding Fargate for Google Kubernetes Engine Autopilot pods in the current month for all organizations.
|
|
24987
|
+
format: int64
|
|
24988
|
+
type: integer
|
|
24649
24989
|
serverless_apps_apm_excl_fargate_avg_sum:
|
|
24650
24990
|
description: Sum of the average number of Serverless Apps with Application Performance Monitoring excluding Fargate in the current month for all organizations.
|
|
24651
24991
|
format: int64
|
|
@@ -24698,6 +25038,10 @@ components:
|
|
|
24698
25038
|
description: Sum of the average number of Serverless Apps excluding Fargate for Google Cloud Platform Cloud Run instances in the current month for all organizations.
|
|
24699
25039
|
format: int64
|
|
24700
25040
|
type: integer
|
|
25041
|
+
serverless_apps_excl_fargate_infra_gcp_gke_autopilot_pods_avg_sum:
|
|
25042
|
+
description: Sum of the average number of Serverless Apps excluding Fargate for Google Kubernetes Engine Autopilot pods in the current month for all organizations.
|
|
25043
|
+
format: int64
|
|
25044
|
+
type: integer
|
|
24701
25045
|
serverless_apps_google_cloud_functions_instances_avg_sum:
|
|
24702
25046
|
description: Sum of the average number of Serverless Apps for Google Cloud Platform Cloud Functions instances in the current month for all organizations.
|
|
24703
25047
|
format: int64
|
|
@@ -24710,6 +25054,10 @@ components:
|
|
|
24710
25054
|
description: Sum of the average number of Serverless Apps for Google Cloud in the current month for all organizations.
|
|
24711
25055
|
format: int64
|
|
24712
25056
|
type: integer
|
|
25057
|
+
serverless_apps_infra_gcp_gke_autopilot_pods_avg_sum:
|
|
25058
|
+
description: Sum of the average number of Serverless Apps for Google Kubernetes Engine Autopilot pods in the current month for all organizations.
|
|
25059
|
+
format: int64
|
|
25060
|
+
type: integer
|
|
24713
25061
|
serverless_apps_total_count_avg_sum:
|
|
24714
25062
|
description: Sum of the average number of Serverless Apps for Azure and Google Cloud in the current month for all organizations.
|
|
24715
25063
|
format: int64
|
|
@@ -25506,6 +25854,7 @@ components:
|
|
|
25506
25854
|
- $ref: "#/components/schemas/MonitorSummaryWidgetDefinition"
|
|
25507
25855
|
- $ref: "#/components/schemas/NoteWidgetDefinition"
|
|
25508
25856
|
- $ref: "#/components/schemas/PowerpackWidgetDefinition"
|
|
25857
|
+
- $ref: "#/components/schemas/PointPlotWidgetDefinition"
|
|
25509
25858
|
- $ref: "#/components/schemas/QueryValueWidgetDefinition"
|
|
25510
25859
|
- $ref: "#/components/schemas/RetentionCurveWidgetDefinition"
|
|
25511
25860
|
- $ref: "#/components/schemas/RunWorkflowWidgetDefinition"
|
|
@@ -26493,6 +26842,35 @@ paths:
|
|
|
26493
26842
|
"200":
|
|
26494
26843
|
content:
|
|
26495
26844
|
application/json:
|
|
26845
|
+
examples:
|
|
26846
|
+
default:
|
|
26847
|
+
value:
|
|
26848
|
+
agents:
|
|
26849
|
+
prefixes_ipv4:
|
|
26850
|
+
- "1.2.3.4/32"
|
|
26851
|
+
prefixes_ipv6: []
|
|
26852
|
+
api:
|
|
26853
|
+
prefixes_ipv4:
|
|
26854
|
+
- "1.2.3.4/32"
|
|
26855
|
+
prefixes_ipv6: []
|
|
26856
|
+
apm:
|
|
26857
|
+
prefixes_ipv4:
|
|
26858
|
+
- "1.2.3.4/32"
|
|
26859
|
+
prefixes_ipv6: []
|
|
26860
|
+
logs:
|
|
26861
|
+
prefixes_ipv4:
|
|
26862
|
+
- "1.2.3.4/32"
|
|
26863
|
+
prefixes_ipv6: []
|
|
26864
|
+
modified: "2019-10-31-20-00-00"
|
|
26865
|
+
process:
|
|
26866
|
+
prefixes_ipv4:
|
|
26867
|
+
- "1.2.3.4/32"
|
|
26868
|
+
prefixes_ipv6: []
|
|
26869
|
+
version: 11
|
|
26870
|
+
webhooks:
|
|
26871
|
+
prefixes_ipv4:
|
|
26872
|
+
- "1.2.3.4/32"
|
|
26873
|
+
prefixes_ipv6: []
|
|
26496
26874
|
schema:
|
|
26497
26875
|
$ref: "#/components/schemas/IPRanges"
|
|
26498
26876
|
description: OK
|
|
@@ -26514,6 +26892,15 @@ paths:
|
|
|
26514
26892
|
- datadoghq.eu
|
|
26515
26893
|
- ddog-gov.com
|
|
26516
26894
|
- us2.ddog-gov.com
|
|
26895
|
+
x-enum-varnames:
|
|
26896
|
+
- US1
|
|
26897
|
+
- US3
|
|
26898
|
+
- US5
|
|
26899
|
+
- AP1
|
|
26900
|
+
- AP2
|
|
26901
|
+
- EU1
|
|
26902
|
+
- GOV
|
|
26903
|
+
- US2_GOV
|
|
26517
26904
|
subdomain:
|
|
26518
26905
|
default: ip-ranges
|
|
26519
26906
|
description: The subdomain where the API is deployed.
|
|
@@ -26541,6 +26928,14 @@ paths:
|
|
|
26541
26928
|
"200":
|
|
26542
26929
|
content:
|
|
26543
26930
|
application/json:
|
|
26931
|
+
examples:
|
|
26932
|
+
default:
|
|
26933
|
+
value:
|
|
26934
|
+
api_keys:
|
|
26935
|
+
- created: "2024-01-01T00:00:00+00:00"
|
|
26936
|
+
created_by: test@example.com
|
|
26937
|
+
key: abc123example456key789placeholder0
|
|
26938
|
+
name: app_key
|
|
26544
26939
|
schema:
|
|
26545
26940
|
$ref: "#/components/schemas/ApiKeyListResponse"
|
|
26546
26941
|
description: OK
|
|
@@ -26576,6 +26971,14 @@ paths:
|
|
|
26576
26971
|
"200":
|
|
26577
26972
|
content:
|
|
26578
26973
|
application/json:
|
|
26974
|
+
examples:
|
|
26975
|
+
default:
|
|
26976
|
+
value:
|
|
26977
|
+
api_key:
|
|
26978
|
+
created: "2024-01-01T00:00:00+00:00"
|
|
26979
|
+
created_by: test@example.com
|
|
26980
|
+
key: abc123example456key789placeholder0
|
|
26981
|
+
name: app_key
|
|
26579
26982
|
schema:
|
|
26580
26983
|
$ref: "#/components/schemas/ApiKeyResponse"
|
|
26581
26984
|
description: OK
|
|
@@ -26616,6 +27019,14 @@ paths:
|
|
|
26616
27019
|
"200":
|
|
26617
27020
|
content:
|
|
26618
27021
|
application/json:
|
|
27022
|
+
examples:
|
|
27023
|
+
default:
|
|
27024
|
+
value:
|
|
27025
|
+
api_key:
|
|
27026
|
+
created: "2024-01-01T00:00:00+00:00"
|
|
27027
|
+
created_by: test@example.com
|
|
27028
|
+
key: abc123example456key789placeholder0
|
|
27029
|
+
name: app_key
|
|
26619
27030
|
schema:
|
|
26620
27031
|
$ref: "#/components/schemas/ApiKeyResponse"
|
|
26621
27032
|
description: OK
|
|
@@ -26660,6 +27071,14 @@ paths:
|
|
|
26660
27071
|
"200":
|
|
26661
27072
|
content:
|
|
26662
27073
|
application/json:
|
|
27074
|
+
examples:
|
|
27075
|
+
default:
|
|
27076
|
+
value:
|
|
27077
|
+
api_key:
|
|
27078
|
+
created: "2024-01-01T00:00:00+00:00"
|
|
27079
|
+
created_by: test@example.com
|
|
27080
|
+
key: abc123example456key789placeholder0
|
|
27081
|
+
name: app_key
|
|
26663
27082
|
schema:
|
|
26664
27083
|
$ref: "#/components/schemas/ApiKeyResponse"
|
|
26665
27084
|
description: OK
|
|
@@ -26708,6 +27127,14 @@ paths:
|
|
|
26708
27127
|
"200":
|
|
26709
27128
|
content:
|
|
26710
27129
|
application/json:
|
|
27130
|
+
examples:
|
|
27131
|
+
default:
|
|
27132
|
+
value:
|
|
27133
|
+
api_key:
|
|
27134
|
+
created: "2024-01-01T00:00:00+00:00"
|
|
27135
|
+
created_by: test@example.com
|
|
27136
|
+
key: abc123example456key789placeholder0
|
|
27137
|
+
name: app_key
|
|
26711
27138
|
schema:
|
|
26712
27139
|
$ref: "#/components/schemas/ApiKeyResponse"
|
|
26713
27140
|
description: OK
|
|
@@ -26749,6 +27176,13 @@ paths:
|
|
|
26749
27176
|
"200":
|
|
26750
27177
|
content:
|
|
26751
27178
|
application/json:
|
|
27179
|
+
examples:
|
|
27180
|
+
default:
|
|
27181
|
+
value:
|
|
27182
|
+
application_keys:
|
|
27183
|
+
- hash: 1234512345123459cda4eb9ced49a3d84fd0138c
|
|
27184
|
+
name: app_key
|
|
27185
|
+
owner: test@example.com
|
|
26752
27186
|
schema:
|
|
26753
27187
|
$ref: "#/components/schemas/ApplicationKeyListResponse"
|
|
26754
27188
|
description: OK
|
|
@@ -26787,6 +27221,13 @@ paths:
|
|
|
26787
27221
|
"200":
|
|
26788
27222
|
content:
|
|
26789
27223
|
application/json:
|
|
27224
|
+
examples:
|
|
27225
|
+
default:
|
|
27226
|
+
value:
|
|
27227
|
+
application_key:
|
|
27228
|
+
hash: 1234512345123459cda4eb9ced49a3d84fd0138c
|
|
27229
|
+
name: app_key
|
|
27230
|
+
owner: test@example.com
|
|
26790
27231
|
schema:
|
|
26791
27232
|
$ref: "#/components/schemas/ApplicationKeyResponse"
|
|
26792
27233
|
description: OK
|
|
@@ -26835,6 +27276,13 @@ paths:
|
|
|
26835
27276
|
"200":
|
|
26836
27277
|
content:
|
|
26837
27278
|
application/json:
|
|
27279
|
+
examples:
|
|
27280
|
+
default:
|
|
27281
|
+
value:
|
|
27282
|
+
application_key:
|
|
27283
|
+
hash: 1234512345123459cda4eb9ced49a3d84fd0138c
|
|
27284
|
+
name: app_key
|
|
27285
|
+
owner: test@example.com
|
|
26838
27286
|
schema:
|
|
26839
27287
|
$ref: "#/components/schemas/ApplicationKeyResponse"
|
|
26840
27288
|
description: OK
|
|
@@ -26876,6 +27324,13 @@ paths:
|
|
|
26876
27324
|
"200":
|
|
26877
27325
|
content:
|
|
26878
27326
|
application/json:
|
|
27327
|
+
examples:
|
|
27328
|
+
default:
|
|
27329
|
+
value:
|
|
27330
|
+
application_key:
|
|
27331
|
+
hash: 1234512345123459cda4eb9ced49a3d84fd0138c
|
|
27332
|
+
name: app_key
|
|
27333
|
+
owner: test@example.com
|
|
26879
27334
|
schema:
|
|
26880
27335
|
$ref: "#/components/schemas/ApplicationKeyResponse"
|
|
26881
27336
|
description: OK
|
|
@@ -26927,6 +27382,13 @@ paths:
|
|
|
26927
27382
|
"200":
|
|
26928
27383
|
content:
|
|
26929
27384
|
application/json:
|
|
27385
|
+
examples:
|
|
27386
|
+
default:
|
|
27387
|
+
value:
|
|
27388
|
+
application_key:
|
|
27389
|
+
hash: 1234512345123459cda4eb9ced49a3d84fd0138c
|
|
27390
|
+
name: app_key
|
|
27391
|
+
owner: test@example.com
|
|
26930
27392
|
schema:
|
|
26931
27393
|
$ref: "#/components/schemas/ApplicationKeyResponse"
|
|
26932
27394
|
description: OK
|
|
@@ -26994,6 +27456,10 @@ paths:
|
|
|
26994
27456
|
"202":
|
|
26995
27457
|
content:
|
|
26996
27458
|
text/json:
|
|
27459
|
+
examples:
|
|
27460
|
+
default:
|
|
27461
|
+
value:
|
|
27462
|
+
status: ok
|
|
26997
27463
|
schema:
|
|
26998
27464
|
$ref: "#/components/schemas/IntakePayloadAccepted"
|
|
26999
27465
|
description: Payload accepted
|
|
@@ -27068,6 +27534,22 @@ paths:
|
|
|
27068
27534
|
"200":
|
|
27069
27535
|
content:
|
|
27070
27536
|
application/json;datetime-format=rfc3339:
|
|
27537
|
+
examples:
|
|
27538
|
+
default:
|
|
27539
|
+
value:
|
|
27540
|
+
data:
|
|
27541
|
+
- attributes:
|
|
27542
|
+
computed_on: "2024-01-02"
|
|
27543
|
+
end_date: "2024-01-01"
|
|
27544
|
+
size: 1024
|
|
27545
|
+
start_date: "2024-01-01"
|
|
27546
|
+
tags:
|
|
27547
|
+
- env
|
|
27548
|
+
id: "2024-01-01"
|
|
27549
|
+
type: reports
|
|
27550
|
+
meta:
|
|
27551
|
+
page:
|
|
27552
|
+
total_count: 1
|
|
27071
27553
|
schema:
|
|
27072
27554
|
$ref: "#/components/schemas/UsageCustomReportsResponse"
|
|
27073
27555
|
description: OK
|
|
@@ -27109,6 +27591,23 @@ paths:
|
|
|
27109
27591
|
"200":
|
|
27110
27592
|
content:
|
|
27111
27593
|
application/json;datetime-format=rfc3339:
|
|
27594
|
+
examples:
|
|
27595
|
+
default:
|
|
27596
|
+
value:
|
|
27597
|
+
data:
|
|
27598
|
+
attributes:
|
|
27599
|
+
computed_on: "2024-01-02"
|
|
27600
|
+
end_date: "2024-01-01"
|
|
27601
|
+
location: "https://example.s3.amazonaws.com/report.csv"
|
|
27602
|
+
size: 1024
|
|
27603
|
+
start_date: "2024-01-01"
|
|
27604
|
+
tags:
|
|
27605
|
+
- env
|
|
27606
|
+
id: "2024-01-01"
|
|
27607
|
+
type: reports
|
|
27608
|
+
meta:
|
|
27609
|
+
page:
|
|
27610
|
+
total_count: 1
|
|
27112
27611
|
schema:
|
|
27113
27612
|
$ref: "#/components/schemas/UsageSpecifiedCustomReportsResponse"
|
|
27114
27613
|
description: OK
|
|
@@ -27237,6 +27736,17 @@ paths:
|
|
|
27237
27736
|
"200":
|
|
27238
27737
|
content:
|
|
27239
27738
|
application/json:
|
|
27739
|
+
examples:
|
|
27740
|
+
default:
|
|
27741
|
+
value:
|
|
27742
|
+
dashboards:
|
|
27743
|
+
- author_handle: test@example.com
|
|
27744
|
+
created_at: "2024-01-01T00:00:00+00:00"
|
|
27745
|
+
id: abc-123-def
|
|
27746
|
+
layout_type: ordered
|
|
27747
|
+
modified_at: "2024-01-01T00:00:00+00:00"
|
|
27748
|
+
title: Example Dashboard
|
|
27749
|
+
url: /dashboard/abc-123-def/example-dashboard
|
|
27240
27750
|
schema:
|
|
27241
27751
|
$ref: "#/components/schemas/DashboardSummary"
|
|
27242
27752
|
description: OK
|
|
@@ -27348,6 +27858,27 @@ paths:
|
|
|
27348
27858
|
"200":
|
|
27349
27859
|
content:
|
|
27350
27860
|
application/json:
|
|
27861
|
+
examples:
|
|
27862
|
+
default:
|
|
27863
|
+
value:
|
|
27864
|
+
author_handle: test@example.com
|
|
27865
|
+
author_name: Example Name
|
|
27866
|
+
created_at: "2024-01-01T00:00:00+00:00"
|
|
27867
|
+
id: abc-123-def
|
|
27868
|
+
layout_type: ordered
|
|
27869
|
+
modified_at: "2024-01-01T00:00:00+00:00"
|
|
27870
|
+
notify_list:
|
|
27871
|
+
restricted_roles: []
|
|
27872
|
+
template_variables:
|
|
27873
|
+
title: Example Dashboard
|
|
27874
|
+
url: /dashboard/abc-123-def/example-dashboard
|
|
27875
|
+
widgets:
|
|
27876
|
+
- definition:
|
|
27877
|
+
requests:
|
|
27878
|
+
- q: avg:system.cpu.user{*}
|
|
27879
|
+
title: CPU Usage
|
|
27880
|
+
type: timeseries
|
|
27881
|
+
id: 123
|
|
27351
27882
|
schema:
|
|
27352
27883
|
$ref: "#/components/schemas/Dashboard"
|
|
27353
27884
|
description: OK
|
|
@@ -27387,6 +27918,20 @@ paths:
|
|
|
27387
27918
|
"200":
|
|
27388
27919
|
content:
|
|
27389
27920
|
application/json:
|
|
27921
|
+
examples:
|
|
27922
|
+
default:
|
|
27923
|
+
value:
|
|
27924
|
+
dashboard_lists:
|
|
27925
|
+
- author:
|
|
27926
|
+
handle: test@example.com
|
|
27927
|
+
name: Example Name
|
|
27928
|
+
created: "2024-01-01T00:00:00+00:00"
|
|
27929
|
+
dashboard_count: 0
|
|
27930
|
+
id: 123
|
|
27931
|
+
is_favorite: false
|
|
27932
|
+
modified: "2024-01-01T00:00:00+00:00"
|
|
27933
|
+
name: My Dashboard List
|
|
27934
|
+
type: manual_dashboard_list
|
|
27390
27935
|
schema:
|
|
27391
27936
|
$ref: "#/components/schemas/DashboardListListResponse"
|
|
27392
27937
|
description: OK
|
|
@@ -27429,6 +27974,19 @@ paths:
|
|
|
27429
27974
|
"200":
|
|
27430
27975
|
content:
|
|
27431
27976
|
application/json:
|
|
27977
|
+
examples:
|
|
27978
|
+
default:
|
|
27979
|
+
value:
|
|
27980
|
+
author:
|
|
27981
|
+
handle: test@example.com
|
|
27982
|
+
name: Example Name
|
|
27983
|
+
created: "2024-01-01T00:00:00+00:00"
|
|
27984
|
+
dashboard_count: 0
|
|
27985
|
+
id: 123
|
|
27986
|
+
is_favorite: false
|
|
27987
|
+
modified: "2024-01-01T00:00:00+00:00"
|
|
27988
|
+
name: My Dashboard List
|
|
27989
|
+
type: manual_dashboard_list
|
|
27432
27990
|
schema:
|
|
27433
27991
|
$ref: "#/components/schemas/DashboardList"
|
|
27434
27992
|
description: OK
|
|
@@ -27476,6 +28034,10 @@ paths:
|
|
|
27476
28034
|
"200":
|
|
27477
28035
|
content:
|
|
27478
28036
|
application/json:
|
|
28037
|
+
examples:
|
|
28038
|
+
default:
|
|
28039
|
+
value:
|
|
28040
|
+
deleted_dashboard_list_id: 123
|
|
27479
28041
|
schema:
|
|
27480
28042
|
$ref: "#/components/schemas/DashboardListDeleteResponse"
|
|
27481
28043
|
description: OK
|
|
@@ -27521,6 +28083,19 @@ paths:
|
|
|
27521
28083
|
"200":
|
|
27522
28084
|
content:
|
|
27523
28085
|
application/json:
|
|
28086
|
+
examples:
|
|
28087
|
+
default:
|
|
28088
|
+
value:
|
|
28089
|
+
author:
|
|
28090
|
+
handle: test@example.com
|
|
28091
|
+
name: Example Name
|
|
28092
|
+
created: "2024-01-01T00:00:00+00:00"
|
|
28093
|
+
dashboard_count: 0
|
|
28094
|
+
id: 123
|
|
28095
|
+
is_favorite: false
|
|
28096
|
+
modified: "2024-01-01T00:00:00+00:00"
|
|
28097
|
+
name: My Dashboard List
|
|
28098
|
+
type: manual_dashboard_list
|
|
27524
28099
|
schema:
|
|
27525
28100
|
$ref: "#/components/schemas/DashboardList"
|
|
27526
28101
|
description: OK
|
|
@@ -27577,6 +28152,19 @@ paths:
|
|
|
27577
28152
|
"200":
|
|
27578
28153
|
content:
|
|
27579
28154
|
application/json:
|
|
28155
|
+
examples:
|
|
28156
|
+
default:
|
|
28157
|
+
value:
|
|
28158
|
+
author:
|
|
28159
|
+
handle: test@example.com
|
|
28160
|
+
name: Example Name
|
|
28161
|
+
created: "2024-01-01T00:00:00+00:00"
|
|
28162
|
+
dashboard_count: 0
|
|
28163
|
+
id: 123
|
|
28164
|
+
is_favorite: false
|
|
28165
|
+
modified: "2024-01-01T00:00:00+00:00"
|
|
28166
|
+
name: My Dashboard List
|
|
28167
|
+
type: manual_dashboard_list
|
|
27580
28168
|
schema:
|
|
27581
28169
|
$ref: "#/components/schemas/DashboardList"
|
|
27582
28170
|
description: OK
|
|
@@ -27639,6 +28227,21 @@ paths:
|
|
|
27639
28227
|
"200":
|
|
27640
28228
|
content:
|
|
27641
28229
|
application/json:
|
|
28230
|
+
examples:
|
|
28231
|
+
default:
|
|
28232
|
+
value:
|
|
28233
|
+
author:
|
|
28234
|
+
handle: test@example.com
|
|
28235
|
+
name: Example Name
|
|
28236
|
+
created: "2024-01-01T00:00:00+00:00"
|
|
28237
|
+
dashboard_id: abc-123-def
|
|
28238
|
+
dashboard_type: custom_timeboard
|
|
28239
|
+
global_time:
|
|
28240
|
+
live_span: 1h
|
|
28241
|
+
public_url: https://p.datadoghq.com/sb/abc-123
|
|
28242
|
+
share_type: open
|
|
28243
|
+
status: active
|
|
28244
|
+
token: abc-123
|
|
27642
28245
|
schema:
|
|
27643
28246
|
$ref: "#/components/schemas/SharedDashboard"
|
|
27644
28247
|
description: OK
|
|
@@ -27697,6 +28300,10 @@ paths:
|
|
|
27697
28300
|
"200":
|
|
27698
28301
|
content:
|
|
27699
28302
|
application/json:
|
|
28303
|
+
examples:
|
|
28304
|
+
default:
|
|
28305
|
+
value:
|
|
28306
|
+
deleted_public_dashboard_token: abc-123
|
|
27700
28307
|
schema:
|
|
27701
28308
|
$ref: "#/components/schemas/DeleteSharedDashboardResponse"
|
|
27702
28309
|
description: OK
|
|
@@ -27747,6 +28354,21 @@ paths:
|
|
|
27747
28354
|
"200":
|
|
27748
28355
|
content:
|
|
27749
28356
|
application/json:
|
|
28357
|
+
examples:
|
|
28358
|
+
default:
|
|
28359
|
+
value:
|
|
28360
|
+
author:
|
|
28361
|
+
handle: test@example.com
|
|
28362
|
+
name: Example Name
|
|
28363
|
+
created: "2024-01-01T00:00:00+00:00"
|
|
28364
|
+
dashboard_id: abc-123-def
|
|
28365
|
+
dashboard_type: custom_timeboard
|
|
28366
|
+
global_time:
|
|
28367
|
+
live_span: 1h
|
|
28368
|
+
public_url: https://p.datadoghq.com/sb/abc-123
|
|
28369
|
+
share_type: open
|
|
28370
|
+
status: active
|
|
28371
|
+
token: abc-123
|
|
27750
28372
|
schema:
|
|
27751
28373
|
$ref: "#/components/schemas/SharedDashboard"
|
|
27752
28374
|
description: OK
|
|
@@ -27815,6 +28437,21 @@ paths:
|
|
|
27815
28437
|
"200":
|
|
27816
28438
|
content:
|
|
27817
28439
|
application/json:
|
|
28440
|
+
examples:
|
|
28441
|
+
default:
|
|
28442
|
+
value:
|
|
28443
|
+
author:
|
|
28444
|
+
handle: test@example.com
|
|
28445
|
+
name: Example Name
|
|
28446
|
+
created: "2024-01-01T00:00:00+00:00"
|
|
28447
|
+
dashboard_id: abc-123-def
|
|
28448
|
+
dashboard_type: custom_timeboard
|
|
28449
|
+
global_time:
|
|
28450
|
+
live_span: 1h
|
|
28451
|
+
public_url: https://p.datadoghq.com/sb/abc-123
|
|
28452
|
+
share_type: open
|
|
28453
|
+
status: active
|
|
28454
|
+
token: abc-123
|
|
27818
28455
|
schema:
|
|
27819
28456
|
$ref: "#/components/schemas/SharedDashboard"
|
|
27820
28457
|
description: OK
|
|
@@ -27944,6 +28581,20 @@ paths:
|
|
|
27944
28581
|
"200":
|
|
27945
28582
|
content:
|
|
27946
28583
|
application/json:
|
|
28584
|
+
examples:
|
|
28585
|
+
default:
|
|
28586
|
+
value:
|
|
28587
|
+
data:
|
|
28588
|
+
- attributes:
|
|
28589
|
+
created_at: "2024-01-01T00:00:00+00:00"
|
|
28590
|
+
email: test@example.com
|
|
28591
|
+
has_session: false
|
|
28592
|
+
session_expiry:
|
|
28593
|
+
share_token: abc-123
|
|
28594
|
+
type: public_dashboard_invitation
|
|
28595
|
+
meta:
|
|
28596
|
+
page:
|
|
28597
|
+
total_count: 1
|
|
27947
28598
|
schema:
|
|
27948
28599
|
$ref: "#/components/schemas/SharedDashboardInvites"
|
|
27949
28600
|
description: OK
|
|
@@ -28004,6 +28655,20 @@ paths:
|
|
|
28004
28655
|
"201":
|
|
28005
28656
|
content:
|
|
28006
28657
|
application/json:
|
|
28658
|
+
examples:
|
|
28659
|
+
default:
|
|
28660
|
+
value:
|
|
28661
|
+
data:
|
|
28662
|
+
- attributes:
|
|
28663
|
+
created_at: "2024-01-01T00:00:00+00:00"
|
|
28664
|
+
email: test@example.com
|
|
28665
|
+
has_session: false
|
|
28666
|
+
session_expiry:
|
|
28667
|
+
share_token: abc-123
|
|
28668
|
+
type: public_dashboard_invitation
|
|
28669
|
+
meta:
|
|
28670
|
+
page:
|
|
28671
|
+
total_count: 1
|
|
28007
28672
|
schema:
|
|
28008
28673
|
$ref: "#/components/schemas/SharedDashboardInvites"
|
|
28009
28674
|
description: OK
|
|
@@ -28055,6 +28720,10 @@ paths:
|
|
|
28055
28720
|
"200":
|
|
28056
28721
|
content:
|
|
28057
28722
|
application/json:
|
|
28723
|
+
examples:
|
|
28724
|
+
default:
|
|
28725
|
+
value:
|
|
28726
|
+
deleted_dashboard_id: abc-123
|
|
28058
28727
|
schema:
|
|
28059
28728
|
$ref: "#/components/schemas/DashboardDeleteResponse"
|
|
28060
28729
|
description: OK
|
|
@@ -28098,6 +28767,27 @@ paths:
|
|
|
28098
28767
|
"200":
|
|
28099
28768
|
content:
|
|
28100
28769
|
application/json:
|
|
28770
|
+
examples:
|
|
28771
|
+
default:
|
|
28772
|
+
value:
|
|
28773
|
+
author_handle: test@example.com
|
|
28774
|
+
author_name: Example Name
|
|
28775
|
+
created_at: "2024-01-01T00:00:00+00:00"
|
|
28776
|
+
id: abc-123-def
|
|
28777
|
+
layout_type: ordered
|
|
28778
|
+
modified_at: "2024-01-01T00:00:00+00:00"
|
|
28779
|
+
notify_list:
|
|
28780
|
+
restricted_roles: []
|
|
28781
|
+
template_variables:
|
|
28782
|
+
title: Example Dashboard
|
|
28783
|
+
url: /dashboard/abc-123-def/example-dashboard
|
|
28784
|
+
widgets:
|
|
28785
|
+
- definition:
|
|
28786
|
+
requests:
|
|
28787
|
+
- q: avg:system.cpu.user{*}
|
|
28788
|
+
title: CPU Usage
|
|
28789
|
+
type: timeseries
|
|
28790
|
+
id: 123
|
|
28101
28791
|
schema:
|
|
28102
28792
|
$ref: "#/components/schemas/Dashboard"
|
|
28103
28793
|
description: OK
|
|
@@ -28160,6 +28850,27 @@ paths:
|
|
|
28160
28850
|
"200":
|
|
28161
28851
|
content:
|
|
28162
28852
|
application/json:
|
|
28853
|
+
examples:
|
|
28854
|
+
default:
|
|
28855
|
+
value:
|
|
28856
|
+
author_handle: test@example.com
|
|
28857
|
+
author_name: Example Name
|
|
28858
|
+
created_at: "2024-01-01T00:00:00+00:00"
|
|
28859
|
+
id: abc-123-def
|
|
28860
|
+
layout_type: ordered
|
|
28861
|
+
modified_at: "2024-01-01T00:00:00+00:00"
|
|
28862
|
+
notify_list:
|
|
28863
|
+
restricted_roles: []
|
|
28864
|
+
template_variables:
|
|
28865
|
+
title: Example Dashboard
|
|
28866
|
+
url: /dashboard/abc-123-def/example-dashboard
|
|
28867
|
+
widgets:
|
|
28868
|
+
- definition:
|
|
28869
|
+
requests:
|
|
28870
|
+
- q: avg:system.cpu.user{*}
|
|
28871
|
+
title: CPU Usage
|
|
28872
|
+
type: timeseries
|
|
28873
|
+
id: 123
|
|
28163
28874
|
schema:
|
|
28164
28875
|
$ref: "#/components/schemas/Dashboard"
|
|
28165
28876
|
description: OK
|
|
@@ -28234,6 +28945,10 @@ paths:
|
|
|
28234
28945
|
"202":
|
|
28235
28946
|
content:
|
|
28236
28947
|
text/json:
|
|
28948
|
+
examples:
|
|
28949
|
+
default:
|
|
28950
|
+
value:
|
|
28951
|
+
status: ok
|
|
28237
28952
|
schema:
|
|
28238
28953
|
$ref: "#/components/schemas/IntakePayloadAccepted"
|
|
28239
28954
|
description: Payload accepted
|
|
@@ -28292,6 +29007,17 @@ paths:
|
|
|
28292
29007
|
"200":
|
|
28293
29008
|
content:
|
|
28294
29009
|
application/json:
|
|
29010
|
+
examples:
|
|
29011
|
+
default:
|
|
29012
|
+
value:
|
|
29013
|
+
- active: true
|
|
29014
|
+
disabled: false
|
|
29015
|
+
end: 1412793983
|
|
29016
|
+
id: 1625
|
|
29017
|
+
message: Scheduled maintenance
|
|
29018
|
+
scope:
|
|
29019
|
+
- env:staging
|
|
29020
|
+
start: 1412792983
|
|
28295
29021
|
schema:
|
|
28296
29022
|
items:
|
|
28297
29023
|
$ref: "#/components/schemas/Downtime"
|
|
@@ -28344,6 +29070,17 @@ paths:
|
|
|
28344
29070
|
"200":
|
|
28345
29071
|
content:
|
|
28346
29072
|
application/json:
|
|
29073
|
+
examples:
|
|
29074
|
+
default:
|
|
29075
|
+
value:
|
|
29076
|
+
active: true
|
|
29077
|
+
disabled: false
|
|
29078
|
+
end: 1412793983
|
|
29079
|
+
id: 1625
|
|
29080
|
+
message: Scheduling downtime for a database maintenance window.
|
|
29081
|
+
scope:
|
|
29082
|
+
- env:staging
|
|
29083
|
+
start: 1412792983
|
|
28347
29084
|
schema:
|
|
28348
29085
|
$ref: "#/components/schemas/Downtime"
|
|
28349
29086
|
description: OK
|
|
@@ -28395,6 +29132,11 @@ paths:
|
|
|
28395
29132
|
"200":
|
|
28396
29133
|
content:
|
|
28397
29134
|
application/json:
|
|
29135
|
+
examples:
|
|
29136
|
+
default:
|
|
29137
|
+
value:
|
|
29138
|
+
cancelled_ids:
|
|
29139
|
+
- 123
|
|
28398
29140
|
schema:
|
|
28399
29141
|
$ref: "#/components/schemas/CanceledDowntimesIds"
|
|
28400
29142
|
description: OK
|
|
@@ -28493,6 +29235,17 @@ paths:
|
|
|
28493
29235
|
"200":
|
|
28494
29236
|
content:
|
|
28495
29237
|
application/json:
|
|
29238
|
+
examples:
|
|
29239
|
+
default:
|
|
29240
|
+
value:
|
|
29241
|
+
active: true
|
|
29242
|
+
disabled: false
|
|
29243
|
+
end: 1412793983
|
|
29244
|
+
id: 1625
|
|
29245
|
+
message: Scheduled maintenance
|
|
29246
|
+
scope:
|
|
29247
|
+
- env:staging
|
|
29248
|
+
start: 1412792983
|
|
28496
29249
|
schema:
|
|
28497
29250
|
$ref: "#/components/schemas/Downtime"
|
|
28498
29251
|
description: OK
|
|
@@ -28559,6 +29312,17 @@ paths:
|
|
|
28559
29312
|
"200":
|
|
28560
29313
|
content:
|
|
28561
29314
|
application/json:
|
|
29315
|
+
examples:
|
|
29316
|
+
default:
|
|
29317
|
+
value:
|
|
29318
|
+
active: true
|
|
29319
|
+
disabled: false
|
|
29320
|
+
end: 1412793983
|
|
29321
|
+
id: 1625
|
|
29322
|
+
message: Updating downtime end time.
|
|
29323
|
+
scope:
|
|
29324
|
+
- env:staging
|
|
29325
|
+
start: 1412792983
|
|
28562
29326
|
schema:
|
|
28563
29327
|
$ref: "#/components/schemas/Downtime"
|
|
28564
29328
|
description: OK
|
|
@@ -28673,6 +29437,23 @@ paths:
|
|
|
28673
29437
|
"200":
|
|
28674
29438
|
content:
|
|
28675
29439
|
application/json:
|
|
29440
|
+
examples:
|
|
29441
|
+
default:
|
|
29442
|
+
value:
|
|
29443
|
+
events:
|
|
29444
|
+
- alert_type: info
|
|
29445
|
+
date_happened: 1674842440
|
|
29446
|
+
host: "test.host"
|
|
29447
|
+
id: 123
|
|
29448
|
+
id_str: "123"
|
|
29449
|
+
priority: normal
|
|
29450
|
+
source_type_name: my_apps
|
|
29451
|
+
tags:
|
|
29452
|
+
- "environment:test"
|
|
29453
|
+
text: "Oh boy!"
|
|
29454
|
+
title: "Did you hear the news today?"
|
|
29455
|
+
url: "/event/event?id=123"
|
|
29456
|
+
status: ok
|
|
28676
29457
|
schema:
|
|
28677
29458
|
$ref: "#/components/schemas/EventListResponse"
|
|
28678
29459
|
description: OK
|
|
@@ -28726,6 +29507,21 @@ paths:
|
|
|
28726
29507
|
"202":
|
|
28727
29508
|
content:
|
|
28728
29509
|
application/json:
|
|
29510
|
+
examples:
|
|
29511
|
+
default:
|
|
29512
|
+
value:
|
|
29513
|
+
event:
|
|
29514
|
+
alert_type: info
|
|
29515
|
+
date_happened: 1674842440
|
|
29516
|
+
id: 123
|
|
29517
|
+
id_str: "123"
|
|
29518
|
+
priority: normal
|
|
29519
|
+
tags:
|
|
29520
|
+
- environment:test
|
|
29521
|
+
text: Oh boy!
|
|
29522
|
+
title: Did you hear the news today?
|
|
29523
|
+
url: "/event/event?id=123"
|
|
29524
|
+
status: ok
|
|
28729
29525
|
schema:
|
|
28730
29526
|
$ref: "#/components/schemas/EventCreateResponse"
|
|
28731
29527
|
description: OK
|
|
@@ -28763,6 +29559,22 @@ paths:
|
|
|
28763
29559
|
"200":
|
|
28764
29560
|
content:
|
|
28765
29561
|
application/json:
|
|
29562
|
+
examples:
|
|
29563
|
+
default:
|
|
29564
|
+
value:
|
|
29565
|
+
event:
|
|
29566
|
+
alert_type: info
|
|
29567
|
+
date_happened: 1674842440
|
|
29568
|
+
host: "test.host"
|
|
29569
|
+
id: 123
|
|
29570
|
+
id_str: "123"
|
|
29571
|
+
priority: normal
|
|
29572
|
+
tags:
|
|
29573
|
+
- environment:test
|
|
29574
|
+
text: Oh boy!
|
|
29575
|
+
title: Did you hear the news today?
|
|
29576
|
+
url: "/event/event?id=123"
|
|
29577
|
+
status: ok
|
|
28766
29578
|
schema:
|
|
28767
29579
|
$ref: "#/components/schemas/EventResponse"
|
|
28768
29580
|
description: OK
|
|
@@ -28859,6 +29671,11 @@ paths:
|
|
|
28859
29671
|
"200":
|
|
28860
29672
|
content:
|
|
28861
29673
|
application/json:
|
|
29674
|
+
examples:
|
|
29675
|
+
default:
|
|
29676
|
+
value:
|
|
29677
|
+
metric_query: "avg:system.load.1{*}"
|
|
29678
|
+
snapshot_url: https://app.datadoghq.com/s/f12345678/aaa-bbb-ccc
|
|
28862
29679
|
schema:
|
|
28863
29680
|
$ref: "#/components/schemas/GraphSnapshot"
|
|
28864
29681
|
description: OK
|
|
@@ -28914,6 +29731,13 @@ paths:
|
|
|
28914
29731
|
"200":
|
|
28915
29732
|
content:
|
|
28916
29733
|
application/json:
|
|
29734
|
+
examples:
|
|
29735
|
+
default:
|
|
29736
|
+
value:
|
|
29737
|
+
action: Muted
|
|
29738
|
+
end: 1579098130
|
|
29739
|
+
hostname: test.host
|
|
29740
|
+
message: Muting this host for a test!
|
|
28917
29741
|
schema:
|
|
28918
29742
|
$ref: "#/components/schemas/HostMuteResponse"
|
|
28919
29743
|
description: OK
|
|
@@ -28950,6 +29774,11 @@ paths:
|
|
|
28950
29774
|
"200":
|
|
28951
29775
|
content:
|
|
28952
29776
|
application/json:
|
|
29777
|
+
examples:
|
|
29778
|
+
default:
|
|
29779
|
+
value:
|
|
29780
|
+
action: Unmuted
|
|
29781
|
+
hostname: test.host
|
|
28953
29782
|
schema:
|
|
28954
29783
|
$ref: "#/components/schemas/HostMuteResponse"
|
|
28955
29784
|
description: OK
|
|
@@ -29037,6 +29866,21 @@ paths:
|
|
|
29037
29866
|
"200":
|
|
29038
29867
|
content:
|
|
29039
29868
|
application/json:
|
|
29869
|
+
examples:
|
|
29870
|
+
default:
|
|
29871
|
+
value:
|
|
29872
|
+
host_list:
|
|
29873
|
+
- apps:
|
|
29874
|
+
- agent
|
|
29875
|
+
host_name: "i-deadbeef"
|
|
29876
|
+
is_muted: false
|
|
29877
|
+
last_reported_time: 1565000000
|
|
29878
|
+
name: "i-hostname"
|
|
29879
|
+
sources:
|
|
29880
|
+
- aws
|
|
29881
|
+
up: true
|
|
29882
|
+
total_matching: 1
|
|
29883
|
+
total_returned: 1
|
|
29040
29884
|
schema:
|
|
29041
29885
|
$ref: "#/components/schemas/HostListResponse"
|
|
29042
29886
|
description: OK
|
|
@@ -29084,6 +29928,11 @@ paths:
|
|
|
29084
29928
|
"200":
|
|
29085
29929
|
content:
|
|
29086
29930
|
application/json:
|
|
29931
|
+
examples:
|
|
29932
|
+
default:
|
|
29933
|
+
value:
|
|
29934
|
+
total_active: 65
|
|
29935
|
+
total_up: 42
|
|
29087
29936
|
schema:
|
|
29088
29937
|
$ref: "#/components/schemas/HostTotals"
|
|
29089
29938
|
description: OK
|
|
@@ -29134,6 +29983,9 @@ paths:
|
|
|
29134
29983
|
"200":
|
|
29135
29984
|
content:
|
|
29136
29985
|
application/json:
|
|
29986
|
+
examples:
|
|
29987
|
+
default:
|
|
29988
|
+
value: {}
|
|
29137
29989
|
schema:
|
|
29138
29990
|
type: object
|
|
29139
29991
|
description: OK
|
|
@@ -29192,6 +30044,23 @@ paths:
|
|
|
29192
30044
|
"200":
|
|
29193
30045
|
content:
|
|
29194
30046
|
application/json:
|
|
30047
|
+
examples:
|
|
30048
|
+
default:
|
|
30049
|
+
value:
|
|
30050
|
+
accounts:
|
|
30051
|
+
- account_id: "123456789012"
|
|
30052
|
+
account_specific_namespace_rules:
|
|
30053
|
+
auto_scaling: false
|
|
30054
|
+
cspm_resource_collection_enabled: true
|
|
30055
|
+
excluded_regions:
|
|
30056
|
+
- us-east-1
|
|
30057
|
+
extended_resource_collection_enabled: true
|
|
30058
|
+
filter_tags:
|
|
30059
|
+
- "$KEY:$VALUE"
|
|
30060
|
+
host_tags:
|
|
30061
|
+
- "$KEY:$VALUE"
|
|
30062
|
+
metrics_collection_enabled: false
|
|
30063
|
+
role_name: "DatadogAWSIntegrationRole"
|
|
29195
30064
|
schema:
|
|
29196
30065
|
$ref: "#/components/schemas/AWSAccountListResponse"
|
|
29197
30066
|
description: OK
|
|
@@ -29253,6 +30122,10 @@ paths:
|
|
|
29253
30122
|
"200":
|
|
29254
30123
|
content:
|
|
29255
30124
|
application/json:
|
|
30125
|
+
examples:
|
|
30126
|
+
default:
|
|
30127
|
+
value:
|
|
30128
|
+
external_id: abc-123
|
|
29256
30129
|
schema:
|
|
29257
30130
|
$ref: "#/components/schemas/AWSAccountCreateResponse"
|
|
29258
30131
|
description: OK
|
|
@@ -29340,6 +30213,9 @@ paths:
|
|
|
29340
30213
|
"200":
|
|
29341
30214
|
content:
|
|
29342
30215
|
application/json:
|
|
30216
|
+
examples:
|
|
30217
|
+
default:
|
|
30218
|
+
value: {}
|
|
29343
30219
|
schema:
|
|
29344
30220
|
type: object
|
|
29345
30221
|
description: OK
|
|
@@ -29380,6 +30256,12 @@ paths:
|
|
|
29380
30256
|
"200":
|
|
29381
30257
|
content:
|
|
29382
30258
|
application/json:
|
|
30259
|
+
examples:
|
|
30260
|
+
default:
|
|
30261
|
+
value:
|
|
30262
|
+
- namespace1
|
|
30263
|
+
- namespace2
|
|
30264
|
+
- namespace3
|
|
29383
30265
|
schema:
|
|
29384
30266
|
example: ["namespace1", "namespace2", "namespace3"]
|
|
29385
30267
|
items:
|
|
@@ -29423,6 +30305,10 @@ paths:
|
|
|
29423
30305
|
"200":
|
|
29424
30306
|
content:
|
|
29425
30307
|
application/json:
|
|
30308
|
+
examples:
|
|
30309
|
+
default:
|
|
30310
|
+
value:
|
|
30311
|
+
status: empty
|
|
29426
30312
|
schema:
|
|
29427
30313
|
$ref: "#/components/schemas/AWSEventBridgeDeleteResponse"
|
|
29428
30314
|
description: OK
|
|
@@ -29457,6 +30343,17 @@ paths:
|
|
|
29457
30343
|
"200":
|
|
29458
30344
|
content:
|
|
29459
30345
|
application/json:
|
|
30346
|
+
examples:
|
|
30347
|
+
default:
|
|
30348
|
+
value:
|
|
30349
|
+
accounts:
|
|
30350
|
+
- accountId: "123456789012"
|
|
30351
|
+
eventHubs:
|
|
30352
|
+
- name: app-alerts-zyxw3210
|
|
30353
|
+
region: us-east-1
|
|
30354
|
+
tags:
|
|
30355
|
+
- "$KEY:$VALUE"
|
|
30356
|
+
isInstalled: true
|
|
29460
30357
|
schema:
|
|
29461
30358
|
$ref: "#/components/schemas/AWSEventBridgeListResponse"
|
|
29462
30359
|
description: OK
|
|
@@ -29502,6 +30399,13 @@ paths:
|
|
|
29502
30399
|
"200":
|
|
29503
30400
|
content:
|
|
29504
30401
|
application/json:
|
|
30402
|
+
examples:
|
|
30403
|
+
default:
|
|
30404
|
+
value:
|
|
30405
|
+
event_source_name: app-alerts-zyxw3210
|
|
30406
|
+
has_bus: true
|
|
30407
|
+
region: us-east-1
|
|
30408
|
+
status: created
|
|
29505
30409
|
schema:
|
|
29506
30410
|
$ref: "#/components/schemas/AWSEventBridgeCreateResponse"
|
|
29507
30411
|
description: OK
|
|
@@ -29548,6 +30452,9 @@ paths:
|
|
|
29548
30452
|
"200":
|
|
29549
30453
|
content:
|
|
29550
30454
|
application/json:
|
|
30455
|
+
examples:
|
|
30456
|
+
default:
|
|
30457
|
+
value: {}
|
|
29551
30458
|
schema:
|
|
29552
30459
|
example: {}
|
|
29553
30460
|
type: object
|
|
@@ -29589,6 +30496,12 @@ paths:
|
|
|
29589
30496
|
"200":
|
|
29590
30497
|
content:
|
|
29591
30498
|
application/json:
|
|
30499
|
+
examples:
|
|
30500
|
+
default:
|
|
30501
|
+
value:
|
|
30502
|
+
filters:
|
|
30503
|
+
- namespace: elb
|
|
30504
|
+
tag_filter_str: "prod*"
|
|
29592
30505
|
schema:
|
|
29593
30506
|
$ref: "#/components/schemas/AWSTagFilterListResponse"
|
|
29594
30507
|
description: OK
|
|
@@ -29636,6 +30549,9 @@ paths:
|
|
|
29636
30549
|
"200":
|
|
29637
30550
|
content:
|
|
29638
30551
|
application/json:
|
|
30552
|
+
examples:
|
|
30553
|
+
default:
|
|
30554
|
+
value: {}
|
|
29639
30555
|
schema:
|
|
29640
30556
|
example: {}
|
|
29641
30557
|
type: object
|
|
@@ -29686,6 +30602,10 @@ paths:
|
|
|
29686
30602
|
"200":
|
|
29687
30603
|
content:
|
|
29688
30604
|
application/json:
|
|
30605
|
+
examples:
|
|
30606
|
+
default:
|
|
30607
|
+
value:
|
|
30608
|
+
external_id: abc-123
|
|
29689
30609
|
schema:
|
|
29690
30610
|
$ref: "#/components/schemas/AWSAccountCreateResponse"
|
|
29691
30611
|
description: OK
|
|
@@ -29732,6 +30652,9 @@ paths:
|
|
|
29732
30652
|
"200":
|
|
29733
30653
|
content:
|
|
29734
30654
|
application/json:
|
|
30655
|
+
examples:
|
|
30656
|
+
default:
|
|
30657
|
+
value: {}
|
|
29735
30658
|
schema:
|
|
29736
30659
|
type: object
|
|
29737
30660
|
description: OK
|
|
@@ -29766,6 +30689,18 @@ paths:
|
|
|
29766
30689
|
"200":
|
|
29767
30690
|
content:
|
|
29768
30691
|
application/json:
|
|
30692
|
+
examples:
|
|
30693
|
+
default:
|
|
30694
|
+
value:
|
|
30695
|
+
- account_id: "123456789101"
|
|
30696
|
+
lambdas: []
|
|
30697
|
+
services:
|
|
30698
|
+
- s3
|
|
30699
|
+
- elb
|
|
30700
|
+
- elbv2
|
|
30701
|
+
- cloudfront
|
|
30702
|
+
- redshift
|
|
30703
|
+
- lambda
|
|
29769
30704
|
schema:
|
|
29770
30705
|
example: [{"account_id": "123456789101", "lambdas": [], "services": ["s3", "elb", "elbv2", "cloudfront", "redshift", "lambda"]}]
|
|
29771
30706
|
items:
|
|
@@ -29813,6 +30748,9 @@ paths:
|
|
|
29813
30748
|
"200":
|
|
29814
30749
|
content:
|
|
29815
30750
|
application/json:
|
|
30751
|
+
examples:
|
|
30752
|
+
default:
|
|
30753
|
+
value: {}
|
|
29816
30754
|
schema:
|
|
29817
30755
|
type: object
|
|
29818
30756
|
description: OK
|
|
@@ -29866,6 +30804,11 @@ paths:
|
|
|
29866
30804
|
"200":
|
|
29867
30805
|
content:
|
|
29868
30806
|
application/json:
|
|
30807
|
+
examples:
|
|
30808
|
+
default:
|
|
30809
|
+
value:
|
|
30810
|
+
errors: []
|
|
30811
|
+
status: created
|
|
29869
30812
|
schema:
|
|
29870
30813
|
$ref: "#/components/schemas/AWSLogsAsyncResponse"
|
|
29871
30814
|
description: OK
|
|
@@ -29901,6 +30844,13 @@ paths:
|
|
|
29901
30844
|
"200":
|
|
29902
30845
|
content:
|
|
29903
30846
|
application/json:
|
|
30847
|
+
examples:
|
|
30848
|
+
default:
|
|
30849
|
+
value:
|
|
30850
|
+
- id: s3
|
|
30851
|
+
label: S3 Access Logs
|
|
30852
|
+
- id: elb
|
|
30853
|
+
label: Classic ELB Access Logs
|
|
29904
30854
|
schema:
|
|
29905
30855
|
example: [{"id": "s3", "label": "S3 Access Logs"}, {"id": "elb", "label": "Classic ELB Access Logs"}, {"id": "elbv2", "label": "Application ELB Access Logs"}, {"id": "cloudfront", "label": "CloudFront Access Logs"}, {"id": "redshift", "label": "Redshift Logs"}, {"id": "lambda", "label": "Lambda Cloudwatch Logs"}]
|
|
29906
30856
|
items:
|
|
@@ -29949,6 +30899,9 @@ paths:
|
|
|
29949
30899
|
"200":
|
|
29950
30900
|
content:
|
|
29951
30901
|
application/json:
|
|
30902
|
+
examples:
|
|
30903
|
+
default:
|
|
30904
|
+
value: {}
|
|
29952
30905
|
schema:
|
|
29953
30906
|
type: object
|
|
29954
30907
|
description: OK
|
|
@@ -30010,6 +30963,11 @@ paths:
|
|
|
30010
30963
|
"200":
|
|
30011
30964
|
content:
|
|
30012
30965
|
application/json:
|
|
30966
|
+
examples:
|
|
30967
|
+
default:
|
|
30968
|
+
value:
|
|
30969
|
+
errors: []
|
|
30970
|
+
status: created
|
|
30013
30971
|
schema:
|
|
30014
30972
|
$ref: "#/components/schemas/AWSLogsAsyncResponse"
|
|
30015
30973
|
description: OK
|
|
@@ -30056,6 +31014,9 @@ paths:
|
|
|
30056
31014
|
"200":
|
|
30057
31015
|
content:
|
|
30058
31016
|
application/json:
|
|
31017
|
+
examples:
|
|
31018
|
+
default:
|
|
31019
|
+
value: {}
|
|
30059
31020
|
schema:
|
|
30060
31021
|
example: {}
|
|
30061
31022
|
type: object
|
|
@@ -30090,6 +31051,13 @@ paths:
|
|
|
30090
31051
|
"200":
|
|
30091
31052
|
content:
|
|
30092
31053
|
application/json:
|
|
31054
|
+
examples:
|
|
31055
|
+
default:
|
|
31056
|
+
value:
|
|
31057
|
+
- client_id: testc7f6-1234-5678-9101-3fcbf464test
|
|
31058
|
+
errors: []
|
|
31059
|
+
host_filters: "key:value,filter:example"
|
|
31060
|
+
tenant_name: testc44-1234-5678-9101-cc00736ftest
|
|
30093
31061
|
schema:
|
|
30094
31062
|
$ref: "#/components/schemas/AzureAccountListResponse"
|
|
30095
31063
|
description: OK
|
|
@@ -30149,6 +31117,9 @@ paths:
|
|
|
30149
31117
|
"200":
|
|
30150
31118
|
content:
|
|
30151
31119
|
application/json:
|
|
31120
|
+
examples:
|
|
31121
|
+
default:
|
|
31122
|
+
value: {}
|
|
30152
31123
|
schema:
|
|
30153
31124
|
example: {}
|
|
30154
31125
|
type: object
|
|
@@ -30205,6 +31176,9 @@ paths:
|
|
|
30205
31176
|
"200":
|
|
30206
31177
|
content:
|
|
30207
31178
|
application/json:
|
|
31179
|
+
examples:
|
|
31180
|
+
default:
|
|
31181
|
+
value: {}
|
|
30208
31182
|
schema:
|
|
30209
31183
|
example: {}
|
|
30210
31184
|
type: object
|
|
@@ -30253,6 +31227,9 @@ paths:
|
|
|
30253
31227
|
"200":
|
|
30254
31228
|
content:
|
|
30255
31229
|
application/json:
|
|
31230
|
+
examples:
|
|
31231
|
+
default:
|
|
31232
|
+
value: {}
|
|
30256
31233
|
schema:
|
|
30257
31234
|
example: {}
|
|
30258
31235
|
type: object
|
|
@@ -30302,6 +31279,9 @@ paths:
|
|
|
30302
31279
|
"200":
|
|
30303
31280
|
content:
|
|
30304
31281
|
application/json:
|
|
31282
|
+
examples:
|
|
31283
|
+
default:
|
|
31284
|
+
value: {}
|
|
30305
31285
|
schema:
|
|
30306
31286
|
example: {}
|
|
30307
31287
|
type: object
|
|
@@ -30337,6 +31317,14 @@ paths:
|
|
|
30337
31317
|
"200":
|
|
30338
31318
|
content:
|
|
30339
31319
|
application/json:
|
|
31320
|
+
examples:
|
|
31321
|
+
default:
|
|
31322
|
+
value:
|
|
31323
|
+
- client_email: test@example.com
|
|
31324
|
+
client_id: "123456712345671234567"
|
|
31325
|
+
errors: []
|
|
31326
|
+
project_id: datadog-apitest
|
|
31327
|
+
type: service_account
|
|
30340
31328
|
schema:
|
|
30341
31329
|
$ref: "#/components/schemas/GCPAccountListResponse"
|
|
30342
31330
|
description: OK
|
|
@@ -30393,6 +31381,9 @@ paths:
|
|
|
30393
31381
|
"200":
|
|
30394
31382
|
content:
|
|
30395
31383
|
application/json:
|
|
31384
|
+
examples:
|
|
31385
|
+
default:
|
|
31386
|
+
value: {}
|
|
30396
31387
|
schema:
|
|
30397
31388
|
example: {}
|
|
30398
31389
|
type: object
|
|
@@ -30447,6 +31438,9 @@ paths:
|
|
|
30447
31438
|
"200":
|
|
30448
31439
|
content:
|
|
30449
31440
|
application/json:
|
|
31441
|
+
examples:
|
|
31442
|
+
default:
|
|
31443
|
+
value: {}
|
|
30450
31444
|
schema:
|
|
30451
31445
|
example: {}
|
|
30452
31446
|
type: object
|
|
@@ -30493,6 +31487,10 @@ paths:
|
|
|
30493
31487
|
"201":
|
|
30494
31488
|
content:
|
|
30495
31489
|
application/json:
|
|
31490
|
+
examples:
|
|
31491
|
+
default:
|
|
31492
|
+
value:
|
|
31493
|
+
service_name: test-service
|
|
30496
31494
|
schema:
|
|
30497
31495
|
$ref: "#/components/schemas/PagerDutyServiceName"
|
|
30498
31496
|
description: OK
|
|
@@ -30568,6 +31566,10 @@ paths:
|
|
|
30568
31566
|
"200":
|
|
30569
31567
|
content:
|
|
30570
31568
|
application/json:
|
|
31569
|
+
examples:
|
|
31570
|
+
default:
|
|
31571
|
+
value:
|
|
31572
|
+
service_name: test-service
|
|
30571
31573
|
schema:
|
|
30572
31574
|
$ref: "#/components/schemas/PagerDutyServiceName"
|
|
30573
31575
|
description: OK
|
|
@@ -30654,6 +31656,16 @@ paths:
|
|
|
30654
31656
|
"200":
|
|
30655
31657
|
content:
|
|
30656
31658
|
application/json:
|
|
31659
|
+
examples:
|
|
31660
|
+
default:
|
|
31661
|
+
value:
|
|
31662
|
+
- display:
|
|
31663
|
+
message: true
|
|
31664
|
+
mute_buttons: false
|
|
31665
|
+
notified: true
|
|
31666
|
+
snapshot: true
|
|
31667
|
+
tags: true
|
|
31668
|
+
name: "#test-channel"
|
|
30657
31669
|
schema:
|
|
30658
31670
|
$ref: "#/components/schemas/SlackIntegrationChannels"
|
|
30659
31671
|
description: OK
|
|
@@ -30710,6 +31722,16 @@ paths:
|
|
|
30710
31722
|
"200":
|
|
30711
31723
|
content:
|
|
30712
31724
|
application/json:
|
|
31725
|
+
examples:
|
|
31726
|
+
default:
|
|
31727
|
+
value:
|
|
31728
|
+
display:
|
|
31729
|
+
message: true
|
|
31730
|
+
mute_buttons: false
|
|
31731
|
+
notified: true
|
|
31732
|
+
snapshot: true
|
|
31733
|
+
tags: true
|
|
31734
|
+
name: "#test-channel"
|
|
30713
31735
|
schema:
|
|
30714
31736
|
$ref: "#/components/schemas/SlackIntegrationChannel"
|
|
30715
31737
|
description: OK
|
|
@@ -30788,6 +31810,16 @@ paths:
|
|
|
30788
31810
|
"200":
|
|
30789
31811
|
content:
|
|
30790
31812
|
application/json:
|
|
31813
|
+
examples:
|
|
31814
|
+
default:
|
|
31815
|
+
value:
|
|
31816
|
+
display:
|
|
31817
|
+
message: true
|
|
31818
|
+
mute_buttons: false
|
|
31819
|
+
notified: true
|
|
31820
|
+
snapshot: true
|
|
31821
|
+
tags: true
|
|
31822
|
+
name: "#test-channel"
|
|
30791
31823
|
schema:
|
|
30792
31824
|
$ref: "#/components/schemas/SlackIntegrationChannel"
|
|
30793
31825
|
description: OK
|
|
@@ -30845,6 +31877,16 @@ paths:
|
|
|
30845
31877
|
"200":
|
|
30846
31878
|
content:
|
|
30847
31879
|
application/json:
|
|
31880
|
+
examples:
|
|
31881
|
+
default:
|
|
31882
|
+
value:
|
|
31883
|
+
display:
|
|
31884
|
+
message: true
|
|
31885
|
+
mute_buttons: false
|
|
31886
|
+
notified: true
|
|
31887
|
+
snapshot: true
|
|
31888
|
+
tags: true
|
|
31889
|
+
name: "#test-channel"
|
|
30848
31890
|
schema:
|
|
30849
31891
|
$ref: "#/components/schemas/SlackIntegrationChannel"
|
|
30850
31892
|
description: OK
|
|
@@ -30897,6 +31939,11 @@ paths:
|
|
|
30897
31939
|
"201":
|
|
30898
31940
|
content:
|
|
30899
31941
|
application/json:
|
|
31942
|
+
examples:
|
|
31943
|
+
default:
|
|
31944
|
+
value:
|
|
31945
|
+
is_secret: true
|
|
31946
|
+
name: CUSTOM_VARIABLE_NAME
|
|
30900
31947
|
schema:
|
|
30901
31948
|
$ref: "#/components/schemas/WebhooksIntegrationCustomVariableResponse"
|
|
30902
31949
|
description: OK
|
|
@@ -30975,6 +32022,11 @@ paths:
|
|
|
30975
32022
|
"200":
|
|
30976
32023
|
content:
|
|
30977
32024
|
application/json:
|
|
32025
|
+
examples:
|
|
32026
|
+
default:
|
|
32027
|
+
value:
|
|
32028
|
+
is_secret: true
|
|
32029
|
+
name: CUSTOM_VARIABLE_NAME
|
|
30978
32030
|
schema:
|
|
30979
32031
|
$ref: "#/components/schemas/WebhooksIntegrationCustomVariableResponse"
|
|
30980
32032
|
description: OK
|
|
@@ -31032,6 +32084,11 @@ paths:
|
|
|
31032
32084
|
"200":
|
|
31033
32085
|
content:
|
|
31034
32086
|
application/json:
|
|
32087
|
+
examples:
|
|
32088
|
+
default:
|
|
32089
|
+
value:
|
|
32090
|
+
is_secret: true
|
|
32091
|
+
name: CUSTOM_VARIABLE_NAME
|
|
31035
32092
|
schema:
|
|
31036
32093
|
$ref: "#/components/schemas/WebhooksIntegrationCustomVariableResponse"
|
|
31037
32094
|
description: OK
|
|
@@ -31084,6 +32141,12 @@ paths:
|
|
|
31084
32141
|
"201":
|
|
31085
32142
|
content:
|
|
31086
32143
|
application/json:
|
|
32144
|
+
examples:
|
|
32145
|
+
default:
|
|
32146
|
+
value:
|
|
32147
|
+
encode_as: json
|
|
32148
|
+
name: WEBHOOK_NAME
|
|
32149
|
+
url: https://example.com/webhook
|
|
31087
32150
|
schema:
|
|
31088
32151
|
$ref: "#/components/schemas/WebhooksIntegration"
|
|
31089
32152
|
description: OK
|
|
@@ -31163,6 +32226,12 @@ paths:
|
|
|
31163
32226
|
"200":
|
|
31164
32227
|
content:
|
|
31165
32228
|
application/json:
|
|
32229
|
+
examples:
|
|
32230
|
+
default:
|
|
32231
|
+
value:
|
|
32232
|
+
encode_as: json
|
|
32233
|
+
name: WEBHOOK_NAME
|
|
32234
|
+
url: https://example.com/webhook
|
|
31166
32235
|
schema:
|
|
31167
32236
|
$ref: "#/components/schemas/WebhooksIntegration"
|
|
31168
32237
|
description: OK
|
|
@@ -31220,6 +32289,12 @@ paths:
|
|
|
31220
32289
|
"200":
|
|
31221
32290
|
content:
|
|
31222
32291
|
application/json:
|
|
32292
|
+
examples:
|
|
32293
|
+
default:
|
|
32294
|
+
value:
|
|
32295
|
+
encode_as: json
|
|
32296
|
+
name: WEBHOOK_NAME
|
|
32297
|
+
url: https://example.com/webhook
|
|
31223
32298
|
schema:
|
|
31224
32299
|
$ref: "#/components/schemas/WebhooksIntegration"
|
|
31225
32300
|
description: OK
|
|
@@ -31287,6 +32362,20 @@ paths:
|
|
|
31287
32362
|
"200":
|
|
31288
32363
|
content:
|
|
31289
32364
|
application/json:
|
|
32365
|
+
examples:
|
|
32366
|
+
default:
|
|
32367
|
+
value:
|
|
32368
|
+
logs:
|
|
32369
|
+
- content:
|
|
32370
|
+
attributes:
|
|
32371
|
+
customAttribute: 123
|
|
32372
|
+
host: i-0123
|
|
32373
|
+
service: test-service
|
|
32374
|
+
tags:
|
|
32375
|
+
- team:A
|
|
32376
|
+
timestamp: "2020-05-26T13:36:14Z"
|
|
32377
|
+
id: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA
|
|
32378
|
+
status: done
|
|
31290
32379
|
schema:
|
|
31291
32380
|
$ref: "#/components/schemas/LogsListResponse"
|
|
31292
32381
|
description: OK
|
|
@@ -31325,6 +32414,13 @@ paths:
|
|
|
31325
32414
|
"200":
|
|
31326
32415
|
content:
|
|
31327
32416
|
application/json:
|
|
32417
|
+
examples:
|
|
32418
|
+
default:
|
|
32419
|
+
value:
|
|
32420
|
+
index_names:
|
|
32421
|
+
- main
|
|
32422
|
+
- payments
|
|
32423
|
+
- web
|
|
31328
32424
|
schema:
|
|
31329
32425
|
$ref: "#/components/schemas/LogsIndexesOrder"
|
|
31330
32426
|
description: OK
|
|
@@ -31366,6 +32462,13 @@ paths:
|
|
|
31366
32462
|
"200":
|
|
31367
32463
|
content:
|
|
31368
32464
|
application/json:
|
|
32465
|
+
examples:
|
|
32466
|
+
default:
|
|
32467
|
+
value:
|
|
32468
|
+
index_names:
|
|
32469
|
+
- main
|
|
32470
|
+
- payments
|
|
32471
|
+
- web
|
|
31369
32472
|
schema:
|
|
31370
32473
|
$ref: "#/components/schemas/LogsIndexesOrder"
|
|
31371
32474
|
description: OK
|
|
@@ -31401,6 +32504,16 @@ paths:
|
|
|
31401
32504
|
"200":
|
|
31402
32505
|
content:
|
|
31403
32506
|
application/json:
|
|
32507
|
+
examples:
|
|
32508
|
+
default:
|
|
32509
|
+
value:
|
|
32510
|
+
indexes:
|
|
32511
|
+
- daily_limit: 300000000
|
|
32512
|
+
filter:
|
|
32513
|
+
query: source:python
|
|
32514
|
+
is_rate_limited: false
|
|
32515
|
+
name: main
|
|
32516
|
+
num_retention_days: 15
|
|
31404
32517
|
schema:
|
|
31405
32518
|
$ref: "#/components/schemas/LogsIndexListResponse"
|
|
31406
32519
|
description: OK
|
|
@@ -31449,6 +32562,15 @@ paths:
|
|
|
31449
32562
|
"200":
|
|
31450
32563
|
content:
|
|
31451
32564
|
application/json:
|
|
32565
|
+
examples:
|
|
32566
|
+
default:
|
|
32567
|
+
value:
|
|
32568
|
+
daily_limit: 300000000
|
|
32569
|
+
filter:
|
|
32570
|
+
query: source:python
|
|
32571
|
+
is_rate_limited: false
|
|
32572
|
+
name: main
|
|
32573
|
+
num_retention_days: 15
|
|
31452
32574
|
schema:
|
|
31453
32575
|
$ref: "#/components/schemas/LogsIndex"
|
|
31454
32576
|
description: OK
|
|
@@ -31532,6 +32654,15 @@ paths:
|
|
|
31532
32654
|
"200":
|
|
31533
32655
|
content:
|
|
31534
32656
|
application/json:
|
|
32657
|
+
examples:
|
|
32658
|
+
default:
|
|
32659
|
+
value:
|
|
32660
|
+
daily_limit: 300000000
|
|
32661
|
+
filter:
|
|
32662
|
+
query: source:python
|
|
32663
|
+
is_rate_limited: false
|
|
32664
|
+
name: main
|
|
32665
|
+
num_retention_days: 15
|
|
31535
32666
|
schema:
|
|
31536
32667
|
$ref: "#/components/schemas/LogsIndex"
|
|
31537
32668
|
description: OK
|
|
@@ -31597,6 +32728,15 @@ paths:
|
|
|
31597
32728
|
"200":
|
|
31598
32729
|
content:
|
|
31599
32730
|
application/json:
|
|
32731
|
+
examples:
|
|
32732
|
+
default:
|
|
32733
|
+
value:
|
|
32734
|
+
daily_limit: 300000000
|
|
32735
|
+
filter:
|
|
32736
|
+
query: source:python
|
|
32737
|
+
is_rate_limited: false
|
|
32738
|
+
name: main
|
|
32739
|
+
num_retention_days: 15
|
|
31600
32740
|
schema:
|
|
31601
32741
|
$ref: "#/components/schemas/LogsIndex"
|
|
31602
32742
|
description: OK
|
|
@@ -31632,6 +32772,13 @@ paths:
|
|
|
31632
32772
|
"200":
|
|
31633
32773
|
content:
|
|
31634
32774
|
application/json:
|
|
32775
|
+
examples:
|
|
32776
|
+
default:
|
|
32777
|
+
value:
|
|
32778
|
+
pipeline_ids:
|
|
32779
|
+
- tags
|
|
32780
|
+
- org_ids
|
|
32781
|
+
- products
|
|
31635
32782
|
schema:
|
|
31636
32783
|
$ref: "#/components/schemas/LogsPipelinesOrder"
|
|
31637
32784
|
description: OK
|
|
@@ -31676,6 +32823,13 @@ paths:
|
|
|
31676
32823
|
"200":
|
|
31677
32824
|
content:
|
|
31678
32825
|
application/json:
|
|
32826
|
+
examples:
|
|
32827
|
+
default:
|
|
32828
|
+
value:
|
|
32829
|
+
pipeline_ids:
|
|
32830
|
+
- tags
|
|
32831
|
+
- org_ids
|
|
32832
|
+
- products
|
|
31679
32833
|
schema:
|
|
31680
32834
|
$ref: "#/components/schemas/LogsPipelinesOrder"
|
|
31681
32835
|
description: OK
|
|
@@ -31717,6 +32871,16 @@ paths:
|
|
|
31717
32871
|
"200":
|
|
31718
32872
|
content:
|
|
31719
32873
|
application/json:
|
|
32874
|
+
examples:
|
|
32875
|
+
default:
|
|
32876
|
+
value:
|
|
32877
|
+
- filter:
|
|
32878
|
+
query: source:python
|
|
32879
|
+
id: abc-123
|
|
32880
|
+
is_enabled: true
|
|
32881
|
+
is_read_only: false
|
|
32882
|
+
name: My Pipeline
|
|
32883
|
+
processors: []
|
|
31720
32884
|
schema:
|
|
31721
32885
|
$ref: "#/components/schemas/LogsPipelineList"
|
|
31722
32886
|
description: OK
|
|
@@ -31757,6 +32921,16 @@ paths:
|
|
|
31757
32921
|
"200":
|
|
31758
32922
|
content:
|
|
31759
32923
|
application/json:
|
|
32924
|
+
examples:
|
|
32925
|
+
default:
|
|
32926
|
+
value:
|
|
32927
|
+
filter:
|
|
32928
|
+
query: source:python
|
|
32929
|
+
id: abc-123
|
|
32930
|
+
is_enabled: true
|
|
32931
|
+
is_read_only: false
|
|
32932
|
+
name: My Pipeline
|
|
32933
|
+
processors: []
|
|
31760
32934
|
schema:
|
|
31761
32935
|
$ref: "#/components/schemas/LogsPipeline"
|
|
31762
32936
|
description: OK
|
|
@@ -31835,6 +33009,16 @@ paths:
|
|
|
31835
33009
|
"200":
|
|
31836
33010
|
content:
|
|
31837
33011
|
application/json:
|
|
33012
|
+
examples:
|
|
33013
|
+
default:
|
|
33014
|
+
value:
|
|
33015
|
+
filter:
|
|
33016
|
+
query: source:python
|
|
33017
|
+
id: abc-123
|
|
33018
|
+
is_enabled: true
|
|
33019
|
+
is_read_only: false
|
|
33020
|
+
name: My Pipeline
|
|
33021
|
+
processors: []
|
|
31838
33022
|
schema:
|
|
31839
33023
|
$ref: "#/components/schemas/LogsPipeline"
|
|
31840
33024
|
description: OK
|
|
@@ -31892,6 +33076,16 @@ paths:
|
|
|
31892
33076
|
"200":
|
|
31893
33077
|
content:
|
|
31894
33078
|
application/json:
|
|
33079
|
+
examples:
|
|
33080
|
+
default:
|
|
33081
|
+
value:
|
|
33082
|
+
filter:
|
|
33083
|
+
query: source:python
|
|
33084
|
+
id: abc-123
|
|
33085
|
+
is_enabled: true
|
|
33086
|
+
is_read_only: false
|
|
33087
|
+
name: My Pipeline
|
|
33088
|
+
processors: []
|
|
31895
33089
|
schema:
|
|
31896
33090
|
$ref: "#/components/schemas/LogsPipeline"
|
|
31897
33091
|
description: OK
|
|
@@ -31950,6 +33144,13 @@ paths:
|
|
|
31950
33144
|
"200":
|
|
31951
33145
|
content:
|
|
31952
33146
|
application/json:
|
|
33147
|
+
examples:
|
|
33148
|
+
default:
|
|
33149
|
+
value:
|
|
33150
|
+
from: "1567816237"
|
|
33151
|
+
metrics:
|
|
33152
|
+
- system.cpu.idle
|
|
33153
|
+
- system.load.1
|
|
31953
33154
|
schema:
|
|
31954
33155
|
$ref: "#/components/schemas/MetricsListResponse"
|
|
31955
33156
|
description: OK
|
|
@@ -31994,6 +33195,13 @@ paths:
|
|
|
31994
33195
|
"200":
|
|
31995
33196
|
content:
|
|
31996
33197
|
application/json:
|
|
33198
|
+
examples:
|
|
33199
|
+
default:
|
|
33200
|
+
value:
|
|
33201
|
+
description: Number of requests received.
|
|
33202
|
+
per_unit: second
|
|
33203
|
+
type: count
|
|
33204
|
+
unit: byte
|
|
31997
33205
|
schema:
|
|
31998
33206
|
$ref: "#/components/schemas/MetricMetadata"
|
|
31999
33207
|
description: OK
|
|
@@ -32052,6 +33260,13 @@ paths:
|
|
|
32052
33260
|
"200":
|
|
32053
33261
|
content:
|
|
32054
33262
|
application/json:
|
|
33263
|
+
examples:
|
|
33264
|
+
default:
|
|
33265
|
+
value:
|
|
33266
|
+
description: Number of requests received.
|
|
33267
|
+
per_unit: second
|
|
33268
|
+
type: count
|
|
33269
|
+
unit: byte
|
|
32055
33270
|
schema:
|
|
32056
33271
|
$ref: "#/components/schemas/MetricMetadata"
|
|
32057
33272
|
description: OK
|
|
@@ -32157,6 +33372,20 @@ paths:
|
|
|
32157
33372
|
"200":
|
|
32158
33373
|
content:
|
|
32159
33374
|
application/json:
|
|
33375
|
+
examples:
|
|
33376
|
+
default:
|
|
33377
|
+
value:
|
|
33378
|
+
- id: 123
|
|
33379
|
+
message: "You may need to add web hosts if this is consistently high."
|
|
33380
|
+
name: "My monitor"
|
|
33381
|
+
options:
|
|
33382
|
+
no_data_timeframe: 20
|
|
33383
|
+
notify_no_data: true
|
|
33384
|
+
query: "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100"
|
|
33385
|
+
tags:
|
|
33386
|
+
- "app:webserver"
|
|
33387
|
+
- "frontend"
|
|
33388
|
+
type: "query alert"
|
|
32160
33389
|
schema:
|
|
32161
33390
|
description: An array of monitor objects.
|
|
32162
33391
|
items:
|
|
@@ -32451,6 +33680,20 @@ paths:
|
|
|
32451
33680
|
"200":
|
|
32452
33681
|
content:
|
|
32453
33682
|
application/json:
|
|
33683
|
+
examples:
|
|
33684
|
+
default:
|
|
33685
|
+
value:
|
|
33686
|
+
id: 123
|
|
33687
|
+
message: You may need to add web hosts if this is consistently high.
|
|
33688
|
+
name: Bytes received on host0
|
|
33689
|
+
options:
|
|
33690
|
+
no_data_timeframe: 20
|
|
33691
|
+
notify_no_data: true
|
|
33692
|
+
query: "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100"
|
|
33693
|
+
tags:
|
|
33694
|
+
- "app:webserver"
|
|
33695
|
+
- frontend
|
|
33696
|
+
type: query alert
|
|
32454
33697
|
schema:
|
|
32455
33698
|
$ref: "#/components/schemas/Monitor"
|
|
32456
33699
|
description: OK
|
|
@@ -32502,6 +33745,13 @@ paths:
|
|
|
32502
33745
|
"200":
|
|
32503
33746
|
content:
|
|
32504
33747
|
application/json:
|
|
33748
|
+
examples:
|
|
33749
|
+
default:
|
|
33750
|
+
value:
|
|
33751
|
+
data:
|
|
33752
|
+
ok:
|
|
33753
|
+
- 123
|
|
33754
|
+
errors:
|
|
32505
33755
|
schema:
|
|
32506
33756
|
$ref: "#/components/schemas/CheckCanDeleteMonitorResponse"
|
|
32507
33757
|
description: OK
|
|
@@ -32587,6 +33837,28 @@ paths:
|
|
|
32587
33837
|
"200":
|
|
32588
33838
|
content:
|
|
32589
33839
|
application/json:
|
|
33840
|
+
examples:
|
|
33841
|
+
default:
|
|
33842
|
+
value:
|
|
33843
|
+
counts:
|
|
33844
|
+
status:
|
|
33845
|
+
- count: 1
|
|
33846
|
+
name: OK
|
|
33847
|
+
type:
|
|
33848
|
+
- count: 1
|
|
33849
|
+
name: metric
|
|
33850
|
+
groups:
|
|
33851
|
+
- group: "*"
|
|
33852
|
+
group_tags:
|
|
33853
|
+
- "*"
|
|
33854
|
+
monitor_id: 123
|
|
33855
|
+
monitor_name: Example Monitor
|
|
33856
|
+
status: OK
|
|
33857
|
+
metadata:
|
|
33858
|
+
page: 0
|
|
33859
|
+
page_count: 1
|
|
33860
|
+
per_page: 30
|
|
33861
|
+
total_count: 1
|
|
32590
33862
|
schema:
|
|
32591
33863
|
$ref: "#/components/schemas/MonitorGroupSearchResponse"
|
|
32592
33864
|
description: OK
|
|
@@ -32667,6 +33939,27 @@ paths:
|
|
|
32667
33939
|
"200":
|
|
32668
33940
|
content:
|
|
32669
33941
|
application/json:
|
|
33942
|
+
examples:
|
|
33943
|
+
default:
|
|
33944
|
+
value:
|
|
33945
|
+
counts:
|
|
33946
|
+
status:
|
|
33947
|
+
- count: 1
|
|
33948
|
+
name: No Data
|
|
33949
|
+
type:
|
|
33950
|
+
- count: 1
|
|
33951
|
+
name: metric
|
|
33952
|
+
metadata:
|
|
33953
|
+
page: 0
|
|
33954
|
+
page_count: 1
|
|
33955
|
+
per_page: 30
|
|
33956
|
+
total_count: 1
|
|
33957
|
+
monitors:
|
|
33958
|
+
- id: 123
|
|
33959
|
+
name: Example Monitor
|
|
33960
|
+
org_id: 123
|
|
33961
|
+
status: No Data
|
|
33962
|
+
type: query alert
|
|
32670
33963
|
schema:
|
|
32671
33964
|
$ref: "#/components/schemas/MonitorSearchResponse"
|
|
32672
33965
|
description: OK
|
|
@@ -32727,6 +34020,9 @@ paths:
|
|
|
32727
34020
|
"200":
|
|
32728
34021
|
content:
|
|
32729
34022
|
application/json:
|
|
34023
|
+
examples:
|
|
34024
|
+
default:
|
|
34025
|
+
value: {}
|
|
32730
34026
|
schema:
|
|
32731
34027
|
example: {}
|
|
32732
34028
|
type: object
|
|
@@ -32782,6 +34078,10 @@ paths:
|
|
|
32782
34078
|
"200":
|
|
32783
34079
|
content:
|
|
32784
34080
|
application/json:
|
|
34081
|
+
examples:
|
|
34082
|
+
default:
|
|
34083
|
+
value:
|
|
34084
|
+
deleted_monitor_id: 123
|
|
32785
34085
|
schema:
|
|
32786
34086
|
$ref: "#/components/schemas/DeletedMonitor"
|
|
32787
34087
|
description: OK
|
|
@@ -32857,6 +34157,16 @@ paths:
|
|
|
32857
34157
|
"200":
|
|
32858
34158
|
content:
|
|
32859
34159
|
application/json:
|
|
34160
|
+
examples:
|
|
34161
|
+
default:
|
|
34162
|
+
value:
|
|
34163
|
+
id: 123
|
|
34164
|
+
message: You may need to add web hosts if this is consistently high.
|
|
34165
|
+
name: Bytes received on host0
|
|
34166
|
+
query: "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100"
|
|
34167
|
+
tags:
|
|
34168
|
+
- "app:webserver"
|
|
34169
|
+
type: query alert
|
|
32860
34170
|
schema:
|
|
32861
34171
|
$ref: "#/components/schemas/Monitor"
|
|
32862
34172
|
description: OK
|
|
@@ -32929,6 +34239,16 @@ paths:
|
|
|
32929
34239
|
"200":
|
|
32930
34240
|
content:
|
|
32931
34241
|
application/json:
|
|
34242
|
+
examples:
|
|
34243
|
+
default:
|
|
34244
|
+
value:
|
|
34245
|
+
id: 123
|
|
34246
|
+
message: Updated notification message for this monitor.
|
|
34247
|
+
name: Updated monitor name
|
|
34248
|
+
query: "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100"
|
|
34249
|
+
tags:
|
|
34250
|
+
- "app:webserver"
|
|
34251
|
+
type: query alert
|
|
32932
34252
|
schema:
|
|
32933
34253
|
$ref: "#/components/schemas/Monitor"
|
|
32934
34254
|
description: OK
|
|
@@ -32989,6 +34309,17 @@ paths:
|
|
|
32989
34309
|
"200":
|
|
32990
34310
|
content:
|
|
32991
34311
|
application/json:
|
|
34312
|
+
examples:
|
|
34313
|
+
default:
|
|
34314
|
+
value:
|
|
34315
|
+
- active: true
|
|
34316
|
+
disabled: false
|
|
34317
|
+
end: 1412793983
|
|
34318
|
+
id: 1625
|
|
34319
|
+
message: Scheduled maintenance
|
|
34320
|
+
scope:
|
|
34321
|
+
- env:staging
|
|
34322
|
+
start: 1412792983
|
|
32992
34323
|
schema:
|
|
32993
34324
|
items:
|
|
32994
34325
|
$ref: "#/components/schemas/Downtime"
|
|
@@ -33058,6 +34389,9 @@ paths:
|
|
|
33058
34389
|
"200":
|
|
33059
34390
|
content:
|
|
33060
34391
|
application/json:
|
|
34392
|
+
examples:
|
|
34393
|
+
default:
|
|
34394
|
+
value: {}
|
|
33061
34395
|
schema:
|
|
33062
34396
|
example: {}
|
|
33063
34397
|
type: object
|
|
@@ -33128,6 +34462,22 @@ paths:
|
|
|
33128
34462
|
"200":
|
|
33129
34463
|
content:
|
|
33130
34464
|
application/json;datetime-format=rfc3339:
|
|
34465
|
+
examples:
|
|
34466
|
+
default:
|
|
34467
|
+
value:
|
|
34468
|
+
data:
|
|
34469
|
+
- attributes:
|
|
34470
|
+
computed_on: "2024-02-01"
|
|
34471
|
+
end_date: "2024-01-31"
|
|
34472
|
+
size: 2048
|
|
34473
|
+
start_date: "2024-01-01"
|
|
34474
|
+
tags:
|
|
34475
|
+
- env
|
|
34476
|
+
id: "2024-01"
|
|
34477
|
+
type: reports
|
|
34478
|
+
meta:
|
|
34479
|
+
page:
|
|
34480
|
+
total_count: 1
|
|
33131
34481
|
schema:
|
|
33132
34482
|
$ref: "#/components/schemas/UsageCustomReportsResponse"
|
|
33133
34483
|
description: OK
|
|
@@ -33169,6 +34519,23 @@ paths:
|
|
|
33169
34519
|
"200":
|
|
33170
34520
|
content:
|
|
33171
34521
|
application/json;datetime-format=rfc3339:
|
|
34522
|
+
examples:
|
|
34523
|
+
default:
|
|
34524
|
+
value:
|
|
34525
|
+
data:
|
|
34526
|
+
attributes:
|
|
34527
|
+
computed_on: "2024-02-01"
|
|
34528
|
+
end_date: "2024-01-31"
|
|
34529
|
+
location: "https://example.s3.amazonaws.com/report.csv"
|
|
34530
|
+
size: 2048
|
|
34531
|
+
start_date: "2024-01-01"
|
|
34532
|
+
tags:
|
|
34533
|
+
- env
|
|
34534
|
+
id: "2024-01"
|
|
34535
|
+
type: reports
|
|
34536
|
+
meta:
|
|
34537
|
+
page:
|
|
34538
|
+
total_count: 1
|
|
33172
34539
|
schema:
|
|
33173
34540
|
$ref: "#/components/schemas/UsageSpecifiedCustomReportsResponse"
|
|
33174
34541
|
description: OK
|
|
@@ -33301,6 +34668,21 @@ paths:
|
|
|
33301
34668
|
"200":
|
|
33302
34669
|
content:
|
|
33303
34670
|
application/json:
|
|
34671
|
+
examples:
|
|
34672
|
+
default:
|
|
34673
|
+
value:
|
|
34674
|
+
data:
|
|
34675
|
+
- attributes:
|
|
34676
|
+
created: "2021-02-24T23:14:15.173964+00:00"
|
|
34677
|
+
modified: "2021-02-24T23:15:23.274966+00:00"
|
|
34678
|
+
name: "Example Notebook"
|
|
34679
|
+
status: published
|
|
34680
|
+
id: 123456
|
|
34681
|
+
type: notebooks
|
|
34682
|
+
meta:
|
|
34683
|
+
page:
|
|
34684
|
+
total_count: 1
|
|
34685
|
+
total_filtered_count: 1
|
|
33304
34686
|
schema:
|
|
33305
34687
|
$ref: "#/components/schemas/NotebooksResponse"
|
|
33306
34688
|
description: OK
|
|
@@ -33379,6 +34761,25 @@ paths:
|
|
|
33379
34761
|
"200":
|
|
33380
34762
|
content:
|
|
33381
34763
|
application/json:
|
|
34764
|
+
examples:
|
|
34765
|
+
default:
|
|
34766
|
+
value:
|
|
34767
|
+
data:
|
|
34768
|
+
attributes:
|
|
34769
|
+
cells:
|
|
34770
|
+
- attributes:
|
|
34771
|
+
definition:
|
|
34772
|
+
text: "## Some test markdown\n\nWith some example content."
|
|
34773
|
+
type: markdown
|
|
34774
|
+
id: "bzbycoya"
|
|
34775
|
+
type: notebook_cells
|
|
34776
|
+
created: "2021-02-24T23:14:15.173964+00:00"
|
|
34777
|
+
modified: "2021-02-24T23:15:23.274966+00:00"
|
|
34778
|
+
name: "Example Notebook"
|
|
34779
|
+
time:
|
|
34780
|
+
live_span: 1h
|
|
34781
|
+
id: 123456
|
|
34782
|
+
type: notebooks
|
|
33382
34783
|
schema:
|
|
33383
34784
|
$ref: "#/components/schemas/NotebookResponse"
|
|
33384
34785
|
description: OK
|
|
@@ -33461,6 +34862,26 @@ paths:
|
|
|
33461
34862
|
"200":
|
|
33462
34863
|
content:
|
|
33463
34864
|
application/json:
|
|
34865
|
+
examples:
|
|
34866
|
+
default:
|
|
34867
|
+
value:
|
|
34868
|
+
data:
|
|
34869
|
+
attributes:
|
|
34870
|
+
cells:
|
|
34871
|
+
- attributes:
|
|
34872
|
+
definition:
|
|
34873
|
+
text: "## Example markdown"
|
|
34874
|
+
type: markdown
|
|
34875
|
+
id: abc-123
|
|
34876
|
+
type: notebook_cells
|
|
34877
|
+
created: "2024-01-01T00:00:00+00:00"
|
|
34878
|
+
modified: "2024-01-01T00:00:00+00:00"
|
|
34879
|
+
name: Example Notebook
|
|
34880
|
+
status: published
|
|
34881
|
+
time:
|
|
34882
|
+
live_span: 1h
|
|
34883
|
+
id: 123
|
|
34884
|
+
type: notebooks
|
|
33464
34885
|
schema:
|
|
33465
34886
|
$ref: "#/components/schemas/NotebookResponse"
|
|
33466
34887
|
description: OK
|
|
@@ -33550,6 +34971,25 @@ paths:
|
|
|
33550
34971
|
"200":
|
|
33551
34972
|
content:
|
|
33552
34973
|
application/json:
|
|
34974
|
+
examples:
|
|
34975
|
+
default:
|
|
34976
|
+
value:
|
|
34977
|
+
data:
|
|
34978
|
+
attributes:
|
|
34979
|
+
cells:
|
|
34980
|
+
- attributes:
|
|
34981
|
+
definition:
|
|
34982
|
+
text: "## Some updated test markdown\n\nWith some example content."
|
|
34983
|
+
type: markdown
|
|
34984
|
+
id: "abcd1234"
|
|
34985
|
+
type: notebook_cells
|
|
34986
|
+
created: "2021-02-24T23:14:15.173964+00:00"
|
|
34987
|
+
modified: "2021-02-24T23:15:23.274966+00:00"
|
|
34988
|
+
name: "Example Notebook"
|
|
34989
|
+
time:
|
|
34990
|
+
live_span: 1h
|
|
34991
|
+
id: 123456
|
|
34992
|
+
type: notebooks
|
|
33553
34993
|
schema:
|
|
33554
34994
|
$ref: "#/components/schemas/NotebookResponse"
|
|
33555
34995
|
description: OK
|
|
@@ -33595,6 +35035,13 @@ paths:
|
|
|
33595
35035
|
"200":
|
|
33596
35036
|
content:
|
|
33597
35037
|
application/json:
|
|
35038
|
+
examples:
|
|
35039
|
+
default:
|
|
35040
|
+
value:
|
|
35041
|
+
orgs:
|
|
35042
|
+
- created: "2019-09-26T17:28:28Z"
|
|
35043
|
+
name: Example Org
|
|
35044
|
+
public_id: abc-123
|
|
33598
35045
|
schema:
|
|
33599
35046
|
$ref: "#/components/schemas/OrganizationListResponse"
|
|
33600
35047
|
description: OK
|
|
@@ -33645,6 +35092,17 @@ paths:
|
|
|
33645
35092
|
"200":
|
|
33646
35093
|
content:
|
|
33647
35094
|
application/json:
|
|
35095
|
+
examples:
|
|
35096
|
+
default:
|
|
35097
|
+
value:
|
|
35098
|
+
org:
|
|
35099
|
+
created: "2019-09-26T17:28:28Z"
|
|
35100
|
+
name: New child org
|
|
35101
|
+
public_id: abc-123
|
|
35102
|
+
user:
|
|
35103
|
+
email: test@example.com
|
|
35104
|
+
handle: test@example.com
|
|
35105
|
+
name: Example Name
|
|
33648
35106
|
schema:
|
|
33649
35107
|
$ref: "#/components/schemas/OrganizationCreateResponse"
|
|
33650
35108
|
description: OK
|
|
@@ -33686,6 +35144,13 @@ paths:
|
|
|
33686
35144
|
"200":
|
|
33687
35145
|
content:
|
|
33688
35146
|
application/json:
|
|
35147
|
+
examples:
|
|
35148
|
+
default:
|
|
35149
|
+
value:
|
|
35150
|
+
org:
|
|
35151
|
+
created: "2019-09-26T17:28:28Z"
|
|
35152
|
+
name: Example Org
|
|
35153
|
+
public_id: abc-123
|
|
33689
35154
|
schema:
|
|
33690
35155
|
$ref: "#/components/schemas/OrganizationResponse"
|
|
33691
35156
|
description: OK
|
|
@@ -33740,6 +35205,13 @@ paths:
|
|
|
33740
35205
|
"200":
|
|
33741
35206
|
content:
|
|
33742
35207
|
application/json:
|
|
35208
|
+
examples:
|
|
35209
|
+
default:
|
|
35210
|
+
value:
|
|
35211
|
+
org:
|
|
35212
|
+
created: "2019-09-26T17:28:28Z"
|
|
35213
|
+
name: Example Org
|
|
35214
|
+
public_id: abc-123
|
|
33743
35215
|
schema:
|
|
33744
35216
|
$ref: "#/components/schemas/OrganizationResponse"
|
|
33745
35217
|
description: OK
|
|
@@ -33777,6 +35249,10 @@ paths:
|
|
|
33777
35249
|
"200":
|
|
33778
35250
|
content:
|
|
33779
35251
|
application/json:
|
|
35252
|
+
examples:
|
|
35253
|
+
default:
|
|
35254
|
+
value:
|
|
35255
|
+
message: "Child organization abc-123 downgraded successfully"
|
|
33780
35256
|
schema:
|
|
33781
35257
|
$ref: "#/components/schemas/OrgDowngradedResponse"
|
|
33782
35258
|
description: OK
|
|
@@ -33829,6 +35305,10 @@ paths:
|
|
|
33829
35305
|
"200":
|
|
33830
35306
|
content:
|
|
33831
35307
|
application/json:
|
|
35308
|
+
examples:
|
|
35309
|
+
default:
|
|
35310
|
+
value:
|
|
35311
|
+
message: IdP metadata successfully uploaded for example org
|
|
33832
35312
|
schema:
|
|
33833
35313
|
$ref: "#/components/schemas/IdpResponse"
|
|
33834
35314
|
description: OK
|
|
@@ -33885,6 +35365,20 @@ paths:
|
|
|
33885
35365
|
"200":
|
|
33886
35366
|
content:
|
|
33887
35367
|
application/json:
|
|
35368
|
+
examples:
|
|
35369
|
+
default:
|
|
35370
|
+
value:
|
|
35371
|
+
query: "avg:system.cpu.idle{*}"
|
|
35372
|
+
res_type: time_series
|
|
35373
|
+
series:
|
|
35374
|
+
- aggr: avg
|
|
35375
|
+
display_name: system.cpu.idle
|
|
35376
|
+
expression: "avg:system.cpu.idle{*}"
|
|
35377
|
+
metric: system.cpu.idle
|
|
35378
|
+
pointlist:
|
|
35379
|
+
- [1681683300000.0, 77.62145685254418]
|
|
35380
|
+
scope: "*"
|
|
35381
|
+
status: ok
|
|
33888
35382
|
schema:
|
|
33889
35383
|
$ref: "#/components/schemas/MetricsQueryResponse"
|
|
33890
35384
|
description: OK
|
|
@@ -33933,6 +35427,13 @@ paths:
|
|
|
33933
35427
|
"200":
|
|
33934
35428
|
content:
|
|
33935
35429
|
application/json:
|
|
35430
|
+
examples:
|
|
35431
|
+
default:
|
|
35432
|
+
value:
|
|
35433
|
+
results:
|
|
35434
|
+
metrics:
|
|
35435
|
+
- system.cpu.idle
|
|
35436
|
+
- system.load.1
|
|
33936
35437
|
schema:
|
|
33937
35438
|
$ref: "#/components/schemas/MetricSearchResponse"
|
|
33938
35439
|
description: OK
|
|
@@ -33985,6 +35486,10 @@ paths:
|
|
|
33985
35486
|
"200":
|
|
33986
35487
|
content:
|
|
33987
35488
|
application/json:
|
|
35489
|
+
examples:
|
|
35490
|
+
default:
|
|
35491
|
+
value:
|
|
35492
|
+
status: updated
|
|
33988
35493
|
schema:
|
|
33989
35494
|
$ref: "#/components/schemas/SuccessfulSignalUpdateResponse"
|
|
33990
35495
|
description: OK
|
|
@@ -34039,6 +35544,10 @@ paths:
|
|
|
34039
35544
|
"200":
|
|
34040
35545
|
content:
|
|
34041
35546
|
application/json:
|
|
35547
|
+
examples:
|
|
35548
|
+
default:
|
|
35549
|
+
value:
|
|
35550
|
+
status: updated
|
|
34042
35551
|
schema:
|
|
34043
35552
|
$ref: "#/components/schemas/SuccessfulSignalUpdateResponse"
|
|
34044
35553
|
description: OK
|
|
@@ -34094,6 +35603,10 @@ paths:
|
|
|
34094
35603
|
"200":
|
|
34095
35604
|
content:
|
|
34096
35605
|
application/json:
|
|
35606
|
+
examples:
|
|
35607
|
+
default:
|
|
35608
|
+
value:
|
|
35609
|
+
status: updated
|
|
34097
35610
|
schema:
|
|
34098
35611
|
$ref: "#/components/schemas/SuccessfulSignalUpdateResponse"
|
|
34099
35612
|
description: OK
|
|
@@ -34173,6 +35686,10 @@ paths:
|
|
|
34173
35686
|
"202":
|
|
34174
35687
|
content:
|
|
34175
35688
|
text/json:
|
|
35689
|
+
examples:
|
|
35690
|
+
default:
|
|
35691
|
+
value:
|
|
35692
|
+
status: ok
|
|
34176
35693
|
schema:
|
|
34177
35694
|
$ref: "#/components/schemas/IntakePayloadAccepted"
|
|
34178
35695
|
description: Payload accepted
|
|
@@ -34264,6 +35781,23 @@ paths:
|
|
|
34264
35781
|
"200":
|
|
34265
35782
|
content:
|
|
34266
35783
|
application/json:
|
|
35784
|
+
examples:
|
|
35785
|
+
default:
|
|
35786
|
+
value:
|
|
35787
|
+
data:
|
|
35788
|
+
- id: abc-123
|
|
35789
|
+
name: "Custom Metric SLO"
|
|
35790
|
+
tags:
|
|
35791
|
+
- "env:prod"
|
|
35792
|
+
- "app:core"
|
|
35793
|
+
thresholds:
|
|
35794
|
+
- target: 95
|
|
35795
|
+
timeframe: "7d"
|
|
35796
|
+
- target: 95
|
|
35797
|
+
timeframe: "30d"
|
|
35798
|
+
warning: 97
|
|
35799
|
+
type: metric
|
|
35800
|
+
errors: []
|
|
34267
35801
|
schema:
|
|
34268
35802
|
$ref: "#/components/schemas/SLOListResponse"
|
|
34269
35803
|
description: OK
|
|
@@ -34335,6 +35869,22 @@ paths:
|
|
|
34335
35869
|
"200":
|
|
34336
35870
|
content:
|
|
34337
35871
|
application/json:
|
|
35872
|
+
examples:
|
|
35873
|
+
default:
|
|
35874
|
+
value:
|
|
35875
|
+
data:
|
|
35876
|
+
- description: "Track the availability of our custom metric."
|
|
35877
|
+
id: abc-123
|
|
35878
|
+
name: "Custom Metric SLO"
|
|
35879
|
+
tags:
|
|
35880
|
+
- "env:prod"
|
|
35881
|
+
- "app:core"
|
|
35882
|
+
thresholds:
|
|
35883
|
+
- target: 95
|
|
35884
|
+
target_display: "95.0"
|
|
35885
|
+
timeframe: 7d
|
|
35886
|
+
type: metric
|
|
35887
|
+
errors: []
|
|
34338
35888
|
schema:
|
|
34339
35889
|
$ref: "#/components/schemas/SLOListResponse"
|
|
34340
35890
|
description: OK
|
|
@@ -34394,6 +35944,14 @@ paths:
|
|
|
34394
35944
|
"200":
|
|
34395
35945
|
content:
|
|
34396
35946
|
application/json:
|
|
35947
|
+
examples:
|
|
35948
|
+
default:
|
|
35949
|
+
value:
|
|
35950
|
+
data:
|
|
35951
|
+
deleted: []
|
|
35952
|
+
updated:
|
|
35953
|
+
- abc-123
|
|
35954
|
+
errors: []
|
|
34397
35955
|
schema:
|
|
34398
35956
|
$ref: "#/components/schemas/SLOBulkDeleteResponse"
|
|
34399
35957
|
description: OK
|
|
@@ -34443,6 +36001,13 @@ paths:
|
|
|
34443
36001
|
"200":
|
|
34444
36002
|
content:
|
|
34445
36003
|
application/json:
|
|
36004
|
+
examples:
|
|
36005
|
+
default:
|
|
36006
|
+
value:
|
|
36007
|
+
data:
|
|
36008
|
+
ok:
|
|
36009
|
+
- abc-123
|
|
36010
|
+
errors: {}
|
|
34446
36011
|
schema:
|
|
34447
36012
|
$ref: "#/components/schemas/CheckCanDeleteSLOResponse"
|
|
34448
36013
|
description: OK
|
|
@@ -34505,6 +36070,18 @@ paths:
|
|
|
34505
36070
|
"200":
|
|
34506
36071
|
content:
|
|
34507
36072
|
application/json:
|
|
36073
|
+
examples:
|
|
36074
|
+
default:
|
|
36075
|
+
value:
|
|
36076
|
+
data:
|
|
36077
|
+
- attributes:
|
|
36078
|
+
category: Scheduled Maintenance
|
|
36079
|
+
end: 1600003600
|
|
36080
|
+
slo_id: abc-123
|
|
36081
|
+
start: 1600000000
|
|
36082
|
+
timezone: UTC
|
|
36083
|
+
id: abc-123
|
|
36084
|
+
type: correction
|
|
34508
36085
|
schema:
|
|
34509
36086
|
$ref: "#/components/schemas/SLOCorrectionListResponse"
|
|
34510
36087
|
description: OK
|
|
@@ -34559,6 +36136,18 @@ paths:
|
|
|
34559
36136
|
"200":
|
|
34560
36137
|
content:
|
|
34561
36138
|
application/json:
|
|
36139
|
+
examples:
|
|
36140
|
+
default:
|
|
36141
|
+
value:
|
|
36142
|
+
data:
|
|
36143
|
+
attributes:
|
|
36144
|
+
category: Scheduled Maintenance
|
|
36145
|
+
end: 1600003600
|
|
36146
|
+
slo_id: abc-123
|
|
36147
|
+
start: 1600000000
|
|
36148
|
+
timezone: UTC
|
|
36149
|
+
id: abc-123
|
|
36150
|
+
type: correction
|
|
34562
36151
|
schema:
|
|
34563
36152
|
$ref: "#/components/schemas/SLOCorrectionResponse"
|
|
34564
36153
|
description: OK
|
|
@@ -34642,6 +36231,18 @@ paths:
|
|
|
34642
36231
|
"200":
|
|
34643
36232
|
content:
|
|
34644
36233
|
application/json:
|
|
36234
|
+
examples:
|
|
36235
|
+
default:
|
|
36236
|
+
value:
|
|
36237
|
+
data:
|
|
36238
|
+
attributes:
|
|
36239
|
+
category: Scheduled Maintenance
|
|
36240
|
+
end: 1600003600
|
|
36241
|
+
slo_id: abc-123
|
|
36242
|
+
start: 1600000000
|
|
36243
|
+
timezone: UTC
|
|
36244
|
+
id: abc-123
|
|
36245
|
+
type: correction
|
|
34645
36246
|
schema:
|
|
34646
36247
|
$ref: "#/components/schemas/SLOCorrectionResponse"
|
|
34647
36248
|
description: OK
|
|
@@ -34694,6 +36295,18 @@ paths:
|
|
|
34694
36295
|
"200":
|
|
34695
36296
|
content:
|
|
34696
36297
|
application/json:
|
|
36298
|
+
examples:
|
|
36299
|
+
default:
|
|
36300
|
+
value:
|
|
36301
|
+
data:
|
|
36302
|
+
attributes:
|
|
36303
|
+
category: Scheduled Maintenance
|
|
36304
|
+
end: 1600003600
|
|
36305
|
+
slo_id: abc-123
|
|
36306
|
+
start: 1600000000
|
|
36307
|
+
timezone: UTC
|
|
36308
|
+
id: abc-123
|
|
36309
|
+
type: correction
|
|
34697
36310
|
schema:
|
|
34698
36311
|
$ref: "#/components/schemas/SLOCorrectionResponse"
|
|
34699
36312
|
description: OK
|
|
@@ -34759,6 +36372,22 @@ paths:
|
|
|
34759
36372
|
"200":
|
|
34760
36373
|
content:
|
|
34761
36374
|
application/json:
|
|
36375
|
+
examples:
|
|
36376
|
+
default:
|
|
36377
|
+
value:
|
|
36378
|
+
data:
|
|
36379
|
+
attributes:
|
|
36380
|
+
slos:
|
|
36381
|
+
- data:
|
|
36382
|
+
attributes:
|
|
36383
|
+
name: Example SLO
|
|
36384
|
+
thresholds:
|
|
36385
|
+
- target: 95
|
|
36386
|
+
target_display: "95"
|
|
36387
|
+
timeframe: 7d
|
|
36388
|
+
id: abc-123
|
|
36389
|
+
type: slo
|
|
36390
|
+
type: service_level_objective_search_results
|
|
34762
36391
|
schema:
|
|
34763
36392
|
$ref: "#/components/schemas/SearchSLOResponse"
|
|
34764
36393
|
description: OK
|
|
@@ -34813,6 +36442,12 @@ paths:
|
|
|
34813
36442
|
"200":
|
|
34814
36443
|
content:
|
|
34815
36444
|
application/json:
|
|
36445
|
+
examples:
|
|
36446
|
+
default:
|
|
36447
|
+
value:
|
|
36448
|
+
data:
|
|
36449
|
+
- abc-123
|
|
36450
|
+
errors: {}
|
|
34816
36451
|
schema:
|
|
34817
36452
|
$ref: "#/components/schemas/SLODeleteResponse"
|
|
34818
36453
|
description: OK
|
|
@@ -34869,6 +36504,21 @@ paths:
|
|
|
34869
36504
|
"200":
|
|
34870
36505
|
content:
|
|
34871
36506
|
application/json:
|
|
36507
|
+
examples:
|
|
36508
|
+
default:
|
|
36509
|
+
value:
|
|
36510
|
+
data:
|
|
36511
|
+
description: "Track the availability of our custom metric."
|
|
36512
|
+
id: abc-123
|
|
36513
|
+
name: "Custom Metric SLO"
|
|
36514
|
+
tags:
|
|
36515
|
+
- "env:prod"
|
|
36516
|
+
thresholds:
|
|
36517
|
+
- target: 95
|
|
36518
|
+
target_display: "95.0"
|
|
36519
|
+
timeframe: 7d
|
|
36520
|
+
type: metric
|
|
36521
|
+
errors: []
|
|
34872
36522
|
schema:
|
|
34873
36523
|
$ref: "#/components/schemas/SLOResponse"
|
|
34874
36524
|
description: OK
|
|
@@ -34937,6 +36587,21 @@ paths:
|
|
|
34937
36587
|
"200":
|
|
34938
36588
|
content:
|
|
34939
36589
|
application/json:
|
|
36590
|
+
examples:
|
|
36591
|
+
default:
|
|
36592
|
+
value:
|
|
36593
|
+
data:
|
|
36594
|
+
- description: "Updated description for the SLO."
|
|
36595
|
+
id: abc-123
|
|
36596
|
+
name: "Custom Metric SLO"
|
|
36597
|
+
tags:
|
|
36598
|
+
- "env:prod"
|
|
36599
|
+
thresholds:
|
|
36600
|
+
- target: 95
|
|
36601
|
+
target_display: "95.0"
|
|
36602
|
+
timeframe: 7d
|
|
36603
|
+
type: metric
|
|
36604
|
+
errors: []
|
|
34940
36605
|
schema:
|
|
34941
36606
|
$ref: "#/components/schemas/SLOListResponse"
|
|
34942
36607
|
description: OK
|
|
@@ -34989,6 +36654,18 @@ paths:
|
|
|
34989
36654
|
"200":
|
|
34990
36655
|
content:
|
|
34991
36656
|
application/json:
|
|
36657
|
+
examples:
|
|
36658
|
+
default:
|
|
36659
|
+
value:
|
|
36660
|
+
data:
|
|
36661
|
+
- attributes:
|
|
36662
|
+
category: Scheduled Maintenance
|
|
36663
|
+
end: 1600003600
|
|
36664
|
+
slo_id: abc-123
|
|
36665
|
+
start: 1600000000
|
|
36666
|
+
timezone: UTC
|
|
36667
|
+
id: abc-123
|
|
36668
|
+
type: correction
|
|
34992
36669
|
schema:
|
|
34993
36670
|
$ref: "#/components/schemas/SLOCorrectionListResponse"
|
|
34994
36671
|
description: OK
|
|
@@ -35079,6 +36756,22 @@ paths:
|
|
|
35079
36756
|
"200":
|
|
35080
36757
|
content:
|
|
35081
36758
|
application/json:
|
|
36759
|
+
examples:
|
|
36760
|
+
default:
|
|
36761
|
+
value:
|
|
36762
|
+
data:
|
|
36763
|
+
from_ts: 1615323990
|
|
36764
|
+
overall:
|
|
36765
|
+
sli_value: 99.99
|
|
36766
|
+
span_precision: 2.0
|
|
36767
|
+
thresholds:
|
|
36768
|
+
"7d":
|
|
36769
|
+
target: 95
|
|
36770
|
+
timeframe: 7d
|
|
36771
|
+
to_ts: 1615928790
|
|
36772
|
+
type: metric
|
|
36773
|
+
type_id: 1
|
|
36774
|
+
errors:
|
|
35082
36775
|
schema:
|
|
35083
36776
|
$ref: "#/components/schemas/SLOHistoryResponse"
|
|
35084
36777
|
description: OK
|
|
@@ -35129,6 +36822,18 @@ paths:
|
|
|
35129
36822
|
"200":
|
|
35130
36823
|
content:
|
|
35131
36824
|
application/json:
|
|
36825
|
+
examples:
|
|
36826
|
+
default:
|
|
36827
|
+
value:
|
|
36828
|
+
data:
|
|
36829
|
+
results:
|
|
36830
|
+
- location: "aws:eu-west-3"
|
|
36831
|
+
result_id: "abc-123"
|
|
36832
|
+
status: passed
|
|
36833
|
+
test_name: "Example API test"
|
|
36834
|
+
test_public_id: "abc-def-123"
|
|
36835
|
+
test_type: api
|
|
36836
|
+
status: passed
|
|
35132
36837
|
schema:
|
|
35133
36838
|
$ref: "#/components/schemas/SyntheticsBatchDetails"
|
|
35134
36839
|
description: OK
|
|
@@ -35162,6 +36867,12 @@ paths:
|
|
|
35162
36867
|
"200":
|
|
35163
36868
|
content:
|
|
35164
36869
|
application/json:
|
|
36870
|
+
examples:
|
|
36871
|
+
default:
|
|
36872
|
+
value:
|
|
36873
|
+
locations:
|
|
36874
|
+
- id: "aws:eu-west-3"
|
|
36875
|
+
name: "Paris (AWS)"
|
|
35165
36876
|
schema:
|
|
35166
36877
|
$ref: "#/components/schemas/SyntheticsLocations"
|
|
35167
36878
|
description: OK
|
|
@@ -35201,6 +36912,15 @@ paths:
|
|
|
35201
36912
|
"200":
|
|
35202
36913
|
content:
|
|
35203
36914
|
application/json:
|
|
36915
|
+
examples:
|
|
36916
|
+
default:
|
|
36917
|
+
value:
|
|
36918
|
+
private_location:
|
|
36919
|
+
description: "Description of private location"
|
|
36920
|
+
id: "pl:new-private-location-abc-123"
|
|
36921
|
+
name: "New private location"
|
|
36922
|
+
tags:
|
|
36923
|
+
- "team:front"
|
|
35204
36924
|
schema:
|
|
35205
36925
|
$ref: "#/components/schemas/SyntheticsPrivateLocationCreationResponse"
|
|
35206
36926
|
description: OK
|
|
@@ -35281,6 +37001,14 @@ paths:
|
|
|
35281
37001
|
"200":
|
|
35282
37002
|
content:
|
|
35283
37003
|
application/json:
|
|
37004
|
+
examples:
|
|
37005
|
+
default:
|
|
37006
|
+
value:
|
|
37007
|
+
description: "Description of private location"
|
|
37008
|
+
id: "pl:new-private-location-abc-123"
|
|
37009
|
+
name: "New private location"
|
|
37010
|
+
tags:
|
|
37011
|
+
- "team:front"
|
|
35284
37012
|
schema:
|
|
35285
37013
|
$ref: "#/components/schemas/SyntheticsPrivateLocation"
|
|
35286
37014
|
description: OK
|
|
@@ -35334,6 +37062,14 @@ paths:
|
|
|
35334
37062
|
"200":
|
|
35335
37063
|
content:
|
|
35336
37064
|
application/json:
|
|
37065
|
+
examples:
|
|
37066
|
+
default:
|
|
37067
|
+
value:
|
|
37068
|
+
description: "Description of private location"
|
|
37069
|
+
id: "pl:new-private-location-abc-123"
|
|
37070
|
+
name: "New private location"
|
|
37071
|
+
tags:
|
|
37072
|
+
- "team:front"
|
|
35337
37073
|
schema:
|
|
35338
37074
|
$ref: "#/components/schemas/SyntheticsPrivateLocation"
|
|
35339
37075
|
description: OK
|
|
@@ -35368,6 +37104,11 @@ paths:
|
|
|
35368
37104
|
"200":
|
|
35369
37105
|
content:
|
|
35370
37106
|
application/json:
|
|
37107
|
+
examples:
|
|
37108
|
+
default:
|
|
37109
|
+
value:
|
|
37110
|
+
- "aws:eu-west-3"
|
|
37111
|
+
- "aws:us-east-1"
|
|
35371
37112
|
schema:
|
|
35372
37113
|
$ref: "#/components/schemas/SyntheticsDefaultLocations"
|
|
35373
37114
|
description: OK
|
|
@@ -35404,6 +37145,19 @@ paths:
|
|
|
35404
37145
|
"200":
|
|
35405
37146
|
content:
|
|
35406
37147
|
application/json:
|
|
37148
|
+
examples:
|
|
37149
|
+
default:
|
|
37150
|
+
value:
|
|
37151
|
+
tests:
|
|
37152
|
+
- locations:
|
|
37153
|
+
- "aws:eu-west-3"
|
|
37154
|
+
name: "Example API test"
|
|
37155
|
+
public_id: "abc-def-123"
|
|
37156
|
+
status: live
|
|
37157
|
+
subtype: http
|
|
37158
|
+
tags:
|
|
37159
|
+
- "env:production"
|
|
37160
|
+
type: api
|
|
35407
37161
|
schema:
|
|
35408
37162
|
$ref: "#/components/schemas/SyntheticsListTestsResponse"
|
|
35409
37163
|
description: OK - Returns the list of all Synthetic tests.
|
|
@@ -35473,11 +37227,6 @@ paths:
|
|
|
35473
37227
|
min_failure_duration: 0
|
|
35474
37228
|
min_location_failed: 1
|
|
35475
37229
|
monitor_options:
|
|
35476
|
-
include_tags: true
|
|
35477
|
-
locked: false
|
|
35478
|
-
new_host_delay: 300
|
|
35479
|
-
notify_audit: false
|
|
35480
|
-
notify_no_data: false
|
|
35481
37230
|
renotify_interval: 0
|
|
35482
37231
|
tick_every: 60
|
|
35483
37232
|
status: live
|
|
@@ -35598,6 +37347,32 @@ paths:
|
|
|
35598
37347
|
"200":
|
|
35599
37348
|
content:
|
|
35600
37349
|
application/json:
|
|
37350
|
+
examples:
|
|
37351
|
+
default:
|
|
37352
|
+
value:
|
|
37353
|
+
config:
|
|
37354
|
+
assertions:
|
|
37355
|
+
- operator: is
|
|
37356
|
+
target: 200
|
|
37357
|
+
type: statusCode
|
|
37358
|
+
request:
|
|
37359
|
+
method: GET
|
|
37360
|
+
url: "https://example.com"
|
|
37361
|
+
locations:
|
|
37362
|
+
- "aws:eu-west-3"
|
|
37363
|
+
message: "Notification message"
|
|
37364
|
+
monitor_id: 12345678
|
|
37365
|
+
name: "Example API test"
|
|
37366
|
+
options:
|
|
37367
|
+
min_failure_duration: 0
|
|
37368
|
+
min_location_failed: 1
|
|
37369
|
+
tick_every: 60
|
|
37370
|
+
public_id: "abc-123-def"
|
|
37371
|
+
status: live
|
|
37372
|
+
subtype: http
|
|
37373
|
+
tags:
|
|
37374
|
+
- "env:production"
|
|
37375
|
+
type: api
|
|
35601
37376
|
schema:
|
|
35602
37377
|
$ref: "#/components/schemas/SyntheticsAPITest"
|
|
35603
37378
|
description: OK - Returns the created test details.
|
|
@@ -35653,6 +37428,25 @@ paths:
|
|
|
35653
37428
|
"200":
|
|
35654
37429
|
content:
|
|
35655
37430
|
application/json:
|
|
37431
|
+
examples:
|
|
37432
|
+
default:
|
|
37433
|
+
value:
|
|
37434
|
+
config:
|
|
37435
|
+
request:
|
|
37436
|
+
method: GET
|
|
37437
|
+
url: "https://example.com"
|
|
37438
|
+
locations:
|
|
37439
|
+
- "aws:eu-west-3"
|
|
37440
|
+
message: "Notification message"
|
|
37441
|
+
name: "Example API test"
|
|
37442
|
+
options:
|
|
37443
|
+
tick_every: 60
|
|
37444
|
+
public_id: "abc-def-123"
|
|
37445
|
+
status: live
|
|
37446
|
+
subtype: http
|
|
37447
|
+
tags:
|
|
37448
|
+
- "env:production"
|
|
37449
|
+
type: api
|
|
35656
37450
|
schema:
|
|
35657
37451
|
$ref: "#/components/schemas/SyntheticsAPITest"
|
|
35658
37452
|
description: OK
|
|
@@ -35729,6 +37523,25 @@ paths:
|
|
|
35729
37523
|
"200":
|
|
35730
37524
|
content:
|
|
35731
37525
|
application/json:
|
|
37526
|
+
examples:
|
|
37527
|
+
default:
|
|
37528
|
+
value:
|
|
37529
|
+
config:
|
|
37530
|
+
request:
|
|
37531
|
+
method: GET
|
|
37532
|
+
url: "https://example.com"
|
|
37533
|
+
locations:
|
|
37534
|
+
- "aws:eu-west-3"
|
|
37535
|
+
message: "Notification message"
|
|
37536
|
+
name: "Example API test"
|
|
37537
|
+
options:
|
|
37538
|
+
tick_every: 60
|
|
37539
|
+
public_id: "abc-def-123"
|
|
37540
|
+
status: live
|
|
37541
|
+
subtype: http
|
|
37542
|
+
tags:
|
|
37543
|
+
- "env:production"
|
|
37544
|
+
type: api
|
|
35732
37545
|
schema:
|
|
35733
37546
|
$ref: "#/components/schemas/SyntheticsAPITest"
|
|
35734
37547
|
description: OK
|
|
@@ -35811,6 +37624,27 @@ paths:
|
|
|
35811
37624
|
"200":
|
|
35812
37625
|
content:
|
|
35813
37626
|
application/json:
|
|
37627
|
+
examples:
|
|
37628
|
+
default:
|
|
37629
|
+
value:
|
|
37630
|
+
config:
|
|
37631
|
+
assertions: []
|
|
37632
|
+
request:
|
|
37633
|
+
method: GET
|
|
37634
|
+
url: "https://example.com"
|
|
37635
|
+
locations:
|
|
37636
|
+
- "aws:eu-west-3"
|
|
37637
|
+
message: ""
|
|
37638
|
+
name: "Example browser test"
|
|
37639
|
+
options:
|
|
37640
|
+
device_ids:
|
|
37641
|
+
- chrome.laptop_large
|
|
37642
|
+
tick_every: 3600
|
|
37643
|
+
public_id: "abc-def-123"
|
|
37644
|
+
status: live
|
|
37645
|
+
tags:
|
|
37646
|
+
- "env:production"
|
|
37647
|
+
type: browser
|
|
35814
37648
|
schema:
|
|
35815
37649
|
$ref: "#/components/schemas/SyntheticsBrowserTest"
|
|
35816
37650
|
description: OK - Returns the created test details.
|
|
@@ -35866,6 +37700,27 @@ paths:
|
|
|
35866
37700
|
"200":
|
|
35867
37701
|
content:
|
|
35868
37702
|
application/json:
|
|
37703
|
+
examples:
|
|
37704
|
+
default:
|
|
37705
|
+
value:
|
|
37706
|
+
config:
|
|
37707
|
+
assertions: []
|
|
37708
|
+
request:
|
|
37709
|
+
method: GET
|
|
37710
|
+
url: "https://example.com"
|
|
37711
|
+
locations:
|
|
37712
|
+
- "aws:eu-west-3"
|
|
37713
|
+
message: ""
|
|
37714
|
+
name: "Example browser test"
|
|
37715
|
+
options:
|
|
37716
|
+
device_ids:
|
|
37717
|
+
- chrome.laptop_large
|
|
37718
|
+
tick_every: 3600
|
|
37719
|
+
public_id: "abc-def-123"
|
|
37720
|
+
status: live
|
|
37721
|
+
tags:
|
|
37722
|
+
- "env:production"
|
|
37723
|
+
type: browser
|
|
35869
37724
|
schema:
|
|
35870
37725
|
$ref: "#/components/schemas/SyntheticsBrowserTest"
|
|
35871
37726
|
description: OK
|
|
@@ -35944,6 +37799,27 @@ paths:
|
|
|
35944
37799
|
"200":
|
|
35945
37800
|
content:
|
|
35946
37801
|
application/json:
|
|
37802
|
+
examples:
|
|
37803
|
+
default:
|
|
37804
|
+
value:
|
|
37805
|
+
config:
|
|
37806
|
+
assertions: []
|
|
37807
|
+
request:
|
|
37808
|
+
method: GET
|
|
37809
|
+
url: "https://example.com"
|
|
37810
|
+
locations:
|
|
37811
|
+
- "aws:eu-west-3"
|
|
37812
|
+
message: ""
|
|
37813
|
+
name: "Example browser test"
|
|
37814
|
+
options:
|
|
37815
|
+
device_ids:
|
|
37816
|
+
- chrome.laptop_large
|
|
37817
|
+
tick_every: 3600
|
|
37818
|
+
public_id: "abc-def-123"
|
|
37819
|
+
status: live
|
|
37820
|
+
tags:
|
|
37821
|
+
- "env:production"
|
|
37822
|
+
type: browser
|
|
35947
37823
|
schema:
|
|
35948
37824
|
$ref: "#/components/schemas/SyntheticsBrowserTest"
|
|
35949
37825
|
description: OK
|
|
@@ -36025,6 +37901,15 @@ paths:
|
|
|
36025
37901
|
"200":
|
|
36026
37902
|
content:
|
|
36027
37903
|
application/json:
|
|
37904
|
+
examples:
|
|
37905
|
+
default:
|
|
37906
|
+
value:
|
|
37907
|
+
last_timestamp_fetched: 1706745600000
|
|
37908
|
+
results:
|
|
37909
|
+
- check_time: 1706745600000
|
|
37910
|
+
probe_dc: "aws:eu-west-3"
|
|
37911
|
+
result_id: "abc-123"
|
|
37912
|
+
status: 0
|
|
36028
37913
|
schema:
|
|
36029
37914
|
$ref: "#/components/schemas/SyntheticsGetBrowserTestLatestResultsResponse"
|
|
36030
37915
|
description: OK
|
|
@@ -36080,6 +37965,13 @@ paths:
|
|
|
36080
37965
|
"200":
|
|
36081
37966
|
content:
|
|
36082
37967
|
application/json:
|
|
37968
|
+
examples:
|
|
37969
|
+
default:
|
|
37970
|
+
value:
|
|
37971
|
+
check_time: 1706745600000
|
|
37972
|
+
probe_dc: "aws:eu-west-3"
|
|
37973
|
+
result_id: "abc-123"
|
|
37974
|
+
status: 0
|
|
36083
37975
|
schema:
|
|
36084
37976
|
$ref: "#/components/schemas/SyntheticsBrowserTestResultFull"
|
|
36085
37977
|
description: OK
|
|
@@ -36131,6 +38023,12 @@ paths:
|
|
|
36131
38023
|
"200":
|
|
36132
38024
|
content:
|
|
36133
38025
|
application/json:
|
|
38026
|
+
examples:
|
|
38027
|
+
default:
|
|
38028
|
+
value:
|
|
38029
|
+
deleted_tests:
|
|
38030
|
+
- deleted_at: "2024-01-01T00:00:00+00:00"
|
|
38031
|
+
public_id: "abc-def-123"
|
|
36134
38032
|
schema:
|
|
36135
38033
|
$ref: "#/components/schemas/SyntheticsDeleteTestsResponse"
|
|
36136
38034
|
description: OK.
|
|
@@ -36184,13 +38082,16 @@ paths:
|
|
|
36184
38082
|
value:
|
|
36185
38083
|
config:
|
|
36186
38084
|
variables: []
|
|
36187
|
-
device_ids:
|
|
36188
|
-
- "synthetics:mobile:device:apple_iphone_14_ios_16"
|
|
36189
38085
|
message: Notification message
|
|
36190
38086
|
name: Example mobile test
|
|
36191
38087
|
options:
|
|
38088
|
+
device_ids:
|
|
38089
|
+
- "synthetics:mobile:device:apple_iphone_14_ios_16"
|
|
36192
38090
|
min_failure_duration: 0
|
|
36193
|
-
|
|
38091
|
+
mobileApplication:
|
|
38092
|
+
applicationId: "abc-123"
|
|
38093
|
+
referenceId: "abc-456"
|
|
38094
|
+
referenceType: latest
|
|
36194
38095
|
tick_every: 3600
|
|
36195
38096
|
tags:
|
|
36196
38097
|
- "env:production"
|
|
@@ -36203,6 +38104,26 @@ paths:
|
|
|
36203
38104
|
"200":
|
|
36204
38105
|
content:
|
|
36205
38106
|
application/json:
|
|
38107
|
+
examples:
|
|
38108
|
+
default:
|
|
38109
|
+
value:
|
|
38110
|
+
config:
|
|
38111
|
+
variables: []
|
|
38112
|
+
message: "Notification message"
|
|
38113
|
+
name: "Example mobile test"
|
|
38114
|
+
options:
|
|
38115
|
+
device_ids:
|
|
38116
|
+
- "synthetics:mobile:device:apple_iphone_14_ios_16"
|
|
38117
|
+
mobileApplication:
|
|
38118
|
+
applicationId: "abc-123"
|
|
38119
|
+
referenceId: "abc-456"
|
|
38120
|
+
referenceType: latest
|
|
38121
|
+
tick_every: 3600
|
|
38122
|
+
public_id: "abc-def-123"
|
|
38123
|
+
status: live
|
|
38124
|
+
tags:
|
|
38125
|
+
- "env:production"
|
|
38126
|
+
type: mobile
|
|
36206
38127
|
schema:
|
|
36207
38128
|
$ref: "#/components/schemas/SyntheticsMobileTest"
|
|
36208
38129
|
description: OK - Returns the created test details.
|
|
@@ -36258,6 +38179,26 @@ paths:
|
|
|
36258
38179
|
"200":
|
|
36259
38180
|
content:
|
|
36260
38181
|
application/json:
|
|
38182
|
+
examples:
|
|
38183
|
+
default:
|
|
38184
|
+
value:
|
|
38185
|
+
config:
|
|
38186
|
+
variables: []
|
|
38187
|
+
message: "Notification message"
|
|
38188
|
+
name: "Example mobile test"
|
|
38189
|
+
options:
|
|
38190
|
+
device_ids:
|
|
38191
|
+
- "synthetics:mobile:device:apple_iphone_14_ios_16"
|
|
38192
|
+
mobileApplication:
|
|
38193
|
+
applicationId: "abc-123"
|
|
38194
|
+
referenceId: "abc-456"
|
|
38195
|
+
referenceType: latest
|
|
38196
|
+
tick_every: 3600
|
|
38197
|
+
public_id: "abc-def-123"
|
|
38198
|
+
status: live
|
|
38199
|
+
tags:
|
|
38200
|
+
- "env:production"
|
|
38201
|
+
type: mobile
|
|
36261
38202
|
schema:
|
|
36262
38203
|
$ref: "#/components/schemas/SyntheticsMobileTest"
|
|
36263
38204
|
description: OK
|
|
@@ -36307,13 +38248,16 @@ paths:
|
|
|
36307
38248
|
value:
|
|
36308
38249
|
config:
|
|
36309
38250
|
variables: []
|
|
36310
|
-
device_ids:
|
|
36311
|
-
- "synthetics:mobile:device:apple_iphone_14_ios_16"
|
|
36312
38251
|
message: Notification message
|
|
36313
38252
|
name: Example mobile test
|
|
36314
38253
|
options:
|
|
38254
|
+
device_ids:
|
|
38255
|
+
- "synthetics:mobile:device:apple_iphone_14_ios_16"
|
|
36315
38256
|
min_failure_duration: 0
|
|
36316
|
-
|
|
38257
|
+
mobileApplication:
|
|
38258
|
+
applicationId: "abc-123"
|
|
38259
|
+
referenceId: "abc-456"
|
|
38260
|
+
referenceType: latest
|
|
36317
38261
|
tick_every: 3600
|
|
36318
38262
|
tags:
|
|
36319
38263
|
- "env:production"
|
|
@@ -36326,6 +38270,26 @@ paths:
|
|
|
36326
38270
|
"200":
|
|
36327
38271
|
content:
|
|
36328
38272
|
application/json:
|
|
38273
|
+
examples:
|
|
38274
|
+
default:
|
|
38275
|
+
value:
|
|
38276
|
+
config:
|
|
38277
|
+
variables: []
|
|
38278
|
+
message: "Notification message"
|
|
38279
|
+
name: "Example mobile test"
|
|
38280
|
+
options:
|
|
38281
|
+
device_ids:
|
|
38282
|
+
- "synthetics:mobile:device:apple_iphone_14_ios_16"
|
|
38283
|
+
mobileApplication:
|
|
38284
|
+
applicationId: "abc-123"
|
|
38285
|
+
referenceId: "abc-456"
|
|
38286
|
+
referenceType: latest
|
|
38287
|
+
tick_every: 3600
|
|
38288
|
+
public_id: "abc-def-123"
|
|
38289
|
+
status: live
|
|
38290
|
+
tags:
|
|
38291
|
+
- "env:production"
|
|
38292
|
+
type: mobile
|
|
36329
38293
|
schema:
|
|
36330
38294
|
$ref: "#/components/schemas/SyntheticsMobileTest"
|
|
36331
38295
|
description: OK
|
|
@@ -36418,6 +38382,19 @@ paths:
|
|
|
36418
38382
|
"200":
|
|
36419
38383
|
content:
|
|
36420
38384
|
application/json:
|
|
38385
|
+
examples:
|
|
38386
|
+
default:
|
|
38387
|
+
value:
|
|
38388
|
+
tests:
|
|
38389
|
+
- locations:
|
|
38390
|
+
- aws:eu-west-3
|
|
38391
|
+
message: Test notification
|
|
38392
|
+
name: Example Test
|
|
38393
|
+
public_id: abc-def-123
|
|
38394
|
+
status: live
|
|
38395
|
+
tags:
|
|
38396
|
+
- env:prod
|
|
38397
|
+
type: api
|
|
36421
38398
|
schema:
|
|
36422
38399
|
$ref: "#/components/schemas/SyntheticsListTestsResponse"
|
|
36423
38400
|
description: OK - Returns the list of Synthetic tests matching the search.
|
|
@@ -36467,6 +38444,16 @@ paths:
|
|
|
36467
38444
|
"200":
|
|
36468
38445
|
content:
|
|
36469
38446
|
application/json:
|
|
38447
|
+
examples:
|
|
38448
|
+
default:
|
|
38449
|
+
value:
|
|
38450
|
+
batch_id: abc-123
|
|
38451
|
+
results:
|
|
38452
|
+
- location: 1
|
|
38453
|
+
public_id: "abc-def-123"
|
|
38454
|
+
result_id: "abc-123"
|
|
38455
|
+
triggered_check_ids:
|
|
38456
|
+
- "abc-def-123"
|
|
36470
38457
|
schema:
|
|
36471
38458
|
$ref: "#/components/schemas/SyntheticsTriggerCITestsResponse"
|
|
36472
38459
|
description: OK
|
|
@@ -36511,6 +38498,16 @@ paths:
|
|
|
36511
38498
|
"200":
|
|
36512
38499
|
content:
|
|
36513
38500
|
application/json:
|
|
38501
|
+
examples:
|
|
38502
|
+
default:
|
|
38503
|
+
value:
|
|
38504
|
+
batch_id: abc-123
|
|
38505
|
+
results:
|
|
38506
|
+
- location: 1
|
|
38507
|
+
public_id: "abc-def-123"
|
|
38508
|
+
result_id: "abc-123"
|
|
38509
|
+
triggered_check_ids:
|
|
38510
|
+
- "abc-def-123"
|
|
36514
38511
|
schema:
|
|
36515
38512
|
$ref: "#/components/schemas/SyntheticsTriggerCITestsResponse"
|
|
36516
38513
|
description: OK
|
|
@@ -36557,6 +38554,18 @@ paths:
|
|
|
36557
38554
|
"200":
|
|
36558
38555
|
content:
|
|
36559
38556
|
application/json:
|
|
38557
|
+
examples:
|
|
38558
|
+
default:
|
|
38559
|
+
value:
|
|
38560
|
+
- from_ts: 1726041488
|
|
38561
|
+
overall:
|
|
38562
|
+
group: "name"
|
|
38563
|
+
history:
|
|
38564
|
+
- [1726041488, 0]
|
|
38565
|
+
span_precision: 2.0
|
|
38566
|
+
uptime: 99.99
|
|
38567
|
+
public_id: abc-def-123
|
|
38568
|
+
to_ts: 1726127888
|
|
36560
38569
|
schema:
|
|
36561
38570
|
items:
|
|
36562
38571
|
$ref: "#/components/schemas/SyntheticsTestUptime"
|
|
@@ -36605,6 +38614,19 @@ paths:
|
|
|
36605
38614
|
"200":
|
|
36606
38615
|
content:
|
|
36607
38616
|
application/json:
|
|
38617
|
+
examples:
|
|
38618
|
+
default:
|
|
38619
|
+
value:
|
|
38620
|
+
locations:
|
|
38621
|
+
- "aws:eu-west-3"
|
|
38622
|
+
message: "Notification message"
|
|
38623
|
+
name: "Example test"
|
|
38624
|
+
public_id: "abc-def-123"
|
|
38625
|
+
status: live
|
|
38626
|
+
subtype: http
|
|
38627
|
+
tags:
|
|
38628
|
+
- "env:production"
|
|
38629
|
+
type: api
|
|
36608
38630
|
schema:
|
|
36609
38631
|
$ref: "#/components/schemas/SyntheticsTestDetailsWithoutSteps"
|
|
36610
38632
|
description: OK
|
|
@@ -36666,6 +38688,19 @@ paths:
|
|
|
36666
38688
|
"200":
|
|
36667
38689
|
content:
|
|
36668
38690
|
application/json:
|
|
38691
|
+
examples:
|
|
38692
|
+
default:
|
|
38693
|
+
value:
|
|
38694
|
+
locations:
|
|
38695
|
+
- "aws:eu-west-3"
|
|
38696
|
+
message: "Notification message"
|
|
38697
|
+
name: "New test name"
|
|
38698
|
+
public_id: "abc-def-123"
|
|
38699
|
+
status: live
|
|
38700
|
+
subtype: http
|
|
38701
|
+
tags:
|
|
38702
|
+
- "env:production"
|
|
38703
|
+
type: api
|
|
36669
38704
|
schema:
|
|
36670
38705
|
$ref: "#/components/schemas/SyntheticsTestDetails"
|
|
36671
38706
|
description: OK
|
|
@@ -36745,6 +38780,17 @@ paths:
|
|
|
36745
38780
|
"200":
|
|
36746
38781
|
content:
|
|
36747
38782
|
application/json:
|
|
38783
|
+
examples:
|
|
38784
|
+
default:
|
|
38785
|
+
value:
|
|
38786
|
+
last_timestamp_fetched: 1706745600000
|
|
38787
|
+
results:
|
|
38788
|
+
- check_time: 1706745600000
|
|
38789
|
+
probe_dc: "aws:eu-west-3"
|
|
38790
|
+
result:
|
|
38791
|
+
passed: true
|
|
38792
|
+
result_id: "abc-123"
|
|
38793
|
+
status: 0
|
|
36748
38794
|
schema:
|
|
36749
38795
|
$ref: "#/components/schemas/SyntheticsGetAPITestLatestResultsResponse"
|
|
36750
38796
|
description: OK
|
|
@@ -36798,6 +38844,13 @@ paths:
|
|
|
36798
38844
|
"200":
|
|
36799
38845
|
content:
|
|
36800
38846
|
application/json:
|
|
38847
|
+
examples:
|
|
38848
|
+
default:
|
|
38849
|
+
value:
|
|
38850
|
+
check_time: 1706745600000
|
|
38851
|
+
probe_dc: "aws:eu-west-3"
|
|
38852
|
+
result_id: "abc-123"
|
|
38853
|
+
status: 0
|
|
36801
38854
|
schema:
|
|
36802
38855
|
$ref: "#/components/schemas/SyntheticsAPITestResultFull"
|
|
36803
38856
|
description: OK
|
|
@@ -36855,6 +38908,9 @@ paths:
|
|
|
36855
38908
|
"200":
|
|
36856
38909
|
content:
|
|
36857
38910
|
application/json:
|
|
38911
|
+
examples:
|
|
38912
|
+
default:
|
|
38913
|
+
value: true
|
|
36858
38914
|
schema:
|
|
36859
38915
|
type: boolean
|
|
36860
38916
|
description: OK - Returns a boolean indicating if the update was successful.
|
|
@@ -36901,6 +38957,18 @@ paths:
|
|
|
36901
38957
|
"200":
|
|
36902
38958
|
content:
|
|
36903
38959
|
application/json:
|
|
38960
|
+
examples:
|
|
38961
|
+
default:
|
|
38962
|
+
value:
|
|
38963
|
+
variables:
|
|
38964
|
+
- description: "Example description"
|
|
38965
|
+
id: abc-123
|
|
38966
|
+
name: "MY_VARIABLE"
|
|
38967
|
+
tags:
|
|
38968
|
+
- "team:front"
|
|
38969
|
+
value:
|
|
38970
|
+
secure: false
|
|
38971
|
+
value: "example-value"
|
|
36904
38972
|
schema:
|
|
36905
38973
|
$ref: "#/components/schemas/SyntheticsListGlobalVariablesResponse"
|
|
36906
38974
|
description: OK
|
|
@@ -36952,6 +39020,18 @@ paths:
|
|
|
36952
39020
|
"200":
|
|
36953
39021
|
content:
|
|
36954
39022
|
application/json:
|
|
39023
|
+
examples:
|
|
39024
|
+
default:
|
|
39025
|
+
value:
|
|
39026
|
+
description: "Example description"
|
|
39027
|
+
id: abc-123
|
|
39028
|
+
name: "MY_VARIABLE"
|
|
39029
|
+
tags:
|
|
39030
|
+
- "team:front"
|
|
39031
|
+
- "test:workflow-1"
|
|
39032
|
+
value:
|
|
39033
|
+
secure: false
|
|
39034
|
+
value: "variable-value"
|
|
36955
39035
|
schema:
|
|
36956
39036
|
$ref: "#/components/schemas/SyntheticsGlobalVariable"
|
|
36957
39037
|
description: OK
|
|
@@ -37048,6 +39128,17 @@ paths:
|
|
|
37048
39128
|
"200":
|
|
37049
39129
|
content:
|
|
37050
39130
|
application/json:
|
|
39131
|
+
examples:
|
|
39132
|
+
default:
|
|
39133
|
+
value:
|
|
39134
|
+
description: "Example description"
|
|
39135
|
+
id: abc-123
|
|
39136
|
+
name: "MY_VARIABLE"
|
|
39137
|
+
tags:
|
|
39138
|
+
- "team:front"
|
|
39139
|
+
value:
|
|
39140
|
+
secure: false
|
|
39141
|
+
value: "variable-value"
|
|
37051
39142
|
schema:
|
|
37052
39143
|
$ref: "#/components/schemas/SyntheticsGlobalVariable"
|
|
37053
39144
|
description: OK
|
|
@@ -37105,6 +39196,18 @@ paths:
|
|
|
37105
39196
|
"200":
|
|
37106
39197
|
content:
|
|
37107
39198
|
application/json:
|
|
39199
|
+
examples:
|
|
39200
|
+
default:
|
|
39201
|
+
value:
|
|
39202
|
+
description: "Example description"
|
|
39203
|
+
id: abc-123
|
|
39204
|
+
name: "MY_VARIABLE"
|
|
39205
|
+
tags:
|
|
39206
|
+
- "team:front"
|
|
39207
|
+
- "test:workflow-1"
|
|
39208
|
+
value:
|
|
39209
|
+
secure: false
|
|
39210
|
+
value: "variable-value"
|
|
37108
39211
|
schema:
|
|
37109
39212
|
$ref: "#/components/schemas/SyntheticsGlobalVariable"
|
|
37110
39213
|
description: OK
|
|
@@ -37150,6 +39253,12 @@ paths:
|
|
|
37150
39253
|
"200":
|
|
37151
39254
|
content:
|
|
37152
39255
|
application/json:
|
|
39256
|
+
examples:
|
|
39257
|
+
default:
|
|
39258
|
+
value:
|
|
39259
|
+
tags:
|
|
39260
|
+
environment:production:
|
|
39261
|
+
- test.metric.host
|
|
37153
39262
|
schema:
|
|
37154
39263
|
$ref: "#/components/schemas/TagToHosts"
|
|
37155
39264
|
description: OK
|
|
@@ -37237,6 +39346,12 @@ paths:
|
|
|
37237
39346
|
"200":
|
|
37238
39347
|
content:
|
|
37239
39348
|
application/json:
|
|
39349
|
+
examples:
|
|
39350
|
+
default:
|
|
39351
|
+
value:
|
|
39352
|
+
host: test.host
|
|
39353
|
+
tags:
|
|
39354
|
+
- "environment:production"
|
|
37240
39355
|
schema:
|
|
37241
39356
|
$ref: "#/components/schemas/HostTags"
|
|
37242
39357
|
description: OK
|
|
@@ -37294,6 +39409,12 @@ paths:
|
|
|
37294
39409
|
"201":
|
|
37295
39410
|
content:
|
|
37296
39411
|
application/json:
|
|
39412
|
+
examples:
|
|
39413
|
+
default:
|
|
39414
|
+
value:
|
|
39415
|
+
host: test.host
|
|
39416
|
+
tags:
|
|
39417
|
+
- "environment:production"
|
|
37297
39418
|
schema:
|
|
37298
39419
|
$ref: "#/components/schemas/HostTags"
|
|
37299
39420
|
description: Created
|
|
@@ -37351,6 +39472,12 @@ paths:
|
|
|
37351
39472
|
"201":
|
|
37352
39473
|
content:
|
|
37353
39474
|
application/json:
|
|
39475
|
+
examples:
|
|
39476
|
+
default:
|
|
39477
|
+
value:
|
|
39478
|
+
host: test.host
|
|
39479
|
+
tags:
|
|
39480
|
+
- "environment:production"
|
|
37354
39481
|
schema:
|
|
37355
39482
|
$ref: "#/components/schemas/HostTags"
|
|
37356
39483
|
description: OK
|
|
@@ -37400,6 +39527,14 @@ paths:
|
|
|
37400
39527
|
"200":
|
|
37401
39528
|
content:
|
|
37402
39529
|
application/json;datetime-format=rfc3339:
|
|
39530
|
+
examples:
|
|
39531
|
+
default:
|
|
39532
|
+
value:
|
|
39533
|
+
usage:
|
|
39534
|
+
- analyzed_logs: 50
|
|
39535
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
39536
|
+
org_name: example-handle
|
|
39537
|
+
public_id: abc-123
|
|
37403
39538
|
schema:
|
|
37404
39539
|
$ref: "#/components/schemas/UsageAnalyzedLogsResponse"
|
|
37405
39540
|
description: OK
|
|
@@ -37461,6 +39596,14 @@ paths:
|
|
|
37461
39596
|
"200":
|
|
37462
39597
|
content:
|
|
37463
39598
|
application/json;datetime-format=rfc3339:
|
|
39599
|
+
examples:
|
|
39600
|
+
default:
|
|
39601
|
+
value:
|
|
39602
|
+
usage:
|
|
39603
|
+
- hour: "2024-01-01T00:00:00+00:00"
|
|
39604
|
+
lines_indexed: 1000
|
|
39605
|
+
org_name: example-handle
|
|
39606
|
+
public_id: abc-123
|
|
37464
39607
|
schema:
|
|
37465
39608
|
$ref: "#/components/schemas/UsageAuditLogsResponse"
|
|
37466
39609
|
description: OK
|
|
@@ -37520,6 +39663,15 @@ paths:
|
|
|
37520
39663
|
"200":
|
|
37521
39664
|
content:
|
|
37522
39665
|
application/json;datetime-format=rfc3339:
|
|
39666
|
+
examples:
|
|
39667
|
+
default:
|
|
39668
|
+
value:
|
|
39669
|
+
usage:
|
|
39670
|
+
- func_count: 10
|
|
39671
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
39672
|
+
invocations_sum: 100
|
|
39673
|
+
org_name: example-handle
|
|
39674
|
+
public_id: abc-123
|
|
37523
39675
|
schema:
|
|
37524
39676
|
$ref: "#/components/schemas/UsageLambdaResponse"
|
|
37525
39677
|
description: OK
|
|
@@ -37579,6 +39731,17 @@ paths:
|
|
|
37579
39731
|
"200":
|
|
37580
39732
|
content:
|
|
37581
39733
|
application/json;datetime-format=rfc3339:
|
|
39734
|
+
examples:
|
|
39735
|
+
default:
|
|
39736
|
+
value:
|
|
39737
|
+
usage:
|
|
39738
|
+
- account_name: Example Name
|
|
39739
|
+
account_public_id: abc-123
|
|
39740
|
+
end_date: "2024-01-31T00:00:00+00:00"
|
|
39741
|
+
num_orgs: 1
|
|
39742
|
+
org_name: example-handle
|
|
39743
|
+
public_id: abc-123
|
|
39744
|
+
start_date: "2024-01-01T00:00:00+00:00"
|
|
37582
39745
|
schema:
|
|
37583
39746
|
$ref: "#/components/schemas/UsageBillableSummaryResponse"
|
|
37584
39747
|
description: OK
|
|
@@ -37640,6 +39803,17 @@ paths:
|
|
|
37640
39803
|
"200":
|
|
37641
39804
|
content:
|
|
37642
39805
|
application/json;datetime-format=rfc3339:
|
|
39806
|
+
examples:
|
|
39807
|
+
default:
|
|
39808
|
+
value:
|
|
39809
|
+
usage:
|
|
39810
|
+
- ci_pipeline_indexed_spans: 1000
|
|
39811
|
+
ci_test_indexed_spans: 2000
|
|
39812
|
+
ci_visibility_itr_committers: 5
|
|
39813
|
+
ci_visibility_pipeline_committers: 3
|
|
39814
|
+
ci_visibility_test_committers: 10
|
|
39815
|
+
org_name: example-handle
|
|
39816
|
+
public_id: abc-123
|
|
37643
39817
|
schema:
|
|
37644
39818
|
$ref: "#/components/schemas/UsageCIVisibilityResponse"
|
|
37645
39819
|
description: OK
|
|
@@ -37701,6 +39875,18 @@ paths:
|
|
|
37701
39875
|
"200":
|
|
37702
39876
|
content:
|
|
37703
39877
|
application/json;datetime-format=rfc3339:
|
|
39878
|
+
examples:
|
|
39879
|
+
default:
|
|
39880
|
+
value:
|
|
39881
|
+
usage:
|
|
39882
|
+
- aws_host_count: 2.0
|
|
39883
|
+
azure_host_count: 1.0
|
|
39884
|
+
container_count: 10.0
|
|
39885
|
+
gcp_host_count: 1.0
|
|
39886
|
+
host_count: 5.0
|
|
39887
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
39888
|
+
org_name: example-handle
|
|
39889
|
+
public_id: abc-123
|
|
37704
39890
|
schema:
|
|
37705
39891
|
$ref: "#/components/schemas/UsageCloudSecurityPostureManagementResponse"
|
|
37706
39892
|
description: OK
|
|
@@ -37762,6 +39948,15 @@ paths:
|
|
|
37762
39948
|
"200":
|
|
37763
39949
|
content:
|
|
37764
39950
|
application/json;datetime-format=rfc3339:
|
|
39951
|
+
examples:
|
|
39952
|
+
default:
|
|
39953
|
+
value:
|
|
39954
|
+
usage:
|
|
39955
|
+
- cws_container_count: 10
|
|
39956
|
+
cws_host_count: 5
|
|
39957
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
39958
|
+
org_name: example-handle
|
|
39959
|
+
public_id: abc-123
|
|
37765
39960
|
schema:
|
|
37766
39961
|
$ref: "#/components/schemas/UsageCWSResponse"
|
|
37767
39962
|
description: OK
|
|
@@ -37823,6 +40018,15 @@ paths:
|
|
|
37823
40018
|
"200":
|
|
37824
40019
|
content:
|
|
37825
40020
|
application/json;datetime-format=rfc3339:
|
|
40021
|
+
examples:
|
|
40022
|
+
default:
|
|
40023
|
+
value:
|
|
40024
|
+
usage:
|
|
40025
|
+
- dbm_host_count: 5
|
|
40026
|
+
dbm_queries_count: 100
|
|
40027
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
40028
|
+
org_name: example-handle
|
|
40029
|
+
public_id: abc-123
|
|
37826
40030
|
schema:
|
|
37827
40031
|
$ref: "#/components/schemas/UsageDBMResponse"
|
|
37828
40032
|
description: OK
|
|
@@ -37882,6 +40086,15 @@ paths:
|
|
|
37882
40086
|
"200":
|
|
37883
40087
|
content:
|
|
37884
40088
|
application/json;datetime-format=rfc3339:
|
|
40089
|
+
examples:
|
|
40090
|
+
default:
|
|
40091
|
+
value:
|
|
40092
|
+
usage:
|
|
40093
|
+
- apm_fargate_count: 2
|
|
40094
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
40095
|
+
org_name: example-handle
|
|
40096
|
+
public_id: abc-123
|
|
40097
|
+
tasks_count: 5
|
|
37885
40098
|
schema:
|
|
37886
40099
|
$ref: "#/components/schemas/UsageFargateResponse"
|
|
37887
40100
|
description: OK
|
|
@@ -37941,6 +40154,19 @@ paths:
|
|
|
37941
40154
|
"200":
|
|
37942
40155
|
content:
|
|
37943
40156
|
application/json;datetime-format=rfc3339:
|
|
40157
|
+
examples:
|
|
40158
|
+
default:
|
|
40159
|
+
value:
|
|
40160
|
+
usage:
|
|
40161
|
+
- agent_host_count: 1
|
|
40162
|
+
apm_host_count: 1
|
|
40163
|
+
aws_host_count: 0
|
|
40164
|
+
container_count: 2
|
|
40165
|
+
gcp_host_count: 0
|
|
40166
|
+
host_count: 1
|
|
40167
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
40168
|
+
org_name: example-handle
|
|
40169
|
+
public_id: abc-123
|
|
37944
40170
|
schema:
|
|
37945
40171
|
$ref: "#/components/schemas/UsageHostsResponse"
|
|
37946
40172
|
description: OK
|
|
@@ -38046,6 +40272,20 @@ paths:
|
|
|
38046
40272
|
"200":
|
|
38047
40273
|
content:
|
|
38048
40274
|
application/json;datetime-format=rfc3339:
|
|
40275
|
+
examples:
|
|
40276
|
+
default:
|
|
40277
|
+
value:
|
|
40278
|
+
metadata:
|
|
40279
|
+
pagination:
|
|
40280
|
+
next_record_id:
|
|
40281
|
+
usage:
|
|
40282
|
+
- hour: "2024-01-01T00:00:00+00:00"
|
|
40283
|
+
org_name: "Test Org"
|
|
40284
|
+
public_id: "abc-123"
|
|
40285
|
+
region: "us"
|
|
40286
|
+
total_usage_sum: 1.0
|
|
40287
|
+
updated_at: "2024-01-01T00:00:00+00:00"
|
|
40288
|
+
usage_type: infra_host_usage
|
|
38049
40289
|
schema:
|
|
38050
40290
|
$ref: "#/components/schemas/HourlyUsageAttributionResponse"
|
|
38051
40291
|
description: OK
|
|
@@ -38101,6 +40341,14 @@ paths:
|
|
|
38101
40341
|
"200":
|
|
38102
40342
|
content:
|
|
38103
40343
|
application/json;datetime-format=rfc3339:
|
|
40344
|
+
examples:
|
|
40345
|
+
default:
|
|
40346
|
+
value:
|
|
40347
|
+
usage:
|
|
40348
|
+
- hour: "2024-01-01T00:00:00+00:00"
|
|
40349
|
+
monthly_active_users: 5
|
|
40350
|
+
org_name: example-handle
|
|
40351
|
+
public_id: abc-123
|
|
38104
40352
|
schema:
|
|
38105
40353
|
$ref: "#/components/schemas/UsageIncidentManagementResponse"
|
|
38106
40354
|
description: OK
|
|
@@ -38161,6 +40409,14 @@ paths:
|
|
|
38161
40409
|
"200":
|
|
38162
40410
|
content:
|
|
38163
40411
|
application/json;datetime-format=rfc3339:
|
|
40412
|
+
examples:
|
|
40413
|
+
default:
|
|
40414
|
+
value:
|
|
40415
|
+
usage:
|
|
40416
|
+
- hour: "2024-01-01T00:00:00+00:00"
|
|
40417
|
+
indexed_events_count: 500
|
|
40418
|
+
org_name: example-handle
|
|
40419
|
+
public_id: abc-123
|
|
38164
40420
|
schema:
|
|
38165
40421
|
$ref: "#/components/schemas/UsageIndexedSpansResponse"
|
|
38166
40422
|
description: OK
|
|
@@ -38222,6 +40478,14 @@ paths:
|
|
|
38222
40478
|
"200":
|
|
38223
40479
|
content:
|
|
38224
40480
|
application/json;datetime-format=rfc3339:
|
|
40481
|
+
examples:
|
|
40482
|
+
default:
|
|
40483
|
+
value:
|
|
40484
|
+
usage:
|
|
40485
|
+
- hour: "2024-01-01T00:00:00+00:00"
|
|
40486
|
+
ingested_events_bytes: 1000000
|
|
40487
|
+
org_name: example-handle
|
|
40488
|
+
public_id: abc-123
|
|
38225
40489
|
schema:
|
|
38226
40490
|
$ref: "#/components/schemas/UsageIngestedSpansResponse"
|
|
38227
40491
|
description: OK
|
|
@@ -38283,6 +40547,14 @@ paths:
|
|
|
38283
40547
|
"200":
|
|
38284
40548
|
content:
|
|
38285
40549
|
application/json;datetime-format=rfc3339:
|
|
40550
|
+
examples:
|
|
40551
|
+
default:
|
|
40552
|
+
value:
|
|
40553
|
+
usage:
|
|
40554
|
+
- hour: "2024-01-01T00:00:00+00:00"
|
|
40555
|
+
iot_device_count: 100
|
|
40556
|
+
org_name: example-handle
|
|
40557
|
+
public_id: abc-123
|
|
38286
40558
|
schema:
|
|
38287
40559
|
$ref: "#/components/schemas/UsageIoTResponse"
|
|
38288
40560
|
description: OK
|
|
@@ -38342,6 +40614,16 @@ paths:
|
|
|
38342
40614
|
"200":
|
|
38343
40615
|
content:
|
|
38344
40616
|
application/json;datetime-format=rfc3339:
|
|
40617
|
+
examples:
|
|
40618
|
+
default:
|
|
40619
|
+
value:
|
|
40620
|
+
usage:
|
|
40621
|
+
- billable_ingested_bytes: 100
|
|
40622
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
40623
|
+
indexed_events_count: 10
|
|
40624
|
+
ingested_events_bytes: 200
|
|
40625
|
+
org_name: example-handle
|
|
40626
|
+
public_id: abc-123
|
|
38345
40627
|
schema:
|
|
38346
40628
|
$ref: "#/components/schemas/UsageLogsResponse"
|
|
38347
40629
|
description: OK
|
|
@@ -38403,6 +40685,16 @@ paths:
|
|
|
38403
40685
|
"200":
|
|
38404
40686
|
content:
|
|
38405
40687
|
application/json;datetime-format=rfc3339:
|
|
40688
|
+
examples:
|
|
40689
|
+
default:
|
|
40690
|
+
value:
|
|
40691
|
+
usage:
|
|
40692
|
+
- indexed_events_count: 100
|
|
40693
|
+
live_indexed_events_count: 80
|
|
40694
|
+
org_name: example-handle
|
|
40695
|
+
public_id: abc-123
|
|
40696
|
+
rehydrated_indexed_events_count: 20
|
|
40697
|
+
retention: "15"
|
|
38406
40698
|
schema:
|
|
38407
40699
|
$ref: "#/components/schemas/UsageLogsByRetentionResponse"
|
|
38408
40700
|
description: OK
|
|
@@ -38468,6 +40760,17 @@ paths:
|
|
|
38468
40760
|
"200":
|
|
38469
40761
|
content:
|
|
38470
40762
|
application/json;datetime-format=rfc3339:
|
|
40763
|
+
examples:
|
|
40764
|
+
default:
|
|
40765
|
+
value:
|
|
40766
|
+
usage:
|
|
40767
|
+
- event_count: 1000
|
|
40768
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
40769
|
+
index_id: abc-123
|
|
40770
|
+
index_name: main
|
|
40771
|
+
org_name: example-handle
|
|
40772
|
+
public_id: abc-123
|
|
40773
|
+
retention: 15
|
|
38471
40774
|
schema:
|
|
38472
40775
|
$ref: "#/components/schemas/UsageLogsByIndexResponse"
|
|
38473
40776
|
description: OK
|
|
@@ -38590,6 +40893,21 @@ paths:
|
|
|
38590
40893
|
"200":
|
|
38591
40894
|
content:
|
|
38592
40895
|
application/json;datetime-format=rfc3339:
|
|
40896
|
+
examples:
|
|
40897
|
+
default:
|
|
40898
|
+
value:
|
|
40899
|
+
metadata:
|
|
40900
|
+
pagination:
|
|
40901
|
+
next_record_id:
|
|
40902
|
+
usage:
|
|
40903
|
+
- month: "2024-01-01T00:00:00+00:00"
|
|
40904
|
+
org_name: "Test Org"
|
|
40905
|
+
public_id: "abc-123"
|
|
40906
|
+
region: "us"
|
|
40907
|
+
updated_at: "2024-01-01T00:00:00+00:00"
|
|
40908
|
+
values:
|
|
40909
|
+
infra_host_percentage: 100.0
|
|
40910
|
+
infra_host_usage: 1.0
|
|
38593
40911
|
schema:
|
|
38594
40912
|
$ref: "#/components/schemas/MonthlyUsageAttributionResponse"
|
|
38595
40913
|
description: OK
|
|
@@ -38645,6 +40963,14 @@ paths:
|
|
|
38645
40963
|
"200":
|
|
38646
40964
|
content:
|
|
38647
40965
|
application/json;datetime-format=rfc3339:
|
|
40966
|
+
examples:
|
|
40967
|
+
default:
|
|
40968
|
+
value:
|
|
40969
|
+
usage:
|
|
40970
|
+
- hour: "2024-01-01T00:00:00+00:00"
|
|
40971
|
+
indexed_events_count: 200
|
|
40972
|
+
org_name: example-handle
|
|
40973
|
+
public_id: abc-123
|
|
38648
40974
|
schema:
|
|
38649
40975
|
$ref: "#/components/schemas/UsageNetworkFlowsResponse"
|
|
38650
40976
|
description: OK
|
|
@@ -38704,6 +41030,14 @@ paths:
|
|
|
38704
41030
|
"200":
|
|
38705
41031
|
content:
|
|
38706
41032
|
application/json;datetime-format=rfc3339:
|
|
41033
|
+
examples:
|
|
41034
|
+
default:
|
|
41035
|
+
value:
|
|
41036
|
+
usage:
|
|
41037
|
+
- host_count: 5
|
|
41038
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
41039
|
+
org_name: example-handle
|
|
41040
|
+
public_id: abc-123
|
|
38707
41041
|
schema:
|
|
38708
41042
|
$ref: "#/components/schemas/UsageNetworkHostsResponse"
|
|
38709
41043
|
description: OK
|
|
@@ -38765,6 +41099,14 @@ paths:
|
|
|
38765
41099
|
"200":
|
|
38766
41100
|
content:
|
|
38767
41101
|
application/json;datetime-format=rfc3339:
|
|
41102
|
+
examples:
|
|
41103
|
+
default:
|
|
41104
|
+
value:
|
|
41105
|
+
usage:
|
|
41106
|
+
- hour: "2024-01-01T00:00:00+00:00"
|
|
41107
|
+
online_archive_events_count: 5000
|
|
41108
|
+
org_name: example-handle
|
|
41109
|
+
public_id: abc-123
|
|
38768
41110
|
schema:
|
|
38769
41111
|
$ref: "#/components/schemas/UsageOnlineArchiveResponse"
|
|
38770
41112
|
description: OK
|
|
@@ -38826,6 +41168,15 @@ paths:
|
|
|
38826
41168
|
"200":
|
|
38827
41169
|
content:
|
|
38828
41170
|
application/json;datetime-format=rfc3339:
|
|
41171
|
+
examples:
|
|
41172
|
+
default:
|
|
41173
|
+
value:
|
|
41174
|
+
usage:
|
|
41175
|
+
- avg_container_agent_count: 2
|
|
41176
|
+
host_count: 5
|
|
41177
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
41178
|
+
org_name: example-handle
|
|
41179
|
+
public_id: abc-123
|
|
38829
41180
|
schema:
|
|
38830
41181
|
$ref: "#/components/schemas/UsageProfilingResponse"
|
|
38831
41182
|
description: OK
|
|
@@ -38885,6 +41236,15 @@ paths:
|
|
|
38885
41236
|
"200":
|
|
38886
41237
|
content:
|
|
38887
41238
|
application/json;datetime-format=rfc3339:
|
|
41239
|
+
examples:
|
|
41240
|
+
default:
|
|
41241
|
+
value:
|
|
41242
|
+
usage:
|
|
41243
|
+
- browser_rum_units: 50
|
|
41244
|
+
mobile_rum_units: 50
|
|
41245
|
+
org_name: example-handle
|
|
41246
|
+
public_id: abc-123
|
|
41247
|
+
rum_units: 100
|
|
38888
41248
|
schema:
|
|
38889
41249
|
$ref: "#/components/schemas/UsageRumUnitsResponse"
|
|
38890
41250
|
description: OK
|
|
@@ -38950,6 +41310,15 @@ paths:
|
|
|
38950
41310
|
"200":
|
|
38951
41311
|
content:
|
|
38952
41312
|
application/json;datetime-format=rfc3339:
|
|
41313
|
+
examples:
|
|
41314
|
+
default:
|
|
41315
|
+
value:
|
|
41316
|
+
usage:
|
|
41317
|
+
- hour: "2024-01-01T00:00:00+00:00"
|
|
41318
|
+
org_name: example-handle
|
|
41319
|
+
public_id: abc-123
|
|
41320
|
+
replay_session_count: 10
|
|
41321
|
+
session_count: 100
|
|
38953
41322
|
schema:
|
|
38954
41323
|
$ref: "#/components/schemas/UsageRumSessionsResponse"
|
|
38955
41324
|
description: OK
|
|
@@ -39012,6 +41381,15 @@ paths:
|
|
|
39012
41381
|
"200":
|
|
39013
41382
|
content:
|
|
39014
41383
|
application/json;datetime-format=rfc3339:
|
|
41384
|
+
examples:
|
|
41385
|
+
default:
|
|
41386
|
+
value:
|
|
41387
|
+
usage:
|
|
41388
|
+
- hour: "2024-01-01T00:00:00+00:00"
|
|
41389
|
+
logs_scanned_bytes: 1000000
|
|
41390
|
+
org_name: example-handle
|
|
41391
|
+
public_id: abc-123
|
|
41392
|
+
total_scanned_bytes: 2000000
|
|
39015
41393
|
schema:
|
|
39016
41394
|
$ref: "#/components/schemas/UsageSDSResponse"
|
|
39017
41395
|
description: OK
|
|
@@ -39073,6 +41451,14 @@ paths:
|
|
|
39073
41451
|
"200":
|
|
39074
41452
|
content:
|
|
39075
41453
|
application/json;datetime-format=rfc3339:
|
|
41454
|
+
examples:
|
|
41455
|
+
default:
|
|
41456
|
+
value:
|
|
41457
|
+
usage:
|
|
41458
|
+
- hour: "2024-01-01T00:00:00+00:00"
|
|
41459
|
+
org_name: example-handle
|
|
41460
|
+
public_id: abc-123
|
|
41461
|
+
snmp_devices: 10
|
|
39076
41462
|
schema:
|
|
39077
41463
|
$ref: "#/components/schemas/UsageSNMPResponse"
|
|
39078
41464
|
description: OK
|
|
@@ -39147,6 +41533,18 @@ paths:
|
|
|
39147
41533
|
"200":
|
|
39148
41534
|
content:
|
|
39149
41535
|
application/json;datetime-format=rfc3339:
|
|
41536
|
+
examples:
|
|
41537
|
+
default:
|
|
41538
|
+
value:
|
|
41539
|
+
apm_host_top99p_sum: 2
|
|
41540
|
+
container_avg_sum: 5
|
|
41541
|
+
end_date: "2024-01-31T00:00:00+00:00"
|
|
41542
|
+
last_updated: "2024-01-01T00:00:00+00:00"
|
|
41543
|
+
start_date: "2024-01-01T00:00:00+00:00"
|
|
41544
|
+
usage:
|
|
41545
|
+
- apm_host_top99p: 2
|
|
41546
|
+
container_avg: 5
|
|
41547
|
+
date: "2024-01-01T00:00:00+00:00"
|
|
39150
41548
|
schema:
|
|
39151
41549
|
$ref: "#/components/schemas/UsageSummaryResponse"
|
|
39152
41550
|
description: OK
|
|
@@ -39206,6 +41604,14 @@ paths:
|
|
|
39206
41604
|
"200":
|
|
39207
41605
|
content:
|
|
39208
41606
|
application/json;datetime-format=rfc3339:
|
|
41607
|
+
examples:
|
|
41608
|
+
default:
|
|
41609
|
+
value:
|
|
41610
|
+
usage:
|
|
41611
|
+
- check_calls_count: 50
|
|
41612
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
41613
|
+
org_name: example-handle
|
|
41614
|
+
public_id: abc-123
|
|
39209
41615
|
schema:
|
|
39210
41616
|
$ref: "#/components/schemas/UsageSyntheticsResponse"
|
|
39211
41617
|
description: OK
|
|
@@ -39265,6 +41671,14 @@ paths:
|
|
|
39265
41671
|
"200":
|
|
39266
41672
|
content:
|
|
39267
41673
|
application/json;datetime-format=rfc3339:
|
|
41674
|
+
examples:
|
|
41675
|
+
default:
|
|
41676
|
+
value:
|
|
41677
|
+
usage:
|
|
41678
|
+
- check_calls_count: 50
|
|
41679
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
41680
|
+
org_name: example-handle
|
|
41681
|
+
public_id: abc-123
|
|
39268
41682
|
schema:
|
|
39269
41683
|
$ref: "#/components/schemas/UsageSyntheticsAPIResponse"
|
|
39270
41684
|
description: OK
|
|
@@ -39324,6 +41738,14 @@ paths:
|
|
|
39324
41738
|
"200":
|
|
39325
41739
|
content:
|
|
39326
41740
|
application/json;datetime-format=rfc3339:
|
|
41741
|
+
examples:
|
|
41742
|
+
default:
|
|
41743
|
+
value:
|
|
41744
|
+
usage:
|
|
41745
|
+
- browser_check_calls_count: 20
|
|
41746
|
+
hour: "2024-01-01T00:00:00+00:00"
|
|
41747
|
+
org_name: example-handle
|
|
41748
|
+
public_id: abc-123
|
|
39327
41749
|
schema:
|
|
39328
41750
|
$ref: "#/components/schemas/UsageSyntheticsBrowserResponse"
|
|
39329
41751
|
description: OK
|
|
@@ -39383,6 +41805,16 @@ paths:
|
|
|
39383
41805
|
"200":
|
|
39384
41806
|
content:
|
|
39385
41807
|
application/json;datetime-format=rfc3339:
|
|
41808
|
+
examples:
|
|
41809
|
+
default:
|
|
41810
|
+
value:
|
|
41811
|
+
usage:
|
|
41812
|
+
- hour: "2024-01-01T00:00:00+00:00"
|
|
41813
|
+
num_custom_input_timeseries: 10
|
|
41814
|
+
num_custom_output_timeseries: 5
|
|
41815
|
+
num_custom_timeseries: 100
|
|
41816
|
+
org_name: example-handle
|
|
41817
|
+
public_id: abc-123
|
|
39386
41818
|
schema:
|
|
39387
41819
|
$ref: "#/components/schemas/UsageTimeseriesResponse"
|
|
39388
41820
|
description: OK
|
|
@@ -39461,6 +41893,18 @@ paths:
|
|
|
39461
41893
|
"200":
|
|
39462
41894
|
content:
|
|
39463
41895
|
application/json;datetime-format=rfc3339:
|
|
41896
|
+
examples:
|
|
41897
|
+
default:
|
|
41898
|
+
value:
|
|
41899
|
+
metadata:
|
|
41900
|
+
month: "2024-01-01T00:00:00+00:00"
|
|
41901
|
+
pagination:
|
|
41902
|
+
next_record_id:
|
|
41903
|
+
usage:
|
|
41904
|
+
- avg_metric_hour: 5
|
|
41905
|
+
max_metric_hour: 10
|
|
41906
|
+
metric_category: custom
|
|
41907
|
+
metric_name: test-metric
|
|
39464
41908
|
schema:
|
|
39465
41909
|
$ref: "#/components/schemas/UsageTopAvgMetricsResponse"
|
|
39466
41910
|
description: OK
|
|
@@ -39502,6 +41946,14 @@ paths:
|
|
|
39502
41946
|
"200":
|
|
39503
41947
|
content:
|
|
39504
41948
|
application/json:
|
|
41949
|
+
examples:
|
|
41950
|
+
default:
|
|
41951
|
+
value:
|
|
41952
|
+
users:
|
|
41953
|
+
- disabled: false
|
|
41954
|
+
email: test@example.com
|
|
41955
|
+
handle: test@example.com
|
|
41956
|
+
name: Example Name
|
|
39505
41957
|
schema:
|
|
39506
41958
|
$ref: "#/components/schemas/UserListResponse"
|
|
39507
41959
|
description: OK
|
|
@@ -39549,6 +42001,14 @@ paths:
|
|
|
39549
42001
|
"200":
|
|
39550
42002
|
content:
|
|
39551
42003
|
application/json:
|
|
42004
|
+
examples:
|
|
42005
|
+
default:
|
|
42006
|
+
value:
|
|
42007
|
+
user:
|
|
42008
|
+
disabled: false
|
|
42009
|
+
email: test@example.com
|
|
42010
|
+
handle: test@example.com
|
|
42011
|
+
name: Example Name
|
|
39552
42012
|
schema:
|
|
39553
42013
|
$ref: "#/components/schemas/UserResponse"
|
|
39554
42014
|
description: User created
|
|
@@ -39600,6 +42060,10 @@ paths:
|
|
|
39600
42060
|
"200":
|
|
39601
42061
|
content:
|
|
39602
42062
|
application/json:
|
|
42063
|
+
examples:
|
|
42064
|
+
default:
|
|
42065
|
+
value:
|
|
42066
|
+
message: "User user@example.com disabled"
|
|
39603
42067
|
schema:
|
|
39604
42068
|
$ref: "#/components/schemas/UserDisableResponse"
|
|
39605
42069
|
description: User disabled
|
|
@@ -39641,6 +42105,14 @@ paths:
|
|
|
39641
42105
|
"200":
|
|
39642
42106
|
content:
|
|
39643
42107
|
application/json:
|
|
42108
|
+
examples:
|
|
42109
|
+
default:
|
|
42110
|
+
value:
|
|
42111
|
+
user:
|
|
42112
|
+
disabled: false
|
|
42113
|
+
email: test@example.com
|
|
42114
|
+
handle: test@example.com
|
|
42115
|
+
name: Example Name
|
|
39644
42116
|
schema:
|
|
39645
42117
|
$ref: "#/components/schemas/UserResponse"
|
|
39646
42118
|
description: OK for get user
|
|
@@ -39692,6 +42164,14 @@ paths:
|
|
|
39692
42164
|
"200":
|
|
39693
42165
|
content:
|
|
39694
42166
|
application/json:
|
|
42167
|
+
examples:
|
|
42168
|
+
default:
|
|
42169
|
+
value:
|
|
42170
|
+
user:
|
|
42171
|
+
disabled: false
|
|
42172
|
+
email: test@example.com
|
|
42173
|
+
handle: test@example.com
|
|
42174
|
+
name: Example Name
|
|
39695
42175
|
schema:
|
|
39696
42176
|
$ref: "#/components/schemas/UserResponse"
|
|
39697
42177
|
description: User updated
|
|
@@ -39727,6 +42207,10 @@ paths:
|
|
|
39727
42207
|
"200":
|
|
39728
42208
|
content:
|
|
39729
42209
|
application/json:
|
|
42210
|
+
examples:
|
|
42211
|
+
default:
|
|
42212
|
+
value:
|
|
42213
|
+
valid: true
|
|
39730
42214
|
schema:
|
|
39731
42215
|
$ref: "#/components/schemas/AuthenticationValidationResponse"
|
|
39732
42216
|
description: OK
|
|
@@ -39861,6 +42345,9 @@ paths:
|
|
|
39861
42345
|
"200":
|
|
39862
42346
|
content:
|
|
39863
42347
|
application/json:
|
|
42348
|
+
examples:
|
|
42349
|
+
default:
|
|
42350
|
+
value: {}
|
|
39864
42351
|
schema:
|
|
39865
42352
|
type: object
|
|
39866
42353
|
description: Response from server (always 200 empty JSON).
|
|
@@ -39889,6 +42376,15 @@ paths:
|
|
|
39889
42376
|
- datadoghq.eu
|
|
39890
42377
|
- ddog-gov.com
|
|
39891
42378
|
- us2.ddog-gov.com
|
|
42379
|
+
x-enum-varnames:
|
|
42380
|
+
- US1
|
|
42381
|
+
- US3
|
|
42382
|
+
- US5
|
|
42383
|
+
- AP1
|
|
42384
|
+
- AP2
|
|
42385
|
+
- EU1
|
|
42386
|
+
- GOV
|
|
42387
|
+
- US2_GOV
|
|
39892
42388
|
subdomain:
|
|
39893
42389
|
default: http-intake.logs
|
|
39894
42390
|
description: The subdomain where the API is deployed.
|