Skip to main content

DeviceSessionOptionalInput

No description

type DeviceSessionOptionalInput {
id: ID
sessionId: String
uniqueId: String
startTime: GQLTDate
updateTime: GQLTDate
stopTime: GQLTDate
nasMac: String
inputOctets: String
outputOctets: String
sessionTime: String
teminateCause: String
deviceIp: String
nasIp: String
nasPortId: String
nasPortType: String
userName: String
networkProfile: String
createdAt: GQLTDate
updatedAt: GQLTDate
deviceId: ID
nasId: ID
device: DeviceSessionDeviceBelongsToInput
nasDevice: DeviceSessionNasDeviceBelongsToInput
}

Fields#

id (ID)#

This a primary key for DeviceSession

sessionId (String)#

is a unique accounting identifier that makes it easy to match start and stop records in a log file

uniqueId (String)#

session-ids are needed when multiple NASs are being processed by one offload server

startTime (GQLTDate)#

Start time of the session

updateTime (GQLTDate)#

Last updated timestamp of the session

stopTime (GQLTDate)#

Stopped time of the session

nasMac (String)#

Mac address of the nas device

inputOctets (String)#

This attribute indicates how many octets have been received from the port over the course of this service being provided

outputOctets (String)#

This attribute indicates how many octets have been sent to the port in the course of delivering this service

sessionTime (String)#

Time of the current session

teminateCause (String)#

teminateCause column

deviceIp (String)#

Device IP Address

nasIp (String)#

IP Address of the NAS Device

nasPortId (String)#

identifier of the NAS port that is authenticating the user

nasPortType (String)#

indicates the type of physical port the network access server (NAS)

userName (String)#

Username of the user in the session

networkProfile (String)#

defines the attributes for a connection to a basic service set (BSS) network

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

deviceId (ID)#

This a primary key for DeviceSession

nasId (ID)#

This a primary key for DeviceSession

device (DeviceSessionDeviceBelongsToInput)#

This is the mutation object for DeviceSessionDeviceBelongsTo

nasDevice (DeviceSessionNasDeviceBelongsToInput)#

This is the mutation object for DeviceSessionNasDeviceBelongsTo