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:

  • HTTP request
  • Path parameters
  • Response
  • UILink
  1. API reference
  2. REST
  3. Cluster
  4. ListUILinks

Yandex Data Processing API, REST: Cluster.ListUILinks

Written by
Yandex Cloud
Updated at April 2, 2025
  • HTTP request
  • Path parameters
  • Response
  • UILink

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

HTTP requestHTTP request

GET https://dataproc.api.cloud.yandex.net/dataproc/v1/clusters/{clusterId}/ui_links

Path parametersPath parameters

Field

Description

clusterId

string

Required field. Required. ID of the Hadoop cluster.

ResponseResponse

HTTP Code: 200 - OK

{
  "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.