API Endpoints

This table contains API endpoints, which are individual HTTP endpoints exposed by services. Populated by APM, Software Catalog and AAP.

dd.api_endpoints

Fields

TitleIDTypeData TypeDescription
Resource Nameresource_namecorestringThe display name of the endpoint, typically the HTTP method and route pattern.
Resource Hashresource_hashcorestringA hash of the resource, used for deduplication and identification.
Service Nameservice_namecorestringThe name of the service that owns this endpoint.
Operation Nameoperation_namecorestringThe operation name associated with this endpoint.
HTTP Methodhttp_methodcorestringThe HTTP method of the endpoint (GET, POST, PUT, DELETE, etc.).
HTTP Routehttp_routecorestringThe HTTP route pattern for the endpoint.
HTTP Pathshttp_pathscorearray<string>The observed URL paths for this endpoint.
HTTP Hostshttp_hostscorearray<string>The observed hosts serving this endpoint.
HTTP Schemeshttp_schemescorearray<string>The observed URL schemes (http, https) for this endpoint.
HTTP Status Codeshttp_status_codescorearray<string>The observed HTTP status codes returned by this endpoint.
Public Endpointis_publiccoreboolWhether the endpoint is public-facing.
Authenticated Endpointis_authenticatedcoreboolWhether the endpoint requires authentication.
Rate Limited Endpointis_rate_limitedcoreboolWhether the endpoint is rate-limited.
API Namesapi_namescorearray<string>The unique names of the APIs associated with this endpoint.
Languageslanguagescorearray<string>The programming languages used by the service serving this endpoint.
Componentscomponentscorearray<string>The components associated with this endpoint.
App Versionsapp_versionscorearray<string>The application versions observed for this endpoint.
Team Namesteam_namescorearray<string>The names of the teams that own this endpoint.
Updated Atupdated_atcoretimestampThe timestamp of the last update to this endpoint record.
First Seen Atfirst_seen_atcoretimestampThe timestamp when this endpoint was first observed.
Last Seen Traffic Atlast_seen_traffic_atcoretimestampThe timestamp of the last observed traffic to this endpoint.
Datasourcesdatasourcescorearray<string>The data sources that contribute information about this endpoint.