ansible-collections / hetzner.hcloud

A collection to manage resources on Hetzner Cloud
https://galaxy.ansible.com/ui/repo/published/hetzner/hcloud
GNU General Public License v3.0
105 stars 37 forks source link

Use resource action endpoints instead of global one #498

Closed tomsiewert closed 5 months ago

tomsiewert commented 5 months ago
SUMMARY

In July 2023 the /v1/actions endpoint has been deprecated. Although it has been announced that it will not be available by the beginning of October 2023 it is still available. The customers were encouraged to migrate to the resource-specific action endpoints, but the Ansible collection does not do this yet (e.g. Volume creation).

ISSUE TYPE
COMPONENT NAME
jooola commented 5 months ago

Only some features of the /v1/actions endpoints were deprecated. Fetching multiple actions by their ID is still supported and required for the integrations to works.