How to enable/disable pulse configuration via Rest API | Nutanix Community
Skip to main content
How to enable/disable pulse configuration via Rest API
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"}
anandsatyaseela



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