Class IOrganizationDevicesExtensions
- Namespace
- Meraki.Api.Extensions
- Assembly
- Meraki.Api.dll
Extension methods for IOrganization Devices
public static class IOrganizationDevicesExtensions
- Inheritance
-
IOrganizationDevicesExtensions
- Inherited Members
Methods
GetOrganizationDevicesAvailabilitiesChangeHistoryAllAsync(OrganizationsDeviceSection, string, string?, string?, int?, List<string>?, List<string>?, List<string>?, List<string>?, CancellationToken)
Returns a historical log of all commands.
public static Task<List<OrganizationDevicesAvailabilitiesChangeEvent>> GetOrganizationDevicesAvailabilitiesChangeHistoryAllAsync(this OrganizationsDeviceSection organizationDevices, string organizationId, string? t0 = null, string? t1 = null, int? timespan = null, List<string>? serials = null, List<string>? productTypes = null, List<string>? networkIds = null, List<string>? statuses = null, CancellationToken cancellationToken = default)
Parameters
organizationDevicesOrganizationsDeviceSectionorganizationIdstringOrganization ID.
t0stringThe beginning of the timespan for the data. The maximum lookback period is 30 days from today.
t1stringThe end of the timespan for the data. t1 can be a maximum of 30 days after t0.
timespanint?The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 30 days. The default is 1 day.
serialsList<string>Optional parameter to filter by serial numbers.
productTypesList<string>Optional parameter to filter by product types.
networkIdsList<string>Optional parameter to filter by network IDs.
statusesList<string>Optional parameter to filter by device statuses.
cancellationTokenCancellationTokenCancellation token.