{ "extends": { "$ref": "ListRequestParameters }, "id": "IpfixConfigListParameters", "module_id": "Ipfix", "properties": { "applied_to": { "description": "An applied to UUID working as listing condition", "required": false, "title": "Applied To", "type": "string" }, "cursor": { "readonly": false, "title": "Opaque cursor to be used for getting next page of records (supplied by current result page)", "type": "string" }, "included_fields": { "title": "Comma separated list of fields that should be included in query result", "type": "string" }, "ipfix_config_type": { "$ref": "IpfixConfigType, "required": false, "title": "Type of IPFIX Config" }, "page_size": { "default": 1000, "maximum": 1000, "minimum": 0, "title": "Maximum number of results to return in this page (server may return fewer)", "type": "integer" }, "sort_ascending": { "type": "boolean" }, "sort_by": { "title": "Field by which records are sorted", "type": "string" } }, "title": "IPFIX Config List Parameters", "type": "object" }