OMAG Server's Platform URL Root¶
An OMAG Server's Platform URL Root is the network address of the OMAG Server
Platform where the OMAG server is going to run.
This is often the host name of the computer or container whether the platform runs plus the
port number allocated to the OMAG Server Platform.
Its value is needed when creating clients or configuring services that will call the OMAG Server because it provides the root of the URL used to call the server's open metadata and governance REST calls, which have the following format in their URLs:
{{platformURLRoot}}/servers/{{serverName}}/<operation-name-and-parameters>
The platform URL root is the content of the URL prior to /servers/
.
The default value an OMAG Server Platform is "https://localhost:9443".
The {serverName}
is explained here.
Raise an issue or comment below