针对运行趋势科技服务器深度安全防护系统/11.3.184 的系统创建租户时,我收到以下响应:
{
"message":"Unable to connect to SMTP server. Please verify the SMTP configuration in System Settings."
}
我调用的 API 资源是“/tenants”,HTTP 方法是 POST。请求的正文(一些细节匿名)是:
{
"administrator": {
"active": true,
"emailAddress": "******@********.***",
"fullName": "****** ****",
"locale": "en-US",
"password": "*******",
"primaryContact": true,
"receiveNotifications": false,
"roleID": 1,
"timeFormat": "24",
"timeZone": "UTC",
"username": "admin"
},
"databaseServerID": 1,
"description": "1190000206_11174_njkhnjklh",
"locale": "en-US",
"modulesVisible": [
"all"
],
"name": "1190000206_11174_njkhnjklh",
"timeZone": "UTC"
}
发生这种反应的原因是什么?注意我不管理 DeepSecurity 应用程序,我是作为第 3 方询问的,因此需要将详细信息传递给管理 DeepSecurity 应用程序的团队。