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
organizationConfigurationChangesIOrganizationsConfigurationChangesorganizationIdstringThe organization id
t0stringThe beginning of the timespan for the data. The maximum lookback period is 365 days from today. (optional)
t1stringThe end of the timespan for the data. t1 can be a maximum of 365 days after t0. (optional)
timespandouble?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)
networkIdstringFilters on the given network (optional)
adminIdstringFilters on the given Admin (optional)
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call