Skip to main content

Updates the specified cluster's service endpoints information

PUT 

https://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

Body

array

  • Array [

  • hoststringrequired

    The hostname on which the API server is serving.

    portint32required

    The port on which the API server is serving.

  • ]

Responses

The resource was updated successfully

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
}
]'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired
— header
Body
[
{
"host": "string",
"port": 0
}
]