Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex API Gateway
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • Send
        • Disconnect
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • GetConnectionRequest
  • Connection
  • Identity
  1. Websocket API reference
  2. gRPC
  3. Connection
  4. Get

API Gateway WebSocket Connection Service, gRPC: ConnectionService.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetConnectionRequest
  • Connection
  • Identity

Returns the specified connection info.

gRPC requestgRPC request

rpc Get (GetConnectionRequest) returns (Connection)

GetConnectionRequestGetConnectionRequest

{
  "connection_id": "string"
}

Field

Description

connection_id

string

Required field. ID of the connection to get.

ConnectionConnection

{
  "id": "string",
  "gateway_id": "string",
  "identity": {
    "source_ip": "string",
    "user_agent": "string"
  },
  "connected_at": "google.protobuf.Timestamp",
  "last_active_at": "google.protobuf.Timestamp"
}

Field

Description

id

string

ID of the connection.

gateway_id

string

ID of the API Gateway.

identity

Identity

The information about the caller making the request to API Gateway.

connected_at

google.protobuf.Timestamp

The timestamp at which connection was established.

last_active_at

google.protobuf.Timestamp

The timestamp at which connection was last accessed.

IdentityIdentity

Field

Description

source_ip

string

The source IP address of the caller making the request to API Gateway.

user_agent

string

The User Agent of the caller making the request to API Gateway.

Was the article helpful?

Previous
Overview
Next
Send
Yandex project
© 2025 Yandex.Cloud LLC