Configuring the Alert Group for All Call Home Messages
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/callhome/inst/destprof.json
{ "callhomeDestProf": { "children": [ { "callhomePredefinedProfile": { "attributes": { "alertGrpAll": "enabled", "predefProfile": "short_txt" }}}]}}
Response
{ imdata:[] }
Copy
<System> <callhome-items> <inst-items> <destprof-items> <predefprofile-items> <PredefinedProfile-list> <predefProfile>short_txt</predefProfile> <alertGrpAll>enabled</alertGrpAll> </PredefinedProfile-list> </predefprofile-items> </destprof-items> </inst-items> </callhome-items> </System>