A AuthMS API Wiki API Reference iam.tianv.com →

PUT /billing/alerts/{id}

修改已有用量告警规则的阈值、通知渠道或状态。支持部分更新,未传递的字段保持原值。

计费服务 `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes 告警ID

Request Body

Schema: dto.UpdateUsageAlertRequest

FieldTypeRequiredExampleConstraintsDescription
name string No
notification_channels string No
resource_type string No
status string No
threshold_percent integer No

Responses

StatusDescriptionSchema
200用量告警更新成功dto.UsageAlertDetailResponse
400请求参数错误object
401未授权object
404告警不存在object
500服务器内部错误object

Referenced Schemas

dto.UsageAlertDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.UsageAlertResponse No
message string No
timestamp string No

dto.UsageAlertResponse

FieldTypeRequiredExampleConstraintsDescription
app_id string No app_001
created_at string No 2026-05-01T00:00:00Z
id string No ua_001
last_triggered_at string No 2026-05-10T08:00:00Z
name string No API调用量告警
notification_channels string No email,in_app
resource_type string No api_calls
status string No active
tenant_id string No tnt_xyz789
threshold_percent integer No 80
updated_at string No 2026-05-05T10:00:00Z