http://networkmanager.{region}.amazonaws.com/connect-peersCreates a core network Connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
The tags associated with the peer request.
Describes the BGP options.
The client token associated with the request.
The Connect peer address.
The inside IP addresses used for BGP peering.
A Connect peer core network address.
The ID of the connection attachment.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://networkmanager.{region}.amazonaws.com/connect-peers' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://networkmanager.{region}.amazonaws.com/connect-peersCreates a core network Connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
The tags associated with the peer request.
Describes the BGP options.
The client token associated with the request.
The Connect peer address.
The inside IP addresses used for BGP peering.
A Connect peer core network address.
The ID of the connection attachment.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://networkmanager.{region}.amazonaws.com/connect-peers' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}