Get CDN IP Blocks

Retrieve a list of IPv4 and IPv6 blocks used by our CDN service.

Ensure that our CDN may communicate with your web servers by whitelisting these IP blocks on your firewall.

Request

A request to retrieve a list of IP blocks is described below.

HTTP Method Request URI

GET

https://api.edgecast.com/v2/mcc/customers/superblocks

Request Headers

This endpointIdentifies a request's connection point to our REST API service. only takes advantage of common request headers.

Request Body

Request body parameters are not required by this endpoint.

Response

The response to the above request includes an HTTP status code, response headers, and a response body.

Status Code

A status code indicates whether the request was successfully performed.

Response Headers

The response for this endpoint only includes standard HTTP response headers.

View common response headers.

Response Body

The response body for a successful request contains the following response elements:

Name Data Type Description

SuperBlockIPv4

Array of String Values

Contains a list of IPv4 blocks used by our CDN service.

SuperBlockIPv6

Array of String Values

Contains a list of IPv6 blocks used by our CDN service.

Errors

The response body for an unsuccessful request may contain an error element that provides additional information.

View common error messages.

Sample Request and Response (JSON)

A sample JSON request is shown below.

GET https://api.edgecast.com/v2/mcc/customers/superblocks HTTP/1.1

Authorization: TOK:12345678-1234-1234-1234-1234567890ab

Accept: application/json

Content-Type: application/json

Host: api.edgecast.com

A sample JSON response is shown below.

HTTP/1.1 200 OK

Cache-Control: private

Content-Type: application/json; charset=utf-8

Date: Thu, 15 Apr 2021 12:00:00 GMT

Content-Length: 1255

{
	"SuperBlockIPv4": ["5.104.64.0\/21", "46.22.64.0\/20", "61.49.62.128\/25", "61.221.181.64\/26", "68.232.32.0\/20", "72.21.80.0\/20", "88.194.45.128\/26", "93.184.208.0\/20", "101.226.203.0\/24", "108.161.240.0\/20", "110.232.176.0\/22", "117.18.232.0\/21", "117.103.183.0\/24", "120.132.137.0\/25", "121.156.59.224\/27", "121.189.46.0\/23", "152.195.0.0\/16", "180.240.184.0\/24", "192.16.0.0\/18", "192.30.0.0\/19", "192.229.128.0\/17", "194.255.210.64\/26", "198.7.16.0\/20", "203.74.4.64\/26", "213.64.234.0\/26", "213.65.58.0\/24", "68.140.206.0\/23", "68.130.0.0\/17", "152.190.247.0\/24", "65.222.137.0\/26", "65.222.145.128\/26", "65.198.79.64\/26", "65.199.146.192\/26", "65.200.151.160\/27", "65.200.157.192\/27", "68.130.128.0\/24", "68.130.136.0\/21", "65.200.46.128\/26", "213.175.80.0\/24"],
	"SuperBlockIPv6": ["2001:2011:c002:0000:0000:0000:0000:0000\/48", "2001:2040:c006:0000:0000:0000:0000:0000\/48", "2001:2060:bffb:0000:0000:0000:0000:0000\/48", "2001:b032:c101:0000:0000:0000:0000:0000\/48", "2405:8f00:edca:0000:0000:0000:0000:0000\/48", "2405:8f00:edcb:0000:0000:0000:0000:0000\/48", "2606:2800:0000:0000:0000:0000:0000:0000\/32", "2600:40ff:fffb:0000:0000:0000:0000:0000\/56", "2a02:16d8:0103:0000:0000:0000:0000:0000\/48"]
}