Skip to main content

Create a group

POST 

/node/:hostname/group

Create a new group on the target node.

Request

Path Parameters

    hostname stringrequired

    Possible values: non-empty

    Target agent hostname, reserved routing value (_any, _all), or label selector (key:value).

Body

required

Group creation parameters.

    name stringrequired

    Group name.

    gid integer

    Numeric group ID. If omitted, the system assigns one.

    system boolean

    Create a system group.

Responses

Group created.

Schema

    job_id uuid

    The job ID used to process this request.

    results

    object[]

    required

  • Array [

  • hostname stringrequired

    Hostname of the agent that processed this operation.

    status stringrequired

    Possible values: [ok, failed, skipped]

    The status of the operation for this host.

    name string

    Group name.

    changed boolean

    Whether the operation modified system state.

    error string

    Error message if the agent failed.

  • ]

Loading...