Service definition V2 for providing service metadata and integrations.

Hierarchy

  • ServiceDefinitionV2

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

A list of contacts related to the services.

ddService: string

Unique identifier of the service. Must be unique across all services and is used to match with a service in Datadog.

ddTeam?: string

Experimental feature. A Team handle that matches a Team in the Datadog Teams product.

A list of documentation related to the services.

extensions?: {
    [key: string]: any;
}

Extensions to V2 schema.

Type declaration

  • [key: string]: any

Third party integrations that Datadog supports.

A list of links related to the services.

A list of code repositories related to the services.

Schema version being used.

tags?: string[]

A set of custom tags.

team?: string

Team that owns the service.

Generated using TypeDoc