diff --git a/pypingdom/check.py b/pypingdom/check.py index eee6879..07a6a7b 100644 --- a/pypingdom/check.py +++ b/pypingdom/check.py @@ -7,7 +7,7 @@ class Check(object): SKIP_ON_PRINT = ["cached_definition", "_id", "api"] SKIP_ON_JSON = [ "api", "alert_policy_name", "cached_definition", "created", "lastresponsetime", - "lasttesttime", "lasterrortime", "_id", "id", "status" + "lasttesttime", "lasterrortime", "_id", "id", "status", "maintenanceids" ] def __init__(self, api, json=False, obj=False):