启用管控策略功能
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | EnableServiceControlPolicy | 要执行的操作,取值:EnableServiceControlPolicy |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Status | String | 开启状态,Enabled Disabled PendingEnable PendingDisable |
GET /?Action= EnableServiceControlPolicy&Version=2022-01-01
{ "ResponseMetadata":{ "RequestId":"202205191150550102252431470183A0D5", "Action":"EnableServiceControlPolicy", "Version":"2020-01-01", "Service":"organization" }, "Result":{ "Status":"Enabled" } }
下表提供了该接口业务逻辑相关的错误码。公共错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
500 | InternalError | Unknown internal error: %v | 未知错误,根据错误信息判断详情 |
400 | PermissionError | No permission to perform action[%s] on resource %s | 无权限,没有对该资源进行该操作的权限 |
400 | ConcurrentException | concurrent request exception | 并发请求异常 |
409 | PolicyEnablementSwitchTooFrequentException | 开启管控策略操作过于频繁。请在 %d 分钟后再尝试。 | 操作过于频繁 |
400 | PolicyTypeAlreadyEnabledException | 管控策略功能已开启 | 管控策略功能已开启 |