CNAME & SSL

CNAME

put

Updates the CNAME configuration for a CDN resource. This setting is available for small and large resource types.

Path parameters
organization_uuidstring · uuidRequired

UUID of the organization.

resource_uuidstring · uuidRequired

UUID of the CDN resource.

Body
resource_uuidstringRequired

UUID of the resource.

Example: ****-****-****-****
cnamestring[]Required

List of CNAME records associated with the resource.

Example: ["example.com","cdn.example.com"]
Responses
200

CNAME configuration updated successfully.

application/json
put
/api/v1/cdn/{organization_uuid}/resource/{resource_uuid}
200

CNAME configuration updated successfully.

SSL & DNS Configuration

put

Updates SSL and DNS configuration for a specific CDN resource. This setting is available for small and large resource types.

Path parameters
organization_uuidstring · uuidRequired

UUID of the organization.

resource_uuidstring · uuidRequired

UUID of the CDN resource.

Body
or
or
Responses
200

SSL configuration updated successfully.

application/json
put
/api/v1/cdn/{organization_uuid}/resource/{resource_uuid}
200

SSL configuration updated successfully.

Last updated

Was this helpful?