{
"count": 1,
"isolated_device_model": {
"__meta__": {
"user:rd": "op"
},
"description": "test create network",
"dev_type": "NPU",
"device_id": "string",
"dry_run": false,
"hosts": [
"string"
],
"hot_pluggable": true,
"is_emulated": true,
"model": "string",
"vendor_id": "string"
}
}
curl --location --request POST 'https://example.com:30888/isolated_device_models' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 1,
"isolated_device_model": {
"__meta__": {
"user:rd": "op"
},
"description": "test create network",
"dev_type": "NPU",
"device_id": "string",
"dry_run": false,
"hosts": [
"string"
],
"hot_pluggable": true,
"is_emulated": true,
"model": "string",
"vendor_id": "string"
}
}'
{
"isolated_device_model": {
"can_delete": true,
"can_update": true,
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"metadata": {
"property1": "string",
"property2": "string"
},
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
}
}
}