Class IOrganizationsConfigurationChangesExtensions
- Namespace
- Meraki.Api.Extensions
- Assembly
- Meraki.Api.dll
public static class IOrganizationsConfigurationChangesExtensions
- Inheritance
-
IOrganizationsConfigurationChangesExtensions
- Inherited Members
Methods
GetOrganizationConfigurationChangesAllAsync(IOrganizationsConfigurationChanges, string, string?, string?, double?, string?, string?, CancellationToken)
Get all Change Log Entries for your organization
public static Task<List<ChangeLogEntry>> GetOrganizationConfigurationChangesAllAsync(this IOrganizationsConfigurationChanges organizationConfigurationChanges, string organizationId, string? t0 = null, string? t1 = null, double? timespan = null, string? networkId = null, string? adminId = null, CancellationToken cancellationToken = default)
Parameters
organizationConfigurationChanges
IOrganizationsConfigurationChangesorganizationId
stringThe organization id
t0
stringThe beginning of the timespan for the data. The maximum lookback period is 365 days from today. (optional)
t1
stringThe end of the timespan for the data. t1 can be a maximum of 365 days after t0. (optional)
timespan
double?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 365 days. The default is 365 days. (optional)
networkId
stringFilters on the given network (optional)
adminId
stringFilters on the given Admin (optional)
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call