Returns k8s dashboard url
GET/v1/spectroclusters/:uid/oidc/dashboard/url
Returns k8s dashboard url
Request
Path Parameters
uid stringrequired
spc uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
urlstring
{
"url": "string"
}
Loading...