New Relic
new_relicNew Relic is a comprehensive observability platform that helps developers and operations teams monitor, debug, and improve their entire stack, including applications, infrastructure, and customer experience.
Acciones disponibles (9)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Alert Notification ChannelNEW_RELIC_CREATE_ALERT_CHANNELAcciónTool to create an alert notification channel. use when you need to register a new endpoint (email, webhook, etc.) for alert notifications.
NEW_RELIC_CREATE_ALERT_CHANNELAcciónTool to create an alert notification channel. use when you need to register a new endpoint (email, webhook, etc.) for alert notifications.
Parámetros de entrada
namestringObligatorioHuman-readable name for the alert channel.
typestringObligatorioenumType of the alert channel to create.
emailslackwebhookpagerdutyopsgenievictoropsconfigurationobjectObligatorioConfiguration parameters specific to the channel type.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Alert PolicyNEW_RELIC_CREATE_ALERT_POLICYAcciónTool to create an alert policy. use when you need to programmatically set up a new alert policy in new relic.
NEW_RELIC_CREATE_ALERT_POLICYAcciónTool to create an alert policy. use when you need to programmatically set up a new alert policy in new relic.
Parámetros de entrada
namestringObligatorioThe name of the alert policy.
incident_preferencestringenumHow incidents are created and closed. Allowed values: PER_POLICY, PER_CONDITION, PER_CONDITION_AND_TARGET.
PER_POLICYPER_CONDITIONPER_CONDITION_AND_TARGET
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete alert policyNEW_RELIC_DELETE_ALERT_POLICYAcciónTool to delete an existing alert policy via rest api. use when you have the policy id and want to remove it via new relic's rest api. use after confirming the policy id exists.
NEW_RELIC_DELETE_ALERT_POLICYAcciónTool to delete an existing alert policy via rest api. use when you have the policy id and want to remove it via new relic's rest api. use after confirming the policy id exists.
Parámetros de entrada
policy_idstringObligatorioThe unique ID of the alert policy to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Alert ChannelsNEW_RELIC_GET_ALERT_CHANNELSAcciónTool to retrieve a list of alert notification channels. use when you need to list all configured channels after verifying your api key.
NEW_RELIC_GET_ALERT_CHANNELSAcciónTool to retrieve a list of alert notification channels. use when you need to list all configured channels after verifying your api key.
Parámetros de entrada
pageintegerPagination page number (1-indexed) for results to return
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Alert ConditionsNEW_RELIC_GET_ALERT_CONDITIONSAcciónTool to retrieve alert conditions for a specified policy. use after you have the policy id.
NEW_RELIC_GET_ALERT_CONDITIONSAcciónTool to retrieve alert conditions for a specified policy. use after you have the policy id.
Parámetros de entrada
policy_idintegerObligatorioID of the alert policy whose conditions you want to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Alert PoliciesNEW_RELIC_GET_ALERT_POLICIESAcciónTool to retrieve a list of alert policies. use when you need to list existing alert policies with optional filtering and pagination.
NEW_RELIC_GET_ALERT_POLICIESAcciónTool to retrieve a list of alert policies. use when you need to list existing alert policies with optional filtering and pagination.
Parámetros de entrada
pageintegerPage number of results to return (must be ≥ 1)
filter[name]stringOnly return policies with this exact name
filter[incident_preference]stringenumOnly return policies with this incident preference
PER_POLICYPER_CONDITIONPER_CONDITION_AND_TARGET
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ApplicationsNEW_RELIC_GET_APPLICATIONSAcciónTool to retrieve a list of new relic applications. use when you need to list all applications or filter by name, host, or ids after authenticating your api key.
NEW_RELIC_GET_APPLICATIONSAcciónTool to retrieve a list of new relic applications. use when you need to list all applications or filter by name, host, or ids after authenticating your api key.
Parámetros de entrada
idsstringComma-separated list of application IDs to filter.
hoststringFilter by host name (case-insensitive, partial match).
namestringFilter by application name (case-insensitive, partial match).
pageintegerPagination page number (1-indexed) for results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Browser ApplicationsNEW_RELIC_GET_BROWSER_APPLICATIONSAcciónTool to list new relic browser applications. use when you need to retrieve all browser applications or filter by name after authenticating your api key.
NEW_RELIC_GET_BROWSER_APPLICATIONSAcciónTool to list new relic browser applications. use when you need to retrieve all browser applications or filter by name after authenticating your api key.
Parámetros de entrada
pageintegerPagination page number (1-indexed) for results.
filter[name]stringFilter browser applications by name (case-insensitive, partial match).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Alert Notification ChannelNEW_RELIC_UPDATE_ALERT_CHANNELAcciónTool to update an existing new relic alert notification channel. use when you need to modify channel settings after verifying its id.
NEW_RELIC_UPDATE_ALERT_CHANNELAcciónTool to update an existing new relic alert notification channel. use when you need to modify channel settings after verifying its id.
Parámetros de entrada
namestringNew human-readable name for the alert channel.
typestringenumChannel type; provide only to change the type.
emailslackwebhookpagerdutyopsgenievictoropsconfigurationobjectConfiguration parameters for updating an existing alert channel. Varies by channel type.
alert_channel_idintegerObligatorioUnique ID of the alert channel to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not