查看运维公告详情
接口说明
需要上线的服务必须为已通过审核的服务。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
computenestsupplier:GetOpsNotice |
get |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
RegionId |
string |
否 |
地域 id |
cn-hangzhou |
NoticeId |
string |
是 |
通知 id |
notice-2338dxxxxxx |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
NoticeId |
string |
通知 id |
notice-2338d3835bxxxxx |
Type |
string |
通知类型
|
ServiceInstanceUpgrade |
ServiceId |
string |
服务 id |
service-c2d118c9193e49xxxxxx |
ServiceName |
string |
服务名称 |
Wordpress社区版 |
Category |
string |
分类
|
Availability |
Severity |
string |
运维项严重程度
|
Critical |
Content |
string |
消息结果 |
message |
Solutions |
string |
解决方式 |
Solutions |
Attributes |
string |
运维项的非公共属性 |
{\"cveId\":\"CVE-2021-4034\"} |
StartTime |
string |
开始时间 |
2024-11-18T02:05:00Z |
Success |
string |
本次操作是否成功,true 表示成功。 |
true |
UserCount |
string |
收到公告的用户数量 |
1 |
ServiceInstanceCount |
string |
涉及到的服务实例数量 |
2 |
RequestId |
string |
请求 id |
1B3AD3CC-E938-5042-A771-7FD9A2FE03F3 |
ServiceVersions |
array |
已发布的服务版本列表 |
|
string |
已发布的服务版本列表 |
1 |
示例
正常返回示例
JSON
格式
{
"NoticeId": "notice-2338d3835bxxxxx",
"Type": "ServiceInstanceUpgrade",
"ServiceId": "service-c2d118c9193e49xxxxxx",
"ServiceName": "Wordpress社区版",
"Category": "Availability",
"Severity": "Critical",
"Content": "message",
"Solutions": "Solutions",
"Attributes": "{\\\"cveId\\\":\\\"CVE-2021-4034\\\"}",
"StartTime": "2024-11-18T02:05:00Z",
"Success": "true",
"UserCount": "1",
"ServiceInstanceCount": "2",
"RequestId": "1B3AD3CC-E938-5042-A771-7FD9A2FE03F3",
"ServiceVersions": [
"1"
]
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。