Skip to main content
Glama
endpoints.go1.39 kB
package kiali // Kiali API endpoint paths shared across this package. const ( // MeshGraph is the Kiali API path that returns the mesh graph/status. AuthInfoEndpoint = "/api/auth/info" MeshGraphEndpoint = "/api/mesh/graph" GraphEndpoint = "/api/namespaces/graph" HealthEndpoint = "/api/clusters/health" IstioConfigEndpoint = "/api/istio/config" IstioObjectEndpoint = "/api/namespaces/%s/istio/%s/%s/%s/%s" IstioObjectCreateEndpoint = "/api/namespaces/%s/istio/%s/%s/%s" NamespacesEndpoint = "/api/namespaces" PodDetailsEndpoint = "/api/namespaces/%s/pods/%s" PodsLogsEndpoint = "/api/namespaces/%s/pods/%s/logs" ServicesEndpoint = "/api/clusters/services" ServiceDetailsEndpoint = "/api/namespaces/%s/services/%s" ServiceMetricsEndpoint = "/api/namespaces/%s/services/%s/metrics" AppTracesEndpoint = "/api/namespaces/%s/apps/%s/traces" ServiceTracesEndpoint = "/api/namespaces/%s/services/%s/traces" WorkloadTracesEndpoint = "/api/namespaces/%s/workloads/%s/traces" WorkloadsEndpoint = "/api/clusters/workloads" WorkloadDetailsEndpoint = "/api/namespaces/%s/workloads/%s" WorkloadMetricsEndpoint = "/api/namespaces/%s/workloads/%s/metrics" ValidationsEndpoint = "/api/istio/validations" ValidationsListEndpoint = "/api/istio/validations" )

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/containers/kubernetes-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server