From f2edbc59cfb72a8f0d7cf7fd299f038fd05ac3fc Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 22 Jun 2016 09:55:51 +0200 Subject: [PATCH] Docs: Add a note about creating Zone/Endpoint objects with the API fixes #12008 --- doc/6-object-types.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/6-object-types.md b/doc/6-object-types.md index 08f700e86..b4bd0270a 100644 --- a/doc/6-object-types.md +++ b/doc/6-object-types.md @@ -430,6 +430,7 @@ Configuration Attributes: port |**Optional.** The service name/port of the remote Icinga 2 instance. Defaults to `5665`. log_duration |**Optional.** Duration for keeping replay logs on connection loss. Defaults to `1d` (86400 seconds). Attribute is specified in seconds. If log_duration is set to 0, replaying logs is disabled. You could also specify the value in human readable format like `10m` for 10 minutes or `1h` for one hour. +Endpoint objects cannot currently be created with the API. ## EventCommand @@ -1556,7 +1557,7 @@ Configuration Attributes: parent |**Optional.** The name of the parent zone. global |**Optional.** Whether configuration files for this zone should be synced to all endpoints. Defaults to false. - +Zone objects cannot currently be created with the API. # Value Types