Alert Sources

List alert sources.

get
Authorizations
Query parameters
start-indexinteger · int32Optional

an integer specifying the starting point (beginning with 0) when paging through a list of entities

Default: 0
max-resultsinteger · int32 · max: 50Optional

the maximum number of results when paging through a list of alert sources.

Default: 50
Responses
200
the alert source object
application/json
get
GET /api/alert-sources HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

the alert source object

[
  {
    "id": 1,
    "teams": [
      {
        "id": 1,
        "name": "text"
      }
    ],
    "name": "text",
    "iconUrl": "text",
    "lightIconUrl": "text",
    "darkIconUrl": "text",
    "escalationPolicy": {
      "id": 1,
      "name": "text",
      "escalationRules": [
        {
          "escalationTimeout": 1,
          "user": {
            "id": 1
          },
          "schedule": {
            "id": 1
          },
          "users": [
            {
              "id": 1,
              "firstName": "text",
              "lastName": "text"
            }
          ],
          "schedules": [
            {
              "id": 1,
              "name": "text",
              "type": "STATIC"
            }
          ]
        }
      ],
      "teams": [
        {
          "id": 1,
          "name": "text"
        }
      ],
      "repeating": false,
      "frequency": 1,
      "delayMin": 0,
      "routingKey": "text"
    },
    "integrationType": "NAGIOS",
    "integrationKey": "text",
    "integrationUrl": "text",
    "autoResolutionTimeout": "text",
    "alertGroupingWindow": "text",
    "alertCreation": "ONE_ALERT_PER_EMAIL",
    "status": "PENDING",
    "active": true,
    "alertPriorityRule": "HIGH",
    "supportHours": {
      "id": 1,
      "name": "text",
      "teams": [
        {
          "id": 1,
          "name": "text"
        }
      ],
      "timezone": "Europe/Berlin",
      "supportDays": {
        "MONDAY": {
          "start": "08:42:53",
          "end": "08:42:53"
        },
        "TUESDAY": {
          "start": "08:42:53",
          "end": "08:42:53"
        },
        "WEDNESDAY": {
          "start": "08:42:53",
          "end": "08:42:53"
        },
        "THURSDAY": {
          "start": "08:42:53",
          "end": "08:42:53"
        },
        "FRIDAY": {
          "start": "08:42:53",
          "end": "08:42:53"
        },
        "SATURDAY": {
          "start": "08:42:53",
          "end": "08:42:53"
        },
        "SUNDAY": {
          "start": "08:42:53",
          "end": "08:42:53"
        }
      }
    },
    "bidirectional": true
  }
]

Create a new alert source.

post
Authorizations
Body
idinteger · int64Optional
namestringRequired
iconUrlstringOptional
lightIconUrlstringOptional
darkIconUrlstringOptional
integrationTypestring · enumRequiredPossible values:
integrationKeystringOptional
integrationUrlstringRead-onlyOptional
autoResolutionTimeoutstring · ISO-8601Optional
alertGroupingWindowstring · ISO-8601Optional
alertCreationstring · enumOptionalDefault: ONE_ALERT_PER_EMAILPossible values:
statusstring · enumRead-onlyOptionalPossible values:
activebooleanOptionalDefault: true
alertPriorityRulestring · enumOptionalPossible values:
bidirectionalbooleanRead-onlyOptional
eventFilterstringOptional

Defines an optional event filter condition in ICL language. This is a code based implementation, more info on syntax: https://docs.ilert.com/rest-api/icl-ilert-condition-language. For block based configuration please use the web UI. It has no effect on manually created alerts. Note: this field is an ?include, it will not appear in lists.

eventTypeFilterCreatestringOptional

Defines an optional create alert rule in ICL language. This is a code based implementation, more info on syntax: https://docs.ilert.com/rest-api/icl-ilert-condition-language. For block based configuration please use the web UI. It has no effect on manually created alerts. Note: this field is an ?include, it will not appear in lists.

