{"type":"api","title":"Push Cgw Cfg","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","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"}]}}}}},"required":true},"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"}},"method":"post","path":"/multicloud/pushCgwConfig"}}