New Relic · Schema

DeploymentLinksResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
application integer
View JSON Schema on GitHub

JSON Schema

new-relic-deploymentlinksresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeploymentLinksResponse",
  "title": "DeploymentLinksResponse",
  "type": "object",
  "properties": {
    "application": {
      "type": "integer",
      "example": 100
    }
  }
}