Invalid username/password error during EMC Isilon discoveryIssue Invalid username/password combo errors appear throughout the pattern log when running the EMC Isilon Discovery pattern. Response has error. Status code is 401 . error code: 3 . error message: Method failed: ([DEVICE_PATHS]) with code: 401 - Invalid username/password combo.ReleaseAll releasesCauseThe EMC Isilon user account that is being used for discovery does not have the appropriate permissions on the EMC Isilon device. ResolutionProvide the EMC Isilon user with the following REST capabilities: "https://" + $host + ":8080/platform/3/cluster/config”"https://" + $host + ":8080/platform/3/network/interfaces”"https://" + $host_ip + ":8080/platform/3/cluster/nodes/”“https://” + $host + ":8080/platform/3/zones”"https://" + $host + ":8080/platform/3/network/pools”"https://" + host_ip + ":8080/platform/3/cluster/nodes/”"https://" + $host + ":8080/platform/3/storagepool/nodepools”"https://" + $host + ":8080/platform/3/storagepool/storagepools”"https://" + $host + ":8080/platform/3/protocols/nfs/exports”"https://" + $host + ":8080/platform/3/protocols/smb/shares" In addition to these capabilities, this EMC Isilon user must have the following privileges: ISI_PRIV_LOGIN_PAPIISI_PRIV_AUTHISI_PRIV_DEVICESISI_PRIV_NETWORKISI_PRIV_NFSISI_PRIV_SMARTPOOLSISI_PRIV_SMB Related LinksEMC Isilon Discovery - Prerequisites