Skip to main content

Update Network Policy Rule (v2.1)

Update a network policy rule of a tenant.

Path Parameters
  • policy_set_id string required

    The network policy set ID.

  • policy_rule_id string required

    ID of the network policy rule.

Request Body

Details to update the Network Policy policy rule.

  • app_def_ids string[]

    The app definition IDs that have applied network policy rules. The number of applications for a policy rule is limited to 256.

  • description

    The description of the network policy rule. Max size = 256.

  • destination_prefixes_id string

    The destination prefix ID.

  • enabled boolean

    The network policy rule based on rules that are enabled.

  • id string

    The network policy rule ID.

  • name string required

    The name of the network policy rule. Max size = 128.

  • network_context_id string

    The network context applied to the network policy rule. Network context segments network traffic for the purpose of applying different network policy rules for the same application.

  • order_number integer

    The network policy rule order number. The default order number for a policy rule is 1024.

  • paths_allowed PathsAllowedV2N1 required

    The paths allowed for the application.

  • active_paths WANPath[]

    Active Paths

  • Array [
  • label string

    The label to identify the path.

  • path_type string required

    Possible values: [vpn, direct, servicelink]

    The path type.

  • ]
  • backup_paths WANPath[]

    Backup Paths

  • Array [
  • label string

    The label to identify the path.

  • path_type string required

    Possible values: [vpn, direct, servicelink]

    The path type.

  • ]
  • l3_failure_paths WANPath[]

    L3 Failure Paths

  • Array [
  • label string

    The label to identify the path.

  • path_type string required

    Possible values: [vpn, direct, servicelink]

    The path type.

  • ]
  • service_context ServiceContext

    Information on the service context.

  • active_service_label_id string required

    The configured active service label ID.

  • active_service_label_type string

    Possible values: [CG_TRANSIT, NON_CG_TRANSIT, SASE]

    The configured active service label type.

  • backup_service_label_id string

    The configured backup service label ID.

  • backup_service_label_type string

    Possible values: [CG_TRANSIT, NON_CG_TRANSIT, SASE]

    The configured backup service label type.

  • type string required

    Possible values: [ALLOWED_TRANSIT, REQUIRED_TRANSIT]

    The type of service context.

  • source_prefixes_id string

    The ID of the source prefixes.

  • tags string[]

    A information field that can be added to identify the network policy rule. Maximum 10 unique tags of length 1024 each are allowed.

Responses

Successful Operation


Schema
  • app_def_ids string[]

    The app definition IDs that have applied network policy rules. The number of applications for a policy rule is limited to 256.

  • description

    The description of the network policy rule. Max size = 256.

  • destination_prefixes_id string

    The destination prefix ID.

  • enabled boolean

    The network policy rule based on rules that are enabled.

  • id string

    The network policy rule ID.

  • name string

    The name of the network policy rule. Max size = 128.

  • network_context_id string

    The network context applied to the network policy rule. Network context segments network traffic for the purpose of applying different network policy rules for the same application.

  • order_number integer

    The network policy rule order number. The default order number for a policy rule is 1024.

  • paths_allowed PathsAllowedV2N1

    The paths allowed for the application.

  • active_paths WANPath[]

    Active Paths

  • Array [
  • label string

    The label to identify the path.

  • path_type string required

    Possible values: [vpn, direct, servicelink]

    The path type.

  • ]
  • backup_paths WANPath[]

    Backup Paths

  • Array [
  • label string

    The label to identify the path.

  • path_type string required

    Possible values: [vpn, direct, servicelink]

    The path type.

  • ]
  • l3_failure_paths WANPath[]

    L3 Failure Paths

  • Array [
  • label string

    The label to identify the path.

  • path_type string required

    Possible values: [vpn, direct, servicelink]

    The path type.

  • ]
  • service_context ServiceContext

    Information on the service context.

  • active_service_label_id string required

    The configured active service label ID.

  • active_service_label_type string

    Possible values: [CG_TRANSIT, NON_CG_TRANSIT, SASE]

    The configured active service label type.

  • backup_service_label_id string

    The configured backup service label ID.

  • backup_service_label_type string

    Possible values: [CG_TRANSIT, NON_CG_TRANSIT, SASE]

    The configured backup service label type.

  • type string required

    Possible values: [ALLOWED_TRANSIT, REQUIRED_TRANSIT]

    The type of service context.

  • source_prefixes_id string

    The ID of the source prefixes.

  • tags string[]

    A information field that can be added to identify the network policy rule. Maximum 10 unique tags of length 1024 each are allowed.

Loading...