otelendpoint list
Lists all Open Telemetry end points.
Syntax
- CLI
-
maprcli otelendpoint list [ -cluster cluster_name ]
- REST
Request Type POST Request URL http[s]://<host>:<port>/rest/otelendpoint/list?<parameters>
Parameters
Parameter |
Description |
---|---|
cluster |
(optional) The cluster from which to retrieve the end points. By default, this is the cluster on which this command is run. |
Example
List all endpoints:
- CLI
-
maprcli otelendpoint list -json { "timestamp":1702560372484, "timeofday":"2023-12-14 05:26:12.484 GMT-0800 AM", "status":"OK", "total":2, "data":[ { "name":"default", "url":"https://hpe-ezcentral.com" }, { "name":"attacks", "url":"http://starrynova.com" } ] }
- REST
-
https://abc.sj.us:8443/rest/otelendpoint/list