Skip to main content

Scaleway Ipam

@sntxrr/scaleway-ipamv2026.07.19.1· 7d agoMODELS
01README

Manage a Scaleway IPAM IP address — sync state, book (reserve), update tags/reverses, and release an IP, and discover managed IPs in a region, via the IPAM API with X-Auth-Token auth.

02Models1
@sntxrr/scaleway-ipamv2026.07.19.1scaleway_ipam.ts

Global Arguments

ArgumentTypeDescription
secretKeystringScaleway API secret key. Wire with ${{ vault.get(scaleway, SCW_SECRET_KEY) }}.
projectIdstringScaleway Project ID that owns the managed IP address.
regionstringRegion, e.g. fr-par, nl-ams, pl-waw.
ipId?stringID of the managed IP address this model manages. Optional — `create`
endpoint?stringOverride the API host. Defaults to https://api.scaleway.com.
fn sync()
Fetch the managed IP's current state (GetIP).
fn create(source: record, isIpv6: boolean, address?: string, tags?: array)
Book (reserve) a new IP address (BookIP) and snapshot it.
ArgumentTypeDescription
sourcerecordSource pool to book from, e.g. {"subnet_id":"..."} or {"zonal":"fr-par-1"}.
isIpv6booleanWhether to book an IPv6 address instead of IPv4.
address?stringOptional specific address to request (CIDR), e.g. 192.0.2.10/32.
tags?arrayTags to attach to the newly booked IP.
fn update(tags?: array, reverses?: array)
Mutate a managed IP's mutable fields — tags, reverses (UpdateIP).
ArgumentTypeDescription
tags?arrayReplacement set of tags for the IP.
reverses?arrayReplacement set of reverse DNS entries for the IP.
fn delete()
Release the managed IP address (ReleaseIP).
fn list()
Discover all managed IPs in the region (factory).

Resources

ip(infinite)— Snapshot of the managed IP address's state
03Previous Versions1
2026.07.18.1
04Stats
A
100 / 100
Downloads
0
Archive size
9.7 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels