v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Opsgenie Integration

Get all service objects

Get a list of all services from the Datadog Opsgenie integration.

get/api/v2/integration/opsgenie/services

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "custom_url": null,
        "name": "fake-opsgenie-service-name",
        "region": "us"
      },
      "id": "596da4af-0563-4097-90ff-07230c3f9db3",
      "type": "opsgenie-service"
    },
    {
      "attributes": {
        "custom_url": null,
        "name": "fake-opsgenie-service-name-2",
        "region": "eu"
      },
      "id": "0d2937f1-b561-44fa-914a-99910f848014",
      "type": "opsgenie-service"
    }
  ]
}