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-keytransactionlinksresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KeyTransactionLinksResponse",
  "title": "KeyTransactionLinksResponse",
  "type": "object",
  "properties": {
    "application": {
      "type": "integer",
      "description": "Application from which this key transaction originated",
      "example": 100
    }
  }
}