Is there a way to XOG Blueprints from one environment to the other? I did not see a XOG template for it. Is this something that will be available in the future if it is not currently?
Release : All supported Clarity releases
Component : CA PPM XML OPEN GATEWAY (XOG)
At this time it is not possible to use XOG with Blueprints and there is no plans to add this.
REST API can be used with DESCRIBE to export and import blueprints between environments:
For the Blueprint object:
/ppm/rest/v1/describe/blueprints
For all blueprints:
/ppm/rest/v1/private/blueprints
For a specific blueprint (example with internal ID):
/ppm/rest/v1/private/blueprints/5000001
Note: There is a REST endpoint for blueprints that is officially unsupported as it is intended for private developer use, your use of this endpoint is at your own risk for the time being.