CloudConnect lifecycle
CloudConnect TGW Resource Share created
CloudConnect Transit Gateway (TGW) resource share is created.
Example JSON response
1 { 2 "timestamp": "2021-12-22T10:34:13.000Z", 3 "alert": false, 4 "description": "CloudConnect Transit Gateway Resource Share created", 5 "id": 99738069602631, 6 "event_type": { 7 "id": 22, 8 "description": "CloudConnect TGW Resource Share created" 9 }, 10 "event_source": { 11 "id": 2, 12 "description": "API" 13 }, 14 "event_severity": { 15 "id": 0, 16 "description": "Info" 17 }, 18 "organisation": { 19 "id": 7774, 20 "name": "Sample Corp" 21 }, 22 "user": { 23 "id": 5177, 24 "name": "Sample User", 25 "username": "user@sample.com" 26 }, 27 "detail": { 28 "username": "user@sample.com", 29 "breakout_id": 385, 30 "creation_date": "2021-12-22T10:34:11Z", 31 "deletion_date": null, 32 "region": "eu-west-1", 33 "resource_share_name": "Cloud Native Connectivity: VPC and VPN of customers connected", 34 "breakout_type_id": 1, 35 "breakout_type": "Transit Gateway", 36 "price": 149 37 } 38 }
CloudConnect TGW available
CloudConnect Transit Gateway (TGW) is available.
Example JSON response
1 { 2 "timestamp": "2021-12-22T10:39:19.000Z", 3 "alert": false, 4 "description": "CloudConnect Transit Gateway breakout 222 is available", 5 "id": 2383714595353, 6 "event_type": { 7 "id": 23, 8 "description": "CloudConnect TGW available" 9 }, 10 "event_source": { 11 "id": 2, 12 "description": "API" 13 }, 14 "event_severity": { 15 "id": 0, 16 "description": "Info" 17 }, 18 "organisation": { 19 "id": 739, 20 "name": "Sample Corp" 21 }, 22 "user": { 23 "id": 928, 24 "name": "Sample User", 25 "username": "user@sample.com" 26 }, 27 "detail": { 28 "username": "user@sample.com", 29 "breakout_id": 222, 30 "creation_date": "2021-12-22T10:34:11Z", 31 "deletion_date": null, 32 "region": "eu-west-1", 33 "resource_share_name": "Cloud Native Connectivity: VPC and VPN of customers connected", 34 "breakout_type_id": 1, 35 "breakout_type": "Transit Gateway", 36 "price": 149 37 } 38 }
CloudConnect TGW breakout terminated
CloudConnect Transit Gateway (TGW) breakout is terminated.
Example JSON response
1 { 2 "timestamp": "2021-12-22T14:31:14.000Z", 3 "alert": false, 4 "description": "CloudConnect Transit Gateway breakout 316 has been terminated", 5 "id": 2634578262948, 6 "event_type": { 7 "id": 25, 8 "description": "CloudConnect TGW breakout terminated" 9 }, 10 "event_source": { 11 "id": 2, 12 "description": "API" 13 }, 14 "event_severity": { 15 "id": 0, 16 "description": "Info" 17 }, 18 "organisation": { 19 "id": 571, 20 "name": "Sample Corp" 21 }, 22 "user": { 23 "id": 40817, 24 "name": "Sample User", 25 "username": "user@sample.com" 26 }, 27 "detail": { 28 "username": "user@sample.com", 29 "breakout_id": 316, 30 "creation_date": "2021-12-22T10:34:11Z", 31 "deletion_date": null, 32 "region": "eu-west-1", 33 "resource_share_name": "Cloud Native Connectivity: VPC and VPN of customers connected", 34 "breakout_type_id": 1, 35 "breakout_type": "Transit Gateway", 36 "price": 149 37 } 38 }