New Relic · Schema

KeyTransactionLinksResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
application integer Application from which this key transaction originated
View JSON Schema on GitHub

JSON Schema

new-relic-key-transaction-links-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "application": {
      "type": "integer",
      "description": "Application from which this key transaction originated",
      "example": 100
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "KeyTransactionLinksResponse"
}