ConsolidatedEffectiveIPListRequestParameters (type)

{
  "additionalProperties": false, 
  "description": "List request params for the pass through type api that get data from the Enforcement point. Enforcement point is mandatory for this request.", 
  "extends": {
    "$ref": "ConsolidatedAPIListRequestParameters
  }, 
  "id": "ConsolidatedEffectiveIPListRequestParameters", 
  "module_id": "PolicyGroupRealization", 
  "properties": {
    "cursor": {
      "readonly": false, 
      "title": "Opaque cursor to be used for getting next page of records (supplied by current result page)", 
      "type": "string"
    }, 
    "enforcement_point_path": {
      "description": "The path of the enforcement point on which the API needs to be executed. Forward slashes must be escaped using %2F.", 
      "required": false, 
      "title": "String Path of the enforcement point", 
      "type": "string"
    }, 
    "included_fields": {
      "title": "Comma separated list of fields that should be included in query result", 
      "type": "string"
    }, 
    "ip_filter": {
      "$ref": "IPElement, 
      "description": "This filter can be used to verify an ip membership in the effective results", 
      "required": false, 
      "title": "An IPAddress or subnet for filtering the results."
    }, 
    "page_size": {
      "default": 1000, 
      "maximum": 1000, 
      "minimum": 0, 
      "title": "Maximum number of results to return in this page (server may return fewer)", 
      "type": "integer"
    }, 
    "site_id": {
      "required": false, 
      "title": "UUID of the site from which the effective IP addresses are to be fetched\n", 
      "type": "string"
    }, 
    "sort_ascending": {
      "type": "boolean"
    }, 
    "sort_by": {
      "title": "Field by which records are sorted", 
      "type": "string"
    }
  }, 
  "title": "Consolidated API Realization list request params", 
  "type": "object"
}