此產品有較新版本可以使用。
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
GetLimits
貢獻者
建議變更
您可以使用「GetLimits」方法來取得API設定的限制值。這些值可能會在元素的版本之間變更、但若未更新系統、則不會變更。瞭解API設定的限制值、在撰寫面向使用者工具的API指令碼時非常實用。
無論用於傳遞方法的API端點版本為何、「GetLimits」方法都會傳回目前軟體版本的限制。 |
參數
此方法沒有輸入參數。
傳回值
此方法會傳回含有API限制之名稱值配對的Json物件。
申請範例
此方法的要求類似於下列範例:
{ "method": "GetLimits", "id" : 1 }
回應範例
此方法會傳回類似下列範例的回應:
{ "id": 1, "result": { "accountCountMax": 5000, "accountNameLengthMax": 64, "accountNameLengthMin": 1, "backupTargetNameLengthMax": 64, "backupTargetNameLengthMin": 1, "bulkVolumeJobsPerNodeMax": 8, "bulkVolumeJobsPerVolumeMax": 2, "chapCredentialsCountMax": 15000, "cloneJobsPerNodeMax": 8, "cloneJobsPerVirtualVolumeMax": 8, "cloneJobsPerVolumeMax": 2, "clusterAdminAccountMax": 5000, "clusterAdminInfoNameLengthMax": 1024, "clusterAdminInfoNameLengthMin": 1, "clusterPairsCountMax": 4, "fibreChannelVolumeAccessMax": 16384, "initiatorAliasLengthMax": 224, "initiatorCountMax": 10000, "initiatorNameLengthMax": 224, "initiatorsPerVolumeAccessGroupCountMax": 128, "iscsiSessionsFromFibreChannelNodesMax": 4096, "maxAuthSessionsForCluster": 1024, "maxAuthSessionsPerUser": 1024, "nodesPerClusterCountMax": 100, "nodesPerClusterCountMin": 3, "qosPolicyCountMax": 500, "qosPolicyNameLengthMax": 64, "qosPolicyNameLengthMin": 1, "scheduleNameLengthMax": 244, "secretLengthMax": 16, "secretLengthMin": 12, "snapMirrorEndpointIPAddressesCountMax": 64, "snapMirrorEndpointsCountMax": 4, "snapMirrorLabelLengthMax": 31, "snapMirrorObjectAttributeValueInfoCountMax": 9900000, "snapshotNameLengthMax": 255, "snapshotsPerVolumeMax": 32, "storageNodesPerClusterCountMin": 2, "virtualVolumeCountMax": 8000, "virtualVolumesPerAccountCountMax": 10000, "volumeAccessGroupCountMax": 1000, "volumeAccessGroupLunMax": 16383, "volumeAccessGroupNameLengthMax": 64, "volumeAccessGroupNameLengthMin": 1, "volumeAccessGroupsPerInitiatorCountMax": 1, "volumeAccessGroupsPerVolumeCountMax": 64, "volumeBurstIOPSMax": 200000, "volumeBurstIOPSMin": 100, "volumeCountMax": 4000, "volumeMaxIOPSMax": 200000, "volumeMaxIOPSMin": 100, "volumeMinIOPSMax": 15000, "volumeMinIOPSMin": 50, "volumeNameLengthMax": 64, "volumeNameLengthMin": 1, "volumeSizeMax": 17592186044416, "volumeSizeMin": 1000000000, "volumesPerAccountCountMax": 2000, "volumesPerGroupSnapshotMax": 32, "volumesPerVolumeAccessGroupCountMax": 2000, "witnessNodesPerClusterCountMax": 4 } }
新的自版本
9.6