mirror of https://github.com/istio/istio.io.git
[kiali] The API is no longer published. Add warning message about the API. (#8580)
This commit is contained in:
parent
6dacfe64a0
commit
34d959dcc5
|
@ -254,9 +254,13 @@ when it detects incorrect configurations.
|
|||
|
||||
## About the Kiali Developer API
|
||||
|
||||
{{< warning >}}
|
||||
The Kiali Developer API is not designed or documented for public consumption, but it may be useful to some users.
|
||||
Please note the Kiali Developer API can change from version to version - there is no guarantee of backward compatibility.
|
||||
{{< /warning >}}
|
||||
|
||||
To generate JSON files representing the graphs and other metrics, health, and
|
||||
configuration information, you can access the
|
||||
[Kiali Developer API](https://www.kiali.io/api).
|
||||
configuration information, you can access the Kiali Developer API.
|
||||
For example, point your browser to `$KIALI_URL/api/namespaces/graph?namespaces=bookinfo&graphType=app`
|
||||
to get the JSON representation of your graph using the `app` graph type.
|
||||
|
||||
|
@ -267,8 +271,6 @@ Kiali, use the metadata labels `app` and `version` on your application
|
|||
components. As a template, the Bookinfo sample application follows this
|
||||
convention.
|
||||
|
||||
Please note the Kiali Developer API can change from version to version with no guarantee of backward compatibility.
|
||||
|
||||
## Additional Features
|
||||
|
||||
Kiali has more features than reviewed in this task, such as an [integration with Jaeger tracing](https://kiali.io/documentation/latest/features/#_detail_traces).
|
||||
|
|
Loading…
Reference in New Issue