DeviceConfig
device-config
Fields#
id (ID!)#
The ID of an object
name (String!)#
defines the name of the device configuration
version (Int!)#
number that determines what version the device configuration based from how many deployments are already made
config (GQLTJson!)#
is a set of instructions to be executed by a network device
createdAt (GQLTDate!)#
updatedAt (GQLTDate!)#
devices (DeviceBelongsToManyDevicesList)#
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([DeviceOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryDeviceWhere)#include([GQLTDeviceIncludeObject])#
deviceTypes (DeviceTypeHasManyDeviceTypesList)#
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([DeviceTypeOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryDeviceTypeWhere)#include([GQLTDeviceTypeIncludeObject])#
deviceTemplates (DeviceTemplateHasManyDeviceTemplatesList)#
Shows the default template configuration that the devices used
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([DeviceTemplateOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryDeviceTemplateWhere)#include([GQLTDeviceTemplateIncludeObject])#
Interfaces#
Node#
An object with an ID