Interface ISwitchDevices
- Namespace
- Meraki.Api.Interfaces.Products.Switch
- Assembly
- Meraki.Api.dll
public interface ISwitchDevices
Methods
CloneOrganizationSwitchDevicesAsync(string, CloneOrganizationSwitchDevices, CancellationToken)
Clone port-level and some switch-level configuration settings from a source switch to one or more target switches.
[Post("/organizations/{organizationId}/switch/devices/clone")]
Task<CloneOrganizationSwitchDevices> CloneOrganizationSwitchDevicesAsync(string organizationId, CloneOrganizationSwitchDevices cloneOrganizationSwitchDevices, CancellationToken cancellationToken = default)
Parameters
organizationIdstringThe organization id
cloneOrganizationSwitchDevicesCloneOrganizationSwitchDevicesBody for cloning an organization's switch devices
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call