A newer version is available. For the latest information, see the
current release documentation.
DeploymentSettings
edit
Additional configuration about the current deployment object.
Propertiesedit
-
ip_filtering_settings
(IpFilteringSettings
) - DEPRECATED The set of IP filtering rulesets applies to this deployment.
-
observability
(DeploymentObservabilitySettings
) - Logging and monitoring settings for this deployment
-
traffic_filter_settings
(TrafficFilterSettings
) - The traffic filter rulesets for this deployment.
Exampleedit
{ "ip_filtering_settings" : { "rulesets" : [ "string" ] }, "observability" : { "logging" : { "destination" : { "deployment_id" : "string", "ref_id" : "string" } }, "metrics" : { "destination" : { "deployment_id" : "string", "ref_id" : "string" }, "force_legacy_monitoring" : true } }, "traffic_filter_settings" : { "rulesets" : [ "string" ] } }