Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 2.15 KB

deliveryservices_xmlid_xmlid_urlkeys_copyfromxmlid_copyfromxmlid.rst

File metadata and controls

50 lines (42 loc) · 2.15 KB

deliveryservices/xmlId/{{xml_id}}/urlkeys/copyFromXmlId/{{copyFrom_xml_id}}

POST

Allows a user to copy URL signing keys from a specified :term:`Delivery Service` to another :term:`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

Request Path Parameters
Name Description
xml_id The :ref:`ds-xmlid` of the :term:`Delivery Service` to which keys will be copied
copyFrom_xml_id The :ref:`ds-xmlid` of the :term:`Delivery Service` from which keys will be copied

Response Structure

{
        "response": "Successfully copied and stored keys"
}