Skip Navigation

User-defined repository output examples

The following table shows examples of user defined repository outputs.
output
Example
When a repository (for example, FileShare repository) is successfully created.
{ "message": "User defined repository created successfully with name FileShare repository" }
When a repository (for example, File Share repository) is successfully updated to a new name.
{ "message": "User repository updated successfully with name File Share repository-modified" }
When a repository (for example, File Share repository) is successfully deleted.
{ "message": "User defined repository deleted successfully with id 3" }