{"type":"api","title":"Edit Ethernet Profile Parcel For System","meta":{"id":"/apps/pubhub/media/sd-wan-api-20-16/58fb893fa751949ea20a40274e9ab219a20e19fa/e77267b5-7b4b-3f93-807c-c6d1c6b41343","info":{"title":"Cisco Catalyst SD-WAN Manager API","description":"The vManage API exposes the functionality of operations maintaining devices and the overlay network","contact":{"email":"vmanage@cisco.com"},"license":{"name":"Commercial License","url":"https://www.cisco.com/c/en/us/solutions/enterprise-networks/sd-wan/index.html"},"version":"2.0.0"},"openapi":"3.0.1","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Configuration - Feature Profile (Mobility)"],"description":"Update a Ethernet Profile Parcel for feature profile","operationId":"EditEthernetProfileParcelForSystem","parameters":[{"name":"profileId","in":"path","description":"Feature Profile ID","required":true,"schema":{"type":"string"}},{"name":"ethernetId","in":"path","description":"Profile Parcel ID","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Ethernet Profile Parcel","content":{"application/json":{"schema":{"required":["name","type","ethernetInterfaceList","name","type"],"type":"object","properties":{"createdBy":{"type":"string","description":"User who last created this.","readOnly":true},"createdOn":{"type":"integer","description":"Timestamp of creation","format":"int64","readOnly":true},"description":{"type":"string","description":"Description of the Profile Parcel.","example":"Wifi 7 profile Parcel"},"id":{"type":"string","description":"System generated unique identifier of the Profile Parcel in UUID format.","example":"6fa14197-c25f-4a14-b81b-299de32ed2ca"},"lastUpdatedBy":{"type":"string","description":"User who last updated this.","readOnly":true},"lastUpdatedOn":{"type":"integer","description":"Timestamp of last update","format":"int64","readOnly":true},"name":{"type":"string","description":"Name of the Profile Parcel. Must be unique.","example":"Wifi profile Parcel"},"type":{"type":"string","description":"type","example":"wifi","enum":["cellular","wifi","ethernet","globalSettings","networkProtocol","securityPolicy"]},"variables":{"type":"array","items":{"required":["jsonPath","varName"],"type":"object","properties":{"jsonPath":{"type":"string"},"varName":{"type":"string"}},"$$ref":"#/components/schemas/Variable"}},"ethernetInterfaceList":{"type":"array","items":{"required":["interfaceName","portType"],"type":"object","properties":{"aaaServerInfo":{"required":["aaaServersParcelId","radiusServerName"],"type":"object","properties":{"aaaServersParcelId":{"pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}","type":"string"},"radiusServerName":{"type":"string"}},"$$ref":"#/components/schemas/AaaServerInfo"},"adminState":{"pattern":"(enabled|disabled)","type":"string"},"corporateLan":{"type":"boolean"},"interfaceName":{"pattern":"(^GigabitEthernet0/0$|^GigabitEthernet0/1$|^GigabitEthernet0/2$)","type":"string"},"ipAssignment":{"pattern":"(dynamic|static)","type":"string"},"ipv6Assignment":{"pattern":"(AutoConfig-SLAC)","type":"string"},"portType":{"pattern":"(LAN|WAN)","type":"string"},"staticIpAddress":{"pattern":"(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\\p{N}\\p{L}]+)?","type":"string"},"staticIpAddressSubnetMask":{"pattern":"(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\\p{N}\\p{L}]+)?","type":"string"},"staticRouteIp":{"pattern":"(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\\p{N}\\p{L}]+)?","type":"string"},"wanConfiguration":{"pattern":"(Active)","type":"string"}},"$$ref":"#/components/schemas/EthernetInterface"}}},"discriminator":{"propertyName":"type"},"$$ref":"#/components/schemas/Ethernet"},"examples":{"Ethernet Profile Parcel For Mobility Global Feature Profile":{"description":"Ethernet Profile Parcel For Mobility Global Feature Profile","value":{"type":"ethernet","ethernetInterfaceList":[{"interfaceName":"GigabitEthernet0/0","wanConfiguration":"Active","portType":"WAN","ipAssignment":"static","staticIpAddress":"1.1.1.2","staticIpAddressSubnetMask":"255.255.0.0","staticRouteIp":"3.3.3.3"},{"interfaceName":"GigabitEthernet0/1","adminState":"enabled"},{"interfaceName":"GigabitEthernet0/2","adminState":"disabled"}]}}}}}},"responses":{"200":{"description":"Success"},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Feature Profile \u003e Teleworker \u003e Ethernet-write","__originalOperationId":"EditEthernetProfileParcelForSystem","method":"put","path":"/v1/feature-profile/mobility/global/{profileId}/ethernet/{ethernetId}"}}