Create a New CDN prefix

This operation creates a new CDN prefix. A CDN prefix is a defined hostname which is referenced by an end user's request for content. This is accomplished using a DNS lookup directed to a node running the request router service. The request router then determines the HPC node best able to serve that particular end user's request.

Path Params
integer
required

Unique identifier for each Content Provider.

Body Params

CdnPrefix create

string
required
length between 1 and 128

The CDN prefix registered on behalf of the content provider. For example, cdn.example.com.

integer
required
≥ 1

Identifies the content provider that owns this CDN prefix.

integer
≥ 1

Identifies the IP address tag associated with this CDN prefix.

boolean
Defaults to true

Enables the CDN to use this CDN prefix, true by default.

integer
0 to 2147483647

DNS response time-to-live (TTL) value for this CDN prefix, in seconds. Note that setting this field is only recommended for CDN operators.

string
enum
Defaults to HIGH

Prefix prioritization helps manage peak period resources by prioritizing requests for content from specific content providers. Priorities are LOW, MEDIUM, or HIGH.

Allowed:
integer
0 to 100000

Sets the maximum number of requests that can be served through one keep-alive connection. After the maximum number of requests are made, the connection is closed.

integer
≥ 1

Identifies the site map associated with this CDN prefix. Note that setting this field is only recommended for CDN operators.

integer
≥ 1

Identifies the access map associated with this CDN prefix.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json