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
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Data Processing
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • Start
        • Stop
        • ListOperations
        • ListHosts
        • ListUILinks
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • FAQ

In this article:

  • gRPC request
  • ListUILinksRequest
  • ListUILinksResponse
  • UILink
  1. API reference
  2. gRPC
  3. Cluster
  4. ListUILinks

Yandex Data Processing API, gRPC: ClusterService.ListUILinks

Written by
Yandex Cloud
Updated at April 2, 2025
  • gRPC request
  • ListUILinksRequest
  • ListUILinksResponse
  • UILink

Retrieves a list of links to web interfaces being proxied by Yandex Data Processing UI Proxy.

gRPC requestgRPC request

rpc ListUILinks (ListUILinksRequest) returns (ListUILinksResponse)

ListUILinksRequestListUILinksRequest

{
  "cluster_id": "string"
}

Field

Description

cluster_id

string

Required. ID of the Hadoop cluster.

ListUILinksResponseListUILinksResponse

{
  "links": [
    {
      "name": "string",
      "url": "string"
    }
  ]
}

Field

Description

links[]

UILink

Requested list of ui links.

UILinkUILink

Field

Description

name

string

url

string

Was the article helpful?

Previous
ListHosts
Next
Overview
© 2025 Direct Cursus Technology L.L.C.