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
organizationId
stringThe organization id
cloneOrganizationSwitchDevices
CloneOrganizationSwitchDevicesBody for cloning an organization's switch devices
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call