eventTypeFilterAcceptstringOptional

Defines an optional accept alert rule in ICL language This is a code based implementation, more info on syntax: https://docs.ilert.com/rest-api/icl-ilert-condition-language. For block based configuration please use the web UI. It has no effect on manually created alerts. Note: this field is an ?include, it will not appear in lists.

eventTypeFilterResolvestringOptional

Defines an optional resolve alert rule in ICL language This is a code based implementation, more info on syntax: https://docs.ilert.com/rest-api/icl-ilert-condition-language. For block based configuration please use the web UI. It has no effect on manually created alerts. Note: this field is an ?include, it will not appear in lists.

Responses
201
The URI of the alert source will be included in the location header and the alert source will be included in the body.
application/json
post
POST /api/alert-sources HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1627

{
  "id": 1,
  "teams": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "name": "text",
  "iconUrl": "text",
  "lightIconUrl": "text",
  "darkIconUrl": "text",
  "escalationPolicy": {
    "id": 1,
    "name": "text",
    "escalationRules": [
      {
        "escalationTimeout": 1,
        "user": {
          "id": 1
        },
        "schedule": {
          "id": 1
        },
        "users": [
          {
            "id": 1,
            "firstName": "text",
            "lastName": "text"
          }
        ],
        "schedules": [
          {
            "id": 1,
            "name": "text",
            "type": "STATIC"
          }
        ]
      }
    ],
    "teams": [
      {
        "id": 1,
        "name": "text"
      }
    ],
    "repeating": false,
    "frequency": 1,
    "delayMin": 0,
    "routingKey": "text"
  },
  "integrationType": "NAGIOS",
  "integrationKey": "text",
  "autoResolutionTimeout": "text",
  "alertGroupingWindow": "text",
  "alertCreation": "ONE_ALERT_PER_EMAIL",
  "active": true,
  "alertPriorityRule": "HIGH",
  "supportHours": {
    "id": 1
  },
  "summaryTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "detailsTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "routingTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "linkTemplates": [
    {
      "text": "text",
      "hrefTemplate": {
        "textTemplate": "text",
        "elements": [
          {
            "type": "TEXT",
            "val": "text",
            "func": "text",
            "args": [
              {
                "S": "text",
                "N": 1
              }
            ]
          }
        ]
      }
    }
  ],
  "priorityTemplate": {
    "valueTemplate": {
      "textTemplate": "text",
      "elements": [
        {
          "type": "TEXT",
          "val": "text",
          "func": "text",
          "args": [
            {
              "S": "text",
              "N": 1
            }
          ]
        }
      ]
    },
    "mappings": [
      {
        "value": "text",
        "priority": "LOW"
      }
    ]
  },
  "eventFilter": "text",
  "alertKeyTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "eventTypeFilterCreate": "text",
  "eventTypeFilterAccept": "text",
  "eventTypeFilterResolve": "text"
}
201

The URI of the alert source will be included in the location header and the alert source will be included in the body.

