Skip to main content

opsgenie_services

Overview

Nameopsgenie_services
TypeResource
Iddatadog.opsgenie_integration.opsgenie_services

Fields

NameDatatypeDescription
idstringThe ID of the Opsgenie service.
attributesobjectThe attributes from an Opsgenie service response.
typestringOpsgenie service resource type.

Methods

NameAccessible byRequired ParamsDescription
get_opsgenie_serviceSELECTintegration_service_id, dd_siteGet a single service from the Datadog Opsgenie integration.
list_opsgenie_servicesSELECTdd_siteGet a list of all services from the Datadog Opsgenie integration.
create_opsgenie_serviceINSERTdata__data, dd_siteCreate a new service object in the Opsgenie integration.
delete_opsgenie_serviceDELETEintegration_service_id, dd_siteDelete a single service object in the Datadog Opsgenie integration.
_get_opsgenie_serviceEXECintegration_service_id, dd_siteGet a single service from the Datadog Opsgenie integration.
_list_opsgenie_servicesEXECdd_siteGet a list of all services from the Datadog Opsgenie integration.
update_opsgenie_serviceEXECintegration_service_id, data__data, dd_siteUpdate a single service object in the Datadog Opsgenie integration.