Waiting for engine...
Skip to main content

DeployedApiCallSummaryInput

No description

input DeployedApiCallSummaryInput {
requestTsStart: DateTime!
requestTsEnd: DateTime!
filter: Filter
requestTsInterval: TimeInterval
}

Fields

DeployedApiCallSummaryInput.requestTsStart ● DateTime! non-null scalar partner-portal

Filters the records retrieved to only those on or after this timestamp.

DeployedApiCallSummaryInput.requestTsEnd ● DateTime! non-null scalar partner-portal

Filters the records retrieved to only those before this timestamp.

DeployedApiCallSummaryInput.filter ● Filter scalar partner-portal

Filters the records retrieved using the Filter Query Language. The fields available in the filter expression are those listed in the DeployedApiCallSummaryData type.

DeployedApiCallSummaryInput.requestTsInterval ● TimeInterval input apimetrics

Member Of

deployedApiCallSummary query

On this Page