New Relic · Example Payload

New Relic Deployment Response Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Deployment Response Example is an example object payload from New Relic, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

deployment

Example Payload

Raw ↑
{
  "deployment": {
    "changelog": "example_string",
    "description": "example_string",
    "id": 100,
    "links": {
      "application": 100
    },
    "revision": "example_string",
    "timestamp": "2026-04-18T14:30:00Z",
    "user": "example_string"
  }
}