Create Transit Gateway
Creates a new transit gateway attachment for a given network. The attachment type is determined by the transit_gateway_attachment_config.kind field. Supported types: aws-transit-gateway-attachment, aws-vpc-peering-attachment, aws-resource-endpoint-attachment, azure-vnet-peering-attachment, azure-vhub-peering-attachment, and gcp-vpc-peering-attachment. Creation is asynchronous — the transit gateway starts in initializing state and transitions to ready once provisioned.
Path parameters
The network ID to operate on. For serverless.v1 kind of cloud gateways, this field should be omitted.
The network to operate on.
Request body
Example request
{
"name": "us-east-2 transit gateway",
"dns_config": [
{
"remote_dns_server_ip_addresses": [
"10.0.0.2"
],
"domain_proxy_list": [
"foobar.com"
]
}
],
"cidr_blocks": [
"10.0.0.0/8",
"100.64.0.0/10",
"172.16.0.0/12"
]
}Response
Response format for creating a transit gateway.
Example response
{
"name": "us-east-2 transit gateway",
"dns_config": [
{
"remote_dns_server_ip_addresses": [
"10.0.0.2"
],
"domain_proxy_list": [
"foobar.com"
]
}
],
"cidr_blocks": [
"10.0.0.0/8",
"100.64.0.0/10",
"172.16.0.0/12"
],
"id": "0850820b-d153-4a2a-b9be-7d2204779139",
"state_metadata": {
"reported_status": "ERROR",
"reason": "Transit Gateway Attachment configuration could not find a resource with the provided ram share arn.\n"
},
"entity_version": 1,
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}Changes
Changed in 9 of the 75 revisions of this API.712346
- ▲
added the new required request property
oneOf[subschema #5: Azure Virtual Hub Peering Gateway]/transit_gateway_attachment_confignew-required-request-property
- ○
added the required property
oneOf[subschema #4: Azure Virtual Hub Peering Gateway]/transit_gateway_attachment_configto the response with the201statusresponse-required-property-added
- ▲
- ○
added the optional property
oneOf[subschema #1: AWS Transit Gateway]/transit_gateway_attachment_config/attachment_idto the response with the201statusresponse-optional-property-added
- ○
added the optional property
oneOf[subschema #2: AWS VPC Peering Gateway]/transit_gateway_attachment_config/peering_connection_idto the response with the201statusresponse-optional-property-added
- ○
- ▲
added
AzureVHubPeeringGatewayResponseto the response bodyoneOflist for the response status201response-body-one-of-added
- ○
added
CreateAzureVHubPeeringGatewayto the request bodyoneOflistrequest-body-one-of-added
- ▲
- ●
added the new
errorenum value to theoneOf[subschema #1: AWS Transit Gateway]/stateresponse property for the response status201response-property-enum-value-added
- ●
added the new
errorenum value to theoneOf[subschema #2: AWS VPC Peering Gateway]/stateresponse property for the response status201response-property-enum-value-added
- ●
added the new
errorenum value to theoneOf[subschema #3: Azure Transit Gateway]/stateresponse property for the response status201response-property-enum-value-added
- ●
added the new
errorenum value to theoneOf[subschema #4: GCP VPC Peering Transit Gateway]/stateresponse property for the response status201response-property-enum-value-added
- ●
added the new
errorenum value to theoneOf[subschema #5: AWS Resource Endpoint Gateway]/stateresponse property for the response status201response-property-enum-value-added
- ●
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
- ●
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
detailbecame nullable for the status401response-property-became-nullable
- ▲
the response property
instancebecame nullable for the status401response-property-became-nullable
- ▲
the response property
oneOf[subschema #1: AWS Transit Gateway]/state_metadata/reasonbecame nullable for the status201response-property-became-nullable
- ▲
the response property
oneOf[subschema #1: AWS Transit Gateway]/state_metadata/reported_statusbecame nullable for the status201response-property-became-nullable
- ▲
the response property
oneOf[subschema #2: AWS VPC Peering Gateway]/state_metadata/reasonbecame nullable for the status201response-property-became-nullable
- ▲
the response property
oneOf[subschema #2: AWS VPC Peering Gateway]/state_metadata/reported_statusbecame nullable for the status201response-property-became-nullable
- ▲
the response property
oneOf[subschema #3: Azure Transit Gateway]/state_metadata/reasonbecame nullable for the status201response-property-became-nullable
- ▲
the response property
oneOf[subschema #3: Azure Transit Gateway]/state_metadata/reported_statusbecame nullable for the status201response-property-became-nullable
- ▲
the response property
oneOf[subschema #4: GCP VPC Peering Transit Gateway]/state_metadata/reasonbecame nullable for the status201response-property-became-nullable
- ▲
the response property
oneOf[subschema #4: GCP VPC Peering Transit Gateway]/state_metadata/reported_statusbecame nullable for the status201response-property-became-nullable
- ▲
the response property
oneOf[subschema #5: AWS Resource Endpoint Gateway]/state_metadata/reasonbecame nullable for the status201response-property-became-nullable
- ▲
the response property
oneOf[subschema #5: AWS Resource Endpoint Gateway]/state_metadata/reported_statusbecame nullable for the status201response-property-became-nullable
- ▲
the response property
statusbecame nullable for the status401response-property-became-nullable
- ▲
the response property
titlebecame nullable for the status401response-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required request property
oneOf[CreateAwsTransitGateway -> subschema #1: AWS Transit Gateway]/cidr_blocksnew-required-request-property
- ▲
added the new required request property
oneOf[CreateAwsTransitGateway -> subschema #1: AWS Transit Gateway]/namenew-required-request-property
- ▲
added the new required request property
oneOf[CreateAwsTransitGateway -> subschema #1: AWS Transit Gateway]/transit_gateway_attachment_confignew-required-request-property
- ▲
added the new required request property
oneOf[CreateAwsVpcPeeringGateway -> subschema #2: AWS VPC Peering Gateway]/cidr_blocksnew-required-request-property
- ▲
added the new required request property
oneOf[CreateAwsVpcPeeringGateway -> subschema #2: AWS VPC Peering Gateway]/namenew-required-request-property
- ▲
added the new required request property
oneOf[CreateAwsVpcPeeringGateway -> subschema #2: AWS VPC Peering Gateway]/transit_gateway_attachment_confignew-required-request-property
- ▲
added the new required request property
oneOf[CreateAzureTransitGateway -> subschema #4: Azure Transit Gateway]/namenew-required-request-property
- ▲
added the new required request property
oneOf[CreateAzureTransitGateway -> subschema #4: Azure Transit Gateway]/transit_gateway_attachment_confignew-required-request-property
- ▲
the
oneOf[CreateAwsTransitGateway -> subschema #1: AWS Transit Gateway]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[CreateAwsVpcPeeringGateway -> subschema #2: AWS VPC Peering Gateway]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[CreateAzureTransitGateway -> subschema #4: Azure Transit Gateway]/request property type/format changed from/toobject/request-property-type-changed
- ▲
added
GCPVPCPeeringGatewayResponseAwsResourceEndpointGatewayResponseto the response bodyoneOflist for the response status201response-body-one-of-added
- ▲
the
oneOf[AwsTransitGatewayResponse -> subschema #1: AWS Transit Gateway]/response's property type/format changed from/toobject/for status201response-property-type-changed
- ▲
the
oneOf[AwsVpcPeeringGatewayResponse -> subschema #2: AWS VPC Peering Gateway]/response's property type/format changed from/toobject/for status201response-property-type-changed
- ▲
the
oneOf[AzureTransitGatewayResponse -> subschema #3: Azure Transit Gateway]/response's property type/format changed from/toobject/for status201response-property-type-changed
- ●
removed
AwsTransitGatewaysubschema #2subschema #3from theoneOf[CreateAwsTransitGateway -> subschema #1: AWS Transit Gateway]/request propertyallOflistrequest-property-all-of-removed
- ●
removed
AwsVpcPeeringGatewaysubschema #2subschema #3from theoneOf[CreateAwsVpcPeeringGateway -> subschema #2: AWS VPC Peering Gateway]/request propertyallOflistrequest-property-all-of-removed
- ●
removed
AzureTransitGatewaysubschema #2subschema #3from theoneOf[CreateAzureTransitGateway -> subschema #4: Azure Transit Gateway]/request propertyallOflistrequest-property-all-of-removed
- ○
added the new optional request property
oneOf[CreateAwsTransitGateway -> subschema #1: AWS Transit Gateway]/dns_confignew-optional-request-property
- ○
added the new optional request property
oneOf[CreateAwsVpcPeeringGateway -> subschema #2: AWS VPC Peering Gateway]/dns_confignew-optional-request-property
- ○
added the new optional request property
oneOf[CreateAzureTransitGateway -> subschema #4: Azure Transit Gateway]/dns_confignew-optional-request-property
- ○
added
CreateAwsResourceEndpointGatewayCreateGCPVPCPeeringTransitGatewayto the request bodyoneOflistrequest-body-one-of-added
- ○
added the optional property
oneOf[AwsTransitGatewayResponse -> subschema #1: AWS Transit Gateway]/state_metadatato the response with the201statusresponse-optional-property-added
- ○
added the optional property
oneOf[AwsVpcPeeringGatewayResponse -> subschema #2: AWS VPC Peering Gateway]/state_metadatato the response with the201statusresponse-optional-property-added
- ○
added the optional property
oneOf[AzureTransitGatewayResponse -> subschema #3: Azure Transit Gateway]/state_metadatato the response with the201statusresponse-optional-property-added
- ○
removed
AwsTransitGatewayBaseTransitGatewayResponsesubschema #2from theoneOf[AwsTransitGatewayResponse -> subschema #1: AWS Transit Gateway]/response propertyallOflist for the response status201response-property-all-of-removed
- ○
removed
AwsVpcPeeringGatewayBaseTransitGatewayResponsesubschema #2from theoneOf[AwsVpcPeeringGatewayResponse -> subschema #2: AWS VPC Peering Gateway]/response propertyallOflist for the response status201response-property-all-of-removed
- ○
removed
AzureTransitGatewayBaseTransitGatewayResponsefrom theoneOf[AzureTransitGatewayResponse -> subschema #3: Azure Transit Gateway]/response propertyallOflist for the response status201response-property-all-of-removed
- ○
added the required property
oneOf[AwsTransitGatewayResponse -> subschema #1: AWS Transit Gateway]/cidr_blocksto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsTransitGatewayResponse -> subschema #1: AWS Transit Gateway]/created_atto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsTransitGatewayResponse -> subschema #1: AWS Transit Gateway]/dns_configto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsTransitGatewayResponse -> subschema #1: AWS Transit Gateway]/entity_versionto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsTransitGatewayResponse -> subschema #1: AWS Transit Gateway]/idto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsTransitGatewayResponse -> subschema #1: AWS Transit Gateway]/nameto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsTransitGatewayResponse -> subschema #1: AWS Transit Gateway]/stateto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsTransitGatewayResponse -> subschema #1: AWS Transit Gateway]/transit_gateway_attachment_configto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsTransitGatewayResponse -> subschema #1: AWS Transit Gateway]/updated_atto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsVpcPeeringGatewayResponse -> subschema #2: AWS VPC Peering Gateway]/cidr_blocksto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsVpcPeeringGatewayResponse -> subschema #2: AWS VPC Peering Gateway]/created_atto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsVpcPeeringGatewayResponse -> subschema #2: AWS VPC Peering Gateway]/dns_configto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsVpcPeeringGatewayResponse -> subschema #2: AWS VPC Peering Gateway]/entity_versionto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsVpcPeeringGatewayResponse -> subschema #2: AWS VPC Peering Gateway]/idto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsVpcPeeringGatewayResponse -> subschema #2: AWS VPC Peering Gateway]/nameto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsVpcPeeringGatewayResponse -> subschema #2: AWS VPC Peering Gateway]/stateto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsVpcPeeringGatewayResponse -> subschema #2: AWS VPC Peering Gateway]/transit_gateway_attachment_configto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AwsVpcPeeringGatewayResponse -> subschema #2: AWS VPC Peering Gateway]/updated_atto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AzureTransitGatewayResponse -> subschema #3: Azure Transit Gateway]/created_atto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AzureTransitGatewayResponse -> subschema #3: Azure Transit Gateway]/dns_configto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AzureTransitGatewayResponse -> subschema #3: Azure Transit Gateway]/entity_versionto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AzureTransitGatewayResponse -> subschema #3: Azure Transit Gateway]/idto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AzureTransitGatewayResponse -> subschema #3: Azure Transit Gateway]/nameto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AzureTransitGatewayResponse -> subschema #3: Azure Transit Gateway]/stateto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AzureTransitGatewayResponse -> subschema #3: Azure Transit Gateway]/transit_gateway_attachment_configto the response with the201statusresponse-required-property-added
- ○
added the required property
oneOf[AzureTransitGatewayResponse -> subschema #3: Azure Transit Gateway]/updated_atto the response with the201statusresponse-required-property-added
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added
AwsTransitGatewaysubschema #2subschema #3to theoneOf[subschema #1: AWS Transit Gateway -> CreateAwsTransitGateway]/request propertyallOflistrequest-property-all-of-added
- ▲
added
AwsVpcPeeringGatewaysubschema #2subschema #3to theoneOf[subschema #2: AWS VPC Peering Gateway -> CreateAwsVpcPeeringGateway]/request propertyallOflistrequest-property-all-of-added
- ▲
added
AzureTransitGatewaysubschema #2subschema #3to theoneOf[subschema #3: Azure Transit Gateway -> CreateAzureTransitGateway]/request propertyallOflistrequest-property-all-of-added
- ▲
the
oneOf[subschema #1: AWS Transit Gateway -> CreateAwsTransitGateway]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
oneOf[subschema #2: AWS VPC Peering Gateway -> CreateAwsVpcPeeringGateway]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
oneOf[subschema #3: Azure Transit Gateway -> CreateAzureTransitGateway]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: AWS Transit Gateway -> AwsTransitGatewayResponse]/response's property type/format changed fromobject/to/for status201response-property-type-changed
- ▲
the
oneOf[subschema #2: AWS VPC Peering Gateway -> AwsVpcPeeringGatewayResponse]/response's property type/format changed fromobject/to/for status201response-property-type-changed
- ▲
the
oneOf[subschema #3: Azure Transit Gateway -> AzureTransitGatewayResponse]/response's property type/format changed fromobject/to/for status201response-property-type-changed
- ▲
removed the required property
oneOf[subschema #1: AWS Transit Gateway -> AwsTransitGatewayResponse]/cidr_blocksfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #1: AWS Transit Gateway -> AwsTransitGatewayResponse]/created_atfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #1: AWS Transit Gateway -> AwsTransitGatewayResponse]/dns_configfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #1: AWS Transit Gateway -> AwsTransitGatewayResponse]/entity_versionfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #1: AWS Transit Gateway -> AwsTransitGatewayResponse]/idfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #1: AWS Transit Gateway -> AwsTransitGatewayResponse]/namefrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #1: AWS Transit Gateway -> AwsTransitGatewayResponse]/statefrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #1: AWS Transit Gateway -> AwsTransitGatewayResponse]/transit_gateway_attachment_configfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #1: AWS Transit Gateway -> AwsTransitGatewayResponse]/updated_atfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #2: AWS VPC Peering Gateway -> AwsVpcPeeringGatewayResponse]/cidr_blocksfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #2: AWS VPC Peering Gateway -> AwsVpcPeeringGatewayResponse]/created_atfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #2: AWS VPC Peering Gateway -> AwsVpcPeeringGatewayResponse]/dns_configfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #2: AWS VPC Peering Gateway -> AwsVpcPeeringGatewayResponse]/entity_versionfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #2: AWS VPC Peering Gateway -> AwsVpcPeeringGatewayResponse]/idfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #2: AWS VPC Peering Gateway -> AwsVpcPeeringGatewayResponse]/namefrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #2: AWS VPC Peering Gateway -> AwsVpcPeeringGatewayResponse]/statefrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #2: AWS VPC Peering Gateway -> AwsVpcPeeringGatewayResponse]/transit_gateway_attachment_configfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #2: AWS VPC Peering Gateway -> AwsVpcPeeringGatewayResponse]/updated_atfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #3: Azure Transit Gateway -> AzureTransitGatewayResponse]/created_atfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #3: Azure Transit Gateway -> AzureTransitGatewayResponse]/dns_configfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #3: Azure Transit Gateway -> AzureTransitGatewayResponse]/entity_versionfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #3: Azure Transit Gateway -> AzureTransitGatewayResponse]/idfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #3: Azure Transit Gateway -> AzureTransitGatewayResponse]/namefrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #3: Azure Transit Gateway -> AzureTransitGatewayResponse]/statefrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #3: Azure Transit Gateway -> AzureTransitGatewayResponse]/transit_gateway_attachment_configfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
oneOf[subschema #3: Azure Transit Gateway -> AzureTransitGatewayResponse]/updated_atfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
oneOf[subschema #1: AWS Transit Gateway -> CreateAwsTransitGateway]/cidr_blocksrequest-property-removed
- ●
removed the request property
oneOf[subschema #1: AWS Transit Gateway -> CreateAwsTransitGateway]/dns_configrequest-property-removed
- ●
removed the request property
oneOf[subschema #1: AWS Transit Gateway -> CreateAwsTransitGateway]/namerequest-property-removed
- ●
removed the request property
oneOf[subschema #1: AWS Transit Gateway -> CreateAwsTransitGateway]/transit_gateway_attachment_configrequest-property-removed
- ●
removed the request property
oneOf[subschema #2: AWS VPC Peering Gateway -> CreateAwsVpcPeeringGateway]/cidr_blocksrequest-property-removed
- ●
removed the request property
oneOf[subschema #2: AWS VPC Peering Gateway -> CreateAwsVpcPeeringGateway]/dns_configrequest-property-removed
- ●
removed the request property
oneOf[subschema #2: AWS VPC Peering Gateway -> CreateAwsVpcPeeringGateway]/namerequest-property-removed
- ●
removed the request property
oneOf[subschema #2: AWS VPC Peering Gateway -> CreateAwsVpcPeeringGateway]/transit_gateway_attachment_configrequest-property-removed
- ●
removed the request property
oneOf[subschema #3: Azure Transit Gateway -> CreateAzureTransitGateway]/dns_configrequest-property-removed
- ●
removed the request property
oneOf[subschema #3: Azure Transit Gateway -> CreateAzureTransitGateway]/namerequest-property-removed
- ●
removed the request property
oneOf[subschema #3: Azure Transit Gateway -> CreateAzureTransitGateway]/transit_gateway_attachment_configrequest-property-removed
- ●
removed the optional property
oneOf[subschema #1: AWS Transit Gateway -> AwsTransitGatewayResponse]/state_metadatafrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
oneOf[subschema #2: AWS VPC Peering Gateway -> AwsVpcPeeringGatewayResponse]/state_metadatafrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
oneOf[subschema #3: Azure Transit Gateway -> AzureTransitGatewayResponse]/state_metadatafrom the response with the201statusresponse-optional-property-removed
- ○
added
AwsTransitGatewayBaseTransitGatewayResponsesubschema #2to theoneOf[subschema #1: AWS Transit Gateway -> AwsTransitGatewayResponse]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
AwsVpcPeeringGatewayBaseTransitGatewayResponsesubschema #2to theoneOf[subschema #2: AWS VPC Peering Gateway -> AwsVpcPeeringGatewayResponse]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
AzureTransitGatewayBaseTransitGatewayResponseto theoneOf[subschema #3: Azure Transit Gateway -> AzureTransitGatewayResponse]/response propertyallOflist for the response status201response-property-all-of-added
- ▲
- ○
added the optional property
oneOf[subschema #1: AWS Transit Gateway]/state_metadatato the response with the201statusresponse-optional-property-added
- ○
added the optional property
oneOf[subschema #2: AWS VPC Peering Gateway]/state_metadatato the response with the201statusresponse-optional-property-added
- ○
added the optional property
oneOf[subschema #3: Azure Transit Gateway]/state_metadatato the response with the201statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○