Using VMware Cloud on AWS SDDC-Group APIs (Part 4)

Gilles Chekroun
Lead VMware Cloud on AWS Solutions Architect --- Following the Part1 , Part2 and Part3 I am adding now more description and use of SDDC Grouping APIs. In this article, I will focus on: Add/Remove Direct Connect Gateway Association Detailed SDDC Group info Static vTGW routes for VPCs Add Direct Connect Gateway Association On AWS Console, create a DX Gateway and note the DXGW ID for the config.ini parameters The SDDC Grouping API for DXGW Association is: A code example would be: def attach_dxgw ( routes , resource_id , org_id , dxgw_owner , dxgw_id , region , session_token ): myHeader = { 'csp-auth-token' : session_token} myURL = " {} /network/ {} /aws/operations" .format(BaseURL, org_id) body = { "type" : &q