Retrieve 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 retrieve a CDN distribution, perform a GET
request with the distributionId
of the CDN.
Endpoint
Use the following endpoint to retrieve a CDN distribution: https://cdn.de-fra.ionos.com/distributions/{distributionId}
.
Request
Note: The following request contains a sample distributionId
. Replace them with the distributionId
value, whose information you want to retrieve.
Below is the list of mandatory path parameter:
Body Parameters | Type | Description | Example |
---|---|---|---|
| string | The ID (UUID) of the CDN distribution. |
|
Response
200 Successful operation
Result: The CDN distribution details are retrieved for the given distributionId
.
Last updated