Skip to main content

DeviceConfigOptionalInput

No description

type DeviceConfigOptionalInput {
id: ID
name: String
version: Int
config: GQLTJson
createdAt: GQLTDate
updatedAt: GQLTDate
devices: DeviceConfigDevicesBelongsToManyInput
deviceTypes: DeviceConfigDeviceTypesHasManyInput
deviceTemplates: DeviceConfigDeviceTemplatesHasManyInput
}

Fields#

id (ID)#

This a primary key for DeviceConfig

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 (DeviceConfigDevicesBelongsToManyInput)#

This is the mutation object for DeviceConfigDevicesBelongsToMany

deviceTypes (DeviceConfigDeviceTypesHasManyInput)#

This is the mutation object for DeviceConfigDeviceTypesHasMany

deviceTemplates (DeviceConfigDeviceTemplatesHasManyInput)#

This is the mutation object for DeviceConfigDeviceTemplatesHasMany