{
"network_diagnosis": {
"host_ids": [
0
],
"host_scope": "string",
"networks": [
"string"
]
}
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/v1/network-diagnoses/' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"network_diagnosis": {
"host_ids": [
0
],
"host_scope": "string",
"networks": [
"string"
]
}
}'{
"network_diagnosis": {
"status": "string",
"diagnose_warning_num": 0,
"not_diagnose_num": 0,
"create": "2019-08-24T14:15:22Z",
"diagnose_num": 0,
"networks": [
"string"
],
"cluster": {
"status": "string",
"type": "string",
"id": 0,
"fs_id": "string",
"name": "string"
},
"diagnosing_num": 0,
"diagnose_active_num": 0,
"progress": 0,
"diagnose_error_num": 0,
"update": "2019-08-24T14:15:22Z",
"id": 0,
"host_num": 0
}
}