Skip to content

/AWS1/CL_DOAMCPSRVNEWRELICCONF

Mixin for webhook update support.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_accountid TYPE /AWS1/DOASTRING /AWS1/DOASTRING

New Relic Account ID

iv_endpoint TYPE /AWS1/DOASTRING /AWS1/DOASTRING

MCP server endpoint URL (e.g., https://mcp.newrelic.com/mcp/)


Queryable Attributes

accountId

New Relic Account ID

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value

endpoint

MCP server endpoint URL (e.g., https://mcp.newrelic.com/mcp/)

Accessible with the following methods

Method Description
GET_ENDPOINT() Getter for ENDPOINT, with configurable default
ASK_ENDPOINT() Getter for ENDPOINT w/ exceptions if field has no value
HAS_ENDPOINT() Determine if ENDPOINT has a value