Duration less than filter. The time duration (in ISO 8601 duration format) of only a valid elapsed session, i.e., sessions that have moved from ACTIVE state (where session start-time can be captured) to TERMINATED or FAILED state (where the session end-time can be captured).
Example: duration_lt=duration_lt=PT10M30S
duration_lte
string <duration>
Duration less than or equal to filter. The time duration (in ISO 8601 duration format) of only a valid elapsed session, i.e., sessions that have moved from ACTIVE state (where session start-time can be captured) to TERMINATED or FAILED state (where the session end-time can be captured).
Example: duration_lte=duration_lte=PT10M30S
duration_gt
string <duration>
Duration greater than filter. The time duration (in ISO 8601 duration format) of only a valid elapsed session, i.e., sessions that have moved from ACTIVE state (where session start-time can be captured) to TERMINATED or FAILED state (where the session end-time can be captured).
Example: duration_gt=duration_gt=PT10M30S
duration_gte
string <duration>
Duration greater than or equal to filter. The time duration (in ISO 8601 duration format) of only a valid elapsed session, i.e., sessions that have moved from ACTIVE state (where session start-time can be captured) to TERMINATED or FAILED state (where the session end-time can be captured).
Example: duration_gte=duration_gte=PT10M30S
created_at_lt
string <date-time>
Created at less than filter. Datetime format must be in "YY-MM-DDTHH:mm:ss.fffffffffZ".