Get all service objects
GET {{baseUrl}}/api/v2/integration/opsgenie/services
Get a list of all services from the Datadog Opsgenie integration.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"596da4af-0563-4097-90ff-07230c3f9db3","type":"opsgenie-service","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","region":"us"}}]}