StatsAsset
Asset of an specific error
type StatsAsset {
  startTime: DateTime!
  execTime: Int!
  url: URI!
  unencryptedURL: URI!
}
Fields
StatsAsset.startTime ● DateTime! non-null scalar
Start time of the request
StatsAsset.execTime ● Int! non-null scalar
Execution time of the request
StatsAsset.url ● URI! non-null scalar
Endpoint to download the full XML of the request with its response
StatsAsset.unencryptedURL ● URI! non-null scalar
Endpoint to download the full unencrypted XML of the request with its response
Member Of
StatsInfo  object