NSGroupInfo (type)

{
  "description": "NSGroupInfo contains information about a particular NSGroup used in a SI Rule. It also contains information about policy path used to create this NSGroup.", 
  "id": "NSGroupInfo", 
  "module_id": "ServiceInsertionCommonTypes", 
  "properties": {
    "nsgroup": {
      "$ref": "ResourceReference, 
      "description": "NSGroup Data.", 
      "readonly": true, 
      "required": false, 
      "title": "NSGroup"
    }, 
    "nsgroup_policy_path": {
      "description": "Relative Policy path of a particular NSGroup.", 
      "readonly": true, 
      "required": true, 
      "title": "Policy Path of a Particular NSGroup", 
      "type": "string"
    }
  }, 
  "title": "NSGroupInfo", 
  "type": "object"
}