You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -350,57 +350,57 @@ In case multi-cluster support is enabled (default) and you have access to multip
350
350
351
351
<summary>kiali</summary>
352
352
353
-
-**graph** - Check the status of my mesh by querying Kiali graph
353
+
-**kiali_graph** - Check the status of my mesh by querying Kiali graph
354
354
-`namespace` (`string`) - Optional single namespace to include in the graph (alternative to namespaces)
355
355
-`namespaces` (`string`) - Optional comma-separated list of namespaces to include in the graph
356
356
357
-
-**mesh_status** - Get the status of mesh components including Istio, Kiali, Grafana, Prometheus and their interactions, versions, and health status
357
+
-**kiali_mesh_status** - Get the status of mesh components including Istio, Kiali, Grafana, Prometheus and their interactions, versions, and health status
358
358
359
-
-**istio_config** - Get all Istio configuration objects in the mesh including their full YAML resources and details
359
+
-**kiali_istio_config** - Get all Istio configuration objects in the mesh including their full YAML resources and details
360
360
361
-
-**istio_object_details** - Get detailed information about a specific Istio object including validation and help information
361
+
-**kiali_istio_object_details** - Get detailed information about a specific Istio object including validation and help information
362
362
-`group` (`string`) **(required)** - API group of the Istio object (e.g., 'networking.istio.io', 'gateway.networking.k8s.io')
363
363
-`kind` (`string`) **(required)** - Kind of the Istio object (e.g., 'DestinationRule', 'VirtualService', 'HTTPRoute', 'Gateway')
364
364
-`name` (`string`) **(required)** - Name of the Istio object
365
365
-`namespace` (`string`) **(required)** - Namespace containing the Istio object
366
366
-`version` (`string`) **(required)** - API version of the Istio object (e.g., 'v1', 'v1beta1')
367
367
368
-
-**istio_object_patch** - Modify an existing Istio object using PATCH method. The JSON patch data will be applied to the existing object.
368
+
-**kiali_istio_object_patch** - Modify an existing Istio object using PATCH method. The JSON patch data will be applied to the existing object.
369
369
-`group` (`string`) **(required)** - API group of the Istio object (e.g., 'networking.istio.io', 'gateway.networking.k8s.io')
370
370
-`json_patch` (`string`) **(required)** - JSON patch data to apply to the object
371
371
-`kind` (`string`) **(required)** - Kind of the Istio object (e.g., 'DestinationRule', 'VirtualService', 'HTTPRoute', 'Gateway')
372
372
-`name` (`string`) **(required)** - Name of the Istio object
373
373
-`namespace` (`string`) **(required)** - Namespace containing the Istio object
374
374
-`version` (`string`) **(required)** - API version of the Istio object (e.g., 'v1', 'v1beta1')
375
375
376
-
-**istio_object_create** - Create a new Istio object using POST method. The JSON data will be used to create the new object.
376
+
-**kiali_istio_object_create** - Create a new Istio object using POST method. The JSON data will be used to create the new object.
377
377
-`group` (`string`) **(required)** - API group of the Istio object (e.g., 'networking.istio.io', 'gateway.networking.k8s.io')
378
378
-`json_data` (`string`) **(required)** - JSON data for the new object
379
379
-`kind` (`string`) **(required)** - Kind of the Istio object (e.g., 'DestinationRule', 'VirtualService', 'HTTPRoute', 'Gateway')
380
380
-`namespace` (`string`) **(required)** - Namespace where the Istio object will be created
381
381
-`version` (`string`) **(required)** - API version of the Istio object (e.g., 'v1', 'v1beta1')
382
382
383
-
-**istio_object_delete** - Delete an existing Istio object using DELETE method.
383
+
-**kiali_istio_object_delete** - Delete an existing Istio object using DELETE method.
384
384
-`group` (`string`) **(required)** - API group of the Istio object (e.g., 'networking.istio.io', 'gateway.networking.k8s.io')
385
385
-`kind` (`string`) **(required)** - Kind of the Istio object (e.g., 'DestinationRule', 'VirtualService', 'HTTPRoute', 'Gateway')
386
386
-`name` (`string`) **(required)** - Name of the Istio object
387
387
-`namespace` (`string`) **(required)** - Namespace containing the Istio object
388
388
-`version` (`string`) **(required)** - API version of the Istio object (e.g., 'v1', 'v1beta1')
389
389
390
-
-**validations_list** - List all the validations in the current cluster from all namespaces
390
+
-**kiali_validations_list** - List all the validations in the current cluster from all namespaces
391
391
-`namespace` (`string`) - Optional single namespace to retrieve validations from (alternative to namespaces)
392
392
-`namespaces` (`string`) - Optional comma-separated list of namespaces to retrieve validations from
393
393
394
-
-**namespaces** - Get all namespaces in the mesh that the user has access to
394
+
-**kiali_namespaces** - Get all namespaces in the mesh that the user has access to
395
395
396
-
-**services_list** - Get all services in the mesh across specified namespaces with health and Istio resource information
396
+
-**kiali_services_list** - Get all services in the mesh across specified namespaces with health and Istio resource information
397
397
-`namespaces` (`string`) - Comma-separated list of namespaces to get services from (e.g. 'bookinfo' or 'bookinfo,default'). If not provided, will list services from all accessible namespaces
398
398
399
-
-**service_details** - Get detailed information for a specific service in a namespace, including validation, health status, and configuration
399
+
-**kiali_service_details** - Get detailed information for a specific service in a namespace, including validation, health status, and configuration
400
400
-`namespace` (`string`) **(required)** - Namespace containing the service
401
401
-`service` (`string`) **(required)** - Name of the service to get details for
402
402
403
-
-**service_metrics** - Get metrics for a specific service in a namespace. Supports filtering by time range, direction (inbound/outbound), reporter, and other query parameters
403
+
-**kiali_service_metrics** - Get metrics for a specific service in a namespace. Supports filtering by time range, direction (inbound/outbound), reporter, and other query parameters
404
404
-`byLabels` (`string`) - Comma-separated list of labels to group metrics by (e.g., 'source_workload,destination_service'). Optional
405
405
-`direction` (`string`) - Traffic direction: 'inbound' or 'outbound'. Optional, defaults to 'outbound'
406
406
-`duration` (`string`) - Duration of the query period in seconds (e.g., '1800' for 30 minutes). Optional, defaults to 1800 seconds
@@ -412,14 +412,14 @@ In case multi-cluster support is enabled (default) and you have access to multip
412
412
-`service` (`string`) **(required)** - Name of the service to get metrics for
413
413
-`step` (`string`) - Step between data points in seconds (e.g., '15'). Optional, defaults to 15 seconds
414
414
415
-
-**workloads_list** - Get all workloads in the mesh across specified namespaces with health and Istio resource information
415
+
-**kiali_workloads_list** - Get all workloads in the mesh across specified namespaces with health and Istio resource information
416
416
-`namespaces` (`string`) - Comma-separated list of namespaces to get workloads from (e.g. 'bookinfo' or 'bookinfo,default'). If not provided, will list workloads from all accessible namespaces
417
417
418
-
-**workload_details** - Get detailed information for a specific workload in a namespace, including validation, health status, and configuration
418
+
-**kiali_workload_details** - Get detailed information for a specific workload in a namespace, including validation, health status, and configuration
419
419
-`namespace` (`string`) **(required)** - Namespace containing the workload
420
420
-`workload` (`string`) **(required)** - Name of the workload to get details for
421
421
422
-
-**workload_metrics** - Get metrics for a specific workload in a namespace. Supports filtering by time range, direction (inbound/outbound), reporter, and other query parameters
422
+
-**kiali_workload_metrics** - Get metrics for a specific workload in a namespace. Supports filtering by time range, direction (inbound/outbound), reporter, and other query parameters
423
423
-`byLabels` (`string`) - Comma-separated list of labels to group metrics by (e.g., 'source_workload,destination_service'). Optional
424
424
-`direction` (`string`) - Traffic direction: 'inbound' or 'outbound'. Optional, defaults to 'outbound'
425
425
-`duration` (`string`) - Duration of the query period in seconds (e.g., '1800' for 30 minutes). Optional, defaults to 1800 seconds
@@ -431,7 +431,7 @@ In case multi-cluster support is enabled (default) and you have access to multip
431
431
-`step` (`string`) - Step between data points in seconds (e.g., '15'). Optional, defaults to 15 seconds
432
432
-`workload` (`string`) **(required)** - Name of the workload to get metrics for
433
433
434
-
-**health** - Get health status for apps, workloads, and services across specified namespaces in the mesh. Returns health information including error rates and status for the requested resource type
434
+
-**kiali_health** - Get health status for apps, workloads, and services across specified namespaces in the mesh. Returns health information including error rates and status for the requested resource type
435
435
-`namespaces` (`string`) - Comma-separated list of namespaces to get health from (e.g. 'bookinfo' or 'bookinfo,default'). If not provided, returns health for all accessible namespaces
436
436
-`queryTime` (`string`) - Unix timestamp (in seconds) for the prometheus query. If not provided, uses current time. Optional
@@ -444,7 +444,7 @@ In case multi-cluster support is enabled (default) and you have access to multip
444
444
-`tail` (`integer`) - Number of lines to retrieve from the end of logs (default: 100)
445
445
-`workload` (`string`) **(required)** - Name of the workload to get logs for
446
446
447
-
-**app_traces** - Get distributed tracing data for a specific app in a namespace. Returns trace information including spans, duration, and error details for troubleshooting and performance analysis.
447
+
-**kiali_app_traces** - Get distributed tracing data for a specific app in a namespace. Returns trace information including spans, duration, and error details for troubleshooting and performance analysis.
448
448
-`app` (`string`) **(required)** - Name of the app to get traces for
449
449
-`clusterName` (`string`) - Cluster name for multi-cluster environments (optional)
450
450
-`endMicros` (`string`) - End time for traces in microseconds since epoch (optional)
@@ -454,7 +454,7 @@ In case multi-cluster support is enabled (default) and you have access to multip
454
454
-`startMicros` (`string`) - Start time for traces in microseconds since epoch (optional)
455
455
-`tags` (`string`) - JSON string of tags to filter traces (optional)
456
456
457
-
-**service_traces** - Get distributed tracing data for a specific service in a namespace. Returns trace information including spans, duration, and error details for troubleshooting and performance analysis.
457
+
-**kiali_service_traces** - Get distributed tracing data for a specific service in a namespace. Returns trace information including spans, duration, and error details for troubleshooting and performance analysis.
458
458
-`clusterName` (`string`) - Cluster name for multi-cluster environments (optional)
459
459
-`endMicros` (`string`) - End time for traces in microseconds since epoch (optional)
460
460
-`limit` (`integer`) - Maximum number of traces to return (default: 100)
@@ -464,7 +464,7 @@ In case multi-cluster support is enabled (default) and you have access to multip
464
464
-`startMicros` (`string`) - Start time for traces in microseconds since epoch (optional)
465
465
-`tags` (`string`) - JSON string of tags to filter traces (optional)
466
466
467
-
-**workload_traces** - Get distributed tracing data for a specific workload in a namespace. Returns trace information including spans, duration, and error details for troubleshooting and performance analysis.
467
+
-**kiali_workload_traces** - Get distributed tracing data for a specific workload in a namespace. Returns trace information including spans, duration, and error details for troubleshooting and performance analysis.
468
468
-`clusterName` (`string`) - Cluster name for multi-cluster environments (optional)
469
469
-`endMicros` (`string`) - End time for traces in microseconds since epoch (optional)
470
470
-`limit` (`integer`) - Maximum number of traces to return (default: 100)
0 commit comments