dataos-sdk-kt
jvm
poros
/
io.dataos.poros.client.api
/
ResourceApi
/
fetchCluster
fetch
Cluster
@
GET
(
value
=
"api/v1/workspaces/{workspace}/resources/cluster/{name}"
)
abstract
fun
fetchCluster
(
@
Path
(
value
=
"workspace"
)
workspace
:
String
,
@
Path
(
value
=
"name"
)
name
:
String
)
:
Call
<
Map
<
String
,
Any
>
>