{"type":"model","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":{"required":["communicationPlans","pageNumber"],"type":"object","properties":{"commPlans":{"type":"array","writeOnly":true,"items":{"required":["apns","lteApns","lteEnabled","name"],"type":"object","properties":{"apns":{"type":"array","description":"List of APNs associated with the Comm Plan","example":"[{name:M2MTEST}]","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string"}},"description":"List of APNs associated with the Comm Plan","example":"[{name:M2MTEST}]","$$ref":"#/components/schemas/Apn"}},"commPlanDescription":{"type":"string","description":"Description of the communication plan.","example":"sms data shared"},"commPlanName":{"type":"string","writeOnly":true},"lteApns":{"type":"array","description":"List of LTE APNs associated with the Comm Plan.Empty if lteEnabled is false ","example":[],"items":{"required":["name"],"type":"object","properties":{"name":{"type":"string"}},"description":"List of LTE APNs associated with the Comm Plan.Empty if lteEnabled is false ","example":[],"$$ref":"#/components/schemas/LteApn"}},"lteEnabled":{"type":"boolean","description":"Specifies whether the Comm Plan has LTE enabled","example":false},"name":{"type":"string","description":"Name of the communication plan.","example":"vm cp sms data share"}},"$$ref":"#/components/schemas/CommunicationPlan"}},"communicationPlans":{"type":"array","description":"List of communication plans.","example":"Refer to CommunicationPlan","items":{"required":["apns","lteApns","lteEnabled","name"],"type":"object","properties":{"apns":{"type":"array","description":"List of APNs associated with the Comm Plan","example":"[{name:M2MTEST}]","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string"}},"description":"List of APNs associated with the Comm Plan","example":"[{name:M2MTEST}]","$$ref":"#/components/schemas/Apn"}},"commPlanDescription":{"type":"string","description":"Description of the communication plan.","example":"sms data shared"},"commPlanName":{"type":"string","writeOnly":true},"lteApns":{"type":"array","description":"List of LTE APNs associated with the Comm Plan.Empty if lteEnabled is false ","example":[],"items":{"required":["name"],"type":"object","properties":{"name":{"type":"string"}},"description":"List of LTE APNs associated with the Comm Plan.Empty if lteEnabled is false ","example":[],"$$ref":"#/components/schemas/LteApn"}},"lteEnabled":{"type":"boolean","description":"Specifies whether the Comm Plan has LTE enabled","example":false},"name":{"type":"string","description":"Name of the communication plan.","example":"vm cp sms data share"}},"$$ref":"#/components/schemas/CommunicationPlan"}},"pageNumber":{"type":"integer","description":"Page Number.","format":"int32","example":1}},"$$ref":"#/components/schemas/CommunicationPlansResponse","title":"CommunicationPlansResponse"}}