Skip to main content
Version: 66.0.0

Static Navigation Entries

The a9s Service Dashboard can show additional navigation entries in its navbar. These can point to defined targets and are configured as a list of objects via the property platform.static_urls of the a9s Public API.

Manifest settings

properties:
platform:
static_urls:
- display_name: "link name"
link: "link url"
id: "required_uniq_string"

Ops File

Static navigation entries can be applied via an Ops File to the related a9s Data Service manifest. The id key needs to be unique throughout the list of static navigation entries. See example below.

- type: replace
path: /instance_groups/name=public-api/jobs/name=public_api/properties/platform?/static_urls
value:
- display_name: "RabbitMQ Management Console"
link: "https://<instance-guid>.<dashboard-domain>"
id: "rabbit-mq-mngmt-console"
Possible Options

As shown in the example, the Static Navigation Entries accept wild cards for <instance-guid> and <dashboard-domain> that are automatically replaced by the a9s Service Dashboard.