How to enable/disable pulse configuration via Rest API | Nutanix Community
Skip to main content

How to enable/disable pulse configuration via Rest API


Forum|alt.badge.img
How to enable/disable pulse configuration via Rest API
This topic has been closed for comments

2 replies

sandeepmp
Nutanix Employee
Forum|alt.badge.img+19
  • Nutanix Employee
  • 64 replies
  • June 19, 2017
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"}

sandeepmp
Nutanix Employee
Forum|alt.badge.img+19
  • Nutanix Employee
  • 64 replies
  • October 24, 2017
anandsatyaseela

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