TwoRavens

D3M Content Page

This web application constructs the web page you can see. Different pages will be rendered based on the url received. Generally, it controls the website rendering process.

URL Patterns

All acceptable url patterns (in regex) are presented below:


Pattern: dev_raven_links

      Return a development information web page.

alt text


Pattern: show-env-variables

      Return a HTML contains a list of ENV settings.

alt text


Pattern: monitoring/alive

      Return a JSON string that indicates the status of kubernetes

alt text


Pattern: privacy-policy

      Return a HTML page contains the privacy policy.

alt text


Pattern:app-domain-config-error

      Return a pop-up shows no domain config error.

None


Pattern: d3m-configuration-error

      Return a pop-up shows no D3M config error.

None


Pattern: ‘’

      Serve up the workspace, the current home page. Include global js settings.

alt text