Genvid SDK 1.30.0.292 documentation
Developers Portal
  • For Developers
  • Online Documentation
  • AnswerHub
  • Licensing
  • Support
Genvid SDK Logo
1.30.0
  • Introduction
  • Release & Upgrade Notes
  • Guides
  • Samples
  • Genvid Tools Integrations
  • Reference
    • Genvid Configuration
    • Metrics
    • Health Checks
    • Native SDK
    • Web SDK
    • Terraform Modules
    • Toolbox
      • Toolbox Applications
      • Python Toolbox
      • Cluster API
      • Bastion API
        • Bastion API for Backends
        • Bastion API for Clusters
        • Bastion API for global
        • Bastion API for jobs
        • Bastion API for job’s definitions
        • Bastion API for Links
        • Bastion API for Links Definitions
        • Bastion API for Logs
        • Bastion API for Terraform
        • Bastion API for SDK version
      • Bastion UI
      • Cluster UI
Genvid SDK
  • »
  • Reference »
  • Toolbox »
  • Bastion API »
  • Bastion API for Links
Next Previous

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/"
  }
]
Next Previous

© Copyright Genvid Technologies, LLC 2021

  • Privacy Policy