This is a translation of the original English documentation page. Help us make it better.
Table of Contents

> Host group object

以下のオブジェクトは hostgroup API に直接関連するものです。

Host group

host group object オブジェクトは、以下のプロパティを持ちます。

プロパティ Type 説明
groupid string (readonly) ID of the host group.
name
(required)
string Name of the host group.
flags integer (readonly) Origin of the host group.

Possible values:
0 - a plain host group;
4 - a discovered host group.
internal integer (readonly) Whether the group is used internally by the system. An internal group cannot be deleted.

Possible values:
0 - (default) not internal;
1 - internal.
uuid string Universal unique identifier, used for linking imported host groups to already existing ones. Auto-generated, if not given.

For update operations this field is readonly.