hostgroup.propagate

    This method allows to apply permissions and tag filters to all subgroups of a host group.

    This method is only available to Super admin user types. Permissions to call the method can be revoked in user role settings. See for more information.

    Parameters

    The method supports the following parameters.

    Returns an object containing the IDs of the propagated host groups under the groupids property.

    Examples

    Propagating host group permissions and tag filters to its subgroups.

    Request:

    Response:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. ]
    5. },
    6. "id": 1

    Source