Description
Return all IPS groups and their corresponding group members.
This API will filter all empty groups, groups with no Network Security appliances, and groups with Network Security appliances running less than version 9.0.x. Also appliances other than Network Security will be filtered out.
Curl sample
curl -v -H 'Content-Type: application/json 'https://<cmshost>/wsapis/v2.0.0/proxy/ipsgroup/groups
Method
GET
Response
[
{
"appliances": [
"65HA-1-148",
"65HA-2-150",
"dsg74"
],
"group": "sysgroup.Web_MPS",
"group_type": "system",
"unsupported_appls": [
"dsg20",
"dsg21"
]
},
{
"appliances": [
"65HA-1-148",
"65HA-2-150",
"dsg74"
],
"group": "all",
"group_type": "system"
},
{
"appliances": [
"65HA-1-148",
"65HA-2-150"
],
"group": "6500-HA",
"group_type": "nxha"
}
]Response code
200
503