v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBOpsgenie Integration
Get a single service object
Get a single service from the Datadog Opsgenie integration.
get/api/v2/integration/opsgenie/services/{integration_service_id}
Path parameters
integration_service_idstring required
The UUID of the service.
Response
OK
Example response
{
"data": {
"attributes": {
"name": "fake-opsgenie-service-name",
"region": "us"
},
"id": "596da4af-0563-4097-90ff-07230c3f9db3",
"type": "opsgenie-service"
}
}