New Relic · Example Payload

New Relic Deleteapplicationsiddeploymentsid Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Deleteapplicationsiddeploymentsid 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": "deleteApplicationsIdDeploymentsId",
  "method": "DELETE",
  "path": "/applications/{application_id}/deployments/{id}.json",
  "summary": "New Relic Delete Applications Deployments",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Deleteapplicationsiddeploymentsid200Example",
      "example": {
        "deployment": {
          "changelog": {},
          "description": {},
          "id": {},
          "links": {},
          "revision": {},
          "timestamp": {},
          "user": {}
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/xml",
      "name": "Deleteapplicationsiddeploymentsid200Example",
      "example": {
        "deployment": {
          "changelog": {},
          "description": {},
          "id": {},
          "links": {},
          "revision": {},
          "timestamp": {},
          "user": {}
        }
      }
    }
  ]
}