Mandala
Tools

New Relic

Query observability data and record deployments in New Relic

Usage Instructions

Integrate New Relic into workflows. Run NRQL queries, search monitored entities, fetch entity details, and record deployment change events.

Tools

new_relic_nrql_query

Run a NRQL query against a New Relic account using NerdGraph.

Input

ParameterTypeRequiredDescription
apiKeystringYesNew Relic user API key for NerdGraph
regionstringNoNew Relic data center region: us or eu
accountIdnumberYesNew Relic account ID to query
nrqlstringYesNRQL query to execute
timeoutnumberNoOptional query timeout in seconds

Output

ParameterTypeDescription
resultsarrayNRQL result rows. Row fields depend on the query projection.
resultCountnumberNumber of NRQL result rows returned

new_relic_search_entities

Search New Relic entities by name, GUID, domain type, tags, or reporting state.

Input

ParameterTypeRequiredDescription
apiKeystringYesNew Relic user API key for NerdGraph
regionstringNoNew Relic data center region: us or eu
querystringYesEntity search query, for example: name like "api" or domainType = "APM-APPLICATION"
cursorstringNoPagination cursor from a previous entity search

Output

ParameterTypeDescription
countnumberTotal number of entities matching the query
querystringEntity search query New Relic executed
entitiesarrayMatching New Relic entities
nextCursorstringCursor for the next page of results

new_relic_get_entity

Fetch a New Relic entity by GUID.

Input

ParameterTypeRequiredDescription
apiKeystringYesNew Relic user API key for NerdGraph
regionstringNoNew Relic data center region: us or eu
guidstringYesEntity GUID

Output

ParameterTypeDescription
entityobjectNew Relic entity details

new_relic_create_deployment_event

Record a deployment change event in New Relic change tracking.

Input

ParameterTypeRequiredDescription
apiKeystringYesNew Relic user API key for NerdGraph
regionstringNoNew Relic data center region: us or eu
entityGuidstringYesGUID of the entity associated with the deployment
versionstringYesDeployment version, release name, or commit SHA
shortDescriptionstringNoShort description of the deployment
descriptionstringNoLonger deployment description
changelogstringNoDeployment changelog text or URL
commitstringNoCommit SHA or identifier associated with the deployment
deepLinkstringNoURL to the deployment, build, or release details
userstringNoUser or automation that performed the deployment
groupIdstringNoOptional group ID to correlate related changes
customAttributesjsonNoCustom change event metadata as key-value pairs with string, number, or boolean values
deploymentTypestringNoDeployment type: basic, blue green, canary, rolling, or shadow
timestampnumberNoEvent timestamp in milliseconds since Unix epoch

Output

ParameterTypeDescription
eventobjectCreated New Relic change tracking event
messagesarrayMessages returned by New Relic for the created change event

Notes

  • Category: tools
  • Type: new_relic
New Relic