Skip to main content

service_definitions

Overview

Nameservice_definitions
TypeResource
Iddatadog.service_definition.service_definitions

Fields

NameDatatypeDescription
idstringService definition id.
attributesobjectService definition attributes.
typestringService definition type.

Methods

NameAccessible byRequired ParamsDescription
get_service_definitionSELECTservice_name, dd_siteGet a single service definition from the Datadog Service Catalog.
list_service_definitionsSELECTdd_siteGet a list of all service definitions from the Datadog Service Catalog.
create_or_update_service_definitionsINSERTdd_siteCreate or update service definition in the Datadog Service Catalog.
delete_service_definitionDELETEservice_name, dd_siteDelete a single service definition in the Datadog Service Catalog.
_get_service_definitionEXECservice_name, dd_siteGet a single service definition from the Datadog Service Catalog.
_list_service_definitionsEXECdd_siteGet a list of all service definitions from the Datadog Service Catalog.