BridgeProfileRequestParameters (type)

{
  "additionalProperties": false, 
  "id": "BridgeProfileRequestParameters", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "bridge_profile_path": {
      "description": "Policy path of Bridge profile using which a bridge end point was created.", 
      "required": true, 
      "title": "Bridge profile path", 
      "type": "string"
    }, 
    "enforcement_point_path": {
      "description": "Enforcement point path.", 
      "title": "String Path of the enforcement point", 
      "type": "string"
    }
  }, 
  "title": "Bridge profile request parameters", 
  "type": "object"
}