New Relic · Schema

ApplicationInstanceResponse

ApplicationInstanceResponse schema

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
application_instance object
View JSON Schema on GitHub

JSON Schema

openapi-application-instance-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/openapi-application-instance-response-schema.json",
  "title": "ApplicationInstanceResponse",
  "description": "ApplicationInstanceResponse schema",
  "type": "object",
  "properties": {
    "application_instance": {
      "$ref": "#/components/schemas/ApplicationInstanceResponseType"
    }
  }
}