Create a Map Dependency Request.
A Honeycomb Configuration Key is required to use this API. A Configuration Key can be found in the API Keys section of the environment configuration, which can be found under Environment Settings -> API Keys -> Configuration tab. Check out our documentation to find your API Keys.
More information can be found in Manage Environments.
Maximum number of dependencies to return. Default is 10000, maximum is 64000.
1 <= x <= 64000Create 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.
Success - Results are ready or request has failed (see status field)