{ "extends": { "$ref": "ListRequestParameters }, "id": "SwitchingProfileListParameters", "module_id": "BaseSwitchingProfile", "properties": { "cursor": { "readonly": false, "title": "Opaque cursor to be used for getting next page of records (supplied by current result page)", "type": "string" }, "include_system_owned": { "default": false, "required": false, "title": "Whether the list result contains system resources", "type": "boolean" }, "included_fields": { "title": "Comma separated list of fields that should be included in query result", "type": "string" }, "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" }, "switching_profile_type": { "required": false, "title": "comma-separated list of switching profile types, e.g. ?switching_profile_type=QosSwitchingProfile,IpDiscoverySwitchingProfile", "type": "string" } }, "title": "Switching profile list parameters", "type": "object" }