Following IdentityNow change management and deployment best practices includes migrating object configurations from sandbox to production tenants and storing those objects in version control. A robust set of export/import APIs exists for migration between tenants, but the data format of one large JSON file that contains all exported objects is not conducive for storing individual object configurations in version control. Join this session for experienced implementors as we demonstrate the basics of a customizable Ruby script that iterates through specified object types and generates individual JSON files.
In this session, you'll learn how to:
• Call IdentityNow REST APIs via Ruby scripting.
• Generate OAuth 2.0 tokens using the Client Credentials grant type.
• Programmatically retrieve JSON object configurations from a tenant.
