New Relic · JSON Structure

New Relic Deployment Response Structure

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

DeploymentResponse is a JSON Structure definition published by New Relic, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

deployment

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "DeploymentResponse",
  "properties": {
    "deployment": {
      "type": "object",
      "properties": {
        "changelog": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "links": {
          "type": "object",
          "properties": {
            "application": {
              "type": "integer"
            }
          }
        },
        "revision": {
          "type": "string"
        },
        "timestamp": {
          "type": "datetime"
        },
        "user": {
          "type": "string"
        }
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}