Page History
...
In
<AM_HOME>/repository/conf/api-manager.xml
file, set the<DisplayURL>
to true and provide the URL of the Store. For example,Tip If you are using a distributed/clustered API Manager setup, this configuration must be done in the API Publisher node/s.
Code Block language html/xml <APIStore> <DisplayURL>true</DisplayURL> <URL>https://<hostname of the API Publisher node>:9443/store</URL> </APIStore>
- Note a URL that points to the API Store in the top, right-hand corner of the API Publisher. For example,
...
In
<AM_HOME>/repository/conf/api-manager.xml
file, set the<DisplayURL>
to true and provide the URL of the Publisher. For example,Tip If you are using a distributed/clustered API Manager setup, this configuration must be done in the API Publisher Store node/s.
Code Block language html/xml <APIPublisher> <DisplayURL>true</DisplayURL> <URL>https://<hostname of the API Store node>:9443/publisher</URL> </APIPublisher>
- Note a URL in the API Store that points to the API Publisher. For example,
...
Overview
Content Tools
Activity