A side note about inventing a name: in one of my apps (not Zabbix-related) an API required a unique slug for each object, but the slug was not really intended for users. I ended up generating them randomly (random hex string) instead of trying to generate a unique string based on the object name (which contained spaces that weren't allowed in slugs). Worked great all these years!
In this Zabbix case it would kind of make sense to make the Name field in the steps optional since URL is required anyway. Maybe worth making an enhancement request.
Markku
In this Zabbix case it would kind of make sense to make the Name field in the steps optional since URL is required anyway. Maybe worth making an enhancement request.
Markku
Comment