Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel3
minLevel3

...

styleborder:1
locationtop
typeflat
separatorpipe

...

A symbolic link to a registry can be created in the following manner. The same code can be used to mount a registry to a specific location. If a remote registry needs to be mounted, the same method can be used with an extra parameter.

Code Block

registry.createLink("/config", "/_system/config");

registry.createLink("/config", "/_system/config", "http://remote.registry.url/);

...

...

A symbolic link or a mount point of a registry created above can be removed using the following line of code:

Code Block

registry.removeLink("/config");

 

See also Link Creation to learn more information about symbolic links.

Excerpt
hiddentrue

Instructions on how to manage symbolic links with API in the Governance Registry.