ansible-collection-checkmk.general icon indicating copy to clipboard operation
ansible-collection-checkmk.general copied to clipboard

host_tag_group Endpoint changed the parameters id/ident

Open lgetwan opened this issue 1 year ago • 1 comments

For our Awareness

Werk 16364 unifies the parameters of the host tag group endpoints

Component Name

Module tag_group

Checkmk Version and Edition

Checkmk < 2.2.0p??: There's a mixed usage of "id" and "ident" 2.2.0p?? < Checkmk < 2.4.0b1 : API always accepts both, "id" and "ident" Checkmk > 2.4.0b1: Only "id" is accepted.

Expected behavior

No matter what Checkmk version the module contacts, it should always use the right parameter name.

Actual behavior

The current module version will stop working with Checkmk >= 2.4.0b1

lgetwan avatar Feb 01 '24 12:02 lgetwan

This issue has been stale for 60 days. It will close in 7 days.

github-actions[bot] avatar Apr 06 '24 03:04 github-actions[bot]

Implemented in #640.

robin-checkmk avatar Aug 05 '24 10:08 robin-checkmk