Create a Map Dependency Request
Create a Map Dependency Request.
Authorizations
Authenticate using a Honeycomb Configuration Key.
Pass the Token in the X-Honeycomb-Team header:
X-Honeycomb-Team: 1234567890123456789012If you created your key using the API, use data.attributes.secret; this is the same value as the Token in the UI.
To learn how to create a Configuration Key, visit Manage Environment API Keys. To learn more about authenticating requests, visit API Authentication.
Query Parameters
Maximum number of dependencies to return. Default is 10000, maximum is 64000.
1 <= x <= 64000Body
Create a Map Dependency Request.
Absolute start time to evaluate dependencies, in seconds since UNIX epoch. Must be <= end_time (when time_range is not provided).
1622548800
Absolute end time to evaluate dependencies, in seconds since UNIX epoch. Must be >= start_time (when time_range is not provided).
1622635200
Time range in seconds (minimum 1). Can be used with either start_time (seconds after start_time), end_time (seconds before end_time), or without either (seconds before now).
x >= 17200
Optional list of service nodes to filter dependencies by. Only dependencies involving these nodes will be returned.
Response
Success - Results are ready or request has failed (see status field)