Expand my Community achievements bar.

Check out the 3rd Edition of the AEP Community Lens for all the latest releases, resources, and Community updates
SOLVED

In AEP, can policies and labels be duplicated from a DEV environment to a PROD environment?

Avatar

Level 1

In AEP, for DULE (data usage labeling & enforcement), can policies and labels be duplicated from a DEV environment to a PROD environment? For example, can a Data Engineer duplicate a policy and a dataset from a DEV sandbox to a PROD environment, or does it need to be re-created in PROD? 

I believe it can be duplicated, but if someone could comment and confirm/deny (with an explanation of why if it's not possible), it would be very much appreciated! THANK YOU! 

1 Accepted Solution

Avatar

Correct answer by
Employee

You can use policy service API to look up a policy and then use that policy's operand create/update a policy using POST. Same applies for labels.

AFAIK direct duplication from one sandbox to another is not possible.

https://experienceleague.adobe.com/docs/experience-platform/data-governance/api/overview.html

 

 

2 Replies

Avatar

Correct answer by
Employee

You can use policy service API to look up a policy and then use that policy's operand create/update a policy using POST. Same applies for labels.

AFAIK direct duplication from one sandbox to another is not possible.

https://experienceleague.adobe.com/docs/experience-platform/data-governance/api/overview.html

 

 

Avatar

Level 1

Thank you Amrit, much appreciated! I thought there was a way to "duplicate" to avoid re-creation, even if you couldn't duplicate directly.