ipam.miloapis.com API. You submit a claim requesting a sub-prefix of a given size and family from an allocatable pool, and the system records the resulting allocation carved out of the pool. Claims and allocations are resources you create and inspect with datumctl apply -f and datumctl get.
Resources
IPClaim
A request for a sub-prefix of a chosen size and IP family, satisfied from a referenced or selected pool.
IPAllocation
A record of the CIDR carved out of an IPPool to satisfy an IPClaim.
How the pieces fit together
- An IPClaim requests a sub-prefix by IP family (
spec.ipFamily) and size (spec.prefixLength), targeting an IPPool by reference (spec.poolRef) or selector (spec.poolSelector). - An IPAllocation records the specific CIDR carved out of an IPPool to satisfy an IPClaim.
Learn more
- API resources overview — the resource reference landing page across all Datum Cloud services.
- Changing resources — how to apply, edit, and safely preview changes to these resources.