Get an array of Port objectsget https://example.com/api/portsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query Paramscount_onlybooleanReturn only the count of Port objects in the result property of the response.truefalsefabricsarrayReturn Ports for the given list of fabric UUIDs. Note that while the data type is array[string], the parameter value constructed by clients can be either: Multiple instances of the parameter with distinct values, e.g. foo=bar&foo=baz translates to values bar and baz for parameter foo One value (with no delimiter), e.g. foo=bar Comma-separated list of strings, e.g. foo=bar,baz translates to the values bar and baz for parameter foo NOTE: character encoding of the comma (,) character (%2C) as a delimiter is not supported Parameter values can contain commas, but they must be encoded, e.g. foo=bar,baz%2Czab translates to the values bar and baz,zab for parameter foo fabricsl2vpnbooleanIf there is a L2VPN object associated with this object, return the L2VPN's UUIDtruefalselagbooleanInclude related lag object as a property of each port object in the response bodytruefalsepageintegerReturn the array of Port objects contained in the given page numberpage_sizeintegerReturn an array of Port objects of the given sizeport_labelstringReturn an array of Port objects with the matching labelslotintegerReturn an array of Port objects belonging to a slot.Returns empty for non chassis based switches.port_security_enabledboolean Include ports which have port security: true - enabled or false - disabled truefalseswitchesarrayReturn Ports for the given list of Switch UUIDs. Note that while the data type is array[string], the parameter value constructed by clients can be either: Multiple instances of the parameter with distinct values, e.g. foo=bar&foo=baz translates to values bar and baz for parameter foo One value (with no delimiter), e.g. foo=bar Comma-separated list of strings, e.g. foo=bar,baz translates to the values bar and baz for parameter foo NOTE: character encoding of the comma (,) character (%2C) as a delimiter is not supported Parameter values can contain commas, but they must be encoded, e.g. foo=bar,baz%2Czab translates to the values bar and baz,zab for parameter foo switchestagsbooleanInclude related tag list as a property of each object in the response bodytruefalsevlan_groupsbooleanInclude an array of related VLAN group objects as a property of each port object in the response bodytruefalsetypestringenumFilter the result set based on the value of each object's type property value, which can be one of: access: exist by default on switches and are for general use. accessuplinkcustomAllowed:accessuplinkcustomneighborsbooleanInclude an array of neighbor (learned via CDP, LLDP, or user-defined) within the neighbors property of each port object in the response bodytruefalsefilterstringFilter data results by query stringResponses 200Success 401Error: UnauthorizedUpdated over 2 years ago