launchdarkly_api 3.7.1 → 3.10.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/README.md +223 -198
- data/docs/FeatureFlagChangeRequest.md +19 -0
- data/docs/FeatureFlagChangeRequestApplyConfigBody.md +8 -0
- data/docs/FeatureFlagChangeRequestConfigBody.md +11 -0
- data/docs/FeatureFlagChangeRequestReview.md +11 -0
- data/docs/FeatureFlagChangeRequestReviewConfigBody.md +9 -0
- data/docs/FeatureFlagChangeRequestReviewStatus.md +7 -0
- data/docs/FeatureFlagChangeRequests.md +9 -0
- data/docs/FeatureFlagConfig.md +2 -0
- data/docs/FeatureFlagsApi.md +313 -0
- data/docs/HierarchicalLinks.md +9 -0
- data/docs/Integration.md +9 -0
- data/docs/IntegrationLinks.md +8 -0
- data/docs/IntegrationSubscription.md +16 -0
- data/docs/IntegrationSubscriptionStatus.md +10 -0
- data/docs/Integrations.md +9 -0
- data/docs/IntegrationsApi.md +334 -0
- data/docs/Rule.md +1 -0
- data/docs/SubscriptionBody.md +12 -0
- data/launchdarkly_api.gemspec +1 -1
- data/lib/launchdarkly_api.rb +16 -1
- data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
- data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
- data/lib/launchdarkly_api/api/custom_roles_api.rb +1 -1
- data/lib/launchdarkly_api/api/customer_metrics_api.rb +1 -1
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +1 -1
- data/lib/launchdarkly_api/api/environments_api.rb +1 -1
- data/lib/launchdarkly_api/api/feature_flags_api.rb +351 -1
- data/lib/launchdarkly_api/api/integrations_api.rb +358 -0
- data/lib/launchdarkly_api/api/projects_api.rb +1 -1
- data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +1 -1
- data/lib/launchdarkly_api/api/root_api.rb +1 -1
- data/lib/launchdarkly_api/api/team_members_api.rb +1 -1
- data/lib/launchdarkly_api/api/user_segments_api.rb +1 -1
- data/lib/launchdarkly_api/api/user_settings_api.rb +1 -1
- data/lib/launchdarkly_api/api/users_api.rb +1 -1
- data/lib/launchdarkly_api/api/webhooks_api.rb +1 -1
- data/lib/launchdarkly_api/api_client.rb +1 -1
- data/lib/launchdarkly_api/api_error.rb +1 -1
- data/lib/launchdarkly_api/configuration.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entries.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_target.rb +1 -1
- data/lib/launchdarkly_api/models/clause.rb +1 -1
- data/lib/launchdarkly_api/models/client_side_availability.rb +1 -1
- data/lib/launchdarkly_api/models/copy_actions.rb +1 -1
- data/lib/launchdarkly_api/models/custom_property.rb +1 -1
- data/lib/launchdarkly_api/models/custom_property_values.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role_body.rb +1 -1
- data/lib/launchdarkly_api/models/custom_roles.rb +1 -1
- data/lib/launchdarkly_api/models/defaults.rb +1 -1
- data/lib/launchdarkly_api/models/destination.rb +1 -1
- data/lib/launchdarkly_api/models/destination_amazon_kinesis.rb +1 -1
- data/lib/launchdarkly_api/models/destination_body.rb +1 -1
- data/lib/launchdarkly_api/models/destination_google_pub_sub.rb +1 -1
- data/lib/launchdarkly_api/models/destination_m_particle.rb +1 -1
- data/lib/launchdarkly_api/models/destination_segment.rb +1 -1
- data/lib/launchdarkly_api/models/destinations.rb +1 -1
- data/lib/launchdarkly_api/models/environment.rb +1 -1
- data/lib/launchdarkly_api/models/environment_post.rb +1 -1
- data/lib/launchdarkly_api/models/evaluation_usage_error.rb +1 -1
- data/lib/launchdarkly_api/models/events.rb +1 -1
- data/lib/launchdarkly_api/models/fallthrough.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_body.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_change_request.rb +325 -0
- data/lib/launchdarkly_api/models/feature_flag_change_request_apply_config_body.rb +184 -0
- data/lib/launchdarkly_api/models/feature_flag_change_request_config_body.rb +229 -0
- data/lib/launchdarkly_api/models/feature_flag_change_request_review.rb +211 -0
- data/lib/launchdarkly_api/models/feature_flag_change_request_review_config_body.rb +233 -0
- data/lib/launchdarkly_api/models/feature_flag_change_request_review_status.rb +31 -0
- data/lib/launchdarkly_api/models/feature_flag_change_requests.rb +194 -0
- data/lib/launchdarkly_api/models/feature_flag_config.rb +23 -5
- data/lib/launchdarkly_api/models/feature_flag_copy_body.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_copy_object.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts_instructions.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status_for_queried_environment.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_statuses.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flags.rb +1 -1
- data/lib/launchdarkly_api/models/flag_list_item.rb +1 -1
- data/lib/launchdarkly_api/models/hierarchical_links.rb +192 -0
- data/lib/launchdarkly_api/models/id.rb +1 -1
- data/lib/launchdarkly_api/models/integration.rb +194 -0
- data/lib/launchdarkly_api/models/integration__links.rb +183 -0
- data/lib/launchdarkly_api/models/integration_subscription.rb +264 -0
- data/lib/launchdarkly_api/models/integration_subscription__status.rb +202 -0
- data/lib/launchdarkly_api/models/integrations.rb +195 -0
- data/lib/launchdarkly_api/models/link.rb +1 -1
- data/lib/launchdarkly_api/models/links.rb +1 -1
- data/lib/launchdarkly_api/models/ma_uby_category.rb +1 -1
- data/lib/launchdarkly_api/models/mau.rb +1 -1
- data/lib/launchdarkly_api/models/mau_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/member.rb +1 -1
- data/lib/launchdarkly_api/models/members.rb +1 -1
- data/lib/launchdarkly_api/models/members_body.rb +1 -1
- data/lib/launchdarkly_api/models/patch_comment.rb +1 -1
- data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
- data/lib/launchdarkly_api/models/policy.rb +1 -1
- data/lib/launchdarkly_api/models/prerequisite.rb +1 -1
- data/lib/launchdarkly_api/models/project.rb +1 -1
- data/lib/launchdarkly_api/models/project_body.rb +1 -1
- data/lib/launchdarkly_api/models/projects.rb +1 -1
- data/lib/launchdarkly_api/models/relay_proxy_config.rb +1 -1
- data/lib/launchdarkly_api/models/relay_proxy_config_body.rb +1 -1
- data/lib/launchdarkly_api/models/relay_proxy_configs.rb +1 -1
- data/lib/launchdarkly_api/models/role.rb +1 -1
- data/lib/launchdarkly_api/models/rollout.rb +1 -1
- data/lib/launchdarkly_api/models/rule.rb +14 -5
- data/lib/launchdarkly_api/models/scheduled_changes_feature_flag_conflict.rb +1 -1
- data/lib/launchdarkly_api/models/semantic_patch_instruction.rb +1 -1
- data/lib/launchdarkly_api/models/semantic_patch_instruction_inner.rb +1 -1
- data/lib/launchdarkly_api/models/semantic_patch_operation.rb +1 -1
- data/lib/launchdarkly_api/models/site.rb +1 -1
- data/lib/launchdarkly_api/models/statement.rb +1 -1
- data/lib/launchdarkly_api/models/stream.rb +1 -1
- data/lib/launchdarkly_api/models/stream_by_sdk.rb +1 -1
- data/lib/launchdarkly_api/models/stream_by_sdk_links.rb +1 -1
- data/lib/launchdarkly_api/models/stream_by_sdk_links_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/stream_links.rb +1 -1
- data/lib/launchdarkly_api/models/stream_sdk_version.rb +1 -1
- data/lib/launchdarkly_api/models/stream_sdk_version_data.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_error.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_links.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_series.rb +1 -1
- data/lib/launchdarkly_api/models/streams.rb +1 -1
- data/lib/launchdarkly_api/models/subscription_body.rb +237 -0
- data/lib/launchdarkly_api/models/target.rb +1 -1
- data/lib/launchdarkly_api/models/token.rb +1 -1
- data/lib/launchdarkly_api/models/token_body.rb +1 -1
- data/lib/launchdarkly_api/models/tokens.rb +1 -1
- data/lib/launchdarkly_api/models/unbounded_segment_target_changes.rb +1 -1
- data/lib/launchdarkly_api/models/unbounded_segment_targets_body.rb +1 -1
- data/lib/launchdarkly_api/models/usage.rb +1 -1
- data/lib/launchdarkly_api/models/usage_error.rb +1 -1
- data/lib/launchdarkly_api/models/usage_links.rb +1 -1
- data/lib/launchdarkly_api/models/user.rb +1 -1
- data/lib/launchdarkly_api/models/user_flag_setting.rb +1 -1
- data/lib/launchdarkly_api/models/user_flag_settings.rb +1 -1
- data/lib/launchdarkly_api/models/user_record.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment_body.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment_rule.rb +1 -1
- data/lib/launchdarkly_api/models/user_segments.rb +1 -1
- data/lib/launchdarkly_api/models/user_settings_body.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flag.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flags.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_segment.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_on_flags_for_user.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_resource_id_for_flag.rb +1 -1
- data/lib/launchdarkly_api/models/users.rb +1 -1
- data/lib/launchdarkly_api/models/variation.rb +1 -1
- data/lib/launchdarkly_api/models/webhook.rb +1 -1
- data/lib/launchdarkly_api/models/webhook_body.rb +1 -1
- data/lib/launchdarkly_api/models/webhooks.rb +1 -1
- data/lib/launchdarkly_api/models/weighted_variation.rb +1 -1
- data/lib/launchdarkly_api/version.rb +2 -2
- data/openapi.yml +511 -1
- data/spec/api/access_tokens_api_spec.rb +1 -1
- data/spec/api/audit_log_api_spec.rb +1 -1
- data/spec/api/custom_roles_api_spec.rb +1 -1
- data/spec/api/customer_metrics_api_spec.rb +1 -1
- data/spec/api/data_export_destinations_api_spec.rb +1 -1
- data/spec/api/environments_api_spec.rb +1 -1
- data/spec/api/feature_flags_api_spec.rb +71 -1
- data/spec/api/integrations_api_spec.rb +105 -0
- data/spec/api/projects_api_spec.rb +1 -1
- data/spec/api/relay_proxy_configurations_api_spec.rb +1 -1
- data/spec/api/root_api_spec.rb +1 -1
- data/spec/api/team_members_api_spec.rb +1 -1
- data/spec/api/user_segments_api_spec.rb +1 -1
- data/spec/api/user_settings_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/audit_log_entries_spec.rb +1 -1
- data/spec/models/audit_log_entry_spec.rb +1 -1
- data/spec/models/audit_log_entry_target_spec.rb +1 -1
- data/spec/models/clause_spec.rb +1 -1
- data/spec/models/client_side_availability_spec.rb +1 -1
- data/spec/models/copy_actions_spec.rb +1 -1
- data/spec/models/custom_property_spec.rb +1 -1
- data/spec/models/custom_property_values_spec.rb +1 -1
- data/spec/models/custom_role_body_spec.rb +1 -1
- data/spec/models/custom_role_spec.rb +1 -1
- data/spec/models/custom_roles_spec.rb +1 -1
- data/spec/models/defaults_spec.rb +1 -1
- data/spec/models/destination_amazon_kinesis_spec.rb +1 -1
- data/spec/models/destination_body_spec.rb +1 -1
- data/spec/models/destination_google_pub_sub_spec.rb +1 -1
- data/spec/models/destination_m_particle_spec.rb +1 -1
- data/spec/models/destination_segment_spec.rb +1 -1
- data/spec/models/destination_spec.rb +1 -1
- data/spec/models/destinations_spec.rb +1 -1
- data/spec/models/environment_post_spec.rb +1 -1
- data/spec/models/environment_spec.rb +1 -1
- data/spec/models/evaluation_usage_error_spec.rb +1 -1
- data/spec/models/events_spec.rb +1 -1
- data/spec/models/fallthrough_spec.rb +1 -1
- data/spec/models/feature_flag_body_spec.rb +1 -1
- data/spec/models/feature_flag_change_request_apply_config_body_spec.rb +41 -0
- data/spec/models/feature_flag_change_request_config_body_spec.rb +59 -0
- data/spec/models/feature_flag_change_request_review_config_body_spec.rb +51 -0
- data/spec/models/feature_flag_change_request_review_spec.rb +59 -0
- data/spec/models/feature_flag_change_request_review_status_spec.rb +35 -0
- data/spec/models/feature_flag_change_request_spec.rb +111 -0
- data/spec/models/feature_flag_change_requests_spec.rb +47 -0
- data/spec/models/feature_flag_config_spec.rb +13 -1
- data/spec/models/feature_flag_copy_body_spec.rb +1 -1
- data/spec/models/feature_flag_copy_object_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_change_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_changes_conflicts_instructions_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_changes_conflicts_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_changes_spec.rb +1 -1
- data/spec/models/feature_flag_spec.rb +1 -1
- data/spec/models/feature_flag_status_across_environments_spec.rb +1 -1
- data/spec/models/feature_flag_status_for_queried_environment_spec.rb +1 -1
- data/spec/models/feature_flag_status_spec.rb +1 -1
- data/spec/models/feature_flag_statuses_spec.rb +1 -1
- data/spec/models/feature_flags_spec.rb +1 -1
- data/spec/models/flag_list_item_spec.rb +1 -1
- data/spec/models/hierarchical_links_spec.rb +47 -0
- data/spec/models/id_spec.rb +1 -1
- data/spec/models/integration__links_spec.rb +41 -0
- data/spec/models/integration_spec.rb +47 -0
- data/spec/models/integration_subscription__status_spec.rb +53 -0
- data/spec/models/integration_subscription_spec.rb +89 -0
- data/spec/models/integrations_spec.rb +47 -0
- data/spec/models/link_spec.rb +1 -1
- data/spec/models/links_spec.rb +1 -1
- data/spec/models/ma_uby_category_spec.rb +1 -1
- data/spec/models/mau_metadata_spec.rb +1 -1
- data/spec/models/mau_spec.rb +1 -1
- data/spec/models/member_spec.rb +1 -1
- data/spec/models/members_body_spec.rb +1 -1
- data/spec/models/members_spec.rb +1 -1
- data/spec/models/patch_comment_spec.rb +1 -1
- data/spec/models/patch_operation_spec.rb +1 -1
- data/spec/models/policy_spec.rb +1 -1
- data/spec/models/prerequisite_spec.rb +1 -1
- data/spec/models/project_body_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/projects_spec.rb +1 -1
- data/spec/models/relay_proxy_config_body_spec.rb +1 -1
- data/spec/models/relay_proxy_config_spec.rb +1 -1
- data/spec/models/relay_proxy_configs_spec.rb +1 -1
- data/spec/models/role_spec.rb +1 -1
- data/spec/models/rollout_spec.rb +1 -1
- data/spec/models/rule_spec.rb +7 -1
- data/spec/models/scheduled_changes_feature_flag_conflict_spec.rb +1 -1
- data/spec/models/semantic_patch_instruction_inner_spec.rb +1 -1
- data/spec/models/semantic_patch_instruction_spec.rb +1 -1
- data/spec/models/semantic_patch_operation_spec.rb +1 -1
- data/spec/models/site_spec.rb +1 -1
- data/spec/models/statement_spec.rb +1 -1
- data/spec/models/stream_by_sdk_links_metadata_spec.rb +1 -1
- data/spec/models/stream_by_sdk_links_spec.rb +1 -1
- data/spec/models/stream_by_sdk_spec.rb +1 -1
- data/spec/models/stream_links_spec.rb +1 -1
- data/spec/models/stream_sdk_version_data_spec.rb +1 -1
- data/spec/models/stream_sdk_version_spec.rb +1 -1
- data/spec/models/stream_spec.rb +1 -1
- data/spec/models/stream_usage_error_spec.rb +1 -1
- data/spec/models/stream_usage_links_spec.rb +1 -1
- data/spec/models/stream_usage_metadata_spec.rb +1 -1
- data/spec/models/stream_usage_series_spec.rb +1 -1
- data/spec/models/streams_spec.rb +1 -1
- data/spec/models/subscription_body_spec.rb +65 -0
- data/spec/models/target_spec.rb +1 -1
- data/spec/models/token_body_spec.rb +1 -1
- data/spec/models/token_spec.rb +1 -1
- data/spec/models/tokens_spec.rb +1 -1
- data/spec/models/unbounded_segment_target_changes_spec.rb +1 -1
- data/spec/models/unbounded_segment_targets_body_spec.rb +1 -1
- data/spec/models/usage_error_spec.rb +1 -1
- data/spec/models/usage_links_spec.rb +1 -1
- data/spec/models/usage_spec.rb +1 -1
- data/spec/models/user_flag_setting_spec.rb +1 -1
- data/spec/models/user_flag_settings_spec.rb +1 -1
- data/spec/models/user_record_spec.rb +1 -1
- data/spec/models/user_segment_body_spec.rb +1 -1
- data/spec/models/user_segment_rule_spec.rb +1 -1
- data/spec/models/user_segment_spec.rb +1 -1
- data/spec/models/user_segments_spec.rb +1 -1
- data/spec/models/user_settings_body_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_for_flag_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_for_flags_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_for_segment_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_on_flags_for_user_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_resource_id_for_flag_spec.rb +1 -1
- data/spec/models/users_spec.rb +1 -1
- data/spec/models/variation_spec.rb +1 -1
- data/spec/models/webhook_body_spec.rb +1 -1
- data/spec/models/webhook_spec.rb +1 -1
- data/spec/models/webhooks_spec.rb +1 -1
- data/spec/models/weighted_variation_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +163 -103
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Build custom integrations with the LaunchDarkly REST API
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 3.
|
|
6
|
+
OpenAPI spec version: 3.10.0
|
|
7
7
|
Contact: support@launchdarkly.com
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: 2.4.8
|
|
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.8
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module LaunchDarklyApi
|
|
14
|
-
VERSION = '3.
|
|
14
|
+
VERSION = '3.10.0'
|
|
15
15
|
end
|
data/openapi.yml
CHANGED
|
@@ -10,7 +10,7 @@ info:
|
|
|
10
10
|
license:
|
|
11
11
|
name: Apache 2.0
|
|
12
12
|
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
|
|
13
|
-
version: 3.
|
|
13
|
+
version: 3.10.0
|
|
14
14
|
host: app.launchdarkly.com
|
|
15
15
|
basePath: /api/v2
|
|
16
16
|
schemes:
|
|
@@ -436,6 +436,105 @@ paths:
|
|
|
436
436
|
$ref: '#/responses/Standard409'
|
|
437
437
|
tags:
|
|
438
438
|
- Feature flags
|
|
439
|
+
'/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests':
|
|
440
|
+
get:
|
|
441
|
+
operationId: getFeatureFlagChangeRequests
|
|
442
|
+
summary: Get all change requests for a feature flag
|
|
443
|
+
parameters:
|
|
444
|
+
- $ref: '#/parameters/ProjectKey'
|
|
445
|
+
- $ref: '#/parameters/FeatureFlagKey'
|
|
446
|
+
- $ref: '#/parameters/EnvironmentKey'
|
|
447
|
+
responses:
|
|
448
|
+
'200':
|
|
449
|
+
schema:
|
|
450
|
+
$ref: '#/definitions/FeatureFlagChangeRequests'
|
|
451
|
+
description: Feature flag change requests response
|
|
452
|
+
'401':
|
|
453
|
+
$ref: '#/responses/Standard401'
|
|
454
|
+
'404':
|
|
455
|
+
$ref: '#/responses/Standard404'
|
|
456
|
+
tags:
|
|
457
|
+
- Feature flags
|
|
458
|
+
post:
|
|
459
|
+
operationId: postFeatureFlagChangeRequest
|
|
460
|
+
parameters:
|
|
461
|
+
- $ref: '#/parameters/ProjectKey'
|
|
462
|
+
- $ref: '#/parameters/FeatureFlagKey'
|
|
463
|
+
- $ref: '#/parameters/EnvironmentKey'
|
|
464
|
+
- $ref: '#/parameters/FeatureFlagChangeRequestPostRequest'
|
|
465
|
+
responses:
|
|
466
|
+
'200':
|
|
467
|
+
schema:
|
|
468
|
+
$ref: '#/definitions/FeatureFlagChangeRequest'
|
|
469
|
+
description: Feature flag change request response
|
|
470
|
+
'401':
|
|
471
|
+
$ref: '#/responses/Standard401'
|
|
472
|
+
'404':
|
|
473
|
+
$ref: '#/responses/Standard404'
|
|
474
|
+
tags:
|
|
475
|
+
- Feature flags
|
|
476
|
+
'/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{featureFlagChangeRequestId}':
|
|
477
|
+
get:
|
|
478
|
+
operationId: getFeatureFlagChangeRequest
|
|
479
|
+
summary: Get a single change request for a feature flag
|
|
480
|
+
parameters:
|
|
481
|
+
- $ref: '#/parameters/ProjectKey'
|
|
482
|
+
- $ref: '#/parameters/FeatureFlagKey'
|
|
483
|
+
- $ref: '#/parameters/EnvironmentKey'
|
|
484
|
+
- $ref: '#/parameters/FeatureFlagChangeRequestId'
|
|
485
|
+
responses:
|
|
486
|
+
'200':
|
|
487
|
+
schema:
|
|
488
|
+
$ref: '#/definitions/FeatureFlagChangeRequests'
|
|
489
|
+
description: Feature flag change request response
|
|
490
|
+
'401':
|
|
491
|
+
$ref: '#/responses/Standard401'
|
|
492
|
+
'404':
|
|
493
|
+
$ref: '#/responses/Standard404'
|
|
494
|
+
tags:
|
|
495
|
+
- Feature flags
|
|
496
|
+
'/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{featureFlagChangeRequestId}/apply':
|
|
497
|
+
post:
|
|
498
|
+
operationId: postApplyFeatureFlagChangeRequest
|
|
499
|
+
summary: Apply change request for a feature flag
|
|
500
|
+
parameters:
|
|
501
|
+
- $ref: '#/parameters/ProjectKey'
|
|
502
|
+
- $ref: '#/parameters/FeatureFlagKey'
|
|
503
|
+
- $ref: '#/parameters/EnvironmentKey'
|
|
504
|
+
- $ref: '#/parameters/FeatureFlagChangeRequestId'
|
|
505
|
+
- $ref: '#/parameters/FeatureFlagChangeRequestApplyPostRequest'
|
|
506
|
+
responses:
|
|
507
|
+
'200':
|
|
508
|
+
schema:
|
|
509
|
+
$ref: '#/definitions/FeatureFlagChangeRequests'
|
|
510
|
+
description: Feature flag change request applied response
|
|
511
|
+
'401':
|
|
512
|
+
$ref: '#/responses/Standard401'
|
|
513
|
+
'404':
|
|
514
|
+
$ref: '#/responses/Standard404'
|
|
515
|
+
tags:
|
|
516
|
+
- Feature flags
|
|
517
|
+
'/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{featureFlagChangeRequestId}/review':
|
|
518
|
+
post:
|
|
519
|
+
operationId: postReviewFeatureFlagChangeRequest
|
|
520
|
+
summary: Review change request for a feature flag
|
|
521
|
+
parameters:
|
|
522
|
+
- $ref: '#/parameters/ProjectKey'
|
|
523
|
+
- $ref: '#/parameters/FeatureFlagKey'
|
|
524
|
+
- $ref: '#/parameters/EnvironmentKey'
|
|
525
|
+
- $ref: '#/parameters/FeatureFlagChangeRequestId'
|
|
526
|
+
- $ref: '#/parameters/FeatureFlagChangeRequestReviewPostRequest'
|
|
527
|
+
responses:
|
|
528
|
+
'200':
|
|
529
|
+
schema:
|
|
530
|
+
$ref: '#/definitions/FeatureFlagChangeRequests'
|
|
531
|
+
description: Feature flag change request reviewed response
|
|
532
|
+
'401':
|
|
533
|
+
$ref: '#/responses/Standard401'
|
|
534
|
+
'404':
|
|
535
|
+
$ref: '#/responses/Standard404'
|
|
536
|
+
tags:
|
|
537
|
+
- Feature flags
|
|
439
538
|
'/segments/{projectKey}/{environmentKey}':
|
|
440
539
|
get:
|
|
441
540
|
summary: Get a list of all user segments in the given project.
|
|
@@ -1500,6 +1599,110 @@ paths:
|
|
|
1500
1599
|
$ref: '#/responses/Standard401'
|
|
1501
1600
|
tags:
|
|
1502
1601
|
- Root
|
|
1602
|
+
/integrations:
|
|
1603
|
+
get:
|
|
1604
|
+
summary: >-
|
|
1605
|
+
Get a list of all configured audit log event integrations associated
|
|
1606
|
+
with this account.
|
|
1607
|
+
operationId: getIntegrations
|
|
1608
|
+
responses:
|
|
1609
|
+
'200':
|
|
1610
|
+
description: Integrations response.
|
|
1611
|
+
schema:
|
|
1612
|
+
$ref: '#/definitions/Integrations'
|
|
1613
|
+
'403':
|
|
1614
|
+
$ref: '#/responses/BetaApi403'
|
|
1615
|
+
tags:
|
|
1616
|
+
- Integrations
|
|
1617
|
+
'/integrations/{integrationKey}':
|
|
1618
|
+
get:
|
|
1619
|
+
summary: Get a list of all configured integrations of a given kind.
|
|
1620
|
+
operationId: getIntegrationSubscriptions
|
|
1621
|
+
parameters:
|
|
1622
|
+
- $ref: '#/parameters/IntegrationKey'
|
|
1623
|
+
responses:
|
|
1624
|
+
'200':
|
|
1625
|
+
description: Integrations response.
|
|
1626
|
+
schema:
|
|
1627
|
+
$ref: '#/definitions/Integration'
|
|
1628
|
+
'403':
|
|
1629
|
+
$ref: '#/responses/BetaApi403'
|
|
1630
|
+
'404':
|
|
1631
|
+
$ref: '#/responses/Standard404'
|
|
1632
|
+
tags:
|
|
1633
|
+
- Integrations
|
|
1634
|
+
post:
|
|
1635
|
+
summary: Create a new integration subscription of a given kind.
|
|
1636
|
+
operationId: postIntegrationSubscription
|
|
1637
|
+
parameters:
|
|
1638
|
+
- $ref: '#/parameters/IntegrationKey'
|
|
1639
|
+
- $ref: '#/parameters/IntegrationPostRequest'
|
|
1640
|
+
responses:
|
|
1641
|
+
'201':
|
|
1642
|
+
description: Integrations response.
|
|
1643
|
+
schema:
|
|
1644
|
+
$ref: '#/definitions/IntegrationSubscription'
|
|
1645
|
+
'400':
|
|
1646
|
+
$ref: '#/responses/Standard400'
|
|
1647
|
+
'401':
|
|
1648
|
+
$ref: '#/responses/Standard401'
|
|
1649
|
+
'409':
|
|
1650
|
+
$ref: '#/responses/Standard409'
|
|
1651
|
+
tags:
|
|
1652
|
+
- Integrations
|
|
1653
|
+
'/integrations/{integrationKey}/{integrationId}':
|
|
1654
|
+
get:
|
|
1655
|
+
summary: Get a single integration subscription by ID.
|
|
1656
|
+
operationId: getIntegrationSubscription
|
|
1657
|
+
parameters:
|
|
1658
|
+
- $ref: '#/parameters/IntegrationKey'
|
|
1659
|
+
- $ref: '#/parameters/IntegrationId'
|
|
1660
|
+
responses:
|
|
1661
|
+
'200':
|
|
1662
|
+
description: Integrations response.
|
|
1663
|
+
schema:
|
|
1664
|
+
$ref: '#/definitions/IntegrationSubscription'
|
|
1665
|
+
'403':
|
|
1666
|
+
$ref: '#/responses/BetaApi403'
|
|
1667
|
+
'404':
|
|
1668
|
+
$ref: '#/responses/Standard404'
|
|
1669
|
+
tags:
|
|
1670
|
+
- Integrations
|
|
1671
|
+
patch:
|
|
1672
|
+
summary: Modify an integration subscription by ID.
|
|
1673
|
+
operationId: patchIntegrationSubscription
|
|
1674
|
+
parameters:
|
|
1675
|
+
- $ref: '#/parameters/IntegrationKey'
|
|
1676
|
+
- $ref: '#/parameters/IntegrationId'
|
|
1677
|
+
- $ref: '#/parameters/PatchRequest'
|
|
1678
|
+
responses:
|
|
1679
|
+
'200':
|
|
1680
|
+
description: Integrations response.
|
|
1681
|
+
schema:
|
|
1682
|
+
$ref: '#/definitions/IntegrationSubscription'
|
|
1683
|
+
'400':
|
|
1684
|
+
$ref: '#/responses/Standard400'
|
|
1685
|
+
'401':
|
|
1686
|
+
$ref: '#/responses/Standard401'
|
|
1687
|
+
'404':
|
|
1688
|
+
$ref: '#/responses/Standard404'
|
|
1689
|
+
tags:
|
|
1690
|
+
- Integrations
|
|
1691
|
+
delete:
|
|
1692
|
+
summary: Delete an integration subscription by ID.
|
|
1693
|
+
operationId: deleteIntegrationSubscription
|
|
1694
|
+
parameters:
|
|
1695
|
+
- $ref: '#/parameters/IntegrationKey'
|
|
1696
|
+
- $ref: '#/parameters/IntegrationId'
|
|
1697
|
+
responses:
|
|
1698
|
+
'204':
|
|
1699
|
+
$ref: '#/responses/Standard204'
|
|
1700
|
+
'401':
|
|
1701
|
+
$ref: '#/responses/Standard401'
|
|
1702
|
+
'404':
|
|
1703
|
+
$ref: '#/responses/Standard404'
|
|
1704
|
+
tags:
|
|
1705
|
+
- Integrations
|
|
1503
1706
|
definitions:
|
|
1504
1707
|
Link:
|
|
1505
1708
|
type: object
|
|
@@ -1765,6 +1968,10 @@ definitions:
|
|
|
1765
1968
|
description: >-
|
|
1766
1969
|
Set to true to send detailed event information when targeting is
|
|
1767
1970
|
enabled but no individual targeting rule is matched.
|
|
1971
|
+
_site:
|
|
1972
|
+
$ref: '#/definitions/Site'
|
|
1973
|
+
_environmentName:
|
|
1974
|
+
type: string
|
|
1768
1975
|
Target:
|
|
1769
1976
|
type: object
|
|
1770
1977
|
properties:
|
|
@@ -1790,6 +1997,8 @@ definitions:
|
|
|
1790
1997
|
type: array
|
|
1791
1998
|
items:
|
|
1792
1999
|
$ref: '#/definitions/Clause'
|
|
2000
|
+
description:
|
|
2001
|
+
type: string
|
|
1793
2002
|
Fallthrough:
|
|
1794
2003
|
type: object
|
|
1795
2004
|
properties:
|
|
@@ -1918,6 +2127,106 @@ definitions:
|
|
|
1918
2127
|
reason:
|
|
1919
2128
|
type: string
|
|
1920
2129
|
description: Feature flag scheduled change conflict reason
|
|
2130
|
+
FeatureFlagChangeRequests:
|
|
2131
|
+
type: object
|
|
2132
|
+
properties:
|
|
2133
|
+
_links:
|
|
2134
|
+
$ref: '#/definitions/Links'
|
|
2135
|
+
items:
|
|
2136
|
+
type: array
|
|
2137
|
+
items:
|
|
2138
|
+
$ref: '#/definitions/FeatureFlagChangeRequest'
|
|
2139
|
+
FeatureFlagChangeRequest:
|
|
2140
|
+
type: object
|
|
2141
|
+
properties:
|
|
2142
|
+
_id:
|
|
2143
|
+
$ref: '#/definitions/Id'
|
|
2144
|
+
_version:
|
|
2145
|
+
type: integer
|
|
2146
|
+
creationDate:
|
|
2147
|
+
type: integer
|
|
2148
|
+
description: >-
|
|
2149
|
+
A unix epoch time in milliseconds specifying the date the change
|
|
2150
|
+
request was requested
|
|
2151
|
+
requestorId:
|
|
2152
|
+
type: string
|
|
2153
|
+
description: The id of the member that requested the change
|
|
2154
|
+
reviewStatus:
|
|
2155
|
+
$ref: '#/definitions/FeatureFlagChangeRequestReviewStatus'
|
|
2156
|
+
status:
|
|
2157
|
+
type: string
|
|
2158
|
+
description: >
|
|
2159
|
+
| Name | Description |
|
|
2160
|
+
|
|
2161
|
+
| --------:| ----------- |
|
|
2162
|
+
|
|
2163
|
+
| pending | the feature flag change request has not been applied yet
|
|
2164
|
+
|
|
|
2165
|
+
|
|
2166
|
+
| completed| the feature flag change request has been applied
|
|
2167
|
+
successfully |
|
|
2168
|
+
|
|
2169
|
+
| failed | the feature flag change request has been applied but the
|
|
2170
|
+
changes were not applied successfully |
|
|
2171
|
+
enum:
|
|
2172
|
+
- pending
|
|
2173
|
+
- completed
|
|
2174
|
+
- failed
|
|
2175
|
+
appliedByMemberID:
|
|
2176
|
+
type: string
|
|
2177
|
+
description: The id of the member that applied the change request
|
|
2178
|
+
appliedDate:
|
|
2179
|
+
type: integer
|
|
2180
|
+
description: >-
|
|
2181
|
+
A unix epoch time in milliseconds specifying the date the change
|
|
2182
|
+
request was applied
|
|
2183
|
+
currentReviewsByMemberId:
|
|
2184
|
+
$ref: '#/definitions/FeatureFlagChangeRequestReview'
|
|
2185
|
+
allReviews:
|
|
2186
|
+
type: array
|
|
2187
|
+
items:
|
|
2188
|
+
$ref: '#/definitions/FeatureFlagChangeRequestReview'
|
|
2189
|
+
notifyMemberIds:
|
|
2190
|
+
type: array
|
|
2191
|
+
items:
|
|
2192
|
+
type: string
|
|
2193
|
+
example:
|
|
2194
|
+
- memberId
|
|
2195
|
+
- memberId2
|
|
2196
|
+
instructions:
|
|
2197
|
+
$ref: '#/definitions/SemanticPatchInstruction'
|
|
2198
|
+
FeatureFlagChangeRequestReview:
|
|
2199
|
+
type: object
|
|
2200
|
+
properties:
|
|
2201
|
+
creationDate:
|
|
2202
|
+
type: integer
|
|
2203
|
+
description: >-
|
|
2204
|
+
A unix epoch time in milliseconds specifying the date the change
|
|
2205
|
+
request was reviewed
|
|
2206
|
+
kind:
|
|
2207
|
+
$ref: '#/definitions/FeatureFlagChangeRequestReviewStatus'
|
|
2208
|
+
memberId:
|
|
2209
|
+
$ref: '#/definitions/Id'
|
|
2210
|
+
_id:
|
|
2211
|
+
$ref: '#/definitions/Id'
|
|
2212
|
+
FeatureFlagChangeRequestReviewStatus:
|
|
2213
|
+
type: string
|
|
2214
|
+
description: >
|
|
2215
|
+
| Name | Description |
|
|
2216
|
+
|
|
2217
|
+
| --------:| ----------- |
|
|
2218
|
+
|
|
2219
|
+
| pending | the feature flag change request has not been reviewed yet |
|
|
2220
|
+
|
|
2221
|
+
| approved | the feature flag change request has been approved and can now
|
|
2222
|
+
be applied |
|
|
2223
|
+
|
|
2224
|
+
| declined | the feature flag change request has been declined and cannot
|
|
2225
|
+
be applied |
|
|
2226
|
+
enum:
|
|
2227
|
+
- pending
|
|
2228
|
+
- approved
|
|
2229
|
+
- declined
|
|
1921
2230
|
ClientSideAvailability:
|
|
1922
2231
|
type: object
|
|
1923
2232
|
properties:
|
|
@@ -3142,6 +3451,93 @@ definitions:
|
|
|
3142
3451
|
- displayKey
|
|
3143
3452
|
- creationDate
|
|
3144
3453
|
- lastModified
|
|
3454
|
+
HierarchicalLinks:
|
|
3455
|
+
type: object
|
|
3456
|
+
properties:
|
|
3457
|
+
parent:
|
|
3458
|
+
$ref: '#/definitions/Link'
|
|
3459
|
+
self:
|
|
3460
|
+
$ref: '#/definitions/Link'
|
|
3461
|
+
IntegrationSubscription:
|
|
3462
|
+
type: object
|
|
3463
|
+
properties:
|
|
3464
|
+
_links:
|
|
3465
|
+
$ref: '#/definitions/HierarchicalLinks'
|
|
3466
|
+
_id:
|
|
3467
|
+
$ref: '#/definitions/Id'
|
|
3468
|
+
kind:
|
|
3469
|
+
type: string
|
|
3470
|
+
description: The type of integration associated with this configuration.
|
|
3471
|
+
example: datadog
|
|
3472
|
+
name:
|
|
3473
|
+
type: string
|
|
3474
|
+
description: The user-defined name associated with this configuration.
|
|
3475
|
+
example: V2
|
|
3476
|
+
config:
|
|
3477
|
+
type: object
|
|
3478
|
+
description: A key-value mapping of configuration fields.
|
|
3479
|
+
example:
|
|
3480
|
+
apiKey: 582**************************116
|
|
3481
|
+
hostURL: 'https://api.datadoghq.com'
|
|
3482
|
+
statements:
|
|
3483
|
+
type: array
|
|
3484
|
+
items:
|
|
3485
|
+
$ref: '#/definitions/Statement'
|
|
3486
|
+
'on':
|
|
3487
|
+
type: boolean
|
|
3488
|
+
description: Whether or not the integration is currently active.
|
|
3489
|
+
example: true
|
|
3490
|
+
tags:
|
|
3491
|
+
type: array
|
|
3492
|
+
items:
|
|
3493
|
+
type: string
|
|
3494
|
+
description: An array of tags for this integration configuration.
|
|
3495
|
+
_status:
|
|
3496
|
+
type: object
|
|
3497
|
+
properties:
|
|
3498
|
+
successCount:
|
|
3499
|
+
type: integer
|
|
3500
|
+
example: 6
|
|
3501
|
+
lastSuccess:
|
|
3502
|
+
type: integer
|
|
3503
|
+
format: int64
|
|
3504
|
+
description: >-
|
|
3505
|
+
A unix epoch time in milliseconds specifying the last time this
|
|
3506
|
+
integration was successfully used.
|
|
3507
|
+
example: 1443652232590
|
|
3508
|
+
errorCount:
|
|
3509
|
+
type: integer
|
|
3510
|
+
example: 2
|
|
3511
|
+
Integration:
|
|
3512
|
+
type: object
|
|
3513
|
+
properties:
|
|
3514
|
+
_links:
|
|
3515
|
+
type: object
|
|
3516
|
+
properties:
|
|
3517
|
+
self:
|
|
3518
|
+
$ref: '#/definitions/Link'
|
|
3519
|
+
items:
|
|
3520
|
+
type: array
|
|
3521
|
+
items:
|
|
3522
|
+
$ref: '#/definitions/IntegrationSubscription'
|
|
3523
|
+
Integrations:
|
|
3524
|
+
type: object
|
|
3525
|
+
properties:
|
|
3526
|
+
_links:
|
|
3527
|
+
type: object
|
|
3528
|
+
description: A mapping of integration types to their respective API endpoints.
|
|
3529
|
+
example:
|
|
3530
|
+
appdynamics:
|
|
3531
|
+
href: /api/v2/integrations/appdynamics
|
|
3532
|
+
type: application/json
|
|
3533
|
+
splunk:
|
|
3534
|
+
href: /api/v2/integrations/splunk
|
|
3535
|
+
type: application/json
|
|
3536
|
+
items:
|
|
3537
|
+
type: array
|
|
3538
|
+
items:
|
|
3539
|
+
type: object
|
|
3540
|
+
$ref: '#/definitions/IntegrationSubscription'
|
|
3145
3541
|
responses:
|
|
3146
3542
|
Standard201:
|
|
3147
3543
|
description: Resource created.
|
|
@@ -3948,4 +4344,118 @@ parameters:
|
|
|
3948
4344
|
An expiration time for the old relay proxy configuration key, expressed as
|
|
3949
4345
|
a Unix epoch time in milliseconds. By default, the relay proxy
|
|
3950
4346
|
configuration will expire immediately
|
|
4347
|
+
FeatureFlagChangeRequestId:
|
|
4348
|
+
name: featureFlagChangeRequestId
|
|
4349
|
+
in: path
|
|
4350
|
+
required: true
|
|
4351
|
+
description: The feature flag change request ID
|
|
4352
|
+
type: string
|
|
4353
|
+
FeatureFlagChangeRequestPostRequest:
|
|
4354
|
+
name: featureFlagChangeRequestConfigBody
|
|
4355
|
+
in: body
|
|
4356
|
+
description: Create a new feature flag change request
|
|
4357
|
+
schema:
|
|
4358
|
+
type: object
|
|
4359
|
+
properties:
|
|
4360
|
+
description:
|
|
4361
|
+
type: string
|
|
4362
|
+
description: >-
|
|
4363
|
+
A name that describes the changes you would like to apply to a
|
|
4364
|
+
feature flag configuration
|
|
4365
|
+
instructions:
|
|
4366
|
+
$ref: '#/definitions/SemanticPatchInstruction'
|
|
4367
|
+
notifyMemberIds:
|
|
4368
|
+
type: array
|
|
4369
|
+
items:
|
|
4370
|
+
type: string
|
|
4371
|
+
example:
|
|
4372
|
+
- memberId
|
|
4373
|
+
- memberId2
|
|
4374
|
+
comment:
|
|
4375
|
+
type: string
|
|
4376
|
+
description: comment will be included in audit log item for change.
|
|
4377
|
+
required:
|
|
4378
|
+
- description
|
|
4379
|
+
- instructions
|
|
4380
|
+
- notifyMemberIds
|
|
4381
|
+
FeatureFlagChangeRequestReviewPostRequest:
|
|
4382
|
+
name: featureFlagChangeRequestReviewConfigBody
|
|
4383
|
+
in: body
|
|
4384
|
+
required: true
|
|
4385
|
+
description: Review a feature flag change request
|
|
4386
|
+
schema:
|
|
4387
|
+
type: object
|
|
4388
|
+
properties:
|
|
4389
|
+
kind:
|
|
4390
|
+
type: string
|
|
4391
|
+
description: Either approve or decline change request
|
|
4392
|
+
enum:
|
|
4393
|
+
- approve
|
|
4394
|
+
- decline
|
|
4395
|
+
example: approve
|
|
4396
|
+
comment:
|
|
4397
|
+
type: string
|
|
4398
|
+
description: comment will be included in audit log item for change.
|
|
4399
|
+
example: This is a comment string
|
|
4400
|
+
required:
|
|
4401
|
+
- kind
|
|
4402
|
+
FeatureFlagChangeRequestApplyPostRequest:
|
|
4403
|
+
name: featureFlagChangeRequestApplyConfigBody
|
|
4404
|
+
in: body
|
|
4405
|
+
required: true
|
|
4406
|
+
description: Apply a new feature flag change request
|
|
4407
|
+
schema:
|
|
4408
|
+
type: object
|
|
4409
|
+
properties:
|
|
4410
|
+
comment:
|
|
4411
|
+
type: string
|
|
4412
|
+
description: comment will be included in audit log item for change.
|
|
4413
|
+
example: Applying approved changes
|
|
4414
|
+
IntegrationKey:
|
|
4415
|
+
name: integrationKey
|
|
4416
|
+
in: path
|
|
4417
|
+
required: true
|
|
4418
|
+
description: The key used to specify the integration kind.
|
|
4419
|
+
type: string
|
|
4420
|
+
IntegrationId:
|
|
4421
|
+
name: integrationId
|
|
4422
|
+
in: path
|
|
4423
|
+
required: true
|
|
4424
|
+
description: The integration ID.
|
|
4425
|
+
type: string
|
|
4426
|
+
IntegrationPostRequest:
|
|
4427
|
+
name: subscriptionBody
|
|
4428
|
+
in: body
|
|
4429
|
+
required: true
|
|
4430
|
+
description: Create a new integration subscription.
|
|
4431
|
+
schema:
|
|
4432
|
+
type: object
|
|
4433
|
+
properties:
|
|
4434
|
+
name:
|
|
4435
|
+
type: string
|
|
4436
|
+
description: A human-readable name for your subscription configuration.
|
|
4437
|
+
example: Example Datadog Integration
|
|
4438
|
+
statements:
|
|
4439
|
+
type: array
|
|
4440
|
+
items:
|
|
4441
|
+
$ref: '#/definitions/Statement'
|
|
4442
|
+
config:
|
|
4443
|
+
type: object
|
|
4444
|
+
description: Integration-specific configuration fields.
|
|
4445
|
+
example:
|
|
4446
|
+
apiKey: 582**************************116
|
|
4447
|
+
hostURL: 'https://api.datadoghq.com'
|
|
4448
|
+
'on':
|
|
4449
|
+
type: boolean
|
|
4450
|
+
example: true
|
|
4451
|
+
description: Whether the integration subscription is active or not.
|
|
4452
|
+
tags:
|
|
4453
|
+
type: array
|
|
4454
|
+
items:
|
|
4455
|
+
type: string
|
|
4456
|
+
example: []
|
|
4457
|
+
description: Tags for the integration subscription.
|
|
4458
|
+
required:
|
|
4459
|
+
- name
|
|
4460
|
+
- config
|
|
3951
4461
|
|