Updates the specified cluster's service endpoints information
PUT/v1/spectroclusters/:uid/status/endpoints
Updates the specified cluster's service endpoints information
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
array
Array [
]
hoststringrequired
The hostname on which the API server is serving.
portint32required
The port on which the API server is serving.
Responses
- 204
The resource was updated successfully
Loading...