{"type":"api","title":"Edit Cellular Profile Parcel For Mobility","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":"Edit an Cellular Profile Parcel for Mobility Global Feature Profile","operationId":"EditCellularProfileParcelForMobility","parameters":[{"name":"profileId","in":"path","description":"Feature Profile ID","required":true,"schema":{"type":"string"}},{"name":"cellularId","in":"path","description":"Profile Parcel ID","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Cellular Profile Parcel","content":{"application/json":{"schema":{"required":["name","type","name","primarySlot","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"}},"simSlot0":{"required":["attachProfileId","profileList","slotNumber"],"type":"object","properties":{"attachProfileId":{"maximum":16,"minimum":1,"type":"integer","format":"int32"},"carrierName":{"type":"string"},"dataProfileIdList":{"maxItems":1,"minItems":1,"type":"array","items":{"type":"integer","format":"int32"}},"profileList":{"maxItems":16,"minItems":1,"type":"array","items":{"type":"object","properties":{"apn":{"type":"string"},"authMethod":{"pattern":"(^none$|^pap$|^chap$|^pap_or_chap$)","type":"string"},"id":{"maximum":16,"minimum":1,"type":"integer","format":"int32"},"password":{"type":"string"},"pdnType":{"pattern":"(^IPv4$|^IPv6$|^IPv4v6$)","type":"string"},"userName":{"type":"string"}},"$$ref":"#/components/schemas/CellularProfile"}},"slotNumber":{"maximum":1,"minimum":0,"type":"integer","format":"int32"}},"$$ref":"#/components/schemas/SimSlotConfig"},"simSlot1":{"required":["attachProfileId","profileList","slotNumber"],"type":"object","properties":{"attachProfileId":{"maximum":16,"minimum":1,"type":"integer","format":"int32"},"carrierName":{"type":"string"},"dataProfileIdList":{"maxItems":1,"minItems":1,"type":"array","items":{"type":"integer","format":"int32"}},"profileList":{"maxItems":16,"minItems":1,"type":"array","items":{"type":"object","properties":{"apn":{"type":"string"},"authMethod":{"pattern":"(^none$|^pap$|^chap$|^pap_or_chap$)","type":"string"},"id":{"maximum":16,"minimum":1,"type":"integer","format":"int32"},"password":{"type":"string"},"pdnType":{"pattern":"(^IPv4$|^IPv6$|^IPv4v6$)","type":"string"},"userName":{"type":"string"}},"$$ref":"#/components/schemas/CellularProfile"}},"slotNumber":{"maximum":1,"minimum":0,"type":"integer","format":"int32"}},"$$ref":"#/components/schemas/SimSlotConfig"},"primarySlot":{"maximum":1,"minimum":0,"type":"integer","format":"int32"},"wanConfig":{"pattern":"(^Active$|^Standby$)","type":"string"}},"discriminator":{"propertyName":"type"},"$$ref":"#/components/schemas/Cellular"},"examples":{"Cellular Profile Parcel For Mobility Global Feature Profile":{"description":"Cellular Profile Parcel For Mobility Global Feature Profile","value":{"type":"cellular","simSlot0":{"carrierName":"AT&T","slotNumber":0,"profileList":[{"id":1,"apn":"att-apn1","pdnType":"IPv4","authMethod":"pap","userName":"att1","password":"admin1"},{"id":2,"apn":"att-apn11","pdnType":"IPv6","authMethod":"none"}],"dataProfileIdList":[1],"attachProfileId":1},"simSlot1":{"carrierName":"AT&T","slotNumber":1,"profileList":[{"id":1,"apn":"att-apn2","pdnType":"IPv4","authMethod":"chap","userName":"att2","password":"admin2"},{"id":2,"apn":"att-apn22","pdnType":"IPv6","authMethod":"none"}],"dataProfileIdList":[1],"attachProfileId":1},"primarySlot":1,"id":"1","name":"ATTSingleSimPap"}}}}}},"responses":{"200":{"description":"Success"},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Feature Profile \u003e Teleworker \u003e Cellular-write","__originalOperationId":"EditCellularProfileParcelForMobility","method":"put","path":"/v1/feature-profile/mobility/global/{profileId}/cellular/{cellularId}"}}