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
- motionDetectorVersion (integer): The version of the motion detector that will be used by the camera. Only applies to Gen 2 cameras. Defaults to v2.
487
487
- smartRetention (object): Smart Retention records footage in two qualities and intelligently retains higher quality when motion, people or vehicles are detected.
488
488
- scheduleId (string): Schedule for which this camera will record video, or 'null' to always record.
489
-
- maxRetentionDays (integer): The maximum number of days for which the data will be stored, or 'null' to keep data until storage space runs out. If the former, it can be one of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 30, 60, 90] days.
489
+
- maxRetentionDays (integer): The maximum number of days for which the data will be stored, or 'null' to keep data until storage space runs out. If the former, it can be in the range of one to ninety days.
490
490
- videoSettings (object): Video quality and resolution settings for all the camera models.
- motionDetectorVersion (integer): The version of the motion detector that will be used by the camera. Only applies to Gen 2 cameras. Defaults to v2.
543
543
- smartRetention (object): Smart Retention records footage in two qualities and intelligently retains higher quality when motion, people or vehicles are detected.
544
544
- scheduleId (string): Schedule for which this camera will record video, or 'null' to always record.
545
-
- maxRetentionDays (integer): The maximum number of days for which the data will be stored, or 'null' to keep data until storage space runs out. If the former, it can be one of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 30, 60, 90] days.
545
+
- maxRetentionDays (integer): The maximum number of days for which the data will be stored, or 'null' to keep data until storage space runs out. If the former, it can be in the range of one to ninety days.
546
546
- videoSettings (object): Video quality and resolution settings for all the camera models.
- body (string): The liquid template used for the body of the webhook message. Either `body` or `bodyFile` must be specified.
2799
2799
- headers (array): The liquid template used with the webhook headers.
2800
-
- bodyFile (string): A file containing liquid template used for the body of the webhook message. Either `body` or `bodyFile` must be specified.
2801
-
- headersFile (string): A file containing the liquid template used with the webhook headers.
2800
+
- bodyFile (string): A Base64 encoded file containing liquid template used for the body of the webhook message. Either `body` or `bodyFile` must be specified.
2801
+
- headersFile (string): A Base64 encoded file containing the liquid template used with the webhook headers.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2581
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2582
+
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
2583
+
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
2584
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 20. Default is 20.
2585
+
- 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.
2586
+
- 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.
2587
+
- configurationUpdatedAfter (string): Optional parameter to filter items to switches where the configuration has been updated after the given timestamp.
2588
+
- mac (string): Optional parameter to filter items to switches with MAC addresses that contain the search term or are an exact match.
2589
+
- macs (array): Optional parameter to filter items to switches that have one of the provided MAC addresses.
2590
+
- name (string): Optional parameter to filter items to switches with names that contain the search term or are an exact match.
2591
+
- networkIds (array): Optional parameter to filter items to switches in one of the provided networks.
2592
+
- portProfileIds (array): Optional parameter to filter items to switches that contain switchports belonging to one of the specified port profiles.
2593
+
- serial (string): Optional parameter to filter items to switches with serial number that contains the search term or are an exact match.
2594
+
- serials (array): Optional parameter to filter items to switches that have one of the provided serials.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2696
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2697
+
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
2698
+
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
2699
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 20. Default is 10.
2700
+
- 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.
2701
+
- 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.
2702
+
- configurationUpdatedAfter (string): Optional parameter to filter items to switches where the configuration has been updated after the given timestamp.
2703
+
- mac (string): Optional parameter to filter items to switches with MAC addresses that contain the search term or are an exact match.
2704
+
- macs (array): Optional parameter to filter items to switches that have one of the provided MAC addresses.
2705
+
- name (string): Optional parameter to filter items to switches with names that contain the search term or are an exact match.
2706
+
- networkIds (array): Optional parameter to filter items to switches in one of the provided networks.
2707
+
- portProfileIds (array): Optional parameter to filter items to switches that contain switchports belonging to one of the specified port profiles.
2708
+
- serial (string): Optional parameter to filter items to switches with serial number that contains the search term or are an exact match.
2709
+
- serials (array): Optional parameter to filter items to switches that have one of the provided serials.
- body (string): The liquid template used for the body of the webhook message. Either `body` or `bodyFile` must be specified.
1067
1067
- headers (array): The liquid template used with the webhook headers.
1068
-
- bodyFile (string): A file containing liquid template used for the body of the webhook message. Either `body` or `bodyFile` must be specified.
1069
-
- headersFile (string): A file containing the liquid template used with the webhook headers.
1068
+
- bodyFile (string): A Base64 encoded file containing liquid template used for the body of the webhook message. Either `body` or `bodyFile` must be specified.
1069
+
- headersFile (string): A Base64 encoded file containing the liquid template used with the webhook headers.
- motionDetectorVersion (integer): The version of the motion detector that will be used by the camera. Only applies to Gen 2 cameras. Defaults to v2.
487
487
- smartRetention (object): Smart Retention records footage in two qualities and intelligently retains higher quality when motion, people or vehicles are detected.
488
488
- scheduleId (string): Schedule for which this camera will record video, or 'null' to always record.
489
-
- maxRetentionDays (integer): The maximum number of days for which the data will be stored, or 'null' to keep data until storage space runs out. If the former, it can be one of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 30, 60, 90] days.
489
+
- maxRetentionDays (integer): The maximum number of days for which the data will be stored, or 'null' to keep data until storage space runs out. If the former, it can be in the range of one to ninety days.
490
490
- videoSettings (object): Video quality and resolution settings for all the camera models.
- motionDetectorVersion (integer): The version of the motion detector that will be used by the camera. Only applies to Gen 2 cameras. Defaults to v2.
543
543
- smartRetention (object): Smart Retention records footage in two qualities and intelligently retains higher quality when motion, people or vehicles are detected.
544
544
- scheduleId (string): Schedule for which this camera will record video, or 'null' to always record.
545
-
- maxRetentionDays (integer): The maximum number of days for which the data will be stored, or 'null' to keep data until storage space runs out. If the former, it can be one of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 30, 60, 90] days.
545
+
- maxRetentionDays (integer): The maximum number of days for which the data will be stored, or 'null' to keep data until storage space runs out. If the former, it can be in the range of one to ninety days.
546
546
- videoSettings (object): Video quality and resolution settings for all the camera models.
- body (string): The liquid template used for the body of the webhook message. Either `body` or `bodyFile` must be specified.
2799
2799
- headers (array): The liquid template used with the webhook headers.
2800
-
- bodyFile (string): A file containing liquid template used for the body of the webhook message. Either `body` or `bodyFile` must be specified.
2801
-
- headersFile (string): A file containing the liquid template used with the webhook headers.
2800
+
- bodyFile (string): A Base64 encoded file containing liquid template used for the body of the webhook message. Either `body` or `bodyFile` must be specified.
2801
+
- headersFile (string): A Base64 encoded file containing the liquid template used with the webhook headers.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2581
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2582
+
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
2583
+
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
2584
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 20. Default is 20.
2585
+
- 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.
2586
+
- 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.
2587
+
- configurationUpdatedAfter (string): Optional parameter to filter items to switches where the configuration has been updated after the given timestamp.
2588
+
- mac (string): Optional parameter to filter items to switches with MAC addresses that contain the search term or are an exact match.
2589
+
- macs (array): Optional parameter to filter items to switches that have one of the provided MAC addresses.
2590
+
- name (string): Optional parameter to filter items to switches with names that contain the search term or are an exact match.
2591
+
- networkIds (array): Optional parameter to filter items to switches in one of the provided networks.
2592
+
- portProfileIds (array): Optional parameter to filter items to switches that contain switchports belonging to one of the specified port profiles.
2593
+
- serial (string): Optional parameter to filter items to switches with serial number that contains the search term or are an exact match.
2594
+
- serials (array): Optional parameter to filter items to switches that have one of the provided serials.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2696
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2697
+
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
2698
+
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
2699
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 20. Default is 10.
2700
+
- 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.
2701
+
- 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.
2702
+
- configurationUpdatedAfter (string): Optional parameter to filter items to switches where the configuration has been updated after the given timestamp.
2703
+
- mac (string): Optional parameter to filter items to switches with MAC addresses that contain the search term or are an exact match.
2704
+
- macs (array): Optional parameter to filter items to switches that have one of the provided MAC addresses.
2705
+
- name (string): Optional parameter to filter items to switches with names that contain the search term or are an exact match.
2706
+
- networkIds (array): Optional parameter to filter items to switches in one of the provided networks.
2707
+
- portProfileIds (array): Optional parameter to filter items to switches that contain switchports belonging to one of the specified port profiles.
2708
+
- serial (string): Optional parameter to filter items to switches with serial number that contains the search term or are an exact match.
2709
+
- serials (array): Optional parameter to filter items to switches that have one of the provided serials.
0 commit comments