{
  "id": 1,
  "teams": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "name": "text",
  "iconUrl": "text",
  "lightIconUrl": "text",
  "darkIconUrl": "text",
  "escalationPolicy": {
    "id": 1,
    "name": "text",
    "escalationRules": [
      {
        "escalationTimeout": 1,
        "user": {
          "id": 1
        },
        "schedule": {
          "id": 1
        },
        "users": [
          {
            "id": 1,
            "firstName": "text",
            "lastName": "text"
          }
        ],
        "schedules": [
          {
            "id": 1,
            "name": "text",
            "type": "STATIC"
          }
        ]
      }
    ],
    "teams": [
      {
        "id": 1,
        "name": "text"
      }
    ],
    "repeating": false,
    "frequency": 1,
    "delayMin": 0,
    "routingKey": "text"
  },
  "integrationType": "NAGIOS",
  "integrationKey": "text",
  "integrationUrl": "text",
  "autoResolutionTimeout": "text",
  "alertGroupingWindow": "text",
  "alertCreation": "ONE_ALERT_PER_EMAIL",
  "status": "PENDING",
  "active": true,
  "alertPriorityRule": "HIGH",
  "supportHours": {
    "id": 1,
    "name": "text",
    "teams": [
      {
        "id": 1,
        "name": "text"
      }
    ],
    "timezone": "Europe/Berlin",
    "supportDays": {
      "MONDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "TUESDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "WEDNESDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "THURSDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "FRIDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "SATURDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "SUNDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      }
    }
  },
  "bidirectional": true,
  "summaryTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "detailsTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "routingTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "linkTemplates": [
    {
      "text": "text",
      "hrefTemplate": {
        "textTemplate": "text",
        "elements": [
          {
            "type": "TEXT",
            "val": "text",
            "func": "text",
            "args": [
              {
                "S": "text",
                "N": 1
              }
            ]
          }
        ]
      }
    }
  ],
  "priorityTemplate": {
    "valueTemplate": {
      "textTemplate": "text",
      "elements": [
        {
          "type": "TEXT",
          "val": "text",
          "func": "text",
          "args": [
            {
              "S": "text",
              "N": 1
            }
          ]
        }
      ]
    },
    "mappings": [
      {
        "value": "text",
        "priority": "LOW"
      }
    ]
  },
  "eventFilter": "text",
  "alertKeyTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "eventTypeFilterCreate": "text",
  "eventTypeFilterAccept": "text",
  "eventTypeFilterResolve": "text"
}

Get the alert source with specified id or alternatively integration key.

get
Authorizations
Path parameters
idstringRequired

numeric source id or integration key

Query parameters
Responses
200
the alert source object
application/json
get
GET /api/alert-sources/{id} HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

the alert source object

{
  "id": 1,
  "teams": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "name": "text",
  "iconUrl": "text",
  "lightIconUrl": "text",
  "darkIconUrl": "text",
  "escalationPolicy": {
    "id": 1,
    "name": "text",
    "escalationRules": [
      {
        "escalationTimeout": 1,
        "user": {
          "id": 1
        },
        "schedule": {
          "id": 1
        },
        "users": [
          {
            "id": 1,
            "firstName": "text",
            "lastName": "text"
          }
        ],
        "schedules": [
          {
            "id": 1,
            "name": "text",
            "type": "STATIC"
          }
        ]
      }
    ],
    "teams": [
      {
        "id": 1,
        "name": "text"
      }
    ],
    "repeating": false,
    "frequency": 1,
    "delayMin": 0,
    "routingKey": "text"
  },
  "integrationType": "NAGIOS",
  "integrationKey": "text",
  "integrationUrl": "text",
  "autoResolutionTimeout": "text",
  "alertGroupingWindow": "text",
  "alertCreation": "ONE_ALERT_PER_EMAIL",
  "status": "PENDING",
  "active": true,
  "alertPriorityRule": "HIGH",
  "supportHours": {
    "id": 1,
    "name": "text",
    "teams": [
      {
        "id": 1,
        "name": "text"
      }
    ],
    "timezone": "Europe/Berlin",
    "supportDays": {
      "MONDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "TUESDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "WEDNESDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "THURSDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "FRIDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "SATURDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "SUNDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      }
    }
  },
  "bidirectional": true,
  "summaryTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "detailsTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "routingTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "linkTemplates": [
    {
      "text": "text",
      "hrefTemplate": {
        "textTemplate": "text",
        "elements": [
          {
            "type": "TEXT",
            "val": "text",
            "func": "text",
            "args": [
              {
                "S": "text",
                "N": 1
              }
            ]
          }
        ]
      }
    }
  ],
  "priorityTemplate": {
    "valueTemplate": {
      "textTemplate": "text",
      "elements": [
        {
          "type": "TEXT",
          "val": "text",
          "func": "text",
          "args": [
            {
              "S": "text",
              "N": 1
            }
          ]
        }
      ]
    },
    "mappings": [
      {
        "value": "text",
        "priority": "LOW"
      }
    ]
  },
  "eventFilter": "text",
  "alertKeyTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "eventTypeFilterCreate": "text",
  "eventTypeFilterAccept": "text",
  "eventTypeFilterResolve": "text"
}

