PowerStore:使用 REST API 由空字符串修改的电子邮件地址应失败,但返回成功。

概要: 尝试使用 REST API 修改具有空字符串的email_notify_destination对象中的电子邮件地址应失败,但返回成功。

この記事は次に適用されます: この記事は次には適用されません: この記事は、特定の製品に関連付けられていません。 すべての製品パージョンがこの記事に記載されているわけではありません。

現象

将email_notify_destination修改为空字符串将返回成功。用户将假定电子邮件地址已成功删除。

示例如下所示:
POST https://10.229.xx.xx:443/api/rest/email_notify_destination
{
  "email_address": "example@emc.com",
  "notify_critical": true,
  "notify_major": false,
  "notify_minor": true,
  "notify_info": true
}

GET https://10.229.xx.xx:443/api/rest/email_notify_destination/eb028fe4-6c75-42e2-9aff-3d65d8dfbb25?select=*
200
{
  "id": "eb028fe4-6c75-42e2-9aff-3d65d8dfbb25",
  "email_address": "example@emc.com",
  "notify_critical": true,
  "notify_major": false,
  "notify_minor": true,
  "notify_info": true
}

PATCH https://10.229.xx.xx:443/api/rest/email_notify_destination/eb028fe4-6c75-42e2-9aff-3d65d8dfbb25
{"email_address": ""}
==>
204
此处的“email_address”与修补程序之前相同:
GET https://10.229.xx.xx:443/api/rest/email_notify_destination/eb028fe4-6c75-42e2-9aff-3d65d8dfbb25?select=*
200
{
  "id": "204b3978-0b3a-4c6e-a2bf-4b716502dd71",
  "email_address": "example@emc.com",
  "notify_critical": true,
  "notify_major": false,
  "notify_minor": true,
  "notify_info": true
}

原因

PowerStore 不允许用户将电子邮件地址设置为 0 长度字符串。

解決方法

要删除电子邮件地址,请使用 PowerStore Manager 使用 DELETE 操作删除对象。

対象製品

PowerStore
文書のプロパティ
文書番号: 000198831
文書の種類: Solution
最終更新: 30 5月 2022
バージョン:  1
質問に対する他のDellユーザーからの回答を見つける
サポート サービス
お使いのデバイスがサポート サービスの対象かどうかを確認してください。