Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How can I export dynamic attirubte definitions of an endpoint?

alc
Regular Contributor
Regular Contributor

Hello Team,

I have defined over 50 dynamic attributes on an endpoint. How can I easily export these definitions into a CSV file that can be easily migrated to next environment?

if no export/import available, What about Database insert/update statement that I can execute? Basically I don't want to do manual configuration one by one for every upper environment.

Thanks

1 REPLY 1

sk
All-Star
All-Star

There is no direct way to export and import the dynamic attributes. You can try export the data from table endpoint_attributes and use an API call to create dynamic attributes in upper environment by utilizing the data you exported from endpoints_attriubtes table

https://documenter.getpostman.com/view/1797923/SzKN22aV#c90a362f-3bce-4ec7-b8d9-187082601d6e

 


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.