bimbly 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/bimbly.rb +30 -14
- data/lib/{data_types.yml → data_types_v3.yml} +0 -0
- data/lib/data_types_v4.yml +860 -0
- data/lib/{error_codes.yml → error_codes_v3.yml} +0 -0
- data/lib/error_codes_v4.yml +1546 -0
- data/lib/{object_sets_v2.yml → object_sets_v3.yml} +0 -0
- data/lib/object_sets_v4.yml +10917 -0
- metadata +7 -4
@@ -0,0 +1,860 @@
|
|
1
|
+
---
|
2
|
+
NsOperationStatus:
|
3
|
+
desc: 'Possible values: ''invalid'', ''unknown'', ''succeeded'', ''failed'', ''inprogress''.'
|
4
|
+
NsPlatNicType:
|
5
|
+
desc: 'Possible values: ''nic_type_unknown'', ''nic_type_tp'', ''nic_type_sfp''.'
|
6
|
+
NsVssResp:
|
7
|
+
desc: Response from VSS app server.
|
8
|
+
NsUserRoles:
|
9
|
+
desc: 'Possible values: ''administrator'', ''poweruser'', ''operator'', ''guest''.'
|
10
|
+
NsGroupName:
|
11
|
+
desc: 'String of up to 64 alphanumeric characters, - is allowed after first character.
|
12
|
+
Example: ''g1-exchange''.'
|
13
|
+
NsUserGroupName:
|
14
|
+
desc: 'String of up to 64 uppercase or lowercase characters excluding ampersand,
|
15
|
+
less than, greater than and ^/\[]:;|=,+*?;. Example: ''admin-group-24''.'
|
16
|
+
NsAppSyncType:
|
17
|
+
desc: 'Possible values: ''none'', ''vss'', ''vmware'', ''generic''.'
|
18
|
+
NsProxyUserName:
|
19
|
+
desc: HTTP proxy server username, string up to 255 characters, special characters
|
20
|
+
([, ], `, ;, ampersand, tab, space, newline) are not allowed.
|
21
|
+
NsFcInterfaceInfo:
|
22
|
+
desc: Fibre Channel interface information.
|
23
|
+
NsDiskState:
|
24
|
+
desc: 'Disk state. Possible values: ''valid'', ''in use'', ''failed'', absent'',
|
25
|
+
''removed'', ''void'', ''t_fail'', ''foreign''.'
|
26
|
+
NsPort:
|
27
|
+
desc: 'Positive integer value up to 65535 representing TCP/IP port. Example: 1234.'
|
28
|
+
NsVolAndSnapName:
|
29
|
+
desc: Snapshot name and the belonging volume name.
|
30
|
+
NsEulaReturn:
|
31
|
+
desc: Return end-user license information.
|
32
|
+
NsDiskSmartAttribute:
|
33
|
+
desc: One Smart attribute of a disk.
|
34
|
+
NsObjectIDKV:
|
35
|
+
desc: A key value pair containing an object id as a value.
|
36
|
+
NsVolStatus:
|
37
|
+
desc: 'Possible values: ''online'', ''offline'', ''non_writable'', ''read_only'',
|
38
|
+
''login_only''.'
|
39
|
+
NsFolderSummary:
|
40
|
+
desc: Select fields containing folder info.
|
41
|
+
NsArrayDetail:
|
42
|
+
desc: Detailed array information.
|
43
|
+
NsSnapshotFromVolumes:
|
44
|
+
desc: Snapshot as presented in volumes object set.
|
45
|
+
NsFcInterfaceList:
|
46
|
+
desc: List of Fibre Channel interfaces.
|
47
|
+
NsBulkVolSettingReturn:
|
48
|
+
desc: Return codes for setting an attribute to a list of items.
|
49
|
+
NsVolumeCollectionList:
|
50
|
+
desc: List of volume collections.
|
51
|
+
NsShelfSensor:
|
52
|
+
desc: A shelf sensor data.
|
53
|
+
NsTargetSubnet:
|
54
|
+
desc: List of subnet labels.
|
55
|
+
NsUserName:
|
56
|
+
desc: 'String of up to 80 alphanumeric characters, beginning with a letter. For
|
57
|
+
Active Directory users, it can include backslash (\), dash (-), period (.), underscore
|
58
|
+
(_) and space. Example: ''user1'', ''companydomain\user1''.'
|
59
|
+
NsZeroConfIPAddrList:
|
60
|
+
desc: A list of array Zero Conf.
|
61
|
+
NsSensorRate:
|
62
|
+
desc: Rate stats for a sensor.
|
63
|
+
NsUnsignedInt:
|
64
|
+
desc: 'Unsigned 32-bit integer. Example: 1234.'
|
65
|
+
NsSensorRateList:
|
66
|
+
desc: Rate stats for a list of sensors.
|
67
|
+
NsDescription:
|
68
|
+
desc: 'String of up to 255 printable ASCII characters. Example: ''99.9999% availability''.'
|
69
|
+
NsCRUDOperations:
|
70
|
+
desc: List of CRUD (Create, Read, Update, Delete) operations associated with an
|
71
|
+
object.
|
72
|
+
NsZeroConfIPAddr:
|
73
|
+
desc: Zero Conf of array.
|
74
|
+
NsShelfCtrlr:
|
75
|
+
desc: A shelf controller information.
|
76
|
+
NsControllerSide:
|
77
|
+
desc: 'Possible values: ''A'', ''B''.'
|
78
|
+
NsArrayStatus:
|
79
|
+
desc: 'Reachability status of the array in the group, possible values: ''unreachable'',
|
80
|
+
''reachable''.'
|
81
|
+
NsVolFamMigStatus:
|
82
|
+
desc: Data migration status for a group of related volumes.
|
83
|
+
NsPoolMergeReturn:
|
84
|
+
desc: Return values of pool merge.
|
85
|
+
NsVolumeSummary:
|
86
|
+
desc: Select fields containing volume info.
|
87
|
+
NsProxyPort:
|
88
|
+
desc: 'Integer value between 0-65535 representing TCP/IP port. Example: 1234.'
|
89
|
+
NsISCSISessions:
|
90
|
+
desc: List of iSCSI initiator sessions information.
|
91
|
+
NsEncryptionScope:
|
92
|
+
desc: 'Possible values: ''none'', ''volume'', ''pool'', ''group''.'
|
93
|
+
NsLunConflictPair:
|
94
|
+
desc: LUN number conflict.
|
95
|
+
NsUnsignedLong:
|
96
|
+
desc: 'Unsigned 64-bit integer. Example: 1234.'
|
97
|
+
NsSoftwareVersion:
|
98
|
+
desc: Software version of storage array or group.
|
99
|
+
NsPoolMigrate:
|
100
|
+
desc: 'Possible values: ''none'', ''in'', ''out''.'
|
101
|
+
NsPrKey:
|
102
|
+
desc: 'A hexadecimal number with maximum of 16 characters. Example: ''0810''.'
|
103
|
+
NsSnapLunInfo:
|
104
|
+
desc: Snapshot LUN information as presented in the access_control_records object
|
105
|
+
set. This information is only available for Fibre Channel.
|
106
|
+
NsEventCategory:
|
107
|
+
desc: 'Possible values: ''unknown'', ''hardware'', ''service'', ''replication'',
|
108
|
+
''volume'', ''update'', ''configuration'', ''test'', ''security''.'
|
109
|
+
NsPoolRebalanceMigStatusList:
|
110
|
+
desc: Status of data rebalancing operations for a list of pools.
|
111
|
+
NsDiskRemoveType:
|
112
|
+
desc: 'Disk remove op type. Possible values: ''remove'', ''perm_fail'', ''ldr_remove'',
|
113
|
+
''diag_remove'', ''temp_fail''.'
|
114
|
+
NsFCInitiators:
|
115
|
+
desc: List of Fibre Channel initiators.
|
116
|
+
NsAccessControlRecords:
|
117
|
+
desc: List of access control records associated with a volume or snapshot or protocol
|
118
|
+
endpoint.
|
119
|
+
NsFCInitiator:
|
120
|
+
desc: Fibre Channel initiator.
|
121
|
+
NsBytes:
|
122
|
+
desc: 'Unsigned 64-bit integer. Example: ''1234''.'
|
123
|
+
NsBaseWWN:
|
124
|
+
desc: 'Six bytes expressed in hex separated by colons. Example: ''af:32:f1''.'
|
125
|
+
NsSnapVolList:
|
126
|
+
desc: List of snapshots to create.
|
127
|
+
NsISCSISession:
|
128
|
+
desc: ISCSI initiator session information.
|
129
|
+
NsAuditOperationTypeOrAll:
|
130
|
+
desc: 'Possible values: ''create'', ''read'', ''update'', ''delete'', ''other'',
|
131
|
+
''all''.'
|
132
|
+
NsCtrlrFcConfig:
|
133
|
+
desc: Controller Fibre Channel configuration.
|
134
|
+
NsPrivilege:
|
135
|
+
desc: Privilege info.
|
136
|
+
NsEventTargetName:
|
137
|
+
desc: 'String of up to 400 alphanumeric characters, - and . and : and " " are allowed
|
138
|
+
after first character. Example: ''volumes in performance policy default''.'
|
139
|
+
NsReplDirection:
|
140
|
+
desc: 'Possible values: ''none'', ''downstream'', ''upstream'', ''bi_directional''.'
|
141
|
+
NsRate:
|
142
|
+
desc: 'Rate of activity, expressed as a floating-point number. Example: ''3.1415''.'
|
143
|
+
NsPlatLinkSpeed:
|
144
|
+
desc: 'Possible values: ''link_speed_unknown'', ''link_speed_10M'', ''link_speed_100M'',
|
145
|
+
''link_speed_1000M'', ''link_speed_10000M''.'
|
146
|
+
NsFolderList:
|
147
|
+
desc: List of fully qualified names of folders in a pool.
|
148
|
+
NsFibreChannelInterfaceFullName:
|
149
|
+
desc: Fully qualified name information for a Fibre Channel interface (array/controller/interface).
|
150
|
+
NsPoolSummary:
|
151
|
+
desc: Object containing pool id and name.
|
152
|
+
NsSnapStatus:
|
153
|
+
desc: 'Possible values: ''invalid'', ''okay'', ''failed_delete'', ''deleted'', ''creating'',
|
154
|
+
''create_retry'', ''force_delete'', ''deferred_delete''.'
|
155
|
+
NsArrayAsupDetail:
|
156
|
+
desc: Detailed array asup information.
|
157
|
+
NsActiveDirectoryServerList:
|
158
|
+
desc: Comma separated strings of up to 63 characters of hostname and/or ip addresses.
|
159
|
+
Total length cannot exceed 255 characters.
|
160
|
+
NsFibreChannelPortID:
|
161
|
+
desc: 'An ID of a Fibre Channel Port. Example: ''1f01067316132''.'
|
162
|
+
NsAsciiString255:
|
163
|
+
desc: String of printable ASCII characters, maximum length 255.
|
164
|
+
NsEventTargetTypeOrAll:
|
165
|
+
desc: 'Possible values: ''all'', ''anon'', ''array'', ''controller'', ''disk'',
|
166
|
+
''nic'', ''temperature'', ''service'', ''volume'', ''protection_set'', ''nvram'',
|
167
|
+
''fan'', ''power_supply'', ''partner'', ''raid'', ''test'', ''iscsi'', ''pool'',
|
168
|
+
''group'', ''shelf'', ''ntb'', ''fc'', ''initiator_group''.'
|
169
|
+
NsObjectIDKVList:
|
170
|
+
desc: A list of key value pairs containing object ids as values.
|
171
|
+
NsAuditLogUserName:
|
172
|
+
desc: 'String of up to 32 alphanumeric characters, beginning with a letter. Or _ampersand_amp;lt;system_ampersand_amp;gt;
|
173
|
+
for system user. Example: ''user99''.'
|
174
|
+
NsControllerSerialNumber:
|
175
|
+
desc: 'Example: ''AC-109084-C2''.'
|
176
|
+
NsAverageStats:
|
177
|
+
desc: Average statistics.
|
178
|
+
NsObjectNameListWithType:
|
179
|
+
desc: List of objects of a given type.
|
180
|
+
NsArrayAsupDetailList:
|
181
|
+
desc: List of arrays' detailed asup information.
|
182
|
+
NsSasAddress:
|
183
|
+
desc: SAS address of a expander/port/disk, or '-' if not connected.
|
184
|
+
NsDiscoveredGroupList:
|
185
|
+
desc: List of discovered group details.
|
186
|
+
NsApiSeverityLevel:
|
187
|
+
desc: 'Possible values: ''fatal'', ''error'', ''warn'',''info'', ''debug''.'
|
188
|
+
NsPeriodUnit:
|
189
|
+
desc: 'Possible values: ''minutes'', ''hours'', ''days'', ''weeks''.'
|
190
|
+
NsVolumeSnapshotAttributeList:
|
191
|
+
desc: List of volumes with per snapshot attributes.
|
192
|
+
NsReplPriorityType:
|
193
|
+
desc: 'Possible values: ''normal'', ''high''.'
|
194
|
+
NsObjectCount:
|
195
|
+
desc: Number of objects of a type in a given scope.
|
196
|
+
NsChapPassword:
|
197
|
+
desc: 'String of 12 to 16 printable ASCII characters excluding ampersand and ^[];`.
|
198
|
+
Example: ''password_25-24''.'
|
199
|
+
NsShelfSesMasterSwState:
|
200
|
+
desc: 'Shelf SES device mastership software state. Possible values: ''unknown'',
|
201
|
+
''master'', ''want master'', ''not master'', ''release master''.'
|
202
|
+
NsEulaFormat:
|
203
|
+
desc: 'Possible values: ''text'', ''html''.'
|
204
|
+
NsDiscoveredGroupInfo:
|
205
|
+
desc: Discovered group details.
|
206
|
+
NsAccessProtocolList:
|
207
|
+
desc: List of access protocols.
|
208
|
+
NsArrayMigStatusList:
|
209
|
+
desc: Data migration status information for a list of arrays.
|
210
|
+
NsChksum:
|
211
|
+
desc: 'A 8 digit hexadecimal number. Example: ''ffffffff''.'
|
212
|
+
NsNICList:
|
213
|
+
desc: List of NICs.
|
214
|
+
NsSnapRetainLimitList:
|
215
|
+
desc: List of snapshot retainment param limit violations.
|
216
|
+
NsSnapRetainLimit:
|
217
|
+
desc: Limit for scheduled snapshot retainment params.
|
218
|
+
NsSmtpEncryptType:
|
219
|
+
desc: 'Possible values: ''none'', ''starttls'', ''ssl''.'
|
220
|
+
NsReplPairList:
|
221
|
+
desc: List of replicated objects.
|
222
|
+
NsProtectionPolicyType:
|
223
|
+
desc: 'Possible values: ''protection_template'', ''volume_collection''.'
|
224
|
+
NsSeverityLevel:
|
225
|
+
desc: 'Possible values: ''info'', ''notice'', ''warning'', ''critical''.'
|
226
|
+
NsVcenterUserName:
|
227
|
+
desc: 'String of up to 80 alphanumeric characters, beginning with a letter. It can
|
228
|
+
include ampersand (@), backslash (\), dash (-), period (.), and underscore (_).
|
229
|
+
Example: ''user1'', ''companydomain\user1'', administrator@vsphere.local.'
|
230
|
+
NsWWN:
|
231
|
+
desc: 'Eight bytes expressed in hex separated by colons. Example: ''af:32:f1:20:bc:ba:43:1a''.'
|
232
|
+
NsChassisType:
|
233
|
+
desc: 'Type of chassis. Possible values: ''chassis_unknown'', ''chassis_3u16'',
|
234
|
+
''chassis_4u24''.'
|
235
|
+
NsShelfPortInfo:
|
236
|
+
desc: A shelf sas port information.
|
237
|
+
NsAlarmCount:
|
238
|
+
desc: List of alarm count for each category.
|
239
|
+
NsSensorSampleList:
|
240
|
+
desc: A list of sensor samples.
|
241
|
+
NsProxyPassword:
|
242
|
+
desc: HTTP proxy server password, string up to 255 characters, special characters
|
243
|
+
([, ], `, ;, ampersand, tab, space, newline) are not allowed.
|
244
|
+
NsToken:
|
245
|
+
desc: 'String of 31 or 32 alphanumeric characters. Example: ''9f53a789f1e9eae7b9385f4d8873fb1''.'
|
246
|
+
NsSnapshotListFromSnapshotCollections:
|
247
|
+
desc: Snapshot list as presented in snapshot collections object set.
|
248
|
+
NsVolSnapName:
|
249
|
+
desc: String of up to 215 alphanumeric, hyphenated, colon, or period-separated characters;
|
250
|
+
but cannot begin with hyphen, colon or period. This type is used for object sets
|
251
|
+
containing volumes, snapshots, snapshot collections and protocol endpoints.
|
252
|
+
NsErrorWithArgumentsList:
|
253
|
+
desc: List of error codes with details.
|
254
|
+
NsShelfCtrlrModel:
|
255
|
+
desc: 'Shelf controller model. Possible values: ''unknown'', ''head_x8'', ''head_x9'',
|
256
|
+
''es_sc937'', ''head_x9_2u'', ''head_x10_2u'', ''es_4u_24'', ''head_vmware''.'
|
257
|
+
NsAccessProtocol:
|
258
|
+
desc: 'Possible values: ''iscsi'', ''fc''.'
|
259
|
+
NsNetConfigName:
|
260
|
+
desc: 'Possible values: ''active'', ''backup'', ''draft''.'
|
261
|
+
NsBitMap:
|
262
|
+
desc: 'A hexadecimal number with maximum of 8192 characters. Example: ''0810''.'
|
263
|
+
NsHostName:
|
264
|
+
desc: String of up to 63 alphanumeric and can include hyphens characters but cannot
|
265
|
+
start with hyphen.
|
266
|
+
NsISCSISerialNumber:
|
267
|
+
desc: 'A 32 digit hexadecimal number. Example: ''1234123412341234abcdacbdacbdacbd''.'
|
268
|
+
NsEmailList:
|
269
|
+
desc: 'Comma separated email list. Example: bob@wikipedia.com,jason@wiki.com.'
|
270
|
+
SmFcInitiatorAliasSource:
|
271
|
+
desc: 'Possible values: ''invalid'', ''user'', ''fabric''.'
|
272
|
+
NsActiveDirectoryComputerName:
|
273
|
+
desc: 'Name of the computer account in Active Directory. Example: ''storage-array01''.'
|
274
|
+
NsFCSessions:
|
275
|
+
desc: List of Fibre Channel initiator sessions information.
|
276
|
+
NsStatIdCompList:
|
277
|
+
desc: A list of domain_ids or set_ids components of stat name.
|
278
|
+
NsFqdn:
|
279
|
+
desc: 'String of alphanumeric characters, valid range is from 2 to 255; Each label
|
280
|
+
must be between 1 and 63 characters long; - and . are allowed after the first
|
281
|
+
and before the last character. Example: ''example-1.com''.'
|
282
|
+
NsSensorData:
|
283
|
+
desc: A list of samples (in order of sample time) for a sensor.
|
284
|
+
NsArraySummaryList:
|
285
|
+
desc: List of arrays' information. Each item contains array_name and array_id for
|
286
|
+
the array name and its ID respectively.
|
287
|
+
NsNetConfigRole:
|
288
|
+
desc: 'Possible values: ''active'', ''backup'', ''draft''.'
|
289
|
+
NsNetbiosName:
|
290
|
+
desc: 'Netbios name for the Active Directory. Example: ''corp''.'
|
291
|
+
NsObjectNameOrAny:
|
292
|
+
desc: 'String of up to 64 alphanumeric characters or standalone wildcard character
|
293
|
+
''*'' to represent any object name, - and . and : are allowed after first character.
|
294
|
+
Examples: ''myobject-5'', ''*''.'
|
295
|
+
NsCRUDOperation:
|
296
|
+
desc: A CRUD (Create, Read, Update, Delete) operation associated with an object.
|
297
|
+
NsFcPortList:
|
298
|
+
desc: List of Fibre Channel ports.
|
299
|
+
NsFcInterfaceUpdateList:
|
300
|
+
desc: List of Fibre Channel interfaces to update.
|
301
|
+
NsVlanId:
|
302
|
+
desc: Positive integer in range [0,4096].
|
303
|
+
NsObjectType:
|
304
|
+
desc: 'Possible values: ''active_directory'', ''group'', ''chapuser'', ''initiatorgrp'',
|
305
|
+
''perfpolicy'', ''snapshot'', ''snapcoll'', ''vol'', ''volcoll'', ''partner'',
|
306
|
+
''array'', ''pool'', ''initiator'', ''protsched'', ''volacl'', ''throttle'', ''sshkey'',
|
307
|
+
''user'', ''protpol'', ''prottmpl'', ''branch'', ''route'', ''role'', ''privilege'',
|
308
|
+
''netconfig'', ''events'', ''session'', ''subnet'', ''array_netconfig'', ''nic'',
|
309
|
+
''initiatorgrp_subnet'', ''fc_initiator_alias'', ''fc_port'', ''fc_interface_collection'',
|
310
|
+
''fc'', ''event_dipatcher'', ''fc_target_port_group'', ''encrypt_key'', ''encrypt_config'',
|
311
|
+
''snapshot_lun'', ''syslog'', ''async_job'', ''application_server'', ''audit_log'',
|
312
|
+
''ip address'', ''disk'', ''shelf'', ''protocol_endpoint'', ''folder'', ''pe_acl'',
|
313
|
+
''vvol'', ''vvol_acl'', ''alarm''.'
|
314
|
+
NsDomainName:
|
315
|
+
desc: 'Domain name for the Active Directory. Example: ''abc.corp''.'
|
316
|
+
NsInitiatorAlias:
|
317
|
+
desc: 'String of up to 32 alphanumeric characters, or one of $^-_.: cannot begin
|
318
|
+
with non-alphanumeric character. Example: ''my_initiator-4''.'
|
319
|
+
NsVolumeList:
|
320
|
+
desc: List of volumes.
|
321
|
+
NsAuditActivity:
|
322
|
+
desc: 'String of 1-1476 printable characters. Example: ''Created snapshot % of volume
|
323
|
+
%''.'
|
324
|
+
NsDiskSetAttr:
|
325
|
+
desc: A shelf logical attributes.
|
326
|
+
NsTraceLevel:
|
327
|
+
desc: 'Possible values: ''info'', ''warn'', ''note'', ''error'', ''critical''.'
|
328
|
+
NsAliasConflictPair:
|
329
|
+
desc: Alias conflict (same initiator WWPN, but different aliases).
|
330
|
+
NsArrayUnassignMigStatusList:
|
331
|
+
desc: Data migration status information for arrays being unassigned from their pool.
|
332
|
+
NsMTU:
|
333
|
+
desc: Positive integer in range [576,16000].
|
334
|
+
NsSnapshotFromSnapshotCollections:
|
335
|
+
desc: Snapshot as presented in snapshot collections object set.
|
336
|
+
NsLogMessage:
|
337
|
+
desc: 'String of up to 1024 printable ASCII characters. Example: ''Null pointer
|
338
|
+
exception, at line 320''.'
|
339
|
+
NsISCSIInitiators:
|
340
|
+
desc: List of iSCSI initiators.
|
341
|
+
NsUserGroupNames:
|
342
|
+
desc: List of Active Directory groups the user belongs to.
|
343
|
+
NsMergeState:
|
344
|
+
desc: 'Possible values: ''none'', ''dest_start'', ''dest_DB'', ''dest_DB_done'',
|
345
|
+
''dest_reassigned'', ''dest_relinquish'', ''dest_DB_failed'', ''src_start'', ''src_quiesced'',
|
346
|
+
''src_reassigned'', ''src_quiesce_failed'', ''src_reassign_failed''.'
|
347
|
+
NsShelfSwState:
|
348
|
+
desc: 'Shelf software state. Possible values: ''available'', ''online'', ''foreign'',
|
349
|
+
''unknown''.'
|
350
|
+
NsObjectOwnerPairWithTypeList:
|
351
|
+
desc: List of objects of a given type along with their owners.
|
352
|
+
NsArrayDetailList:
|
353
|
+
desc: List of arrays' detailed information.
|
354
|
+
NsOfflineReason:
|
355
|
+
desc: 'Possible values: ''user'', ''recovery'', ''replica'', ''over_volume_limit'',
|
356
|
+
''over_snapshot_limit'', ''over_volume_reserve'', ''over_snapshot_reserve'', ''nvram_loss_recovery'',
|
357
|
+
''serial_number_collision'', ''encryption_inactive'', ''encryption_key_deleted'',
|
358
|
+
''vvol_unbind'', ''cache_unpin_in_progress''.'
|
359
|
+
NsIPAddress:
|
360
|
+
desc: 'Four numbers in the range [0,255] separated by periods. Example: ''128.0.0.1''.'
|
361
|
+
NsOnlineStatus:
|
362
|
+
desc: 'Online status based on that of the constituent entities. Possible values:
|
363
|
+
''online'', ''offline'' or ''partial''.'
|
364
|
+
NsObjectLimit:
|
365
|
+
desc: Limits (Max total number of objects) for object of a given type.
|
366
|
+
NsAppServerResp:
|
367
|
+
desc: Response from app server.
|
368
|
+
NsALUA:
|
369
|
+
desc: 'Possible values: ''active_optimized'', ''active_non_optimized'', ''standby'',
|
370
|
+
''unavailable'', ''logical_block_dependent'', ''invalid'', ''offline'', ''transitioning''.'
|
371
|
+
NsFcLinkInfo:
|
372
|
+
desc: Fibre Channel link information.
|
373
|
+
NsTargetSubnets:
|
374
|
+
desc: List of target subnet tables.
|
375
|
+
NsBusLocation:
|
376
|
+
desc: 'Platform HBA (Host Bus Adapter) bus location. Example : 0000:81:00.0.'
|
377
|
+
NsEmail:
|
378
|
+
desc: 'Case insensitive email address. Example: bob@wikipedia.com.'
|
379
|
+
NsStatIdComp:
|
380
|
+
desc: Domain_id and set_id components of stat name. String of up to 64 alphanumberic
|
381
|
+
characters. Undercore and hyphen are allowed. For example "ds".
|
382
|
+
NsString:
|
383
|
+
desc: Plain string.
|
384
|
+
NsDiskSmartAttributeList:
|
385
|
+
desc: List of Smart attributes.
|
386
|
+
NsJobStatus:
|
387
|
+
desc: 'Possible values: ''done'', ''inprogress''.'
|
388
|
+
NsObjectNameListWithTypeList:
|
389
|
+
desc: List of replicated objects.
|
390
|
+
NsEventTargetType:
|
391
|
+
desc: 'Possible values: ''anon'', ''array'', ''controller'', ''disk'', ''nic'',
|
392
|
+
''temperature'', ''service'', ''volume'', ''protection_set'', ''nvram'', ''fan'',
|
393
|
+
''power_supply'', ''partner'', ''raid'', ''test'', ''iscsi'', ''pool'', ''group'',
|
394
|
+
''shelf'', ''ntb'', ''fc'', ''initiator_group''.'
|
395
|
+
NsObjectLimitList:
|
396
|
+
desc: List of limits (Max total number of objects) for object of a given type.
|
397
|
+
NsCtrlrHwSensorInfoList:
|
398
|
+
desc: A list of sensor information.
|
399
|
+
NsSnapSummary:
|
400
|
+
desc: Select fields containing snapshot information.
|
401
|
+
NsShelfCtrlrList:
|
402
|
+
desc: List of controller hardware and software info.
|
403
|
+
NsAuditOperationType:
|
404
|
+
desc: 'Possible values: ''create'', ''read'', ''update'', ''delete'', ''other''.'
|
405
|
+
NsFcFabricInfo:
|
406
|
+
desc: Fibre Channel fabric information.
|
407
|
+
NsADTestUserReturn:
|
408
|
+
desc: Active Directory user details.
|
409
|
+
NsObjectIDOrAll:
|
410
|
+
desc: A placeholder for the object id. Currently the only acceptable value for this
|
411
|
+
is '*'.
|
412
|
+
NsFullName:
|
413
|
+
desc: 'Alphanumeric string of up to 64 chars, starts with letter, can include space,
|
414
|
+
apostrophe(''), hyphen(-). Example: ''User-13 Peterson''.'
|
415
|
+
NsPlatSlot:
|
416
|
+
desc: Slot that is mapped on the PCIe bus.
|
417
|
+
NsCachePolicy:
|
418
|
+
desc: 'Possible values: ''disabled'', ''normal'', ''aggressive'', ''no_write'',
|
419
|
+
''aggressive_read_no_write''.'
|
420
|
+
NsSchedule:
|
421
|
+
desc: Protection schedule associated with a volume collection or protection template.
|
422
|
+
NsScope:
|
423
|
+
desc: 'Possible values: array serial number, or ''-''. Example: ''AC-109084''.'
|
424
|
+
NsTag:
|
425
|
+
desc: 'String of up to 128 printable ASCII characters. Example: ''GUI debugger''.'
|
426
|
+
NsEncryptionCipher:
|
427
|
+
desc: 'Possible values: ''none'', ''aes_256_xts''.'
|
428
|
+
NsProtectionType:
|
429
|
+
desc: 'Volume Collection or volume is protected locally or remotely or unprotected.
|
430
|
+
Possible values: ''local'', ''remote'' or ''unprotected''.'
|
431
|
+
NsShelfPortStatus:
|
432
|
+
desc: 'Shelf SAS port status. Possible values: ''unknown'', ''connected'', ''disconnected'',
|
433
|
+
''disabled''.'
|
434
|
+
NsPassword:
|
435
|
+
desc: 'String of 8 to 255 printable characters excluding ampersand and ;[]`. Example:
|
436
|
+
''password-91''.'
|
437
|
+
NsEncryptionSettings:
|
438
|
+
desc: Group encryption settings.
|
439
|
+
NsSnapLunInfoList:
|
440
|
+
desc: Information about the snapshot LUNs as presented in the access_control_records
|
441
|
+
object set. This information is available only for Fibre Channel.
|
442
|
+
NsSensorDataList:
|
443
|
+
desc: A list of sensor data objects.
|
444
|
+
NsExtUserId:
|
445
|
+
desc: 'String of up to 255 printable ASCII characters. Example: ''S_aba-123''.'
|
446
|
+
NsHcfResult:
|
447
|
+
desc: Results from health check of a single element.
|
448
|
+
NsAppName:
|
449
|
+
desc: 'String of 0-255 printable ASCII characters. Example: ''GUI''.'
|
450
|
+
NsArrayNetConfigs:
|
451
|
+
desc: List of array network configs.
|
452
|
+
NsDiscoveredGroupListReturn:
|
453
|
+
desc: Detailed discovered group information.
|
454
|
+
NsShelfPortType:
|
455
|
+
desc: 'Shelf SAS port type. Possible values: ''unknown'', ''upstream'', ''downstream''.'
|
456
|
+
NsPinnedVolumeInfo:
|
457
|
+
desc: Select fields containing pinned volume info.
|
458
|
+
NsObjectID:
|
459
|
+
desc: 'A 42 digit hexadecimal number. Example: ''2a0df0fe6f7dc7bb16000000000000000000004817''.'
|
460
|
+
NsAppServerType:
|
461
|
+
desc: 'Possible values: ''vss'', ''vmware''.'
|
462
|
+
NsAccessApplyTo:
|
463
|
+
desc: 'Possible values: ''volume'', ''snapshot'', ''both'', ''pe'', ''vvol_volume'',
|
464
|
+
''vvol_snapshot''.'
|
465
|
+
NsObjectNameList:
|
466
|
+
desc: A list of object names.
|
467
|
+
NsNetZoneType:
|
468
|
+
desc: 'Possible values: ''none'', ''evenodd'', ''bisect'', ''single''.'
|
469
|
+
NsFCSession:
|
470
|
+
desc: Fibre Channel initiator session information.
|
471
|
+
NsBanner:
|
472
|
+
desc: String upto 2048 characters.
|
473
|
+
NsVersion:
|
474
|
+
desc: 'String of up to 8 alphanumeric characters starting with v. Example: ''v1''.'
|
475
|
+
NsShelfPortInfoList:
|
476
|
+
desc: List of SAS port info.
|
477
|
+
NsAbsolutePath:
|
478
|
+
desc: 'Absolute path that starts with / and delimited by /. Each component name
|
479
|
+
must conform to NsObjectName type. Example: ''/path/to/folder''.'
|
480
|
+
NsTimeOfDay:
|
481
|
+
desc: Non-negative integer in range [0,86399] which is equivalent to [0:00:00 AM,
|
482
|
+
23:59:59 PM].
|
483
|
+
NsAlarmSeverityLevel:
|
484
|
+
desc: 'Possible values: ''warning'', ''critical''.'
|
485
|
+
NsSnapshotListFromVolumes:
|
486
|
+
desc: Snapshot list as presented in volumes object set.
|
487
|
+
NsUpdateState:
|
488
|
+
desc: 'Possible values: ''invalid'', ''normal'', ''updating'', ''timed_out'', ''failed'',
|
489
|
+
''paused''.'
|
490
|
+
NsFcConfigRegenerateReturn:
|
491
|
+
desc: Return values of Fibre channel config regeneration.
|
492
|
+
NsIPAddressList:
|
493
|
+
desc: List of IP Addresses.
|
494
|
+
NsObjectOwnerPair:
|
495
|
+
desc: Objects and their owners.
|
496
|
+
NsDomainPassword:
|
497
|
+
desc: 'Active Directory user password. String up to 255 printable characters. Example:
|
498
|
+
''password-91''.'
|
499
|
+
NsShelfState:
|
500
|
+
desc: 'Shelf overall state. Possible values: ''void'', ''discovering'', ''faulty'',
|
501
|
+
''disconnected'', ''available'', ''online'', ''foreign'', ''unknown''.'
|
502
|
+
NsExtendedPrivilege:
|
503
|
+
desc: Extended privilege info.
|
504
|
+
NsIPAddressObject:
|
505
|
+
desc: Object wrapper of IP Address.
|
506
|
+
NsVolumesWithAppCategoryList:
|
507
|
+
desc: List of volumes.
|
508
|
+
NsPoolRebalanceMigStatus:
|
509
|
+
desc: Status of data rebalance operations in a pool.
|
510
|
+
NsErrorCodeList:
|
511
|
+
desc: List of error codes.
|
512
|
+
NsDiskRaidState:
|
513
|
+
desc: 'Disk RAID state. Possible values: ''N/A'', ''okay'', ''resynchronizing'',
|
514
|
+
''spare'', ''faulty''.'
|
515
|
+
NsVolumeSnapshotAttribute:
|
516
|
+
desc: Snapshot attributes that could be specified for individual snapshots during
|
517
|
+
snapshot collection creation.
|
518
|
+
NsPlatLinkStatus:
|
519
|
+
desc: 'Possible values: ''link_status_unknown'', ''link_status_down'', ''link_status_up''.'
|
520
|
+
NsPercent:
|
521
|
+
desc: Percentage as integer from 0 to 100.
|
522
|
+
NsLunReturn:
|
523
|
+
desc: Return LU number.
|
524
|
+
NsDiskSetAttrList:
|
525
|
+
desc: List of logical shelf attribute.
|
526
|
+
NsPlatFcOperationalStatus:
|
527
|
+
desc: 'Possible values: ''plat_fc_operational_status_unknown'', ''plat_fc_operational_status_unconfigured'',
|
528
|
+
''plat_fc_operational_status_configured'', ''plat_fc_operational_status_operational'',
|
529
|
+
''plat_fc_operational_status_fault'', ''plat_fc_operational_status_admin_offline'',
|
530
|
+
plat_fc_operational_status_initializing.'
|
531
|
+
NsShelfSwType:
|
532
|
+
desc: 'Shelf software type. Possible values: ''unknown shelf software type'', ''Head
|
533
|
+
Shelf'', ''Disk Shelf'', ''All Flash Shelf''.'
|
534
|
+
NsPerfPolicyName:
|
535
|
+
desc: 'String of up to 64 alphanumeric characters, - and . and : and space are allowed
|
536
|
+
after first character. Example: ''SQL Server Logs''.'
|
537
|
+
NsSignedLong:
|
538
|
+
desc: 'Signed 64-bit integer. Example: -1234.'
|
539
|
+
NsArraySummaryInfoList:
|
540
|
+
desc: List of arrays' summary information.
|
541
|
+
NsPoolList:
|
542
|
+
desc: List of pools.
|
543
|
+
NsShelfSesMasterHwState:
|
544
|
+
desc: 'Shelf SES device mastership hardware state. Possible values: ''unknown'',
|
545
|
+
''master'', ''not master'', ''failed''.'
|
546
|
+
NsEulaPhase:
|
547
|
+
desc: 'Possible values: ''setup'', ''software''.'
|
548
|
+
NsSpacePolicy:
|
549
|
+
desc: 'Possible values: ''invalid'', ''offline'', ''non_writable'', ''read_only'',
|
550
|
+
''login_only''.'
|
551
|
+
NsFanStatus:
|
552
|
+
desc: 'Possible values: ''fan_unknown'', ''fan_okay'', ''fan_alerted'', ''fan_failed''.'
|
553
|
+
NsCommaSeparatedList:
|
554
|
+
desc: 'Comma separated list of up to 64 non-empty lowercase alphanumeric strings
|
555
|
+
without spaces. Example: ''name,app_id''.'
|
556
|
+
NsVolAndSnapNameList:
|
557
|
+
desc: List of snapshots which are online.
|
558
|
+
NsInactivityTimeout:
|
559
|
+
desc: User inactivity timeout in second, valid range is from 1 to 43200 (720 minutes).
|
560
|
+
NsOptionalObjectID:
|
561
|
+
desc: 'An optional NsObjectID. A 42 digit hexadecimal number or the empty string.
|
562
|
+
Example: ''1234123412341234123412341234123412341234cd'' or ''''.'
|
563
|
+
NsPowerSupplyStatus:
|
564
|
+
desc: 'Possible values: ''ps_unknown'', ''ps_okay'', ''ps_alerted'', ''ps_failed''.'
|
565
|
+
NsShelfCtrlrAttrSetList:
|
566
|
+
desc: List of logical controller attribute sets.
|
567
|
+
NsThrottles:
|
568
|
+
desc: All the throttles for the partner.
|
569
|
+
NsFlexiblePassword:
|
570
|
+
desc: 'A password with few constraints. A string of up to 255 characters. Example:
|
571
|
+
''password_25-24''.'
|
572
|
+
NsArrayFcConfigList:
|
573
|
+
desc: List of array Fibre Channel configurations.
|
574
|
+
NsEncryptionMode:
|
575
|
+
desc: 'Possible values: ''none'', ''available'', ''secure''.'
|
576
|
+
NsOperationType:
|
577
|
+
desc: 'Possible values: ''edit_vol'', ''snap_vol'', ''edit_snap'', ''add_vol_acl'',
|
578
|
+
''remove_vol_acl'', ''create_initiator_grp'', ''delete_initiator_grp'', ''edit_initiator_grp'',
|
579
|
+
''add_fc_vol_acl'', ''add_initiator'', ''remove_initiator''.'
|
580
|
+
NsControllerId:
|
581
|
+
desc: 'Possible values: ''A'', ''B'', ''independent''.'
|
582
|
+
NsTime:
|
583
|
+
desc: 'Seconds since last epoch i.e. 00:00 January 1, 1970. Example: ''3400''.'
|
584
|
+
NsMac:
|
585
|
+
desc: Mac address of an interface.
|
586
|
+
NsPrivilegeList:
|
587
|
+
desc: List of privileges associated with a role.
|
588
|
+
NsObjectCountsList:
|
589
|
+
desc: List of object counts for objects in a scope type.
|
590
|
+
NsPlatPort:
|
591
|
+
desc: Port on the HBA (Host Bus Adapter).
|
592
|
+
NsHcfContext:
|
593
|
+
desc: 'Possible values: ''sw_update, ''failover'', ''all''.'
|
594
|
+
NsPartnerCfgSyncStatus:
|
595
|
+
desc: 'Possible values: ''N/A'', ''Yes'', ''No''.'
|
596
|
+
NsErrorWithArguments:
|
597
|
+
desc: Non-negative integer in range [0,9000].
|
598
|
+
NsDiskOp:
|
599
|
+
desc: 'Disk operation. Possible values: ''add'', ''remove''.'
|
600
|
+
NsSpaceUsageLevel:
|
601
|
+
desc: 'Possible values: ''normal'', ''warning'', ''critical''.'
|
602
|
+
NsThrottle:
|
603
|
+
desc: A single throttle for the partner.
|
604
|
+
NsArrayFcConfig:
|
605
|
+
desc: Array Fibre Channel configuration.
|
606
|
+
NsSdkName:
|
607
|
+
desc: 'Possible values: ''CPP'', ''CSHARP'', ''JAVA'', ''PERL'', ''PYTHON''.'
|
608
|
+
NsScheduleList:
|
609
|
+
desc: List of snapshot schedules associated with a volume collection or protection
|
610
|
+
template.
|
611
|
+
NsObjectName:
|
612
|
+
desc: 'String of up to 64 alphanumeric characters, - and . and : are allowed after
|
613
|
+
first character. Example: ''myobject-5''.'
|
614
|
+
NsBoolean:
|
615
|
+
desc: 'Possible values: ''true'', ''false''.'
|
616
|
+
NsTokenReportUserDetailsReturn:
|
617
|
+
desc: Return values of token reporting user details.
|
618
|
+
NsObjectIDList:
|
619
|
+
desc: A list of object ids.
|
620
|
+
NsSubnet:
|
621
|
+
desc: A subnet configuration.
|
622
|
+
NsAlarmRemindEvery:
|
623
|
+
desc: Frequency of alarm notification.
|
624
|
+
NsObjectOwnerPairList:
|
625
|
+
desc: List of object names and owners.
|
626
|
+
NsSensorState:
|
627
|
+
desc: 'Possible values: ''sensor_missing'', ''sensor_failed'', ''sensor_reading_unavail'',
|
628
|
+
''sensor_alert_cond'', ''sensor_ok''.'
|
629
|
+
NsBitMapReturn:
|
630
|
+
desc: Return bitmap under certain request.
|
631
|
+
NsPEOpStateType:
|
632
|
+
desc: 'Possible values: ''normal'', ''deprecated''.'
|
633
|
+
NsFcSessionTarget:
|
634
|
+
desc: Information of the Fibre Channel session target.
|
635
|
+
NsAuditLogAccessType:
|
636
|
+
desc: 'Possible values: ''GUI'', ''CLI'', ''API''.'
|
637
|
+
NsEventType:
|
638
|
+
desc: Non-negative integer in range [0,2147483647].
|
639
|
+
NsFcInterfaceUpdateInfo:
|
640
|
+
desc: Fibre Channel interface information to update.
|
641
|
+
NsMetadataQueryParam:
|
642
|
+
desc: Metadata query through URL query.
|
643
|
+
NsFcId:
|
644
|
+
desc: Unique identifier of the Fibre Channel port in hexadecimal representation.
|
645
|
+
NsRoute:
|
646
|
+
desc: Route configuration.
|
647
|
+
NsRouteConfigs:
|
648
|
+
desc: List of route configs.
|
649
|
+
NsReplPair:
|
650
|
+
desc: Replicated objects (vol/snap/snapcoll), their UIDs are the same.
|
651
|
+
NsCtrlrHwSensorInfo:
|
652
|
+
desc: Information on a controller hardware sensor.
|
653
|
+
NsAsciiString16:
|
654
|
+
desc: String of printable ASCII characters, maximum length 16.
|
655
|
+
NsRatio:
|
656
|
+
desc: 'Fraction expressed as floating point number. Example: ''9.18''.'
|
657
|
+
NsAgentType:
|
658
|
+
desc: 'Possible values: ''none'', ''smis'', ''vvol'', ''openstack'', ''openstackv2''.'
|
659
|
+
NsArraySummary:
|
660
|
+
desc: Array summary information.
|
661
|
+
NsIQN:
|
662
|
+
desc: 'Alphanumeric, hyphenated, colon or period separated string of up to 255 characters
|
663
|
+
or ''*''. Example: ''iqn.2007-11.com.storage:zmytestvol1-v0df0fe6f7dc7bb16.0000016b.70374579''.'
|
664
|
+
NsControllerState:
|
665
|
+
desc: 'Possible values: ''none'', ''start_standby'', ''start_active'', ''stale'',
|
666
|
+
''standby'', ''solo'', ''active''.'
|
667
|
+
NsArraySummaryInfo:
|
668
|
+
desc: Array summary information, including version, model, and IP configurations.
|
669
|
+
NsVolumeListReturn:
|
670
|
+
desc: Object containing a list of volume names and IDs.
|
671
|
+
NsOrganizationalUnit:
|
672
|
+
desc: 'The location where the computer account has to be created. The value should
|
673
|
+
be specified in fully distinguished name (DN) format. Reserved characters - comma,
|
674
|
+
plus sign, double quote, backslash, left angle bracket, right angle bracket, semicolon,
|
675
|
+
linefeed, carriage return, equals sign and forward slash must be escaped. Example:
|
676
|
+
ou=ABC\, San Jose,dc=MY,dc=LOCAL.'
|
677
|
+
NsAppIdType:
|
678
|
+
desc: 'Possible values: ''inval'', ''exchange'', ''sql2005'', ''sql2008'', ''sql2012'',
|
679
|
+
''exchange_dag'', ''sql2014'', ''sql2016'', ''hyperv''.'
|
680
|
+
NsProxyServer:
|
681
|
+
desc: 'String of alphanumeric characters, can be an empty string, or valid range
|
682
|
+
must be from 2 to 255; Each label must be between 1 and 63 characters long; -
|
683
|
+
and . are allowed after the first and before the last character. Example: ''example-1.com''.'
|
684
|
+
NsPassphrase:
|
685
|
+
desc: 'Encryption passphrase. String with size from 8 to 64 printable characters.
|
686
|
+
Example: ''passphrase-91''.'
|
687
|
+
NsStringList:
|
688
|
+
desc: List of plain strings.
|
689
|
+
NsAlarmCountSummary:
|
690
|
+
desc: List of alarm count for each category.
|
691
|
+
NsAlarmCountSummaryReturn:
|
692
|
+
desc: List of alarm count for each category.
|
693
|
+
NsPlatFcLinkStatus:
|
694
|
+
desc: 'Possible values: ''plat_fc_link_status_unknown'', ''plat_fc_link_status_down'',
|
695
|
+
''plat_fc_link_status_up'', ''plat_fc_link_status_not_connected'', ''plat_fc_link_status_error''.'
|
696
|
+
NsPerfPolicySummary:
|
697
|
+
desc: Select fields containing performance policy.
|
698
|
+
NsFcSessionInitiator:
|
699
|
+
desc: Information of the Fibre Channel Session Initiator.
|
700
|
+
NsISCSIInitiator:
|
701
|
+
desc: ISCSI initiator.
|
702
|
+
NsAccessControlRecord:
|
703
|
+
desc: An access control record associated with a volume or snapshot or protocol
|
704
|
+
endpoint.
|
705
|
+
NsShelfCtrlrAttrSet:
|
706
|
+
desc: A shelf logical controller attributes.
|
707
|
+
NsShelfSensorList:
|
708
|
+
desc: List of sensor readings.
|
709
|
+
NsSubnetConfigs:
|
710
|
+
desc: List of subnet configs.
|
711
|
+
NsArrayMigStatus:
|
712
|
+
desc: Data migration status for an array.
|
713
|
+
NsArraySerialNumber:
|
714
|
+
desc: 'Example: ''AC-109084''.'
|
715
|
+
NsNICName:
|
716
|
+
desc: Name for a network card.
|
717
|
+
NsVolumeSummaryWithAppCategory:
|
718
|
+
desc: Select fields containing volume info.
|
719
|
+
NsIopsMbpsStats:
|
720
|
+
desc: Average and maximum iops and mbps statistics in last 24 hours.
|
721
|
+
NsArrayRole:
|
722
|
+
desc: 'Array''s role in the group, possible values: ''invalid'', ''leader'', ''backup_leader'',
|
723
|
+
''member'', ''non_member'', ''failed''.'
|
724
|
+
NsObjectOwnerPairWithType:
|
725
|
+
desc: List of objects of a given type along with their owners.
|
726
|
+
NsStatScope:
|
727
|
+
desc: String of up to 10 alphanumberic characters. For example 'array'.
|
728
|
+
NsSnapVolListReturn:
|
729
|
+
desc: Object returned after creating snapshot collection.
|
730
|
+
NsUnixDate:
|
731
|
+
desc: Human readable date string matching format of the unix 'date' command (DAY
|
732
|
+
MON DD HH:MM:SS TMZ YEAR).
|
733
|
+
NsADReportStatusReturn:
|
734
|
+
desc: Status of the Active Directory domain.
|
735
|
+
NsSnapVol:
|
736
|
+
desc: Select fields containing volume info.
|
737
|
+
NsPlatFcLinkSpeed:
|
738
|
+
desc: 'Possible values: ''plat_fc_link_speed_unknown'', ''plat_fc_link_speed_2G'',
|
739
|
+
''plat_fc_link_speed_4G'', ''plat_fc_link_speed_8G'', ''plat_fc_link_speed_16G'',
|
740
|
+
''plat_fc_link_speed_32G'', ''plat_fc_link_speed_10G'', ''plat_fc_link_speed_40G''.'
|
741
|
+
NsCtrlrRaidInfo:
|
742
|
+
desc: Information about a controller's raid configuration.
|
743
|
+
NsArrayUnassignMigStatus:
|
744
|
+
desc: Data migration status for array being unassigned from its pool.
|
745
|
+
NsInitiatorIPAddress:
|
746
|
+
desc: 'String of four period-separated numbers, each in range [0,255]. Example:
|
747
|
+
''128.0.0.1'' or ''*''.'
|
748
|
+
NsFcPortInfo:
|
749
|
+
desc: Fibre Channel port information.
|
750
|
+
NsSeconds:
|
751
|
+
desc: 'Unsigned 64-bit integer. Example: ''1234''.'
|
752
|
+
NsSnapcollSummary:
|
753
|
+
desc: Select fields containing snapshot collection information.
|
754
|
+
NsShelfSensorState:
|
755
|
+
desc: 'Shelf sensor state. Possible values: ''OK'', ''Alerted'', ''Failed'', ''Missing''.'
|
756
|
+
NsIPNetmask:
|
757
|
+
desc: 'A netmask expressed as a 32 bit binary value must have the highest bit set
|
758
|
+
(2^31) and the lowest bit clear (2^0) with the first zero followed by only zeros.
|
759
|
+
Example: ''255.255.255.0''.'
|
760
|
+
NsGenericResp:
|
761
|
+
desc: Response from generic app server.
|
762
|
+
NsSubnetType:
|
763
|
+
desc: 'Possible values: ''invalid'', ''unconfigured'', ''mgmt'', ''data'', ''mgmt_data''.'
|
764
|
+
NsAliasConflictPairList:
|
765
|
+
desc: List of alias conflict (same initiator WWPN, but different aliases).
|
766
|
+
NsNIC:
|
767
|
+
desc: Network interface controller.
|
768
|
+
NsFibreChannelInterfaceFullNameList:
|
769
|
+
desc: List of Fibre Channel interfaces which are online.
|
770
|
+
NsDomainUser:
|
771
|
+
desc: 'Active Directory username. String up to 104 printable characters. Example:
|
772
|
+
''joe-91''.'
|
773
|
+
NsPinnedVolumeInfoList:
|
774
|
+
desc: List of pinned volumes in a pool.
|
775
|
+
NsAlarmType:
|
776
|
+
desc: Non-negative integer in range [0,2147483647].
|
777
|
+
NsSnapReplStatus:
|
778
|
+
desc: 'Possible values: ''complete'', ''in_progress'', ''pending''.'
|
779
|
+
NsVssValidationTimeout:
|
780
|
+
desc: VSS validation timeout in second, valid range is from 1 to 3600 (60 minutes).
|
781
|
+
NsChksumReturn:
|
782
|
+
desc: Return computed checksum.
|
783
|
+
NsScheduleType:
|
784
|
+
desc: 'Possible values: ''regular'', ''external_trigger''.'
|
785
|
+
NsHcfScope:
|
786
|
+
desc: 'Possible values: ''group'', ''array'', ''controller''.'
|
787
|
+
NsSearchName:
|
788
|
+
desc: 'Alphanumeric string, up to 64 characters including hyphen, period, colon.
|
789
|
+
Example: ''vol:1''.'
|
790
|
+
NsCtrlrRaidInfoList:
|
791
|
+
desc: A list of raid arrays.
|
792
|
+
NsEulaLocale:
|
793
|
+
desc: 'Possible value: ''en''.'
|
794
|
+
NsObjectIDsCSV:
|
795
|
+
desc: String of up to 10k alphanumeric comma-separated characters. This type is
|
796
|
+
used for volume stat parent object IDs.
|
797
|
+
NsLunConflictPairList:
|
798
|
+
desc: List of LUN conflicts.
|
799
|
+
NsKeyValues:
|
800
|
+
desc: List of key-value pairs. Keys must be unique and non-empty. When creating
|
801
|
+
an object, values must be non-empty. When updating an object, an empty value causes
|
802
|
+
the corresponding key to be removed.
|
803
|
+
NsDiskType:
|
804
|
+
desc: 'Disk type. Possible values: ''hdd'', ''ssd''.'
|
805
|
+
NsKeyValue:
|
806
|
+
desc: Key-value pair.
|
807
|
+
NsDays:
|
808
|
+
desc: 'Comma separated list of days of the week or ''all''. Example: ''monday,sunday''.'
|
809
|
+
NsReplPairListWithObjectType:
|
810
|
+
desc: Replicated objects of the specified type.
|
811
|
+
NsShelfHwState:
|
812
|
+
desc: 'Shelf hardware state. Possible values: ''void'', ''discovering'', ''faulty'',
|
813
|
+
''ready'', ''disconnected''.'
|
814
|
+
NsCliUserName:
|
815
|
+
desc: 'String of up to 32 alphanumeric characters, beginning with a letter, which
|
816
|
+
matches the CLI requirements for a user name. Example: ''user1''.'
|
817
|
+
NsPerfPolicyNameList:
|
818
|
+
desc: List of Performance Policies.
|
819
|
+
NsAuditCategory:
|
820
|
+
desc: 'Possible values: ''data_provisioning'', ''data_protection'', ''data_access'',
|
821
|
+
''user_access'', ''system_configuration'', ''software_update''.'
|
822
|
+
NsErrorCode:
|
823
|
+
desc: Non-negative integer in range [0,9000].
|
824
|
+
NsShelfCtrlrSide:
|
825
|
+
desc: 'Shelf controller position in the chassis. Possible values: ''A'', ''B'',
|
826
|
+
''unknown''.'
|
827
|
+
NsAlarmStatus:
|
828
|
+
desc: 'Possible values: ''open'', ''acknowledged''.'
|
829
|
+
NsVmwareResp:
|
830
|
+
desc: Response from Vmware app server.
|
831
|
+
NsNotificationType:
|
832
|
+
desc: 'Possible values: ''auditlogs'', ''alerts''.'
|
833
|
+
NsVolFamMigStatusList:
|
834
|
+
desc: List of data migration status for a group of related volumes.
|
835
|
+
NsExtendedPrivilegeList:
|
836
|
+
desc: List of extended privileges associated with a role.
|
837
|
+
NsSensorList:
|
838
|
+
desc: 'Comma separated list of up to 64 stat sensor names. Sensor names are non-empty
|
839
|
+
alphanumeric strings without spaces. The underscore ''_'' is allowed. Example:
|
840
|
+
''reads,scratch_slosh_cur,schedCpuQueueSizeSysHiPrio''.'
|
841
|
+
NsAppUuid:
|
842
|
+
desc: 'String of up to 255 alphanumeric characters, hyphen, colon, dot and underscore
|
843
|
+
are allowed. Example: ''rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18''.'
|
844
|
+
NsGroupMergeReturn:
|
845
|
+
desc: Response of group merge validation.
|
846
|
+
NsArrayNet:
|
847
|
+
desc: Array network config.
|
848
|
+
NsTargetName:
|
849
|
+
desc: The iSCSI Qualified Name (IQN) or the Fibre Channel World Wide Node Name (WWNN)
|
850
|
+
of the target.
|
851
|
+
NsTemperatureStatus:
|
852
|
+
desc: 'Possible values: ''temperature_unknown'', ''temperature_okay'', ''temperature_alerted'',
|
853
|
+
''temperature_failed''.'
|
854
|
+
NsShelfSensorType:
|
855
|
+
desc: 'Shelf sensor type. Possible values: ''fan'', ''temperature'', ''power supply'',
|
856
|
+
''nvram''.'
|
857
|
+
NsReplPairListWithObjectTypeList:
|
858
|
+
desc: List of replicated objects.
|
859
|
+
NsVolumeCollectionSummary:
|
860
|
+
desc: Select fields of volume collection info.
|