v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1436208157.4 KB

Accepts a link request between gateways.

When a requester gateway requests to link with a responder gateway, the responder can use this operation to accept the link request and establish the connection.

post/gateway/{gatewayId}/link/{linkId}/accept

Path parameters

gatewayIdstring required

The unique identifier of the gateway.

linkIdstring required

The unique identifier of the link.

Request body

timeoutInMillisinteger

The timeout value in milliseconds.

Response

Success

gatewayIdstring required

The unique identifier of the gateway.

peerGatewayIdstring required

The unique identifier of the peer gateway.

status'PENDING_CREATION' | 'PENDING_REQUEST' | 'REQUESTED' | 'ACCEPTED' | 'ACTIVE' | 'REJECTED' | 'FAILED' | 'PENDING_DELETION' | 'DELETED' | 'PENDING_UPDATE' | 'PENDING_ISOLATION' | 'ISOLATED' | 'PENDING_RESTORATION' required

The status of the link.

createdAtstring date-time required

The timestamp of when the link was created.

updatedAtstring date-time required

The timestamp of when the link was updated.

direction'RESPONSE' | 'REQUEST'

The direction of the link.

connectivityType'DEFAULT' | 'PUBLIC_INGRESS' | 'PUBLIC_EGRESS' | 'EXTERNAL_INBOUND'

The connectivity type of the link.

linkIdstring required

The unique identifier of the link.

All 36 operations