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
        • 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
      • Bastion API
      • Bastion UI
      • Cluster UI
Genvid SDK
  • »
  • Reference »
  • Toolbox »
  • Cluster API »
  • Cluster API Links
Next Previous

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

© Copyright Genvid Technologies, LLC 2021

  • Privacy Policy