DeploymentCreateSettingsedit

Additional configuration for the new deployment object.

Propertiesedit

ip_filtering_settings (IpFilteringSettings)
DEPRECATED (Scheduled to be removed in the next major version): The set of rulesets applies to this deployment.
observability (DeploymentObservabilitySettings)
Observability settings for this deployment
traffic_filter_settings (TrafficFilterSettings)
The traffic filter rulesets to apply to 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"
         }
      }
   },
   "traffic_filter_settings" : {
      "rulesets" : [
         "string"
      ]
   }
}