Interface IOrganizationsExtensionsSdwanManagerInterconnects
- Namespace
- Meraki.Api.Interfaces.General.Organizations
- Assembly
- Meraki.Api.dll
I Organizations Extensions Sdwan Manager Interconnects
public interface IOrganizationsExtensionsSdwanManagerInterconnects
Methods
UpdateOrganizationExtensionsSdwanmanagerInterconnectAsync(string, string, OrganizationExtensionsSdwanManagerInterconnectUpdateRequest)
Update name and status of an Interconnect
[Put("/organizations/{organizationId}/extensions/sdwanmanager/interconnects/{interconnectId}")]
Task<OrganizationExtensionsSdwanManagerInterconnect> UpdateOrganizationExtensionsSdwanmanagerInterconnectAsync(string organizationId, string interconnectId, OrganizationExtensionsSdwanManagerInterconnectUpdateRequest request)
Parameters
organizationIdstringinterconnectIdstringrequestOrganizationExtensionsSdwanManagerInterconnectUpdateRequest
Returns
Exceptions
- ApiException
Thrown when fails to make API call