{
"data_backend": {
"share_path": "string",
"name": "string",
"region": "string",
"platform": "DataBackendPlatformInfoAWS = \"AWS\"",
"outside": true,
"endpoint": "string",
"storage_cluster_id": 0,
"type": "DataBackendPlatformTypeObj = \"object\"",
"targets": [
{
"status": "DataBackendStatusEnabled = \"enabled\"",
"pool_actual_size": 0,
"pool_actual_used_size": 0,
"target_used_num": 0,
"description": "string",
"pool_id": 0,
"resource_status": "string",
"alert": {
"resource_id": 0
},
"max_objects": 0,
"health": {
"used_type": "string",
"data": "string",
"quota": "string"
},
"params": {},
"target_used_size": 0,
"connected": true,
"id": 0,
"max_size": 0,
"target": "string"
}
],
"outside_fs_id": "string"
}
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/v2/os/data-backends//:check-unique' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"data_backend": {
"share_path": "string",
"name": "string",
"region": "string",
"platform": "DataBackendPlatformInfoAWS = \"AWS\"",
"outside": true,
"endpoint": "string",
"storage_cluster_id": 0,
"type": "DataBackendPlatformTypeObj = \"object\"",
"targets": [
{
"status": "DataBackendStatusEnabled = \"enabled\"",
"pool_actual_size": 0,
"pool_actual_used_size": 0,
"target_used_num": 0,
"description": "string",
"pool_id": 0,
"resource_status": "string",
"alert": {
"resource_id": 0
},
"max_objects": 0,
"health": {
"used_type": "string",
"data": "string",
"quota": "string"
},
"params": {},
"target_used_size": 0,
"connected": true,
"id": 0,
"max_size": 0,
"target": "string"
}
],
"outside_fs_id": "string"
}
}'