Config - Shared Notification Profiles

Rest API Config endpoint for shared notification profiles

Object type: sharednotificationprofile

Request URL: /rest/config/sharednotificationprofile

Example GET:

{
   "object" : {
      "all_hostgroups" : "1",
      "all_keywords" : "1",
      "all_servicegroups" : "1",
      "host_notification_options" : "u,d,r,f",
      "hostgroups" : [],
      "id" : "3",
      "keywords" : [],
      "name" : "demorole profile 1",
      "notification_level" : "1",
      "notification_period" : {
         "name" : "24x7",
         "ref" : "/rest/config/timeperiod/1"
      },
      "notificationmethods" : [],
      "role" : {
         "name" : "demorole",
         "ref" : "/rest/config/role/17"
      },
      "service_notification_options" : "w,c,r,u,f",
      "servicegroups" : [],
      "uncommitted" : "0"
   {
{