You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added new OpenAPI v3 generator script for library generation.
- Updated existing library generation scripts to include additional supported scopes: 'campusGateway', 'nac', and 'spaces'.
- Improved documentation for various API methods, including parameter descriptions and return types.
- Updated version numbers to reflect changes in the API and library generation capabilities.
- Updated with Dashboard API version 1.65.0
- access (string): A string indicating the rule for which IPs are allowed to use the specified service. Acceptable values are "blocked" (no remote IPs can access the service), "restricted" (only allowed IPs can access the service), and "unrestriced" (any remote IP can access the service). This field is required
449
-
- allowedIps (array): An array of allowed IPs that can access the service. This field is required if "access" is set to "restricted". Otherwise this field is ignored
449
+
- allowedIps (array): An array of allowed CIDRs that can access the service. This field is required if "access" is set to "restricted". Otherwise this field is ignored
- groupPolicyId (string): The id of the desired group policy to apply to the VLAN
2158
2158
- vpnNatSubnet (string): The translated VPN subnet if VPN and VPN subnet translation are enabled on the VLAN
2159
2159
- dhcpHandling (string): The appliance's handling of DHCP requests on this VLAN. One of: 'Run a DHCP server', 'Relay DHCP to another server' or 'Do not respond to DHCP requests'
2160
-
- dhcpRelayServerIps (array): The IPs of the DHCP servers that DHCP requests should be relayed to
2160
+
- dhcpRelayServerIps (array): The IPs (IPv4) of the DHCP servers that DHCP requests should be relayed to. CIDR/subnet notation and hostnames are not supported.
2161
2161
- dhcpLeaseTime (string): The term of DHCP leases if the appliance is running a DHCP server on this VLAN. One of: '30 minutes', '1 hour', '4 hours', '12 hours', '1 day' or '1 week'
2162
2162
- dhcpBootOptionsEnabled (boolean): Use DHCP boot options specified in other properties
2163
2163
- dhcpBootNextServer (string): DHCP boot option to direct boot clients to the server to load the boot file from
- boundaryIds (array): A list of boundary ids. The returned cameras will be filtered to only include these ids.
878
+
- ranges (array): A list of time ranges with intervals
878
879
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
879
880
- direction (string): direction to paginate, either "next" (default) or "prev" page
880
881
- duration (integer): The minimum time, in seconds, that the person or car remains in the area to be counted. Defaults to boundary configuration or 60.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
82
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
83
+
- networkIds (array): Networks for which information should be gathered.
84
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 100. Default is 50.
85
+
- startingAfter (string): A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
86
+
- endingBefore (string): A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- startingAfter (string): A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
50
50
- endingBefore (string): A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
51
51
- subscriptionIds (array): List of subscription ids to fetch
52
-
- startDate (string): Filter subscriptions by start date, ISO 8601 format. To filter with a range of dates, use 'startDate[<option>]=?' in the request. Accepted options include lt, gt, lte, gte.
53
-
- endDate (string): Filter subscriptions by end date, ISO 8601 format. To filter with a range of dates, use 'endDate[<option>]=?' in the request. Accepted options include lt, gt, lte, gte.
54
52
- statuses (array): List of statuses that returned subscriptions can have
55
53
- productTypes (array): List of product types that returned subscriptions need to have entitlements for.
56
54
- skus (array): List of SKUs that returned subscriptions need to have entitlements for.
57
55
- name (string): Search for subscription name
56
+
- startDate (string): Filter subscriptions by start date, ISO 8601 format. To filter with a range of dates, use 'startDate[<option>]=?' in the request. Accepted options include lt, gt, lte, gte.
57
+
- endDate (string): Filter subscriptions by end date, ISO 8601 format. To filter with a range of dates, use 'endDate[<option>]=?' in the request. Accepted options include lt, gt, lte, gte.
0 commit comments