DuplicateDeviceConfigTemplateInput
The data required to duplicated device configuration template
input DuplicateDeviceConfigTemplateInput {
label: String!
deviceConfigTemplateId: String!
newSoftwareVersionId: String
}
Fields
DuplicateDeviceConfigTemplateInput.label ● String! non-null scalar
The label of the template
DuplicateDeviceConfigTemplateInput.deviceConfigTemplateId ● String! non-null scalar
The id of the template to duplicate
DuplicateDeviceConfigTemplateInput.newSoftwareVersionId ● String scalar
The ID of the optional new software version to which the template belongs
Member Of
duplicateDeviceConfigTemplate mutation