AWS devopsagent documentation change
Summary
Fixed code indentation in New Relic integration examples without altering content
Security assessment
Formatting-only changes. The security-sensitive 'Authorization' header remains identical, showing no security-related modifications. No new security guidance added.
Diff
diff --git a/devopsagent/latest/userguide/configuring-capabilities-for-aws-devops-agent-connecting-telemetry-sources-connecting-new-relic.md b/devopsagent/latest/userguide/configuring-capabilities-for-aws-devops-agent-connecting-telemetry-sources-connecting-new-relic.md index bd01dbec6..bd09561f9 100644 --- a//devopsagent/latest/userguide/configuring-capabilities-for-aws-devops-agent-connecting-telemetry-sources-connecting-new-relic.md +++ b//devopsagent/latest/userguide/configuring-capabilities-for-aws-devops-agent-connecting-telemetry-sources-connecting-new-relic.md @@ -83,5 +83,5 @@ Set the method and the headers - method: "POST", - headers: { - "Content-Type": "application/json", - "Authorization": "Bearer <Token>", - }, + method: "POST", + headers: { + "Content-Type": "application/json", + "Authorization": "Bearer <Token>", + }, @@ -93,10 +93,10 @@ Send the body as a JSON string. - eventType: 'incident'; - incidentId: string; - action: 'created' | 'updated' | 'closed' | 'resolved'; - priority: "CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL"; - title: string; - description?: string; - timestamp?: string; - service?: string; - // The original event generated by service is attached here. - data?: object; + eventType: 'incident'; + incidentId: string; + action: 'created' | 'updated' | 'closed' | 'resolved'; + priority: "CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL"; + title: string; + description?: string; + timestamp?: string; + service?: string; + // The original event generated by service is attached here. + data?: object;