Get an array of vrf objectsget https://example.com/api/vrfsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query Paramscount_onlybooleanReturn only the count of objects in the result property of the response.truefalsefabricsarrayReturn VRFs 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 fabricsswitchesarrayGet VRFs 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 switchesip_interfacesbooleanInclude Interface information with each Virtual Routing Forwarding object in the response body.truefalseip_static_routesbooleanInclude static route information with each Virtual Routing Forwarding object in the response body.truefalseinclude_bgp_globalbooleanInclude Border Gateway Protocol Global configuration with each Virtual Routing Forwarding object in the response body.truefalseinclude_bgpbooleanInclude Border Gateway Protocol information with each Virtual Routing Forwarding object in the response body.truefalseinclude_networksbooleanInclude Network objects for each VRF object in the response bodytruefalseinclude_ospf_globalbooleanInclude Open Shortest Path First Global configuration with each Virtual Routing Forwarding object in the response body.truefalseinclude_ospfbooleanInclude Open Shortest Path First Routers information with each Virtual Routing Forwarding object in the response body.truefalseinclude_summary_addressesbooleanInclude Open Shortest Path First Summary Addresses information with each Virtual Routing Forwarding object in the response body if include_ospf is True.truefalseinclude_referenced_objectsbooleanIf returning Virtual Routing Forwarding child objects in the response body, also include any objects referenced by those child objects in the response.For IP Interfaces of type 'routed', the LAG and switch objects on which the Interface was created will be included, along with the member ports of the LAG.truefalsetypearray of stringsReturn vrfs only for the type defined. type can be default, mgmt, user.typeADD stringpageintegerReturn the array of Virtual Routing Forwarding objects contained in the given page numberpage_sizeintegerReturn an array of Virtual Routing Forwarding objects of the given sizefilterstringFilter data results by query stringResponses 200Success 400Invalid Input 401Error: UnauthorizedUpdated over 2 years ago