Data Proc API, REST: Cluster.ListUILinks
Written by
Updated at October 17, 2024
Retrieves a list of links to web interfaces being proxied by Data Proc UI Proxy.
HTTP request
GET https://dataproc.api.cloud.yandex.net/dataproc/v1/clusters/{clusterId}/ui_links
Path parameters
Field |
Description |
clusterId |
string Required field. Required. ID of the Hadoop cluster. |
Response
HTTP Code: 200 - OK
{
"links": [
{
"name": "string",
"url": "string"
}
]
}
Field |
Description |
links[] |
Requested list of ui links. |
UILink
Field |
Description |
name |
string |
url |
string |