We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2661a commit a92bbb0Copy full SHA for a92bbb0
1 file changed
src/StorageGRID-Webscale.psm1
@@ -14749,6 +14749,9 @@ function Global:Get-SgwSnmp {
14749
if (!$Server) {
14750
Throw "No StorageGRID admin node management server found. Please run Connect-SgwServer to continue."
14751
}
14752
+ if ($Server.APIVersion -lt 3.0) {
14753
+ Throw "SNMP API is only Supported from StorageGRID 11.2"
14754
+ }
14755
14756
14757
Process {
@@ -14843,6 +14846,9 @@ function Global:Set-SgwSnmp {
14843
14846
14844
14847
14845
14848
14849
14850
14851
14852
14853
14854
0 commit comments