You need to enable JavaScript to run this app.
导航

0007-00000006

最近更新时间2024.03.18 14:51:50

首次发布时间2024.01.05 16:32:16

问题描述

生命周期规则中的 Status 字段取值非法。

问题原因

生命周期规则中的 Status 字段取值非法,需要为 EnabledDisabled

问题示例
{
    "Rules": [{
      "ID": "id",
      "Prefix": "prefix",
      "Status": "Enable",
      "Expiration": { "Days": 120 }
    }]
}

解决方案

设置 Status 字段取值为 EnabledDisabled