Get writable project mount paths for a Workspace
Retrieve the absolute writable project mount paths for a restartable Workspace. The response includes the main
Git repository, the main Domino File System (DFS) directory, and imported Git repositories. Required
permissions: CreateWorkspace, UseGlobalCompute.
Authorizations
Path Parameters
Workspace ID. Obtain it from the Workspace URL.
^[0-9a-f]{24}$Response
Writable project mount paths for the Workspace
Absolute writable mount paths for a Workspace's project files and Git repositories.
Map of imported Git repository IDs to their absolute mount paths.
Absolute path of the main Domino File System (DFS) directory.
"/mnt/artifacts"
Absolute path of the main Git repository when the Project has one.
"/mnt/code"