- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
API to create, update, retrieve and delete Software Catalog entities.
GET https://api.ap1.datadoghq.com/api/v2/catalog/entityhttps://api.datadoghq.eu/api/v2/catalog/entityhttps://api.ddog-gov.com/api/v2/catalog/entityhttps://api.datadoghq.com/api/v2/catalog/entityhttps://api.us3.datadoghq.com/api/v2/catalog/entityhttps://api.us5.datadoghq.com/api/v2/catalog/entity
Get a list of entities from Software Catalog.
This endpoint requires the apm_service_catalog_read
authorization scope.
이름
유형
설명
page[offset]
integer
Specific offset to use as the beginning of the returned page.
page[limit]
integer
Maximum number of entities in the response.
fitler[id]
string
Filter entities by UUID
fitler[ref]
string
Filter entities by reference
fitler[name]
string
Filter entities by name
fitler[kind]
string
Filter entities by kind
fitler[owner]
string
Filter entities by owner
fitler[relation][type]
enum
Filter entities by relation type
Allowed enum values: RelationTypeOwns, RelationTypeOwnedBy, RelationTypeDependsOn, RelationTypeDependencyOf, RelationTypePartsOf, RelationTypeHasPart, RelationTypeOtherOwns, RelationTypeOtherOwnedBy, RelationTypeImplementedBy, RelationTypeImplements
fitler[exclude_snapshot]
string
Filter entities by excluding snapshotted entities
include
enum
include relationship data
Allowed enum values: schema, raw_schema, oncall, incident, relation
OK
List entity response.
항목
유형
설명
data
[object]
List of entity data.
attributes
object
Entity attributes.
apiVersion
string
The api version.
description
string
The description.
displayName
string
The display name.
kind
string
The kind.
name
string
The name.
namespace
string
The namespace.
owner
string
The owner.
tags
[string]
The tags.
id
string
Entity id.
meta
object
Entity metadata.
createdAt
string
The creation time.
ingestionSource
string
The ingestion source.
modifiedAt
string
The modification time.
origin
string
The origin.
relationships
object
Entity relationships.
incidents
object
Entity to incidents relationship.
data
[object]
Relationships.
id
string
Associated data id.
type
string
Relationship type.
oncall
object
Entity to oncalls relationship.
data
[object]
Relationships.
id
string
Associated data id.
type
string
Relationship type.
rawSchema
object
Entity to raw schema relationship.
data
object
Relationship entry.
id
string
Associated data id.
type
string
Relationship type.
relatedEntities
object
Entity to related entities relationship.
data
[object]
Relationships.
id
string
Associated data id.
type
string
Relationship type.
schema
object
Entity to detail schema relationship.
data
object
Relationship entry.
id
string
Associated data id.
type
string
Relationship type.
type
string
Entity.
included
[ <oneOf>]
List entity response included.
Option 1
object
Included detail entity schema.
attributes
object
Included schema.
schema
<oneOf>
Entity schema v3.
Option 1
object
Schema for service entities
apiVersion [required]
enum
The schema version of entity type. The field is known as schema-version in the previous version
Allowed enum values: v3
datadog
object
Datadog product integrations for the service entity
codeLocations
[object]
Schema for mapping source code locations to an entity
paths
[string]
The paths (glob) to the source code of the service
repositoryURL
string
The repository path of the source code of the entity
events
[object]
Events associations
name
string
The name of the query
query
string
The query to run
logs
[object]
Logs association
name
string
The name of the query
query
string
The query to run
performanceData
object
Performance stats association
tags
[string]
A list of APM entity tags that associates the APM Stats data with the entity
pipelines
object
CI Pipelines association
fingerprints
[string]
A list of CI Fingerprints that associate CI Pipelines with the entity
extensions
object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
integrations
object
A base schema for defining third party integrations
opsgenie
object
An Opsgenie integration schema
region
string
The region for the Opsgenie integration.
serviceURL [required]
string
The service url for the Opsgenie integration.
pagerduty
object
An PagerDuty integration schema
serviceURL [required]
string
The service url for the PagerDuty integration.
kind [required]
enum
The definition of Entity V3 Service Kind object.
Allowed enum values: service
metadata [required]
object
The definition of Entity V3 Metadata object.
additionalOwners
[]
The additional owners of the entity, usually a team
name [required]
string
Team name
type
string
Team type
contacts
[object]
A list of contacts for the entity
contact [required]
string
Contact value
name
string
Contact name
type [required]
string
Contact type.
description
string
Short description of the entity. The UI can leverage the description for display
displayName
string
User friendly name of the entity. The UI can leverage the display name for display
id
string
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
inheritFrom
string
The entity reference from which to inherit metadata
links
[object]
A list of links for the entity
name [required]
string
Link name
provider
string
Link provider.
type [required]
string
Link type.
default: other
url [required]
string
Link url
managed
object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
name [required]
string
Unique name given to an entity under the kind/namespace
namespace
string
Namespace is a part of unique identifier. It has a default value of 'default'
owner
The owner of the entity, usually a team
name
string
Team name
tags
[string]
A set of custom tags
spec
object
The definition of Entity V3 Service Spec object.
dependsOn
[string]
A list of components the service depends on
languages
[string]
The service's programming language.
lifecycle
string
The lifecycle state of the component.
tier
string
The importance of the component
type
string
The type of service
Option 2
object
Schema for datastore entities
apiVersion [required]
enum
The schema version of entity type. The field is known as schema-version in the previous version
Allowed enum values: v3
datadog
object
Datadog product integrations for the datastore entity
events
[object]
Events associations
name
string
The name of the query
query
string
The query to run
logs
[object]
Logs association
name
string
The name of the query
query
string
The query to run
performanceData
object
Performance stats association
tags
[string]
A list of APM entity tags that associates the APM Stats data with the entity
extensions
object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
integrations
object
A base schema for defining third party integrations
opsgenie
object
An Opsgenie integration schema
region
string
The region for the Opsgenie integration.
serviceURL [required]
string
The service url for the Opsgenie integration.
pagerduty
object
An PagerDuty integration schema
serviceURL [required]
string
The service url for the PagerDuty integration.
kind [required]
enum
The definition of Entity V3 Datastore Kind object.
Allowed enum values: datastore
metadata [required]
object
The definition of Entity V3 Metadata object.
additionalOwners
[]
The additional owners of the entity, usually a team
name [required]
string
Team name
type
string
Team type
contacts
[object]
A list of contacts for the entity
contact [required]
string
Contact value
name
string
Contact name
type [required]
string
Contact type.
description
string
Short description of the entity. The UI can leverage the description for display
displayName
string
User friendly name of the entity. The UI can leverage the display name for display
id
string
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
inheritFrom
string
The entity reference from which to inherit metadata
links
[object]
A list of links for the entity
name [required]
string
Link name
provider
string
Link provider.
type [required]
string
Link type.
default: other
url [required]
string
Link url
managed
object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
name [required]
string
Unique name given to an entity under the kind/namespace
namespace
string
Namespace is a part of unique identifier. It has a default value of 'default'
owner
The owner of the entity, usually a team
name
string
Team name
tags
[string]
A set of custom tags
spec
object
The definition of Entity V3 Datastore Spec object.
lifecycle
string
The lifecycle state of the datastore.
tier
string
The importance of the datastore
type
string
The type of datastore
Option 3
object
Schema for queue entities
apiVersion [required]
enum
The schema version of entity type. The field is known as schema-version in the previous version
Allowed enum values: v3
datadog
object
Datadog product integrations for the datastore entity
events
[object]
Events associations
name
string
The name of the query
query
string
The query to run
logs
[object]
Logs association
name
string
The name of the query
query
string
The query to run
performanceData
object
Performance stats association
tags
[string]
A list of APM entity tags that associates the APM Stats data with the entity
extensions
object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
integrations
object
A base schema for defining third party integrations
opsgenie
object
An Opsgenie integration schema
region
string
The region for the Opsgenie integration.
serviceURL [required]
string
The service url for the Opsgenie integration.
pagerduty
object
An PagerDuty integration schema
serviceURL [required]
string
The service url for the PagerDuty integration.
kind [required]
enum
The definition of Entity V3 Queue Kind object.
Allowed enum values: queue
metadata [required]
object
The definition of Entity V3 Metadata object.
additionalOwners
[]
The additional owners of the entity, usually a team
name [required]
string
Team name
type
string
Team type
contacts
[object]
A list of contacts for the entity
contact [required]
string
Contact value
name
string
Contact name
type [required]
string
Contact type.
description
string
Short description of the entity. The UI can leverage the description for display
displayName
string
User friendly name of the entity. The UI can leverage the display name for display
id
string
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
inheritFrom
string
The entity reference from which to inherit metadata
links
[object]
A list of links for the entity
name [required]
string
Link name
provider
string
Link provider.
type [required]
string
Link type.
default: other
url [required]
string
Link url
managed
object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
name [required]
string
Unique name given to an entity under the kind/namespace
namespace
string
Namespace is a part of unique identifier. It has a default value of 'default'
owner
The owner of the entity, usually a team
name
string
Team name
tags
[string]
A set of custom tags
spec
object
The definition of Entity V3 Queue Spec object.
lifecycle
string
The lifecycle state of the queue.
tier
string
The importance of the queue
type
string
The type of queue
Option 4
object
Schema for system entities
apiVersion [required]
enum
The schema version of entity type. The field is known as schema-version in the previous version
Allowed enum values: v3
datadog
object
Datadog product integrations for the service entity
events
[object]
Events associations
name
string
The name of the query
query
string
The query to run
logs
[object]
Logs association
name
string
The name of the query
query
string
The query to run
performanceData
object
Performance stats association
tags
[string]
A list of APM entity tags that associates the APM Stats data with the entity
pipelines
object
CI Pipelines association
fingerprints
[string]
A list of CI Fingerprints that associate CI Pipelines with the entity
extensions
object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
integrations
object
A base schema for defining third party integrations
opsgenie
object
An Opsgenie integration schema
region
string
The region for the Opsgenie integration.
serviceURL [required]
string
The service url for the Opsgenie integration.
pagerduty
object
An PagerDuty integration schema
serviceURL [required]
string
The service url for the PagerDuty integration.
kind [required]
enum
The definition of Entity V3 System Kind object.
Allowed enum values: system
metadata [required]
object
The definition of Entity V3 Metadata object.
additionalOwners
[]
The additional owners of the entity, usually a team
name [required]
string
Team name
type
string
Team type
contacts
[object]
A list of contacts for the entity
contact [required]
string
Contact value
name
string
Contact name
type [required]
string
Contact type.
description
string
Short description of the entity. The UI can leverage the description for display
displayName
string
User friendly name of the entity. The UI can leverage the display name for display
id
string
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
inheritFrom
string
The entity reference from which to inherit metadata
links
[object]
A list of links for the entity
name [required]
string
Link name
provider
string
Link provider.
type [required]
string
Link type.
default: other
url [required]
string
Link url
managed
object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
name [required]
string
Unique name given to an entity under the kind/namespace
namespace
string
Namespace is a part of unique identifier. It has a default value of 'default'
owner
The owner of the entity, usually a team
name
string
Team name
tags
[string]
A set of custom tags
spec
object
The definition of Entity V3 System Spec object.
components
[string]
A list of components belongs to the system.
lifecycle
string
The lifecycle state of the component.
tier
string
An entity reference to the owner of the component.
id
string
Entity id.
type
string
Schema type.
Option 2
object
Included raw schema.
attributes
object
Included raw schema attributes.
rawSchema
string
Schema from user input in base64 encoding.
id
string
Raw schema id.
type
string
Raw schema type.
Option 3
object
Included related entity.
attributes
object
Related entity attributes.
kind
string
Entity kind.
name
string
Entity name.
namespace
string
Entity namespace.
type
string
Entity relation type to the associated entity.
id
string
Entity UUID.
meta
object
Included related entity meta.
createdAt
date-time
Entity creation time.
defined_by
string
Entity relation defined by.
modifiedAt
date-time
Entity modification time.
source
string
Entity relation source.
type
string
Related entity.
Option 4
object
Included oncall.
attributes
object
Included related oncall attributes.
escalations
[object]
Oncall escalations
string
Oncall email.
escalationLevel
int64
Oncall level.
name
string
Oncall name.
provider
string
Oncall provider.
id
string
Oncall ID.
type
string
Oncall type.
Option 5
object
Included incident.
attributes
object
Incident attributes.
createdAt
date-time
Incident creation time.
htmlURL
string
Incident URL.
provider
string
Incident provider.
status
string
Incident status.
title
string
Incident title.
id
string
Incident id.
type
string
Incident description.
links
object
List entity response links.
next
string
next link.
previous
string
previous link.
self
string
current link.
meta
object
Entity metadata.
count
int64
Total entities count.
includeCount
int64
Total included data count.
{
"data": [
{
"attributes": {
"apiVersion": "string",
"description": "string",
"displayName": "string",
"kind": "string",
"name": "string",
"namespace": "string",
"owner": "string",
"tags": []
},
"id": "string",
"meta": {
"createdAt": "string",
"ingestionSource": "string",
"modifiedAt": "string",
"origin": "string"
},
"relationships": {
"incidents": {
"data": [
{
"id": "string",
"type": "string"
}
]
},
"oncall": {
"data": [
{
"id": "string",
"type": "string"
}
]
},
"rawSchema": {
"data": {
"id": "string",
"type": "string"
}
},
"relatedEntities": {
"data": [
{
"id": "string",
"type": "string"
}
]
},
"schema": {
"data": {
"id": "string",
"type": "string"
}
}
},
"type": "string"
}
],
"included": [
{
"attributes": {
"schema": {
"apiVersion": "v3",
"datadog": {
"codeLocations": [
{
"paths": [],
"repositoryURL": "string"
}
],
"events": [
{
"name": "string",
"query": "string"
}
],
"logs": [
{
"name": "string",
"query": "string"
}
],
"performanceData": {
"tags": []
},
"pipelines": {
"fingerprints": []
}
},
"extensions": {},
"integrations": {
"opsgenie": {
"region": "string",
"serviceURL": "https://www.opsgenie.com/service/shopping-cart"
},
"pagerduty": {
"serviceURL": "https://www.pagerduty.com/service-directory/Pshopping-cart"
}
},
"kind": "service",
"metadata": {
"additionalOwners": [
{
"name": "",
"type": "string"
}
],
"contacts": [
{
"contact": "https://slack/",
"name": "string",
"type": "slack"
}
],
"description": "string",
"displayName": "string",
"id": "4b163705-23c0-4573-b2fb-f6cea2163fcb",
"inheritFrom": "application:default/myapp",
"links": [
{
"name": "mylink",
"provider": "string",
"type": "link",
"url": "https://mylink"
}
],
"managed": {},
"name": "myService",
"namespace": "default",
"owner": {
"name": "string"
},
"tags": [
"this:tag",
"that:tag"
]
},
"spec": {
"dependsOn": [],
"languages": [],
"lifecycle": "string",
"tier": "string",
"type": "string"
}
}
},
"id": "string",
"type": "string"
}
],
"links": {
"next": "string",
"previous": "string",
"self": "string"
},
"meta": {
"count": "integer",
"includeCount": "integer"
}
}
Forbidden
API error response.
{
"errors": [
"Bad Request"
]
}
Too many requests
API error response.
{
"errors": [
"Bad Request"
]
}
# Curl command
curl -X GET "https://api.ap1.datadoghq.com"https://api.datadoghq.eu"https://api.ddog-gov.com"https://api.datadoghq.com"https://api.us3.datadoghq.com"https://api.us5.datadoghq.com/api/v2/catalog/entity" \
-H "Accept: application/json" \
-H "DD-API-KEY: ${DD_API_KEY}" \
-H "DD-APPLICATION-KEY: ${DD_APP_KEY}"
"""
Get a list of entities returns "OK" response
"""
from datadog_api_client import ApiClient, Configuration
from datadog_api_client.v2.api.software_catalog_api import SoftwareCatalogApi
configuration = Configuration()
with ApiClient(configuration) as api_client:
api_instance = SoftwareCatalogApi(api_client)
response = api_instance.list_catalog_entity()
print(response)
First install the library and its dependencies and then save the example to example.py
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" python3 "example.py"
# Get a list of entities returns "OK" response
require "datadog_api_client"
api_instance = DatadogAPIClient::V2::SoftwareCatalogAPI.new
p api_instance.list_catalog_entity()
First install the library and its dependencies and then save the example to example.rb
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" rb "example.rb"
// Get a list of entities returns "OK" response
package main
import (
"context"
"encoding/json"
"fmt"
"os"
"github.com/DataDog/datadog-api-client-go/v2/api/datadog"
"github.com/DataDog/datadog-api-client-go/v2/api/datadogV2"
)
func main() {
ctx := datadog.NewDefaultContext(context.Background())
configuration := datadog.NewConfiguration()
apiClient := datadog.NewAPIClient(configuration)
api := datadogV2.NewSoftwareCatalogApi(apiClient)
resp, r, err := api.ListCatalogEntity(ctx, *datadogV2.NewListCatalogEntityOptionalParameters())
if err != nil {
fmt.Fprintf(os.Stderr, "Error when calling `SoftwareCatalogApi.ListCatalogEntity`: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
responseContent, _ := json.MarshalIndent(resp, "", " ")
fmt.Fprintf(os.Stdout, "Response from `SoftwareCatalogApi.ListCatalogEntity`:\n%s\n", responseContent)
}
First install the library and its dependencies and then save the example to main.go
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" go run "main.go"
// Get a list of entities returns "OK" response
import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
import com.datadog.api.client.v2.api.SoftwareCatalogApi;
import com.datadog.api.client.v2.model.ListEntityCatalogResponse;
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = ApiClient.getDefaultApiClient();
SoftwareCatalogApi apiInstance = new SoftwareCatalogApi(defaultClient);
try {
ListEntityCatalogResponse result = apiInstance.listCatalogEntity();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling SoftwareCatalogApi#listCatalogEntity");
System.err.println("Status code: " + e.getCode());
System.err.println("Reason: " + e.getResponseBody());
System.err.println("Response headers: " + e.getResponseHeaders());
e.printStackTrace();
}
}
}
First install the library and its dependencies and then save the example to Example.java
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" java "Example.java"
// Get a list of entities returns "OK" response
use datadog_api_client::datadog;
use datadog_api_client::datadogV2::api_software_catalog::ListCatalogEntityOptionalParams;
use datadog_api_client::datadogV2::api_software_catalog::SoftwareCatalogAPI;
#[tokio::main]
async fn main() {
let configuration = datadog::Configuration::new();
let api = SoftwareCatalogAPI::with_config(configuration);
let resp = api
.list_catalog_entity(ListCatalogEntityOptionalParams::default())
.await;
if let Ok(value) = resp {
println!("{:#?}", value);
} else {
println!("{:#?}", resp.unwrap_err());
}
}
First install the library and its dependencies and then save the example to src/main.rs
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" cargo run
/**
* Get a list of entities returns "OK" response
*/
import { client, v2 } from "@datadog/datadog-api-client";
const configuration = client.createConfiguration();
const apiInstance = new v2.SoftwareCatalogApi(configuration);
apiInstance
.listCatalogEntity()
.then((data: v2.ListEntityCatalogResponse) => {
console.log(
"API called successfully. Returned data: " + JSON.stringify(data)
);
})
.catch((error: any) => console.error(error));
First install the library and its dependencies and then save the example to example.ts
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" tsc "example.ts"
POST https://api.ap1.datadoghq.com/api/v2/catalog/entityhttps://api.datadoghq.eu/api/v2/catalog/entityhttps://api.ddog-gov.com/api/v2/catalog/entityhttps://api.datadoghq.com/api/v2/catalog/entityhttps://api.us3.datadoghq.com/api/v2/catalog/entityhttps://api.us5.datadoghq.com/api/v2/catalog/entity
Create or update entities in Software Catalog.
This endpoint requires the apm_service_catalog_write
authorization scope.
Entity YAML/JSON.
항목
유형
설명
Option 1
<oneOf>
Entity schema v3.
Option 1
object
Schema for service entities
apiVersion [required]
enum
The schema version of entity type. The field is known as schema-version in the previous version
Allowed enum values: v3
datadog
object
Datadog product integrations for the service entity
codeLocations
[object]
Schema for mapping source code locations to an entity
paths
[string]
The paths (glob) to the source code of the service
repositoryURL
string
The repository path of the source code of the entity
events
[object]
Events associations
name
string
The name of the query
query
string
The query to run
logs
[object]
Logs association
name
string
The name of the query
query
string
The query to run
performanceData
object
Performance stats association
tags
[string]
A list of APM entity tags that associates the APM Stats data with the entity
pipelines
object
CI Pipelines association
fingerprints
[string]
A list of CI Fingerprints that associate CI Pipelines with the entity
extensions
object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
integrations
object
A base schema for defining third party integrations
opsgenie
object
An Opsgenie integration schema
region
string
The region for the Opsgenie integration.
serviceURL [required]
string
The service url for the Opsgenie integration.
pagerduty
object
An PagerDuty integration schema
serviceURL [required]
string
The service url for the PagerDuty integration.
kind [required]
enum
The definition of Entity V3 Service Kind object.
Allowed enum values: service
metadata [required]
object
The definition of Entity V3 Metadata object.
additionalOwners
[]
The additional owners of the entity, usually a team
name [required]
string
Team name
type
string
Team type
contacts
[object]
A list of contacts for the entity
contact [required]
string
Contact value
name
string
Contact name
type [required]
string
Contact type.
description
string
Short description of the entity. The UI can leverage the description for display
displayName
string
User friendly name of the entity. The UI can leverage the display name for display
id
string
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
inheritFrom
string
The entity reference from which to inherit metadata
links
[object]
A list of links for the entity
name [required]
string
Link name
provider
string
Link provider.
type [required]
string
Link type.
default: other
url [required]
string
Link url
managed
object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
name [required]
string
Unique name given to an entity under the kind/namespace
namespace
string
Namespace is a part of unique identifier. It has a default value of 'default'
owner
The owner of the entity, usually a team
name
string
Team name
tags
[string]
A set of custom tags
spec
object
The definition of Entity V3 Service Spec object.
dependsOn
[string]
A list of components the service depends on
languages
[string]
The service's programming language.
lifecycle
string
The lifecycle state of the component.
tier
string
The importance of the component
type
string
The type of service
Option 2
object
Schema for datastore entities
apiVersion [required]
enum
The schema version of entity type. The field is known as schema-version in the previous version
Allowed enum values: v3
datadog
object
Datadog product integrations for the datastore entity
events
[object]
Events associations
name
string
The name of the query
query
string
The query to run
logs
[object]
Logs association
name
string
The name of the query
query
string
The query to run
performanceData
object
Performance stats association
tags
[string]
A list of APM entity tags that associates the APM Stats data with the entity
extensions
object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
integrations
object
A base schema for defining third party integrations
opsgenie
object
An Opsgenie integration schema
region
string
The region for the Opsgenie integration.
serviceURL [required]
string
The service url for the Opsgenie integration.
pagerduty
object
An PagerDuty integration schema
serviceURL [required]
string
The service url for the PagerDuty integration.
kind [required]
enum
The definition of Entity V3 Datastore Kind object.
Allowed enum values: datastore
metadata [required]
object
The definition of Entity V3 Metadata object.
additionalOwners
[]
The additional owners of the entity, usually a team
name [required]
string
Team name
type
string
Team type
contacts
[object]
A list of contacts for the entity
contact [required]
string
Contact value
name
string
Contact name
type [required]
string
Contact type.
description
string
Short description of the entity. The UI can leverage the description for display
displayName
string
User friendly name of the entity. The UI can leverage the display name for display
id
string
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
inheritFrom
string
The entity reference from which to inherit metadata
links
[object]
A list of links for the entity
name [required]
string
Link name
provider
string
Link provider.
type [required]
string
Link type.
default: other
url [required]
string
Link url
managed
object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
name [required]
string
Unique name given to an entity under the kind/namespace
namespace
string
Namespace is a part of unique identifier. It has a default value of 'default'
owner
The owner of the entity, usually a team
name
string
Team name
tags
[string]
A set of custom tags
spec
object
The definition of Entity V3 Datastore Spec object.
lifecycle
string
The lifecycle state of the datastore.
tier
string
The importance of the datastore
type
string
The type of datastore
Option 3
object
Schema for queue entities
apiVersion [required]
enum
The schema version of entity type. The field is known as schema-version in the previous version
Allowed enum values: v3
datadog
object
Datadog product integrations for the datastore entity
events
[object]
Events associations
name
string
The name of the query
query
string
The query to run
logs
[object]
Logs association
name
string
The name of the query
query
string
The query to run
performanceData
object
Performance stats association
tags
[string]
A list of APM entity tags that associates the APM Stats data with the entity
extensions
object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
integrations
object
A base schema for defining third party integrations
opsgenie
object
An Opsgenie integration schema
region
string
The region for the Opsgenie integration.
serviceURL [required]
string
The service url for the Opsgenie integration.
pagerduty
object
An PagerDuty integration schema
serviceURL [required]
string
The service url for the PagerDuty integration.
kind [required]
enum
The definition of Entity V3 Queue Kind object.
Allowed enum values: queue
metadata [required]
object
The definition of Entity V3 Metadata object.
additionalOwners
[]
The additional owners of the entity, usually a team
name [required]
string
Team name
type
string
Team type
contacts
[object]
A list of contacts for the entity
contact [required]
string
Contact value
name
string
Contact name
type [required]
string
Contact type.
description
string
Short description of the entity. The UI can leverage the description for display
displayName
string
User friendly name of the entity. The UI can leverage the display name for display
id
string
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
inheritFrom
string
The entity reference from which to inherit metadata
links
[object]
A list of links for the entity
name [required]
string
Link name
provider
string
Link provider.
type [required]
string
Link type.
default: other
url [required]
string
Link url
managed
object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
name [required]
string
Unique name given to an entity under the kind/namespace
namespace
string
Namespace is a part of unique identifier. It has a default value of 'default'
owner
The owner of the entity, usually a team
name
string
Team name
tags
[string]
A set of custom tags
spec
object
The definition of Entity V3 Queue Spec object.
lifecycle
string
The lifecycle state of the queue.
tier
string
The importance of the queue
type
string
The type of queue
Option 4
object
Schema for system entities
apiVersion [required]
enum
The schema version of entity type. The field is known as schema-version in the previous version
Allowed enum values: v3
datadog
object
Datadog product integrations for the service entity
events
[object]
Events associations
name
string
The name of the query
query
string
The query to run
logs
[object]
Logs association
name
string
The name of the query
query
string
The query to run
performanceData
object
Performance stats association
tags
[string]
A list of APM entity tags that associates the APM Stats data with the entity
pipelines
object
CI Pipelines association
fingerprints
[string]
A list of CI Fingerprints that associate CI Pipelines with the entity
extensions
object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
integrations
object
A base schema for defining third party integrations
opsgenie
object
An Opsgenie integration schema
region
string
The region for the Opsgenie integration.
serviceURL [required]
string
The service url for the Opsgenie integration.
pagerduty
object
An PagerDuty integration schema
serviceURL [required]
string
The service url for the PagerDuty integration.
kind [required]
enum
The definition of Entity V3 System Kind object.
Allowed enum values: system
metadata [required]
object
The definition of Entity V3 Metadata object.
additionalOwners
[]
The additional owners of the entity, usually a team
name [required]
string
Team name
type
string
Team type
contacts
[object]
A list of contacts for the entity
contact [required]
string
Contact value
name
string
Contact name
type [required]
string
Contact type.
description
string
Short description of the entity. The UI can leverage the description for display
displayName
string
User friendly name of the entity. The UI can leverage the display name for display
id
string
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
inheritFrom
string
The entity reference from which to inherit metadata
links
[object]
A list of links for the entity
name [required]
string
Link name
provider
string
Link provider.
type [required]
string
Link type.
default: other
url [required]
string
Link url
managed
object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
name [required]
string
Unique name given to an entity under the kind/namespace
namespace
string
Namespace is a part of unique identifier. It has a default value of 'default'
owner
The owner of the entity, usually a team
name
string
Team name
tags
[string]
A set of custom tags
spec
object
The definition of Entity V3 System Spec object.
components
[string]
A list of components belongs to the system.
lifecycle
string
The lifecycle state of the component.
tier
string
An entity reference to the owner of the component.
Option 2
string
Entity definition in raw JSON/YAML representation.
{
"apiVersion": "v3",
"datadog": {
"codeLocations": [
{
"paths": []
}
],
"events": [
{}
],
"logs": [
{}
],
"performanceData": {
"tags": []
},
"pipelines": {
"fingerprints": []
}
},
"integrations": {
"opsgenie": {
"serviceURL": "https://www.opsgenie.com/service/shopping-cart"
},
"pagerduty": {
"serviceURL": "https://www.pagerduty.com/service-directory/Pshopping-cart"
}
},
"kind": "service",
"metadata": {
"additionalOwners": [],
"contacts": [
{
"contact": "https://slack/",
"type": "slack"
}
],
"id": "4b163705-23c0-4573-b2fb-f6cea2163fcb",
"inheritFrom": "application:default/myapp",
"links": [
{
"name": "mylink",
"type": "link",
"url": "https://mylink"
}
],
"name": "service-examplesoftwarecatalog",
"tags": [
"this:tag",
"that:tag"
]
},
"spec": {
"dependsOn": [],
"languages": []
}
}
ACCEPTED
Upsert entity response.
항목
유형
설명
data
[object]
List of entity data.
attributes
object
Entity attributes.
apiVersion
string
The api version.
description
string
The description.
displayName
string
The display name.
kind
string
The kind.
name
string
The name.
namespace
string
The namespace.
owner
string
The owner.
tags
[string]
The tags.
id
string
Entity id.
meta
object
Entity metadata.
createdAt
string
The creation time.
ingestionSource
string
The ingestion source.
modifiedAt
string
The modification time.
origin
string
The origin.
relationships
object
Entity relationships.
incidents
object
Entity to incidents relationship.
data
[object]
Relationships.
id
string
Associated data id.
type
string
Relationship type.
oncall
object
Entity to oncalls relationship.
data
[object]
Relationships.
id
string
Associated data id.
type
string
Relationship type.
rawSchema
object
Entity to raw schema relationship.
data
object
Relationship entry.
id
string
Associated data id.
type
string
Relationship type.
relatedEntities
object
Entity to related entities relationship.
data
[object]
Relationships.
id
string
Associated data id.
type
string
Relationship type.
schema
object
Entity to detail schema relationship.
data
object
Relationship entry.
id
string
Associated data id.
type
string
Relationship type.
type
string
Entity.
included
[ <oneOf>]
Upsert entity response included.
Option 1
object
Included detail entity schema.
attributes
object
Included schema.
schema
<oneOf>
Entity schema v3.
Option 1
object
Schema for service entities
apiVersion [required]
enum
The schema version of entity type. The field is known as schema-version in the previous version
Allowed enum values: v3
datadog
object
Datadog product integrations for the service entity
codeLocations
[object]
Schema for mapping source code locations to an entity
paths
[string]
The paths (glob) to the source code of the service
repositoryURL
string
The repository path of the source code of the entity
events
[object]
Events associations
name
string
The name of the query
query
string
The query to run
logs
[object]
Logs association
name
string
The name of the query
query
string
The query to run
performanceData
object
Performance stats association
tags
[string]
A list of APM entity tags that associates the APM Stats data with the entity
pipelines
object
CI Pipelines association
fingerprints
[string]
A list of CI Fingerprints that associate CI Pipelines with the entity
extensions
object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
integrations
object
A base schema for defining third party integrations
opsgenie
object
An Opsgenie integration schema
region
string
The region for the Opsgenie integration.
serviceURL [required]
string
The service url for the Opsgenie integration.
pagerduty
object
An PagerDuty integration schema
serviceURL [required]
string
The service url for the PagerDuty integration.
kind [required]
enum
The definition of Entity V3 Service Kind object.
Allowed enum values: service
metadata [required]
object
The definition of Entity V3 Metadata object.
additionalOwners
[]
The additional owners of the entity, usually a team
name [required]
string
Team name
type
string
Team type
contacts
[object]
A list of contacts for the entity
contact [required]
string
Contact value
name
string
Contact name
type [required]
string
Contact type.
description
string
Short description of the entity. The UI can leverage the description for display
displayName
string
User friendly name of the entity. The UI can leverage the display name for display
id
string
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
inheritFrom
string
The entity reference from which to inherit metadata
links
[object]
A list of links for the entity
name [required]
string
Link name
provider
string
Link provider.
type [required]
string
Link type.
default: other
url [required]
string
Link url
managed
object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
name [required]
string
Unique name given to an entity under the kind/namespace
namespace
string
Namespace is a part of unique identifier. It has a default value of 'default'
owner
The owner of the entity, usually a team
name
string
Team name
tags
[string]
A set of custom tags
spec
object
The definition of Entity V3 Service Spec object.
dependsOn
[string]
A list of components the service depends on
languages
[string]
The service's programming language.
lifecycle
string
The lifecycle state of the component.
tier
string
The importance of the component
type
string
The type of service
Option 2
object
Schema for datastore entities
apiVersion [required]
enum
The schema version of entity type. The field is known as schema-version in the previous version
Allowed enum values: v3
datadog
object
Datadog product integrations for the datastore entity
events
[object]
Events associations
name
string
The name of the query
query
string
The query to run
logs
[object]
Logs association
name
string
The name of the query
query
string
The query to run
performanceData
object
Performance stats association
tags
[string]
A list of APM entity tags that associates the APM Stats data with the entity
extensions
object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
integrations
object
A base schema for defining third party integrations
opsgenie
object
An Opsgenie integration schema
region
string
The region for the Opsgenie integration.
serviceURL [required]
string
The service url for the Opsgenie integration.
pagerduty
object
An PagerDuty integration schema
serviceURL [required]
string
The service url for the PagerDuty integration.
kind [required]
enum
The definition of Entity V3 Datastore Kind object.
Allowed enum values: datastore
metadata [required]
object
The definition of Entity V3 Metadata object.
additionalOwners
[]
The additional owners of the entity, usually a team
name [required]
string
Team name
type
string
Team type
contacts
[object]
A list of contacts for the entity
contact [required]
string
Contact value
name
string
Contact name
type [required]
string
Contact type.
description
string
Short description of the entity. The UI can leverage the description for display
displayName
string
User friendly name of the entity. The UI can leverage the display name for display
id
string
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
inheritFrom
string
The entity reference from which to inherit metadata
links
[object]
A list of links for the entity
name [required]
string
Link name
provider
string
Link provider.
type [required]
string
Link type.
default: other
url [required]
string
Link url
managed
object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
name [required]
string
Unique name given to an entity under the kind/namespace
namespace
string
Namespace is a part of unique identifier. It has a default value of 'default'
owner
The owner of the entity, usually a team
name
string
Team name
tags
[string]
A set of custom tags
spec
object
The definition of Entity V3 Datastore Spec object.
lifecycle
string
The lifecycle state of the datastore.
tier
string
The importance of the datastore
type
string
The type of datastore
Option 3
object
Schema for queue entities
apiVersion [required]
enum
The schema version of entity type. The field is known as schema-version in the previous version
Allowed enum values: v3
datadog
object
Datadog product integrations for the datastore entity
events
[object]
Events associations
name
string
The name of the query
query
string
The query to run
logs
[object]
Logs association
name
string
The name of the query
query
string
The query to run
performanceData
object
Performance stats association
tags
[string]
A list of APM entity tags that associates the APM Stats data with the entity
extensions
object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
integrations
object
A base schema for defining third party integrations
opsgenie
object
An Opsgenie integration schema
region
string
The region for the Opsgenie integration.
serviceURL [required]
string
The service url for the Opsgenie integration.
pagerduty
object
An PagerDuty integration schema
serviceURL [required]
string
The service url for the PagerDuty integration.
kind [required]
enum
The definition of Entity V3 Queue Kind object.
Allowed enum values: queue
metadata [required]
object
The definition of Entity V3 Metadata object.
additionalOwners
[]
The additional owners of the entity, usually a team
name [required]
string
Team name
type
string
Team type
contacts
[object]
A list of contacts for the entity
contact [required]
string
Contact value
name
string
Contact name
type [required]
string
Contact type.
description
string
Short description of the entity. The UI can leverage the description for display
displayName
string
User friendly name of the entity. The UI can leverage the display name for display
id
string
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
inheritFrom
string
The entity reference from which to inherit metadata
links
[object]
A list of links for the entity
name [required]
string
Link name
provider
string
Link provider.
type [required]
string
Link type.
default: other
url [required]
string
Link url
managed
object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
name [required]
string
Unique name given to an entity under the kind/namespace
namespace
string
Namespace is a part of unique identifier. It has a default value of 'default'
owner
The owner of the entity, usually a team
name
string
Team name
tags
[string]
A set of custom tags
spec
object
The definition of Entity V3 Queue Spec object.
lifecycle
string
The lifecycle state of the queue.
tier
string
The importance of the queue
type
string
The type of queue
Option 4
object
Schema for system entities
apiVersion [required]
enum
The schema version of entity type. The field is known as schema-version in the previous version
Allowed enum values: v3
datadog
object
Datadog product integrations for the service entity
events
[object]
Events associations
name
string
The name of the query
query
string
The query to run
logs
[object]
Logs association
name
string
The name of the query
query
string
The query to run
performanceData
object
Performance stats association
tags
[string]
A list of APM entity tags that associates the APM Stats data with the entity
pipelines
object
CI Pipelines association
fingerprints
[string]
A list of CI Fingerprints that associate CI Pipelines with the entity
extensions
object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
integrations
object
A base schema for defining third party integrations
opsgenie
object
An Opsgenie integration schema
region
string
The region for the Opsgenie integration.
serviceURL [required]
string
The service url for the Opsgenie integration.
pagerduty
object
An PagerDuty integration schema
serviceURL [required]
string
The service url for the PagerDuty integration.
kind [required]
enum
The definition of Entity V3 System Kind object.
Allowed enum values: system
metadata [required]
object
The definition of Entity V3 Metadata object.
additionalOwners
[]
The additional owners of the entity, usually a team
name [required]
string
Team name
type
string
Team type
contacts
[object]
A list of contacts for the entity
contact [required]
string
Contact value
name
string
Contact name
type [required]
string
Contact type.
description
string
Short description of the entity. The UI can leverage the description for display
displayName
string
User friendly name of the entity. The UI can leverage the display name for display
id
string
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
inheritFrom
string
The entity reference from which to inherit metadata
links
[object]
A list of links for the entity
name [required]
string
Link name
provider
string
Link provider.
type [required]
string
Link type.
default: other
url [required]
string
Link url
managed
object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
name [required]
string
Unique name given to an entity under the kind/namespace
namespace
string
Namespace is a part of unique identifier. It has a default value of 'default'
owner
The owner of the entity, usually a team
name
string
Team name
tags
[string]
A set of custom tags
spec
object
The definition of Entity V3 System Spec object.
components
[string]
A list of components belongs to the system.
lifecycle
string
The lifecycle state of the component.
tier
string
An entity reference to the owner of the component.
id
string
Entity id.
type
string
Schema type.
meta
object
Entity metadata.
count
int64
Total entities count.
includeCount
int64
Total included data count.
{
"data": [
{
"attributes": {
"apiVersion": "string",
"description": "string",
"displayName": "string",
"kind": "string",
"name": "string",
"namespace": "string",
"owner": "string",
"tags": []
},
"id": "string",
"meta": {
"createdAt": "string",
"ingestionSource": "string",
"modifiedAt": "string",
"origin": "string"
},
"relationships": {
"incidents": {
"data": [
{
"id": "string",
"type": "string"
}
]
},
"oncall": {
"data": [
{
"id": "string",
"type": "string"
}
]
},
"rawSchema": {
"data": {
"id": "string",
"type": "string"
}
},
"relatedEntities": {
"data": [
{
"id": "string",
"type": "string"
}
]
},
"schema": {
"data": {
"id": "string",
"type": "string"
}
}
},
"type": "string"
}
],
"included": [
{
"attributes": {
"schema": {
"apiVersion": "v3",
"datadog": {
"codeLocations": [
{
"paths": [],
"repositoryURL": "string"
}
],
"events": [
{
"name": "string",
"query": "string"
}
],
"logs": [
{
"name": "string",
"query": "string"
}
],
"performanceData": {
"tags": []
},
"pipelines": {
"fingerprints": []
}
},
"extensions": {},
"integrations": {
"opsgenie": {
"region": "string",
"serviceURL": "https://www.opsgenie.com/service/shopping-cart"
},
"pagerduty": {
"serviceURL": "https://www.pagerduty.com/service-directory/Pshopping-cart"
}
},
"kind": "service",
"metadata": {
"additionalOwners": [
{
"name": "",
"type": "string"
}
],
"contacts": [
{
"contact": "https://slack/",
"name": "string",
"type": "slack"
}
],
"description": "string",
"displayName": "string",
"id": "4b163705-23c0-4573-b2fb-f6cea2163fcb",
"inheritFrom": "application:default/myapp",
"links": [
{
"name": "mylink",
"provider": "string",
"type": "link",
"url": "https://mylink"
}
],
"managed": {},
"name": "myService",
"namespace": "default",
"owner": {
"name": "string"
},
"tags": [
"this:tag",
"that:tag"
]
},
"spec": {
"dependsOn": [],
"languages": [],
"lifecycle": "string",
"tier": "string",
"type": "string"
}
}
},
"id": "string",
"type": "string"
}
],
"meta": {
"count": "integer",
"includeCount": "integer"
}
}
Bad Request
API error response.
{
"errors": [
"Bad Request"
]
}
Forbidden
API error response.
{
"errors": [
"Bad Request"
]
}
Too many requests
API error response.
{
"errors": [
"Bad Request"
]
}
# Curl command
curl -X POST "https://api.ap1.datadoghq.com"https://api.datadoghq.eu"https://api.ddog-gov.com"https://api.datadoghq.com"https://api.us3.datadoghq.com"https://api.us5.datadoghq.com/api/v2/catalog/entity" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "DD-API-KEY: ${DD_API_KEY}" \
-H "DD-APPLICATION-KEY: ${DD_APP_KEY}" \
-d @- << EOF
{
"apiVersion": "v3",
"datadog": {
"codeLocations": [
{
"paths": []
}
],
"events": [
{}
],
"logs": [
{}
],
"performanceData": {
"tags": []
},
"pipelines": {
"fingerprints": []
}
},
"integrations": {
"opsgenie": {
"serviceURL": "https://www.opsgenie.com/service/shopping-cart"
},
"pagerduty": {
"serviceURL": "https://www.pagerduty.com/service-directory/Pshopping-cart"
}
},
"kind": "service",
"metadata": {
"additionalOwners": [],
"contacts": [
{
"contact": "https://slack/",
"type": "slack"
}
],
"id": "4b163705-23c0-4573-b2fb-f6cea2163fcb",
"inheritFrom": "application:default/myapp",
"links": [
{
"name": "mylink",
"type": "link",
"url": "https://mylink"
}
],
"name": "service-examplesoftwarecatalog",
"tags": [
"this:tag",
"that:tag"
]
},
"spec": {
"dependsOn": [],
"languages": []
}
}
EOF
// Create or update software catalog entity using schema v3 returns "ACCEPTED" response
package main
import (
"context"
"encoding/json"
"fmt"
"os"
"github.com/DataDog/datadog-api-client-go/v2/api/datadog"
"github.com/DataDog/datadog-api-client-go/v2/api/datadogV2"
)
func main() {
body := datadogV2.UpsertCatalogEntityRequest{
EntityV3: &datadogV2.EntityV3{
EntityV3Service: &datadogV2.EntityV3Service{
ApiVersion: datadogV2.ENTITYV3APIVERSION_V3,
Datadog: &datadogV2.EntityV3ServiceDatadog{
CodeLocations: []datadogV2.EntityV3DatadogCodeLocationItem{
{
Paths: []string{},
},
},
Events: []datadogV2.EntityV3DatadogEventItem{
{},
},
Logs: []datadogV2.EntityV3DatadogLogItem{
{},
},
PerformanceData: &datadogV2.EntityV3DatadogPerformance{
Tags: []string{},
},
Pipelines: &datadogV2.EntityV3DatadogPipelines{
Fingerprints: []string{},
},
},
Integrations: &datadogV2.EntityV3Integrations{
Opsgenie: &datadogV2.EntityV3DatadogIntegrationOpsgenie{
ServiceUrl: "https://www.opsgenie.com/service/shopping-cart",
},
Pagerduty: &datadogV2.EntityV3DatadogIntegrationPagerduty{
ServiceUrl: "https://www.pagerduty.com/service-directory/Pshopping-cart",
},
},
Kind: datadogV2.ENTITYV3SERVICEKIND_SERVICE,
Metadata: datadogV2.EntityV3Metadata{
AdditionalOwners: []datadogV2.EntityV3MetadataAdditionalOwnersItems{},
Contacts: []datadogV2.EntityV3MetadataContactsItems{
{
Contact: "https://slack/",
Type: "slack",
},
},
Id: datadog.PtrString("4b163705-23c0-4573-b2fb-f6cea2163fcb"),
InheritFrom: datadog.PtrString("application:default/myapp"),
Links: []datadogV2.EntityV3MetadataLinksItems{
{
Name: "mylink",
Type: "link",
Url: "https://mylink",
},
},
Name: "service-examplesoftwarecatalog",
Tags: []string{
"this:tag",
"that:tag",
},
},
Spec: &datadogV2.EntityV3ServiceSpec{
DependsOn: []string{},
Languages: []string{},
},
}}}
ctx := datadog.NewDefaultContext(context.Background())
configuration := datadog.NewConfiguration()
apiClient := datadog.NewAPIClient(configuration)
api := datadogV2.NewSoftwareCatalogApi(apiClient)
resp, r, err := api.UpsertCatalogEntity(ctx, body)
if err != nil {
fmt.Fprintf(os.Stderr, "Error when calling `SoftwareCatalogApi.UpsertCatalogEntity`: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
responseContent, _ := json.MarshalIndent(resp, "", " ")
fmt.Fprintf(os.Stdout, "Response from `SoftwareCatalogApi.UpsertCatalogEntity`:\n%s\n", responseContent)
}
First install the library and its dependencies and then save the example to main.go
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" go run "main.go"
// Create or update software catalog entity using schema v3 returns "ACCEPTED" response
import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
import com.datadog.api.client.v2.api.SoftwareCatalogApi;
import com.datadog.api.client.v2.model.EntityV3;
import com.datadog.api.client.v2.model.EntityV3APIVersion;
import com.datadog.api.client.v2.model.EntityV3DatadogCodeLocationItem;
import com.datadog.api.client.v2.model.EntityV3DatadogEventItem;
import com.datadog.api.client.v2.model.EntityV3DatadogIntegrationOpsgenie;
import com.datadog.api.client.v2.model.EntityV3DatadogIntegrationPagerduty;
import com.datadog.api.client.v2.model.EntityV3DatadogLogItem;
import com.datadog.api.client.v2.model.EntityV3DatadogPerformance;
import com.datadog.api.client.v2.model.EntityV3DatadogPipelines;
import com.datadog.api.client.v2.model.EntityV3Integrations;
import com.datadog.api.client.v2.model.EntityV3Metadata;
import com.datadog.api.client.v2.model.EntityV3MetadataContactsItems;
import com.datadog.api.client.v2.model.EntityV3MetadataLinksItems;
import com.datadog.api.client.v2.model.EntityV3Service;
import com.datadog.api.client.v2.model.EntityV3ServiceDatadog;
import com.datadog.api.client.v2.model.EntityV3ServiceKind;
import com.datadog.api.client.v2.model.EntityV3ServiceSpec;
import com.datadog.api.client.v2.model.UpsertCatalogEntityRequest;
import com.datadog.api.client.v2.model.UpsertCatalogEntityResponse;
import java.util.Arrays;
import java.util.Collections;
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = ApiClient.getDefaultApiClient();
SoftwareCatalogApi apiInstance = new SoftwareCatalogApi(defaultClient);
UpsertCatalogEntityRequest body =
new UpsertCatalogEntityRequest(
new EntityV3(
new EntityV3Service()
.apiVersion(EntityV3APIVersion.V3)
.datadog(
new EntityV3ServiceDatadog()
.codeLocations(
Collections.singletonList(new EntityV3DatadogCodeLocationItem()))
.events(Collections.singletonList(new EntityV3DatadogEventItem()))
.logs(Collections.singletonList(new EntityV3DatadogLogItem()))
.performanceData(new EntityV3DatadogPerformance())
.pipelines(new EntityV3DatadogPipelines()))
.integrations(
new EntityV3Integrations()
.opsgenie(
new EntityV3DatadogIntegrationOpsgenie()
.serviceUrl("https://www.opsgenie.com/service/shopping-cart"))
.pagerduty(
new EntityV3DatadogIntegrationPagerduty()
.serviceUrl(
"https://www.pagerduty.com/service-directory/Pshopping-cart")))
.kind(EntityV3ServiceKind.SERVICE)
.metadata(
new EntityV3Metadata()
.contacts(
Collections.singletonList(
new EntityV3MetadataContactsItems()
.contact("https://slack/")
.type("slack")))
.id("4b163705-23c0-4573-b2fb-f6cea2163fcb")
.inheritFrom("application:default/myapp")
.links(
Collections.singletonList(
new EntityV3MetadataLinksItems()
.name("mylink")
.type("link")
.url("https://mylink")))
.name("service-examplesoftwarecatalog")
.tags(Arrays.asList("this:tag", "that:tag")))
.spec(new EntityV3ServiceSpec())));
try {
UpsertCatalogEntityResponse result = apiInstance.upsertCatalogEntity(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling SoftwareCatalogApi#upsertCatalogEntity");
System.err.println("Status code: " + e.getCode());
System.err.println("Reason: " + e.getResponseBody());
System.err.println("Response headers: " + e.getResponseHeaders());
e.printStackTrace();
}
}
}
First install the library and its dependencies and then save the example to Example.java
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" java "Example.java"
"""
Create or update software catalog entity using schema v3 returns "ACCEPTED" response
"""
from datadog_api_client import ApiClient, Configuration
from datadog_api_client.v2.api.software_catalog_api import SoftwareCatalogApi
from datadog_api_client.v2.model.entity_v3_api_version import EntityV3APIVersion
from datadog_api_client.v2.model.entity_v3_datadog_code_location_item import EntityV3DatadogCodeLocationItem
from datadog_api_client.v2.model.entity_v3_datadog_event_item import EntityV3DatadogEventItem
from datadog_api_client.v2.model.entity_v3_datadog_integration_opsgenie import EntityV3DatadogIntegrationOpsgenie
from datadog_api_client.v2.model.entity_v3_datadog_integration_pagerduty import EntityV3DatadogIntegrationPagerduty
from datadog_api_client.v2.model.entity_v3_datadog_log_item import EntityV3DatadogLogItem
from datadog_api_client.v2.model.entity_v3_datadog_performance import EntityV3DatadogPerformance
from datadog_api_client.v2.model.entity_v3_datadog_pipelines import EntityV3DatadogPipelines
from datadog_api_client.v2.model.entity_v3_integrations import EntityV3Integrations
from datadog_api_client.v2.model.entity_v3_metadata import EntityV3Metadata
from datadog_api_client.v2.model.entity_v3_metadata_contacts_items import EntityV3MetadataContactsItems
from datadog_api_client.v2.model.entity_v3_metadata_links_items import EntityV3MetadataLinksItems
from datadog_api_client.v2.model.entity_v3_service import EntityV3Service
from datadog_api_client.v2.model.entity_v3_service_datadog import EntityV3ServiceDatadog
from datadog_api_client.v2.model.entity_v3_service_kind import EntityV3ServiceKind
from datadog_api_client.v2.model.entity_v3_service_spec import EntityV3ServiceSpec
body = EntityV3Service(
api_version=EntityV3APIVersion.V3,
datadog=EntityV3ServiceDatadog(
code_locations=[
EntityV3DatadogCodeLocationItem(
paths=[],
),
],
events=[
EntityV3DatadogEventItem(),
],
logs=[
EntityV3DatadogLogItem(),
],
performance_data=EntityV3DatadogPerformance(
tags=[],
),
pipelines=EntityV3DatadogPipelines(
fingerprints=[],
),
),
integrations=EntityV3Integrations(
opsgenie=EntityV3DatadogIntegrationOpsgenie(
service_url="https://www.opsgenie.com/service/shopping-cart",
),
pagerduty=EntityV3DatadogIntegrationPagerduty(
service_url="https://www.pagerduty.com/service-directory/Pshopping-cart",
),
),
kind=EntityV3ServiceKind.SERVICE,
metadata=EntityV3Metadata(
additional_owners=[],
contacts=[
EntityV3MetadataContactsItems(
contact="https://slack/",
type="slack",
),
],
id="4b163705-23c0-4573-b2fb-f6cea2163fcb",
inherit_from="application:default/myapp",
links=[
EntityV3MetadataLinksItems(
name="mylink",
type="link",
url="https://mylink",
),
],
name="service-examplesoftwarecatalog",
tags=[
"this:tag",
"that:tag",
],
),
spec=EntityV3ServiceSpec(
depends_on=[],
languages=[],
),
)
configuration = Configuration()
with ApiClient(configuration) as api_client:
api_instance = SoftwareCatalogApi(api_client)
response = api_instance.upsert_catalog_entity(body=body)
print(response)
First install the library and its dependencies and then save the example to example.py
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" python3 "example.py"
# Create or update software catalog entity using schema v3 returns "ACCEPTED" response
require "datadog_api_client"
api_instance = DatadogAPIClient::V2::SoftwareCatalogAPI.new
body = DatadogAPIClient::V2::EntityV3Service.new({
api_version: DatadogAPIClient::V2::EntityV3APIVersion::V3,
datadog: DatadogAPIClient::V2::EntityV3ServiceDatadog.new({
code_locations: [
DatadogAPIClient::V2::EntityV3DatadogCodeLocationItem.new({
paths: [],
}),
],
events: [
DatadogAPIClient::V2::EntityV3DatadogEventItem.new({}),
],
logs: [
DatadogAPIClient::V2::EntityV3DatadogLogItem.new({}),
],
performance_data: DatadogAPIClient::V2::EntityV3DatadogPerformance.new({
tags: [],
}),
pipelines: DatadogAPIClient::V2::EntityV3DatadogPipelines.new({
fingerprints: [],
}),
}),
integrations: DatadogAPIClient::V2::EntityV3Integrations.new({
opsgenie: DatadogAPIClient::V2::EntityV3DatadogIntegrationOpsgenie.new({
service_url: "https://www.opsgenie.com/service/shopping-cart",
}),
pagerduty: DatadogAPIClient::V2::EntityV3DatadogIntegrationPagerduty.new({
service_url: "https://www.pagerduty.com/service-directory/Pshopping-cart",
}),
}),
kind: DatadogAPIClient::V2::EntityV3ServiceKind::SERVICE,
metadata: DatadogAPIClient::V2::EntityV3Metadata.new({
additional_owners: [],
contacts: [
DatadogAPIClient::V2::EntityV3MetadataContactsItems.new({
contact: "https://slack/",
type: "slack",
}),
],
id: "4b163705-23c0-4573-b2fb-f6cea2163fcb",
inherit_from: "application:default/myapp",
links: [
DatadogAPIClient::V2::EntityV3MetadataLinksItems.new({
name: "mylink",
type: "link",
url: "https://mylink",
}),
],
name: "service-examplesoftwarecatalog",
tags: [
"this:tag",
"that:tag",
],
}),
spec: DatadogAPIClient::V2::EntityV3ServiceSpec.new({
depends_on: [],
languages: [],
}),
})
p api_instance.upsert_catalog_entity(body)
First install the library and its dependencies and then save the example to example.rb
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" rb "example.rb"
// Create or update software catalog entity using schema v3 returns "ACCEPTED"
// response
use datadog_api_client::datadog;
use datadog_api_client::datadogV2::api_software_catalog::SoftwareCatalogAPI;
use datadog_api_client::datadogV2::model::EntityV3;
use datadog_api_client::datadogV2::model::EntityV3APIVersion;
use datadog_api_client::datadogV2::model::EntityV3DatadogCodeLocationItem;
use datadog_api_client::datadogV2::model::EntityV3DatadogEventItem;
use datadog_api_client::datadogV2::model::EntityV3DatadogIntegrationOpsgenie;
use datadog_api_client::datadogV2::model::EntityV3DatadogIntegrationPagerduty;
use datadog_api_client::datadogV2::model::EntityV3DatadogLogItem;
use datadog_api_client::datadogV2::model::EntityV3DatadogPerformance;
use datadog_api_client::datadogV2::model::EntityV3DatadogPipelines;
use datadog_api_client::datadogV2::model::EntityV3Integrations;
use datadog_api_client::datadogV2::model::EntityV3Metadata;
use datadog_api_client::datadogV2::model::EntityV3MetadataContactsItems;
use datadog_api_client::datadogV2::model::EntityV3MetadataLinksItems;
use datadog_api_client::datadogV2::model::EntityV3Service;
use datadog_api_client::datadogV2::model::EntityV3ServiceDatadog;
use datadog_api_client::datadogV2::model::EntityV3ServiceKind;
use datadog_api_client::datadogV2::model::EntityV3ServiceSpec;
use datadog_api_client::datadogV2::model::UpsertCatalogEntityRequest;
#[tokio::main]
async fn main() {
let body = UpsertCatalogEntityRequest::EntityV3(Box::new(EntityV3::EntityV3Service(Box::new(
EntityV3Service::new(
EntityV3APIVersion::V3,
EntityV3ServiceKind::SERVICE,
EntityV3Metadata::new("service-examplesoftwarecatalog".to_string())
.additional_owners(vec![])
.contacts(vec![EntityV3MetadataContactsItems::new(
"https://slack/".to_string(),
"slack".to_string(),
)])
.id("4b163705-23c0-4573-b2fb-f6cea2163fcb".to_string())
.inherit_from("application:default/myapp".to_string())
.links(vec![EntityV3MetadataLinksItems::new(
"mylink".to_string(),
"link".to_string(),
"https://mylink".to_string(),
)])
.tags(vec!["this:tag".to_string(), "that:tag".to_string()]),
)
.datadog(
EntityV3ServiceDatadog::new()
.code_locations(vec![EntityV3DatadogCodeLocationItem::new().paths(vec![])])
.events(vec![EntityV3DatadogEventItem::new()])
.logs(vec![EntityV3DatadogLogItem::new()])
.performance_data(EntityV3DatadogPerformance::new().tags(vec![]))
.pipelines(EntityV3DatadogPipelines::new().fingerprints(vec![])),
)
.integrations(
EntityV3Integrations::new()
.opsgenie(EntityV3DatadogIntegrationOpsgenie::new(
"https://www.opsgenie.com/service/shopping-cart".to_string(),
))
.pagerduty(EntityV3DatadogIntegrationPagerduty::new(
"https://www.pagerduty.com/service-directory/Pshopping-cart".to_string(),
)),
)
.spec(
EntityV3ServiceSpec::new()
.depends_on(vec![])
.languages(vec![]),
),
))));
let configuration = datadog::Configuration::new();
let api = SoftwareCatalogAPI::with_config(configuration);
let resp = api.upsert_catalog_entity(body).await;
if let Ok(value) = resp {
println!("{:#?}", value);
} else {
println!("{:#?}", resp.unwrap_err());
}
}
First install the library and its dependencies and then save the example to src/main.rs
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" cargo run
/**
* Create or update software catalog entity using schema v3 returns "ACCEPTED" response
*/
import { client, v2 } from "@datadog/datadog-api-client";
const configuration = client.createConfiguration();
const apiInstance = new v2.SoftwareCatalogApi(configuration);
const params: v2.SoftwareCatalogApiUpsertCatalogEntityRequest = {
body: {
apiVersion: "v3",
datadog: {
codeLocations: [
{
paths: [],
},
],
events: [{}],
logs: [{}],
performanceData: {
tags: [],
},
pipelines: {
fingerprints: [],
},
},
integrations: {
opsgenie: {
serviceUrl: "https://www.opsgenie.com/service/shopping-cart",
},
pagerduty: {
serviceUrl:
"https://www.pagerduty.com/service-directory/Pshopping-cart",
},
},
kind: "service",
metadata: {
additionalOwners: [],
contacts: [
{
contact: "https://slack/",
type: "slack",
},
],
id: "4b163705-23c0-4573-b2fb-f6cea2163fcb",
inheritFrom: "application:default/myapp",
links: [
{
name: "mylink",
type: "link",
url: "https://mylink",
},
],
name: "service-examplesoftwarecatalog",
tags: ["this:tag", "that:tag"],
},
spec: {
dependsOn: [],
languages: [],
},
},
};
apiInstance
.upsertCatalogEntity(params)
.then((data: v2.UpsertCatalogEntityResponse) => {
console.log(
"API called successfully. Returned data: " + JSON.stringify(data)
);
})
.catch((error: any) => console.error(error));
First install the library and its dependencies and then save the example to example.ts
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" tsc "example.ts"
DELETE https://api.ap1.datadoghq.com/api/v2/catalog/entity/{entity_id}https://api.datadoghq.eu/api/v2/catalog/entity/{entity_id}https://api.ddog-gov.com/api/v2/catalog/entity/{entity_id}https://api.datadoghq.com/api/v2/catalog/entity/{entity_id}https://api.us3.datadoghq.com/api/v2/catalog/entity/{entity_id}https://api.us5.datadoghq.com/api/v2/catalog/entity/{entity_id}
Delete a single entity in Software Catalog.
This endpoint requires the apm_service_catalog_write
authorization scope.
이름
유형
설명
entity_id [required]
string
UUID or Entity Ref
OK
Bad Request
API error response.
{
"errors": [
"Bad Request"
]
}
Forbidden
API error response.
{
"errors": [
"Bad Request"
]
}
Not Found
API error response.
{
"errors": [
"Bad Request"
]
}
Too many requests
API error response.
{
"errors": [
"Bad Request"
]
}
# Path parameters
export entity_id="service:myservice"
# Curl command
curl -X DELETE "https://api.ap1.datadoghq.com"https://api.datadoghq.eu"https://api.ddog-gov.com"https://api.datadoghq.com"https://api.us3.datadoghq.com"https://api.us5.datadoghq.com/api/v2/catalog/entity/${entity_id}" \
-H "DD-API-KEY: ${DD_API_KEY}" \
-H "DD-APPLICATION-KEY: ${DD_APP_KEY}"
"""
Delete a single entity returns "OK" response
"""
from datadog_api_client import ApiClient, Configuration
from datadog_api_client.v2.api.software_catalog_api import SoftwareCatalogApi
configuration = Configuration()
with ApiClient(configuration) as api_client:
api_instance = SoftwareCatalogApi(api_client)
api_instance.delete_catalog_entity(
entity_id="service:myservice",
)
First install the library and its dependencies and then save the example to example.py
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" python3 "example.py"
# Delete a single entity returns "OK" response
require "datadog_api_client"
api_instance = DatadogAPIClient::V2::SoftwareCatalogAPI.new
api_instance.delete_catalog_entity("service:myservice")
First install the library and its dependencies and then save the example to example.rb
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" rb "example.rb"
// Delete a single entity returns "OK" response
package main
import (
"context"
"fmt"
"os"
"github.com/DataDog/datadog-api-client-go/v2/api/datadog"
"github.com/DataDog/datadog-api-client-go/v2/api/datadogV2"
)
func main() {
ctx := datadog.NewDefaultContext(context.Background())
configuration := datadog.NewConfiguration()
apiClient := datadog.NewAPIClient(configuration)
api := datadogV2.NewSoftwareCatalogApi(apiClient)
r, err := api.DeleteCatalogEntity(ctx, "service:myservice")
if err != nil {
fmt.Fprintf(os.Stderr, "Error when calling `SoftwareCatalogApi.DeleteCatalogEntity`: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
}
First install the library and its dependencies and then save the example to main.go
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" go run "main.go"
// Delete a single entity returns "OK" response
import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
import com.datadog.api.client.v2.api.SoftwareCatalogApi;
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = ApiClient.getDefaultApiClient();
SoftwareCatalogApi apiInstance = new SoftwareCatalogApi(defaultClient);
try {
apiInstance.deleteCatalogEntity("service:myservice");
} catch (ApiException e) {
System.err.println("Exception when calling SoftwareCatalogApi#deleteCatalogEntity");
System.err.println("Status code: " + e.getCode());
System.err.println("Reason: " + e.getResponseBody());
System.err.println("Response headers: " + e.getResponseHeaders());
e.printStackTrace();
}
}
}
First install the library and its dependencies and then save the example to Example.java
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" java "Example.java"
// Delete a single entity returns "OK" response
use datadog_api_client::datadog;
use datadog_api_client::datadogV2::api_software_catalog::SoftwareCatalogAPI;
#[tokio::main]
async fn main() {
let configuration = datadog::Configuration::new();
let api = SoftwareCatalogAPI::with_config(configuration);
let resp = api
.delete_catalog_entity("service:myservice".to_string())
.await;
if let Ok(value) = resp {
println!("{:#?}", value);
} else {
println!("{:#?}", resp.unwrap_err());
}
}
First install the library and its dependencies and then save the example to src/main.rs
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" cargo run
/**
* Delete a single entity returns "OK" response
*/
import { client, v2 } from "@datadog/datadog-api-client";
const configuration = client.createConfiguration();
const apiInstance = new v2.SoftwareCatalogApi(configuration);
const params: v2.SoftwareCatalogApiDeleteCatalogEntityRequest = {
entityId: "service:myservice",
};
apiInstance
.deleteCatalogEntity(params)
.then((data: any) => {
console.log(
"API called successfully. Returned data: " + JSON.stringify(data)
);
})
.catch((error: any) => console.error(error));
First install the library and its dependencies and then save the example to example.ts
and run following commands:
DD_SITE="datadoghq.comus3.datadoghq.comus5.datadoghq.comdatadoghq.euap1.datadoghq.comddog-gov.com" DD_API_KEY="<DD_API_KEY>" DD_APP_KEY="<DD_APP_KEY>" tsc "example.ts"