Updates the specified cluster's service endpoints information
PUThttps://api.spectrocloud.com/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
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X PUT 'https://api.spectrocloud.com/v1/spectroclusters/:uid/status/endpoints' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
--data-raw '[
{
"host": "string",
"port": 0
}
]'