otelendpoint remove

Removes an Open Telemetry end point.

Syntax

CLI
maprcli otelendpoint remove
                 -name end point name
                 [ -cluster cluster_name ]
REST
Request Type POST
Request URL
http[s]://<host>:<port>/rest/otelendpoint/remove?<parameters> 

Parameters

Parameter

Description

cluster (optional) The cluster on which the end point resides. By default, this is the cluster on which this command is run.

Example

Remove endpoint attacks:

CLI
maprcli otelendpoint remove -name attacks -json
{
        "timestamp":1702561268122,
        "timeofday":"2023-12-14 05:41:08.122 GMT-0800 AM",
        "status":"OK",
        "total":0,
        "data":[

        ],
        "messages":[
                "end point removed successfully"
        ]
}
REST
https://abc.sj.us:8443/rest/otelendpoint/remove?name=attacks