Description
Fetch an IPS policy configuration from a given appliance and save it as reference for the given group.
appliance (required)appliance does not need to belong to groupgroup (required)set the fetched IPS policy config as the reference for the given group
Curl sample
curl -v -H 'Content-Type: application/json' https://<cmshost>/wsapis/v2.0.0/proxy/ipsgroup/reference --data '{"appliance": "dsg74", "group": "sysgroup.Web_MPS"}'
Method
POST
Request
{
"appliance": "dsg73",
"group": "sysgroup.Web_MPS"
}Response code
200
400
503