Get a specific service’s immediate upstream and downstream services.
The services retrieved are filtered by environment and a primary tag, if one is defined.
Arguments
Path Parameters
Name
Type
Description
service [required]
string
The name of the service go get dependencies for.
Query Strings
Name
Type
Description
env [required]
string
Specify what APM environment to query service dependencies by.
primary_tag
string
Specify what primary tag to query service dependencies by.
start
integer
Specify the start of the timeframe in epoch seconds to query for. (defaults to 1 hour before end parameter)
end
integer
Specify the end of the timeframe in epoch seconds to query for. (defaults to current time)