Programmatic Verification of the Transfer

ARTIFACTORY: How to check if config migration was successful

AuthorFullName__c
Andrew Roellig
articleNumber
000005890
ft:sourceType
Salesforce
FirstPublishedDate
2023-10-13T18:20:30Z
lastModifiedDate
2023-10-13
VersionNumber
3
You may also wish for a more in depth programmatic way to check if the configuration transfer succeeded. With the Artifactory REST API, there are a series of curl commands you can use to check this.

The general idea is to download a list of names from both the On-Prem and the SaaS, sort them, then compare the sorted lists. You need to do the sort in order for the "diff" to work properly. If you get large diff results, double check that the sort completed successfully.

Note: Anything in <> must be replaced with your own artifactory url or credentials.