Genvid MILE Toolbox 1.45.0.12 documentation
Developers Portal
  • For Developers
  • Online Documentation
  • AnswerHub
  • Licensing
  • Support
Genvid MILE Toolbox Logo
1.45.0
  • Introduction
  • Release & Upgrade Notes
  • Local Environment Guide
  • Cloud Environment Guide
  • Reference
    • Genvid Configuration
    • 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 Toolbox 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 Toolbox version
    • Python Toolbox API
    • Toolbox CLI Applications
Genvid MILE Toolbox
  • Reference
  • Cluster Management APIs
  • Cluster API Links

Cluster API Links

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

© Copyright Genvid Technologies, LLC 2023

  • Privacy Policy