{
"cluster": {
"search_endpoints": [
"string"
],
"metric_endpoints": [
"string"
],
"xms_endpoints": [
"string"
]
}
}curl --location --request PATCH 'http://10.16.11.91:6012/sddc/v1/v2/os/clusters/' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"cluster": {
"search_endpoints": [
"string"
],
"metric_endpoints": [
"string"
],
"xms_endpoints": [
"string"
]
}
}'{
"cluster": {
"search_endpoints": [
"string"
],
"uuid": "string",
"create": "string",
"update": "string",
"outside_name": "string",
"outside_access_token": "string",
"outside_endpoints": [
"string"
],
"xms_endpoints": [
"string"
],
"metric_endpoints": [
"string"
]
}
}