CpUsageMinuteRow
No description
type CpUsageMinuteRow {
minute: DateTime!
recvBytes: String!
sendBytes: String!
recvMsgs: String
sendMsgs: String
}
Fields
CpUsageMinuteRow.minute ● DateTime! non-null scalar
CpUsageMinuteRow.recvBytes ● String! non-null scalar
CpUsageMinuteRow.sendBytes ● String! non-null scalar
CpUsageMinuteRow.recvMsgs ● String scalar
CpUsageMinuteRow.sendMsgs ● String scalar
Member Of
CpUsageSummary object