Skip to main content
Version: latest

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

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

Loading...