PoliciesΒΆ

Used to manage policies for profiles

Resource URL:

https://[replicator]/api/1/policies/[action]/[network]/[cidr]/[profile]/[incexc]

Parameter

Description

[replicator]

Hostname or IP address of the Plixer Replicator

[action]

add or remove

[network]

address of the network (e.g. 172.17.0.0)

[cidr]

CIDR of the network specified (e.g. 16)

[profile]

Target profile for the operation

[incexc]

include or exclude

Example request:

https://10.30.17.131/api/1/policies/add/10.1.20.0/16/myprofile/include

Example response:
{
    "description": "Success: Policy [10.1.20.0/16] -> Profile [myprofile]",
    "result": "success"
}