New Relic · Example Payload

New Relic Postapplicationsiddeployments Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "postApplicationsIdDeployments",
  "method": "POST",
  "path": "/applications/{application_id}/deployments.json",
  "summary": "New Relic Post Applications Deployments",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostapplicationsiddeploymentsRequestExample",
      "example": {
        "deployment": {
          "changelog": "example_value",
          "description": "A sample description.",
          "revision": "example_value",
          "user": "example_value"
        }
      }
    },
    {
      "contentType": "application/xml",
      "name": "PostapplicationsiddeploymentsRequestExample",
      "example": {
        "deployment": {
          "changelog": "example_value",
          "description": "A sample description.",
          "revision": "example_value",
          "user": "example_value"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postapplicationsiddeployments200Example",
      "example": {
        "deployment": {
          "changelog": {},
          "description": {},
          "id": {},
          "links": {},
          "revision": {},
          "timestamp": {},
          "user": {}
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/xml",
      "name": "Postapplicationsiddeployments200Example",
      "example": {
        "deployment": {
          "changelog": {},
          "description": {},
          "id": {},
          "links": {},
          "revision": {},
          "timestamp": {},
          "user": {}
        }
      }
    }
  ]
}