你好!使用2个API调用后
https://www.nutanix.dev/reference/prism_element/v2/api/alerts/post-alerts-acknowledge-acknowlemleapers/
https://www.nutanix.dev/reference/prism_element/v2/api/alerts/post-alerts-resolve-resolvealerts/
我收到了这个回复
{"num_successful_updates": 1, "num_failed_updates": 0, "alert_status_list": [ { "id": "0:0", "successful": true, "message": null } ] }I wasn’t able to understand what the “id” field in “alert_status_list” means, if someone here could clarify I would really appreciate it.
最好的答案alona.
You can use get\/alerts to capture \u201cid\u201d and the \u201cmessage\u201d.<\/p>
For example:<\/p>
\"acknowledged_by_username\": \"N\/A\",
\"message\": \"{file_server_alert_msg}\",
\"detailed_message\": \"//www.jhbzcj.com/next/how-it-works-22/\",
\"alert_title\": \"{file_server_smart_alert_title}\",
\"acknowledged_time_stamp_in_usecs\": 1611711650534653,
\"resolved_time_stamp_in_usecs\": 1611711650534645,
\"resolved_by_username\": \"N\/A\",
\"user_defined\": false,
\"affected_entities\": [
{
\"entity_type\": \"file_server\",
\"entity_type_display_name\": null,
\"entity_name\": null,
\"uuid\": \"fc071bd0-1234-417c-4567-fdaeebc68161\",
\"id\": \"fc071bd0-1234-417c-4567-fdaeebc68161\"
<\/code><\/pre>Let us know how you go.<\/p>","className":"post__content__best_answer"}">