I am developing a plugin for vRealize Orchestrator, and I am trying to understand how files can/should be stored on the vRealize Orchestrator server. I am aware that a temporary directory is available for writing files, but is there a recommended way to store files long-term (e.g. backups and patch files for the orchestrated technology) on the Orchestrator server?
Additionally, there is an EndpointConfigurationService interface available within the Spring Maven archetype for a vRO plugin, but there does not appear to be any implementation of this interface within the archetype's dependencies. Is there a default implementation of this interface, or is it the developer's responsibility to implement it themselves?