Interface: IOUrlsProvider

IOUrlsProvider

Simple interface to provide base URLs for different Orchestrator services.

Methods


<abstract> getFileBackupBaseUrl()

Returns the base URL to access the backup service from the Orchestrator, allowing to download an item in ZIP archive.

Returns:

The base URL for the backup service.

Type
string

<abstract> getFileImportBaseUrl()

Returns the base URL to access the Orchestrator service for importing items from a ZIP archive.

Returns:

The base URL for the import service.

Type
string