Genvid MILE SDK 1.36.2.11 documentation
Developers Portal
  • For Developers
  • Online Documentation
  • AnswerHub
  • Licensing
  • Support
Genvid MILE SDK Logo
1.36.2
  • Introduction
  • Release & Upgrade Notes
  • Broadcasting Guide
  • Development Guide
  • Samples
  • Genvid Tools Integrations
  • Reference
    • Genvid Configuration
    • Metrics
    • Health Checks
    • Native SDK
    • Web SDK
    • Terraform Modules
    • Cluster Management APIs
      • Bastion UI
      • Cluster UI
      • 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
      • Cluster API Cluster information
      • Cluster API custom configuration
      • Cluster API Events
      • Cluster API health
      • Cluster API Jobs
      • Cluster API job’s definitions
      • Cluster API Links
      • Cluster API Link’s Definitions
      • Cluster API Logs
      • Cluster API Nodes
      • Cluster API Secrets
      • Cluster API Settings
      • Cluster API for SDK version
    • Python Toolbox API
    • Toolbox CLI Applications
Genvid MILE SDK
  • »
  • Reference »
  • Cluster Management APIs »
  • 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 2022

  • Privacy Policy