Table of Contents

Interface IDevicesAppliancePrefixes

Namespace
Meraki.Api.Interfaces.General.Devices
Assembly
Meraki.Api.dll

I Devices Appliance Prefixes

public interface IDevicesAppliancePrefixes

Methods

GetDeviceAppliancePrefixesDelegatedAsync(string, CancellationToken)

Return current delegated IPv6 prefixes on an appliance.

[Get("/devices/{serial}/appliance/prefixes/delegated")]
Task<List<DeviceAppliancePrefixesDelegatedItem>> GetDeviceAppliancePrefixesDelegatedAsync(string serial, CancellationToken cancellationToken = default)

Parameters

serial string
cancellationToken CancellationToken

Returns

Task<List<DeviceAppliancePrefixesDelegatedItem>>

Exceptions

ApiException

Thrown when fails to make API call

GetDeviceAppliancePrefixesDelegatedVlanAssignmentsAsync(string, CancellationToken)

Return prefixes assigned to all IPv6 enabled VLANs on an appliance.

[Get("/devices/{serial}/appliance/prefixes/delegated/vlanAssignments")]
Task<List<DeviceAppliancePrefixesDelegatedVlanAssignmentItem>> GetDeviceAppliancePrefixesDelegatedVlanAssignmentsAsync(string serial, CancellationToken cancellationToken = default)

Parameters

serial string
cancellationToken CancellationToken

Returns

Task<List<DeviceAppliancePrefixesDelegatedVlanAssignmentItem>>

Exceptions

ApiException

Thrown when fails to make API call