Add a policy using the REST API command. When adding a policy you will have the option of saving the policy or saving and publishing the policy. Using the REST API command given below you are able to save a created Policy and this policy will be in the inactive state.
For a better understanding on how this works via the EMM consoles, see Adding a Policy.
For more information on adding an active policy via the REST API, see Adding an Active Policy.
Define the path to the JSON file, which includes the required properties to add a policy as the as the <JSON_PAYLOAD> value. For more information, see the Sample JSON Definition.
By default, <EMM_HOST> is localhost. However, if you are using a public IP, the respective IP address or domain needs to be specified.
By default, <EMM_HTTPS_PORT> has been set to 9443. However, if the port offset has been incremented by n, the default port value needs to be incremented by n.
Provide a description on what the policy is based on.
Compliance
Define the non-compliance rules. WSO2 EMM provides the following non-compliance rules:
Enforce - Forcefully enforce the policies on the devices.
Warning - If the device does not adhere to the given policies a warning message will be sent.
Monitor - If the device does not adhere to the given policies the server is notified of the violation unknown to the user and the administrator can take the necessary actions with regard to the reported.
ownershipType
Define the define ownership type using the values given below:
ANY - The policy will be applied on the BYOD and COPE device types.
BYOD (Bring Your Own Device) - The policy will only be applied on the BYOD device type.
COPE (Corporate-Owned, Personally-Enabled) - The policy will only be applied on the COPE device type.
profile
Provide the policy profile details.
profileName
The name of the policy that is being added.
deviceType
The ID used to define the type of the device platform.
In the context of adding a policy for cameras. The filed is used to define if the camera on the device is permitted to be used or not.
true - The camera is enabled.
false - the camera is disabled.
users
Define the users the policy needs to be applied on. The policy will be applied on the respective users devices.
roles
Define the roles the policy needs to be applied on. The policy will be applied on the respective user roles devices.
Info
If you wish to add a new policy criteria that what is already supported by WSO2 EMM (users and roles) you can do so by defining a anew policy criteria within the "policyCriterias":[] field.