{"type":"api","title":"Push Cgw Cfg","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":["MultiCloud - CloudGateway"],"description":"Push configuration to devices of CGW","operationId":"pushCgwCfg","requestBody":{"description":"Push configuration to devices of CGW","content":{"application/json":{"schema":{"required":["cloudGatewayName","cloudType"],"type":"object","properties":{"cloudGatewayName":{"pattern":"^[\\w.-]{1,128}$","type":"string","example":"cgw-test"},"cloudType":{"pattern":"^[a-zA-Z_]+$","type":"string","example":"GCP"}},"$$ref":"#/components/schemas/PushCgwConfig"},"examples":{"Push Cgw Config to devices":{"description":"Push Cgw Config to devices","value":{"cloudGatewayName":"cgw-test","cloudType":"GCP"}},"Post UnMap":{"description":"Post UnMap","value":{"cloudType":"GCP","connMatrix":[{"conn":"disabled","destId":"tag1","destType":"tag","mapped":[],"outstandingMapping":[],"srcId":"100","srcType":"vpn","unmapped":[{"cloudType":"GCP","destId":"3889358374498280098","destRegion":"global","destTag":"tag1","destType":"vpc","sourceRegion":"us-west1","srcId":"100","srcType":"vpn","tunnelId":"C8K-011df81d-760e-47e2-b930-cc8eaaff773d::100"},{"cloudType":"GCP","destId":"3889358374498280098","destRegion":"global","destTag":"tag1","destType":"vpc","sourceRegion":"us-west1","srcId":"100","srcType":"vpn","tunnelId":"C8K-6c832624-b47c-491e-bd95-b5b4b86981ec::100"}]},{"conn":"disabled","destId":"100","destType":"vpn","srcId":"tag1","srcType":"tag"}]}}}}}},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","example":"6c723f65-9106-4f43-9d2b-a033a39353b3"}},"description":"Task id for polling status","$$ref":"#/components/schemas/Taskid"}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"__originalOperationId":"pushCgwCfg","method":"post","path":"/multicloud/pushCgwConfig"}}