---
title: "PUT /service-integrations"
method: PUT
path: "/service-integrations"
---

# PUT /service-integrations

`PUT /service-integrations`

Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.

## Request body

- object
  - `ServiceIntegration` object, required — Information about updating the integration status of an Amazon Web Services service, such as Amazon Web Services Systems Manager, with DevOps Guru.
    - `OpsCenter` OpsCenterIntegrationConfig — Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight. You can use this to update the configuration.
      - `OptInStatus` 'ENABLED' | 'DISABLED' — Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
    - `LogsAnomalyDetection` object — Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
      - `OptInStatus` 'ENABLED' | 'DISABLED' — Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.

## Response `200`

Success

- UpdateServiceIntegrationResponse

## Other responses

- `480` — AccessDeniedException
- `481` — ConflictException
- `482` — InternalServerException
- `483` — ThrottlingException
- `484` — ValidationException

---

[API](https://skmtc.net/aws/apis/devops-guru.md) · [All operations](https://skmtc.net/aws/apis/devops-guru/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/devops-guru/versions/0e960c150e92/schema)
