{
"Data": {
"cluster_address": "string",
"cluster_name": "string",
"cpu_allocation_ratio": 0,
"memory_allocation_ratio": 0,
"vm_ha_enabled": true,
"vm_ha_min_failed_count": 0
}
}curl --location --request PATCH 'http://10.16.11.91:6012/sddc/v1/settings/' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"Data": {
"cluster_address": "string",
"cluster_name": "string",
"cpu_allocation_ratio": 0,
"memory_allocation_ratio": 0,
"vm_ha_enabled": true,
"vm_ha_min_failed_count": 0
}
}'{
"data": {
"admin_network": "string",
"cluster_address": "string",
"cluster_name": "string",
"compute_underlay_network": "string",
"cpu_allocation_ratio": 0,
"created_at": "2019-08-24T14:15:22Z",
"creation_finish": "2019-08-24T14:15:22Z",
"deleted_at": {
"Time": "2019-08-24T14:15:22Z",
"Valid": true
},
"deletion_begin": "2019-08-24T14:15:22Z",
"deletion_finish": "2019-08-24T14:15:22Z",
"etag": "string",
"id": 0,
"inventory": "string",
"memory_allocation_ratio": 0,
"name": "string",
"sds_api_port": 0,
"sds_endpoint": "string",
"storage_gateway_network": "string",
"storage_private_network": "string",
"storage_public_network": "string",
"updated_at": "2019-08-24T14:15:22Z",
"version_info": "string",
"vm_ha_enabled": true,
"vm_ha_min_failed_count": 0
},
"metadata": {
"created_at": "2019-08-24T14:15:22Z",
"creation_finish": "2019-08-24T14:15:22Z",
"deletion_begin": "2019-08-24T14:15:22Z",
"deletion_finish": "2019-08-24T14:15:22Z",
"id": 0,
"labels": [
{
"label_key_id": 0,
"label_key_name": "string",
"label_value_id": 0,
"label_value_name": "string"
}
],
"name": "string",
"project_id": 0,
"state": {
"diff_fields": {
"irreconcilable": [
"string"
],
"reconciling": [
"string"
]
},
"state": "string"
}
}
}