New Relic · Schema

ApplicationInstanceResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
application_instance object
View JSON Schema on GitHub

JSON Schema

new-relic-applicationinstanceresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationInstanceResponse",
  "title": "ApplicationInstanceResponse",
  "type": "object",
  "properties": {
    "application_instance": {
      "$ref": "#/components/schemas/ApplicationInstanceResponseType"
    }
  }
}