DeployedApiCallDetailData
No description
type DeployedApiCallDetailData {
requestTs: DateTime!
transactionId: ID!
deployedApi: DeployedApi
account: Account!
gateway: Gateway
atom: Atom
status: Int!
client: DeployedApiClient!
user: DeployedApiUser
authType: DeployedApiCallAuthType!
requestUrl: String
method: HttpMethod
responseDuration: Int!
bytesReceived: Long!
bytesSent: Long!
quotaCount: Long
quotaReset: DateTime
rateCount: Long
rateReset: DateTime
errorMessage: String
backendDuration: Int
process: Process
execution: Execution
}
Fields
DeployedApiCallDetailData.requestTs ● DateTime! non-null scalar partner-portal
The date and time the request was submitted. Uses UTC timezone ("Z").
DeployedApiCallDetailData.transactionId ● ID! non-null scalar miscellaneous
The unique request id
DeployedApiCallDetailData.deployedApi ● DeployedApi object platform
The Api deployed to a specific environment and the various information associated with it
DeployedApiCallDetailData.account ● Account! non-null object event-streams-query
The Account that owns the Deployed Api
DeployedApiCallDetailData.gateway ● Gateway object platform
The Gateway details (Name, Gateway Status, Environment, Api Execution Settings and Forward proxy)
DeployedApiCallDetailData.atom ● Atom object platform
The Atom details (Name, Auth type, Webservice type, Status etc.,)
DeployedApiCallDetailData.status ● Int! non-null scalar miscellaneous
The Http response code of the Api response
DeployedApiCallDetailData.client ● DeployedApiClient! non-null object apimetrics
The details of the client that made the Api request (remoteAddress, userAgent, subscription)
DeployedApiCallDetailData.user ● DeployedApiUser object apimetrics
The User that executed the Api request
DeployedApiCallDetailData.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.)
DeployedApiCallDetailData.requestUrl ● String scalar miscellaneous
The fully qualified absolute Url
DeployedApiCallDetailData.method ● HttpMethod enum catalog-service
The Http method of the Api request
DeployedApiCallDetailData.responseDuration ● Int! non-null scalar miscellaneous
The number of milliseconds from the time the request was received until the response was sent
DeployedApiCallDetailData.bytesReceived ● Long! non-null scalar partner-portal
The number of bytes received from request body
DeployedApiCallDetailData.bytesSent ● Long! non-null scalar partner-portal
The number of bytes sent from response
DeployedApiCallDetailData.quotaCount ● Long scalar partner-portal
The count of incoming requests for the quota period
DeployedApiCallDetailData.quotaReset ● DateTime scalar partner-portal
The date and time that the quota will reset
DeployedApiCallDetailData.rateCount ● Long scalar partner-portal
The count of incoming requests for the rate limit period
DeployedApiCallDetailData.rateReset ● DateTime scalar partner-portal
The date and time that the rate limit will reset
DeployedApiCallDetailData.errorMessage ● String scalar miscellaneous
The error message that is received from backend execution
DeployedApiCallDetailData.backendDuration ● Int scalar miscellaneous
(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
DeployedApiCallDetailData.process ● Process object catalog-service
The Integration Process that executed as a result of this Api request
DeployedApiCallDetailData.execution ● Execution object apimetrics
The Integration Process Execution
Member Of
DeployedApiCallDetail object