Skip to main content

Move an app override rule

POST 

/sse/config/v1/app-override-rules/:id:move

Move an app override rule.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Query Parameters

    folder stringrequired

    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.

Body

The app override rule you want to move

    destination stringrequired

    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 stringrequired

    Possible values: [pre, post]

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

Responses

Ok

Loading...