EnvironmentPairTrendListRequestParameters

EnvironmentPairTrendListRequestParameters
Environment Pair Trend List Request Parameters

Request parameters for retrieving flow trend data for a specific environment pair.

Notes:

  • Both source_environment_id and destination_environment_id are required.
  • If time_selection is omitted, defaults to the last 1 hour.
  • Response granularity is determined automatically by interval length:
    • 1 hour or less: 5-minute granularity
    • More than 1 hour, up to 24 hours: 1-hour granularity
    • More than 24 hours: 1-day granularity
JSON Example
{
    "source_environment_id": "6c0a5b3c-6b9f-4d1e-afaf-ed3fb42bd57e",
    "destination_environment_id": "8ad292bc-e09b-49de-b011-03d9beab1a2a",
    "time_selection": {
        "start_time": 1781806444448
    }
}
string
source_environment_id
Required  

Identifier (UUID) for the source environment.

string
destination_environment_id
Required  

Identifier (UUID) for the destination environment.

time_selection
Optional

Time parameters for querying monitoring data. Specifies the start time for the query window, with the end time implicitly set to the current time. The system will examine monitoring metrics from the specified start_time to now.