Data Proc API, gRPC: ClusterService.ListUILinks
Written by
Updated at November 26, 2024
Retrieves a list of links to web interfaces being proxied by Data Proc UI Proxy.
gRPC request
rpc ListUILinks (ListUILinksRequest) returns (ListUILinksResponse)
ListUILinksRequest
{
"cluster_id": "string"
}
Field |
Description |
cluster_id |
string Required. ID of the Hadoop cluster. |
ListUILinksResponse
{
"links": [
{
"name": "string",
"url": "string"
}
]
}
Field |
Description |
links[] |
Requested list of ui links. |
UILink
Field |
Description |
name |
string |
url |
string |