Skip to main content

PUT /api/sam/admin/cluster/{id}

Update a cluster's information

Description

Update the metadata for this cluster in the %SAM.Cluster table.

To use this endpoint, you must log in as a user with access to the %SAM.Admin resource.

Request Example

PUT http://localhost:8080/api/sam/admin/cluster/{id}

Parameters
id Required path variable. The id of the target cluster to update.

Example JSON request packet:

{
    "name": "test-new",
    "description": "The test cluster for new features"
}
FeedbackOpens in a new tab