142.4.5 DISABLE_ENDPOINT Procedure

The DISABLE_ENDPOINT procedure disables the specified endpoint.

Syntax

DBMS_OBSERVABILITY.DISABLE_ENDPOINT( endpoint IN VARCHAR2 );

Parameters

Table 142-11 DISABLE_ENDPOINT Procedure Parameters

Parameter Description

endpoint

Specifies the endpoint to disable.

Examples

The following example illustrates how to disable the endpoint https://example.com:1234/ot_endp/v1/traces:
SQL> execute dbms_observability.disable_endpoint( endpoint => 'https://example.com:1234/ot_endp/v1/traces' );