Commit graph

8 commits

Author SHA1 Message Date
Sukhwinder Dhillon
a7afaf71f2 IcingaApiCommandRenderer: Don't set empty array, if no attr is set
- Use the returned value instead, either array or null.

- With https://github.com/Icinga/icinga2/issues/8167 attrs=[] means that no attrs are
  fetched at all, and attrs=null means that all available attrs are fetched
2025-06-03 09:11:33 +02:00
Johannes Meyer
464a440f0f Introduce new class ScheduleDowntimeCommand
Covers the full functionality of the schedule-downtime
endpoint of Icinga 2's api now.

fixes #1090
2024-12-09 12:51:12 +01:00
Alexander A. Klimov
bbf2739b6e DeleteDowntimeCommand: process multiple objects at once 2023-08-02 12:44:02 +02:00
Alexander A. Klimov
cd5f52c1bc DeleteCommentCommand: process multiple objects at once 2023-08-02 12:44:02 +02:00
Alexander A. Klimov
b4222228cc ObjectCommand and derivates: handle multiple objects 2023-08-02 12:44:02 +02:00
Yonas Habteab
aefd0e1f7d Add PHP 7 argument & return type declarations to all member methods 2021-11-03 16:06:59 +01:00
Johannes Meyer
6f08fdac92 Introduce new command class GetObjectCommand 2021-05-11 13:24:56 +02:00
Johannes Meyer
c6832d5740 Add monitoring's command implementation
Without all the Icinga 1.x burden and weird work-arounds.
2021-03-09 09:13:20 +01:00