Create a Distribution
Prerequisite: Only contract administrators, owners, and users with accessAndManageCdn
privilege can create and manage CDN distributions via the API. You can also set user privileges in the DCD. For more information, see Set User Privileges.
To create a CDN distribution, perform a POST
request.
Endpoint
Use the following endpoint to create a CDN distribution: https://cdn.de-fra.ionos.com/distributions
.
Request
Below is the list of mandatory body parameters:
Body Parameters | Type | Description | Example |
---|---|---|---|
| string | The domain name for the CDN distribution. |
|
| string | Choose whether to allow |
|
| string | A prefix to match the beginning segment of the URL path and apply routing rule. |
|
| string | An upstream host name that handles requests if data not cached in the CDN edge server. |
|
| boolean | If enabled, CDN caches the data from the upstream host. |
|
| boolean | If enabled, protects the upstream host. |
|
| string | Limits the number of incoming requests per IP. |
|
Response
201 Successful operation
Result: The CDN distribution is successfully created; the id
and other details of the created distribution are provided in the response.
Last updated