get_service_definition | SELECT | service_name, dd_site | Get a single service definition from the Datadog Service Catalog. |
list_service_definitions | SELECT | dd_site | Get a list of all service definitions from the Datadog Service Catalog. |
create_or_update_service_definitions | INSERT | dd_site | Create or update service definition in the Datadog Service Catalog. |
delete_service_definition | DELETE | service_name, dd_site | Delete a single service definition in the Datadog Service Catalog. |
_get_service_definition | EXEC | service_name, dd_site | Get a single service definition from the Datadog Service Catalog. |
_list_service_definitions | EXEC | dd_site | Get a list of all service definitions from the Datadog Service Catalog. |