Skip to main content

Move a qos policy rule

Move a qos policy rule.

Path Parameters
    id string required

    The resource's unique identifier.

Query Parameters
    folder string required

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Request Body

The qos policy rule you want to move

    destination string required

    Possible values: [top, bottom, before, after]

    A destination of the rule. Valid destination values are top, bottom, before and after.

    destination_rule string

    A destination_rule attribute is required only if the destination value is before or after. Valid destination_rule values are existing rule UUIDs within the same container.

    rulebase string required

    Possible values: [pre, post]

    A base of a rule. Valid rulebase values are pre and post.

Responses

Ok

Loading...