Table of Contents

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 IOrganizationsConfigurationChanges
organizationId string

The organization id

t0 string

The beginning of the timespan for the data. The maximum lookback period is 365 days from today. (optional)

t1 string

The 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 string

Filters on the given network (optional)

adminId string

Filters on the given Admin (optional)

cancellationToken CancellationToken

Returns

Task<List<ChangeLogEntry>>

Exceptions

ApiException

Thrown when fails to make API call