Address Maps
List Address Maps
Address Map Details
Create Address Map
Update Address Map
Delete Address Map
ModelsExpand Collapse
AddressMap = object { id, can_delete, can_modify_ips, 5 more }
If set to false, then the Address Map cannot be deleted via API. This is true for Cloudflare-managed maps.
If set to false, then the IPs on the Address Map cannot be modified via the API. This is true for Cloudflare-managed maps.
If you have legacy TLS clients which do not send the TLS server name indicator, then you can specify one default SNI on the map. If Cloudflare receives a TLS handshake from a client without an SNI, it will respond with the default SNI on those IPs. The default SNI can be any valid zone or subdomain owned by the account.
An optional description field which may be used to describe the types of IPs or zones on the map.
AddressMapGetResponse = object { id, can_delete, can_modify_ips, 7 more }
If set to false, then the Address Map cannot be deleted via API. This is true for Cloudflare-managed maps.
If set to false, then the IPs on the Address Map cannot be modified via the API. This is true for Cloudflare-managed maps.
If you have legacy TLS clients which do not send the TLS server name indicator, then you can specify one default SNI on the map. If Cloudflare receives a TLS handshake from a client without an SNI, it will respond with the default SNI on those IPs. The default SNI can be any valid zone or subdomain owned by the account.
An optional description field which may be used to describe the types of IPs or zones on the map.
Whether the Address Map is enabled or not. Cloudflare's DNS will not respond with IP addresses on an Address Map until the map is enabled.
memberships: optional array of object { can_delete, created_at, identifier, kind } Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account membership.
Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account membership.
AddressMapCreateResponse = object { id, can_delete, can_modify_ips, 7 more }
If set to false, then the Address Map cannot be deleted via API. This is true for Cloudflare-managed maps.
If set to false, then the IPs on the Address Map cannot be modified via the API. This is true for Cloudflare-managed maps.
If you have legacy TLS clients which do not send the TLS server name indicator, then you can specify one default SNI on the map. If Cloudflare receives a TLS handshake from a client without an SNI, it will respond with the default SNI on those IPs. The default SNI can be any valid zone or subdomain owned by the account.
An optional description field which may be used to describe the types of IPs or zones on the map.
Whether the Address Map is enabled or not. Cloudflare's DNS will not respond with IP addresses on an Address Map until the map is enabled.
memberships: optional array of object { can_delete, created_at, identifier, kind } Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account membership.
Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account membership.