You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Equinix Metal offers the ability to provision IP Address ranges, access these reservations by a unique id, list these reservations, and remove these reservations. https://metal.equinix.com/developers/api/ipaddresses/
packet-python should implement these resources. This can be added to the IPAddress class which currently handles single IP deletions. The Project class may be a better class for reservation endpoints (or not).
The text was updated successfully, but these errors were encountered:
Equinix Metal offers the ability to provision IP Address ranges, access these reservations by a unique id, list these reservations, and remove these reservations. https://metal.equinix.com/developers/api/ipaddresses/
packet-python should implement these resources. This can be added to the
IPAddress
class which currently handles single IP deletions. TheProject
class may be a better class for reservation endpoints (or not).The text was updated successfully, but these errors were encountered: