deliveryservices/xmlId/{{xml_id}}/urlkeys/copyFromXmlId/{{copyFrom_xml_id}}
POST
Allows a user to copy URL signing keys from a specified Delivery Service to another Delivery Service.
- Auth. Required:
Yes
- Roles Required:
“admin” or “operations”
- Permissions Required:
DS-SECURITY-KEY:READ, DS-SECURITY-KEY:CREATE, DELIVERY-SERVICE:READ, DELIVERY-SERVICE:UPDATE
- Response Type:
Object (string)
Request Structure
Name |
Description |
---|---|
xml_id |
The xml_id of the Delivery Service to which keys will be copied |
copyFrom_xml_id |
The xml_id of the Delivery Service from which keys will be copied |
Response Structure
{
"response": "Successfully copied and stored keys"
}