Bastion API for Links
Bastion API documentation for links
Links
- GET /links
Get the URI links to the multiple applications by category. Current categories are global, monitor and project.
- Query Parameters:
category – Filter the results by category
id – Filter the results by name
- Response JSON Object:
[] (object) –
[].id (string) – The name of the link.
[].category (string) – The link category.
[].name (string) – The link name.
[].href (string) – The hyperlink.
[].error (string) – Errors if any.
Example response:
[ { "id": "web", "category": "project", "name": "Tutorial Demo", "href": "http://123.23.321.123:30000/" } ]