DeployedApiCallSummaryData
No description
type DeployedApiCallSummaryData {
requestTsIntervalStart: DateTime!
requestTsIntervalEnd: DateTime!
requestTsMax: DateTime!
requestTsMin: DateTime!
deployedApi: DeployedApi
account: Account!
gateway: Gateway
atom: Atom
status: Int!
client: DeployedApiClient!
user: DeployedApiUser
authType: DeployedApiCallAuthType!
requestUrl: String
method: HttpMethod
responseDuration: Metric
backendDuration: Metric
bytesReceived: Metric
bytesSent: Metric
requestCount: Long
process: Process
statusCategory: StatusCategory
environment: Environment
}
Fields
DeployedApiCallSummaryData.requestTsIntervalStart ● DateTime! non-null scalar partner-portal
The date and time of the start of the interval
DeployedApiCallSummaryData.requestTsIntervalEnd ● DateTime! non-null scalar partner-portal
The date and time of the end of the interval
DeployedApiCallSummaryData.requestTsMax ● DateTime! non-null scalar partner-portal
The maximum date and time of any Api request in the interval
DeployedApiCallSummaryData.requestTsMin ● DateTime! non-null scalar partner-portal
The minimum date and time of any Api request in the interval
DeployedApiCallSummaryData.deployedApi ● DeployedApi object platform
The Api deployed to a specific environment and the various information associated with it
DeployedApiCallSummaryData.account ● Account! non-null object event-streams-query
The Account that owns the Deployed Api
DeployedApiCallSummaryData.gateway ● Gateway object platform
The Gateway details (Name, Gateway Status, Environment, Api Execution Settings and Forward proxy)
DeployedApiCallSummaryData.atom ● Atom object platform
The Atom details (Name, Auth type, Webservice type, Status etc.,)
DeployedApiCallSummaryData.status ● Int! non-null scalar miscellaneous
The Http response code of the Api response
DeployedApiCallSummaryData.client ● DeployedApiClient! non-null object apimetrics
The details of the client that made the Api request (remoteAddress, userAgent, subscription)
DeployedApiCallSummaryData.user ● DeployedApiUser object apimetrics
The User that executed the Api request
DeployedApiCallSummaryData.authType ● DeployedApiCallAuthType! non-null enum apimetrics
The Deployed Api's Authentication Type. (The authentication type that the account uses when communicating with the Atom, Molecule, Atom Cloud Or Gateway.)
DeployedApiCallSummaryData.requestUrl ● String scalar miscellaneous
The fully qualified absolute Url
DeployedApiCallSummaryData.method ● HttpMethod enum catalog-service
The Http method of the Api request
DeployedApiCallSummaryData.responseDuration ● Metric object apimetrics
The number of milliseconds from the time the request was received until the response was sent (summarized by Metric field - count, total, max, min, mean, standard deviation etc)
DeployedApiCallSummaryData.backendDuration ● Metric object apimetrics
(For Api Gateway Requests) The number of milliseconds from the time the Atom received the request from the Api Gateway until the Atom sent the response back to the Api Gateway (summarized by Metric field - count, total, max, min, mean, standard deviation etc)
DeployedApiCallSummaryData.bytesReceived ● Metric object apimetrics
The number of bytes received from request body (summarized by Metric field - count, total, max, min, mean, standard deviation etc)
DeployedApiCallSummaryData.bytesSent ● Metric object apimetrics
The number of bytes sent from response (summarized by Metric field - count, total, max, min, mean, standard deviation etc)
DeployedApiCallSummaryData.requestCount ● Long scalar partner-portal
The count of Api requests
DeployedApiCallSummaryData.process ● Process object catalog-service
The Integration Process that executed as a result of this Api request
DeployedApiCallSummaryData.statusCategory ● StatusCategory enum apimetrics
DeployedApiCallSummaryData.environment ● Environment object event-streams-query
Environment Id
Member Of
DeployedApiCallSummary object