otelendpoint info
Displays information about an Open Telemetry end point.
Syntax
- CLI
-
maprcli otelendpoint info -name end point name [ -cluster cluster_name ]
- REST
Request Type POST Request URL http[s]://<host>:<port>/rest/otelendpoint/info?<parameters>
Parameters
Parameter |
Description |
---|---|
|
Name of the end point. |
cluster |
(optional) The cluster on which the end point resides. By default, this is the cluster on which this command is run. |
Example
Display information about the attacks endpoint:
- CLI
-
maprcli otelendpoint info -name attacks -json { "timestamp":1702558600087, "timeofday":"2023-12-14 04:56:40.087 GMT-0800 AM", "status":"OK", "total":1, "data":[ { "name":"attacks", "url":"http://starrynova.com", "port":16486 } ]
- REST
-
https://abc.sj.us:8443/rest/otelendpoint/info?name=attacks