NAiOS IconNAiOS Logo
Volver al catálogo

New Relic

new_relic

New 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
9
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • namestringObligatorio

    Human-readable name for the alert channel.

  • typestringObligatorioenum

    Type of the alert channel to create.

    emailslackwebhookpagerdutyopsgenievictorops
  • configurationobjectObligatorio

    Configuration parameters specific to the channel type.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Alert PolicyNEW_RELIC_CREATE_ALERT_POLICYAcción

Tool to create an alert policy. use when you need to programmatically set up a new alert policy in new relic.

Parámetros de entrada

  • namestringObligatorio

    The name of the alert policy.

  • incident_preferencestringenum

    How 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete alert policyNEW_RELIC_DELETE_ALERT_POLICYAcción

Tool 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_idstringObligatorio

    The unique ID of the alert policy to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Alert ChannelsNEW_RELIC_GET_ALERT_CHANNELSAcción

Tool 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

  • pageinteger

    Pagination page number (1-indexed) for results to return

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Alert ConditionsNEW_RELIC_GET_ALERT_CONDITIONSAcción

Tool to retrieve alert conditions for a specified policy. use after you have the policy id.

Parámetros de entrada

  • policy_idintegerObligatorio

    ID of the alert policy whose conditions you want to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Alert PoliciesNEW_RELIC_GET_ALERT_POLICIESAcción

Tool 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

  • pageinteger

    Page number of results to return (must be ≥ 1)

  • filter[name]string

    Only return policies with this exact name

  • filter[incident_preference]stringenum

    Only return policies with this incident preference

    PER_POLICYPER_CONDITIONPER_CONDITION_AND_TARGET

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ApplicationsNEW_RELIC_GET_APPLICATIONSAcción

Tool 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

  • idsstring

    Comma-separated list of application IDs to filter.

  • hoststring

    Filter by host name (case-insensitive, partial match).

  • namestring

    Filter by application name (case-insensitive, partial match).

  • pageinteger

    Pagination page number (1-indexed) for results.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Browser ApplicationsNEW_RELIC_GET_BROWSER_APPLICATIONSAcción

Tool 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

  • pageinteger

    Pagination page number (1-indexed) for results.

  • filter[name]string

    Filter browser applications by name (case-insensitive, partial match).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Alert Notification ChannelNEW_RELIC_UPDATE_ALERT_CHANNELAcción

Tool 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

  • namestring

    New human-readable name for the alert channel.

  • typestringenum

    Channel type; provide only to change the type.

    emailslackwebhookpagerdutyopsgenievictorops
  • configurationobject

    Configuration parameters for updating an existing alert channel. Varies by channel type.

  • alert_channel_idintegerObligatorio

    Unique ID of the alert channel to update.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not