{ "id":"/axapi/v3/environment", "type":"object", "node-type":"scalar", "title":"environment", "partition-visibility":"shared", "auto-created-object":1, "description":"environment status colletion parameters", "properties":{ "update-interval":{ "type":"object", "properties":{ "interval":{ "type":"number", "format":"number", "minimum":1, "maximum":60, "default":30, "partition-visibility":"shared", "description":"Interval" } } }, "threshold-cfg":{ "type":"object", "properties":{ "low":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Low threshold value in Celsius - default 1" }, "medium":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Medium threshold value in Celsius - default 1" }, "high":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"High threshold value in Celsius - default 1" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }