How to enable/disable pulse configuration via Rest API

  • 16 June 2017
  • 2 replies
  • 1117 views

Badge
How to enable/disable pulse configuration via Rest API

This topic has been closed for comments

2 replies

Userlevel 4
Badge +19
Try below:

PUT url : https://server_ip:9440/PrismGateway/services/rest/v1/pulse
Body:
{"emailContactList":["Provide_email_ids"],"enable":true,"verbosityType":"BASIC_COREDUMP","enableDefaultNutanixEmail":true,"defaultNutanixEmail":"nos-asups@nutanix.com"}
Userlevel 4
Badge +19
anandsatyaseela

Is the below code worked for you? If so can you mark this post as resolved?