Skip to main content

Create Policy Set (v3.0)

Create a new policy set.

Path Parameters
  • tenant_id string required

    The tenant ID.

Request Body

Details of the policy set to be created

  • bandwidth_allocation_schemes BandwidthAllocationScheme[] required

    Allocate or modify the percentage of bandwidth configured for each priority and application traffic type. Can configure up to four bandwidth allocation schemes.

  • Array [
  • bandwidth_range BandwidthRange

    The details of the bandwidth range.

  • high double

    The high range of the bandwidth allocated.

  • low double

    The low range of the bandwidth allocated.

  • business_priorities BusinessPriority[]

    Information on the business priorities.

  • Array [
  • bandwidth_allocation double

    The bandwidth allocated.

  • bandwidth_split_per_type BandwidthSplit

    The bandwidth split per type.

  • bulk double

    Bulk

  • rt_audio double

    Rt Audio

  • rt_video double

    Rt Video

  • transactional double

    Transactional

  • priority_num int32

    The priority number.

  • ]
  • ]
  • business_priority_names BusinessPriorityNameMapper[] required

    The list of business priority names. Max size = 4.

  • Array [
  • priority_name string

    The business priority name.

  • priority_num int32

    The business priority number.

  • ]
  • clone_from string

    The existing policy for cloning the policy set.

  • default_policy boolean

    The default policy.

  • description

    The description of the policy set.

  • id string

    The policy set ID.

  • name string required

    The name of the policy set. Max size = 128.

  • policy_stance string

    Possible values: [CONSERVATIVE, STANDARD, OPTIMUM]

    The policy stance is pre-defined. The security policy set populates automatically with the default policy rules (self-zone, default, and intra-zone) and cannot be edited.

Responses

Successful Operation


Schema
  • bandwidth_allocation_schemes BandwidthAllocationScheme[] required

    Allocate or modify the percentage of bandwidth configured for each priority and application traffic type. Can configure up to four bandwidth allocation schemes.

  • Array [
  • bandwidth_range BandwidthRange

    The details of the bandwidth range.

  • high double

    The high range of the bandwidth allocated.

  • low double

    The low range of the bandwidth allocated.

  • business_priorities BusinessPriority[]

    Information on the business priorities.

  • Array [
  • bandwidth_allocation double

    The bandwidth allocated.

  • bandwidth_split_per_type BandwidthSplit

    The bandwidth split per type.

  • bulk double

    Bulk

  • rt_audio double

    Rt Audio

  • rt_video double

    Rt Video

  • transactional double

    Transactional

  • priority_num int32

    The priority number.

  • ]
  • ]
  • business_priority_names BusinessPriorityNameMapper[] required

    The list of business priority names. Max size = 4.

  • Array [
  • priority_name string

    The business priority name.

  • priority_num int32

    The business priority number.

  • ]
  • default_policy boolean

    The default policy.

  • description

    The description of the policy set.

  • id string

    The policy set ID.

  • name string required

    The name of the policy set. Max size = 128.

Loading...