Update an existing alert source.

put
Authorizations
Path parameters
idnumberRequired

entity ID

Body
idinteger · int64Optional
namestringRequired
iconUrlstringOptional
lightIconUrlstringOptional
darkIconUrlstringOptional
integrationTypestring · enumRequiredPossible values:
integrationKeystringOptional
integrationUrlstringRead-onlyOptional
autoResolutionTimeoutstring · ISO-8601Optional
alertGroupingWindowstring · ISO-8601Optional
alertCreationstring · enumOptionalDefault: ONE_ALERT_PER_EMAILPossible values:
statusstring · enumRead-onlyOptionalPossible values:
activebooleanOptionalDefault: true
alertPriorityRulestring · enumOptionalPossible values:
bidirectionalbooleanRead-onlyOptional
eventFilterstringOptional

Defines an optional event filter condition in ICL language. This is a code based implementation, more info on syntax: https://docs.ilert.com/rest-api/icl-ilert-condition-language. For block based configuration please use the web UI. It has no effect on manually created alerts. Note: this field is an ?include, it will not appear in lists.

eventTypeFilterCreatestringOptional

Defines an optional create alert rule in ICL language. This is a code based implementation, more info on syntax: https://docs.ilert.com/rest-api/icl-ilert-condition-language. For block based configuration please use the web UI. It has no effect on manually created alerts. Note: this field is an ?include, it will not appear in lists.

eventTypeFilterAcceptstringOptional

Defines an optional accept alert rule in ICL language This is a code based implementation, more info on syntax: https://docs.ilert.com/rest-api/icl-ilert-condition-language. For block based configuration please use the web UI. It has no effect on manually created alerts. Note: this field is an ?include, it will not appear in lists.

eventTypeFilterResolvestringOptional

Defines an optional resolve alert rule in ICL language This is a code based implementation, more info on syntax: https://docs.ilert.com/rest-api/icl-ilert-condition-language. For block based configuration please use the web UI. It has no effect on manually created alerts. Note: this field is an ?include, it will not appear in lists.

Responses
200
the updated alert source object
application/json
put
PUT /api/alert-sources/{id} HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1627

{
  "id": 1,
  "teams": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "name": "text",
  "iconUrl": "text",
  "lightIconUrl": "text",
  "darkIconUrl": "text",
  "escalationPolicy": {
    "id": 1,
    "name": "text",
    "escalationRules": [
      {
        "escalationTimeout": 1,
        "user": {
          "id": 1
        },
        "schedule": {
          "id": 1
        },
        "users": [
          {
            "id": 1,
            "firstName": "text",
            "lastName": "text"
          }
        ],
        "schedules": [
          {
            "id": 1,
            "name": "text",
            "type": "STATIC"
          }
        ]
      }
    ],
    "teams": [
      {
        "id": 1,
        "name": "text"
      }
    ],
    "repeating": false,
    "frequency": 1,
    "delayMin": 0,
    "routingKey": "text"
  },
  "integrationType": "NAGIOS",
  "integrationKey": "text",
  "autoResolutionTimeout": "text",
  "alertGroupingWindow": "text",
  "alertCreation": "ONE_ALERT_PER_EMAIL",
  "active": true,
  "alertPriorityRule": "HIGH",
  "supportHours": {
    "id": 1
  },
  "summaryTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "detailsTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "routingTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "linkTemplates": [
    {
      "text": "text",
      "hrefTemplate": {
        "textTemplate": "text",
        "elements": [
          {
            "type": "TEXT",
            "val": "text",
            "func": "text",
            "args": [
              {
                "S": "text",
                "N": 1
              }
            ]
          }
        ]
      }
    }
  ],
  "priorityTemplate": {
    "valueTemplate": {
      "textTemplate": "text",
      "elements": [
        {
          "type": "TEXT",
          "val": "text",
          "func": "text",
          "args": [
            {
              "S": "text",
              "N": 1
            }
          ]
        }
      ]
    },
    "mappings": [
      {
        "value": "text",
        "priority": "LOW"
      }
    ]
  },
  "eventFilter": "text",
  "alertKeyTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "eventTypeFilterCreate": "text",
  "eventTypeFilterAccept": "text",
  "eventTypeFilterResolve": "text"
}
200

