This may be an odd request, but can I call deployments api v2 in the lowest environment (dev) to get the export log files associated with a package?
I ask because in Admin->Infrastructure, we have enabled incoming and outgoing external deployments only for our 'next' environment (SIT), and adding new environment doesn't allow self-reference.
My connected system seems to be failing and suspect that enable incoming / outgoing is only set for 'SIT' environment.
The motivation for the ask is to grab the export logs of a package at the dev level to load in unexported precedents for further processing.
Thanks for any insight,
Eric Casteel
Discussion posts and replies are publicly visible
No, you cannot call the Deployments API in the Dev environment to get export logs if incoming/outgoing deployments are not enabled for it. The API works only on environments configured for external deployments, and self-referencing calls are not supported. Instead, access export logs in Dev directly from System Logs.
Thanks Shubham, will look to the system logs, thanks!