10-09-2018 12:34 PM
I’m getting errors when calling the migrate project to org, e.g. "The asset does not exist: projects/source"
Does anybody have examples of successful endpoints and JSON requests?
10-09-2018 03:05 PM
How are you trying to call the API?
10-09-2018 03:55 PM
“url”: “https://elastic.snaplogic.com/api/1/rest/public/project/migrate/projects/source”,
“method”: “POST”
Returns:
“The asset does not exist: /projects/source”
“url”: “https://elastic.snaplogic.com/api/1/rest/public/project/migrate/{{OrgName}}/projects/source”,
“method”: “POST”
Returns:
“Expecting type of asset [/{{OrgName}}/] to be Dir but was Org”
It’s not clear from the documentation where/how to extract the correct values from the Manager and when I enter exact values from the activities API response it still cannot locate them.
10-10-2018 12:44 PM
I’ve let your TAM know and there is now an open ticket for the docs to be clarified.