the updated alert source object

{
  "id": 1,
  "teams": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "name": "text",
  "iconUrl": "text",
  "lightIconUrl": "text",
  "darkIconUrl": "text",
  "escalationPolicy": {
    "id": 1,
    "name": "text",
    "escalationRules": [
      {
        "escalationTimeout": 1,
        "user": {
          "id": 1
        },
        "schedule": {
          "id": 1
        },
        "users": [
          {
            "id": 1,
            "firstName": "text",
            "lastName": "text"
          }
        ],
        "schedules": [
          {
            "id": 1,
            "name": "text",
            "type": "STATIC"
          }
        ]
      }
    ],
    "teams": [
      {
        "id": 1,
        "name": "text"
      }
    ],
    "repeating": false,
    "frequency": 1,
    "delayMin": 0,
    "routingKey": "text"
  },
  "integrationType": "NAGIOS",
  "integrationKey": "text",
  "integrationUrl": "text",
  "autoResolutionTimeout": "text",
  "alertGroupingWindow": "text",
  "alertCreation": "ONE_ALERT_PER_EMAIL",
  "status": "PENDING",
  "active": true,
  "alertPriorityRule": "HIGH",
  "supportHours": {
    "id": 1,
    "name": "text",
    "teams": [
      {
        "id": 1,
        "name": "text"
      }
    ],
    "timezone": "Europe/Berlin",
    "supportDays": {
      "MONDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "TUESDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "WEDNESDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "THURSDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "FRIDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "SATURDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      },
      "SUNDAY": {
        "start": "08:42:53",
        "end": "08:42:53"
      }
    }
  },
  "bidirectional": true,
  "summaryTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "detailsTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "routingTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "linkTemplates": [
    {
      "text": "text",
      "hrefTemplate": {
        "textTemplate": "text",
        "elements": [
          {
            "type": "TEXT",
            "val": "text",
            "func": "text",
            "args": [
              {
                "S": "text",
                "N": 1
              }
            ]
          }
        ]
      }
    }
  ],
  "priorityTemplate": {
    "valueTemplate": {
      "textTemplate": "text",
      "elements": [
        {
          "type": "TEXT",
          "val": "text",
          "func": "text",
          "args": [
            {
              "S": "text",
              "N": 1
            }
          ]
        }
      ]
    },
    "mappings": [
      {
        "value": "text",
        "priority": "LOW"
      }
    ]
  },
  "eventFilter": "text",
  "alertKeyTemplate": {
    "textTemplate": "text",
    "elements": [
      {
        "type": "TEXT",
        "val": "text",
        "func": "text",
        "args": [
          {
            "S": "text",
            "N": 1
          }
        ]
      }
    ]
  },
  "eventTypeFilterCreate": "text",
  "eventTypeFilterAccept": "text",
  "eventTypeFilterResolve": "text"
}

Delete the specified alert source.

delete
Authorizations
Path parameters
idnumberRequired

entity ID

Responses
204
if deletion was successful
delete
DELETE /api/alert-sources/{id} HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
204

if deletion was successful

No content

Was this helpful?