Index
Retrieving Fileset Templates and Filesets
query {
filesetTemplates( hostRoot: WINDOWS_HOST_ROOT filter: [
#{field: NAME_EXACT_MATCH texts: "example"}
{field: IS_RELIC texts: "false"}
{field: IS_REPLICATED texts: "false"}
]) {
nodes {
name
id
cdmId
osType
exceptions
excludes
osType
preBackupScript
postBackupScript
allowBackupNetworkMounts
allowBackupHiddenFoldersInNetworkMounts
shareType
descendantConnection {
nodes {
name
id
physicalPath {
name
fid
}
}
}
cluster {
name
id
}
effectiveSlaDomain {
name
id
}
}
}
}