@itentialopensource/adapter-openstack_cinder 0.1.1
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.
- package/.eslintignore +5 -0
- package/.eslintrc.js +18 -0
- package/.jshintrc +3 -0
- package/AUTH.md +43 -0
- package/BROKER.md +199 -0
- package/CALLS.md +1118 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +172 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +641 -0
- package/README.md +337 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +11 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +20288 -0
- package/adapterBase.js +1788 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +242 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +49 -0
- package/entities/APIExtensionsExtensions/action.json +25 -0
- package/entities/APIExtensionsExtensions/schema.json +30 -0
- package/entities/APIVersionDetails/action.json +25 -0
- package/entities/APIVersionDetails/schema.json +19 -0
- package/entities/APIVersions/action.json +25 -0
- package/entities/APIVersions/schema.json +19 -0
- package/entities/AttachmentsAttachments/action.json +147 -0
- package/entities/AttachmentsAttachments/schema.json +58 -0
- package/entities/BackEndStoragePools/action.json +25 -0
- package/entities/BackEndStoragePools/schema.json +30 -0
- package/entities/BackupActionsBackupsAction/action.json +24 -0
- package/entities/BackupActionsBackupsAction/schema.json +41 -0
- package/entities/BackupsBackups/action.json +188 -0
- package/entities/BackupsBackups/schema.json +71 -0
- package/entities/CapabilitiesForStorageBackEndsCapabilities/action.json +25 -0
- package/entities/CapabilitiesForStorageBackEndsCapabilities/schema.json +30 -0
- package/entities/ConsistencyGroupSnapshotsDEPRECATED/action.json +107 -0
- package/entities/ConsistencyGroupSnapshotsDEPRECATED/schema.json +56 -0
- package/entities/ConsistencyGroupsDEPRECATED/action.json +147 -0
- package/entities/ConsistencyGroupsDEPRECATED/schema.json +58 -0
- package/entities/DefaultVolumeTypesDefaultTypes/action.json +86 -0
- package/entities/DefaultVolumeTypesDefaultTypes/schema.json +33 -0
- package/entities/GenericVolumeGroupsGroups/action.json +147 -0
- package/entities/GenericVolumeGroupsGroups/schema.json +69 -0
- package/entities/GroupSnapshotsGroupSnapshots/action.json +127 -0
- package/entities/GroupSnapshotsGroupSnapshots/schema.json +79 -0
- package/entities/GroupTypeSpecsGroupTypesGroupSpecs/action.json +106 -0
- package/entities/GroupTypeSpecsGroupTypesGroupSpecs/schema.json +56 -0
- package/entities/GroupTypesGroupTypes/action.json +127 -0
- package/entities/GroupTypesGroupTypes/schema.json +46 -0
- package/entities/HostsExtensionOsHosts/action.json +46 -0
- package/entities/HostsExtensionOsHosts/schema.json +42 -0
- package/entities/LimitsLimits/action.json +25 -0
- package/entities/LimitsLimits/schema.json +30 -0
- package/entities/MessagesMessages/action.json +66 -0
- package/entities/MessagesMessages/schema.json +43 -0
- package/entities/QualityOfServiceQoSSpecificationsQosSpecs/action.json +210 -0
- package/entities/QualityOfServiceQoSSpecificationsQosSpecs/schema.json +61 -0
- package/entities/QuotaClassSetExtensionOsQuotaClassSets/action.json +45 -0
- package/entities/QuotaClassSetExtensionOsQuotaClassSets/schema.json +42 -0
- package/entities/QuotaSetsExtensionOsQuotaSets/action.json +86 -0
- package/entities/QuotaSetsExtensionOsQuotaSets/schema.json +44 -0
- package/entities/ResourceFiltersResourceFilters/action.json +25 -0
- package/entities/ResourceFiltersResourceFilters/schema.json +30 -0
- package/entities/ServicesOsServices/action.json +185 -0
- package/entities/ServicesOsServices/schema.json +38 -0
- package/entities/SnapshotActionsSnapshotsAction/action.json +24 -0
- package/entities/SnapshotActionsSnapshotsAction/schema.json +41 -0
- package/entities/SnapshotManageExtensionManageableSnapshots/action.json +66 -0
- package/entities/SnapshotManageExtensionManageableSnapshots/schema.json +32 -0
- package/entities/VolumeActionsVolumesAction/action.json +24 -0
- package/entities/VolumeActionsVolumesAction/schema.json +41 -0
- package/entities/VolumeManageExtensionManageableVolumes/action.json +66 -0
- package/entities/VolumeManageExtensionManageableVolumes/schema.json +32 -0
- package/entities/VolumeSnapshotsSnapshots/action.json +249 -0
- package/entities/VolumeSnapshotsSnapshots/schema.json +85 -0
- package/entities/VolumeTransfer/action.json +127 -0
- package/entities/VolumeTransfer/schema.json +57 -0
- package/entities/VolumeTransfersVolumeTransfers355OrLater/action.json +127 -0
- package/entities/VolumeTransfersVolumeTransfers355OrLater/schema.json +79 -0
- package/entities/VolumeTypeAccessTypesActionTypesOsVolumeTypeAccess/action.json +45 -0
- package/entities/VolumeTypeAccessTypesActionTypesOsVolumeTypeAccess/schema.json +42 -0
- package/entities/VolumeTypesTypes/action.json +331 -0
- package/entities/VolumeTypesTypes/schema.json +78 -0
- package/entities/VolumesVolumes/action.json +270 -0
- package/entities/VolumesVolumes/schema.json +108 -0
- package/entities/WorkersWorkers/action.json +24 -0
- package/entities/WorkersWorkers/schema.json +30 -0
- package/error.json +190 -0
- package/package.json +87 -0
- package/pronghorn.json +10093 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1284 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +10 -0
- package/report/cinder-openapi.json +8589 -0
- package/report/creationReport.json +1495 -0
- package/sampleProperties.json +198 -0
- package/swagger/openstack_API_docs/BlockStorageAPIV3-cinder-documentation.html +32674 -0
- package/swagger/openstack_api_cinder.js +602 -0
- package/test/integration/adapterTestBasicGet.js +85 -0
- package/test/integration/adapterTestConnectivity.js +93 -0
- package/test/integration/adapterTestIntegration.js +4799 -0
- package/test/unit/adapterBaseTestUnit.js +952 -0
- package/test/unit/adapterTestUnit.js +7633 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +179 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +225 -0
- package/utils/modify.js +154 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/tbScript.js +184 -0
- package/utils/tbUtils.js +469 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +190 -0
- package/workflows/README.md +3 -0
|
@@ -0,0 +1,1495 @@
|
|
|
1
|
+
{
|
|
2
|
+
"errors": [],
|
|
3
|
+
"statistics": [
|
|
4
|
+
{
|
|
5
|
+
"owner": "errorJson",
|
|
6
|
+
"description": "Standard adapter errors available for use",
|
|
7
|
+
"value": 31
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"owner": "packageJson",
|
|
11
|
+
"description": "Number of production dependencies",
|
|
12
|
+
"value": 14
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"owner": "packageJson",
|
|
16
|
+
"description": "Number of development dependencies",
|
|
17
|
+
"value": 7
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"owner": "packageJson",
|
|
21
|
+
"description": "Number of npm scripts",
|
|
22
|
+
"value": 22
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"owner": "packageJson",
|
|
26
|
+
"description": "Runtime Library dependency",
|
|
27
|
+
"value": "^4.45.6"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"owner": "propertiesSchemaJson",
|
|
31
|
+
"description": "Adapter properties defined in the propertiesSchema file",
|
|
32
|
+
"value": 70
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"owner": "adapterJS",
|
|
36
|
+
"description": "Lines of code generated in adapter.js",
|
|
37
|
+
"value": 14814
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"owner": "adapterJS",
|
|
41
|
+
"description": "Number of Functions added to adapter.js",
|
|
42
|
+
"value": 158
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"owner": "pronghornJson",
|
|
46
|
+
"description": "Number of Methods added to pronghorn.json",
|
|
47
|
+
"value": 158
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"owner": "markdown",
|
|
51
|
+
"description": "Number of lines in the README.md",
|
|
52
|
+
"value": 338
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"owner": "markdown",
|
|
56
|
+
"description": "Number of lines in the SUMMARY.md",
|
|
57
|
+
"value": 9
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"owner": "markdown",
|
|
61
|
+
"description": "Number of lines in the PROPERTIES.md",
|
|
62
|
+
"value": 642
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"owner": "markdown",
|
|
66
|
+
"description": "Number of lines in the TROUBLESHOOT.md",
|
|
67
|
+
"value": 48
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"owner": "markdown",
|
|
71
|
+
"description": "Number of lines in the ENHANCE.md",
|
|
72
|
+
"value": 70
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"owner": "markdown",
|
|
76
|
+
"description": "Number of lines in the BROKER.md",
|
|
77
|
+
"value": 200
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"owner": "markdown",
|
|
81
|
+
"description": "Number of lines in the CALLS.md",
|
|
82
|
+
"value": 171
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"owner": "markdown",
|
|
86
|
+
"description": "Number of lines in the AUTH.md",
|
|
87
|
+
"value": 40
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"owner": "markdown",
|
|
91
|
+
"description": "Number of lines in the SYSTEMINFO.md",
|
|
92
|
+
"value": 11
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"owner": "unitTestJS",
|
|
96
|
+
"description": "Number of lines of code in unit tests",
|
|
97
|
+
"value": 7628
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"owner": "unitTestJS",
|
|
101
|
+
"description": "Number of unit tests",
|
|
102
|
+
"value": 473
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"owner": "integrationTestJS",
|
|
106
|
+
"description": "Number of lines of code in integration tests",
|
|
107
|
+
"value": 4800
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"owner": "integrationTestJS",
|
|
111
|
+
"description": "Number of integration tests",
|
|
112
|
+
"value": 163
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"owner": "actionJson",
|
|
116
|
+
"description": "Number of actions for APIVersions entity",
|
|
117
|
+
"value": 1
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"owner": "actionJson",
|
|
121
|
+
"description": "Number of actions for APIVersionDetails entity",
|
|
122
|
+
"value": 1
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"owner": "actionJson",
|
|
126
|
+
"description": "Number of actions for APIExtensionsExtensions entity",
|
|
127
|
+
"value": 1
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"owner": "actionJson",
|
|
131
|
+
"description": "Number of actions for VolumeTypesTypes entity",
|
|
132
|
+
"value": 16
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"owner": "actionJson",
|
|
136
|
+
"description": "Number of actions for VolumeTypeAccessTypesActionTypesOsVolumeTypeAccess entity",
|
|
137
|
+
"value": 2
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"owner": "actionJson",
|
|
141
|
+
"description": "Number of actions for DefaultVolumeTypesDefaultTypes entity",
|
|
142
|
+
"value": 4
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"owner": "actionJson",
|
|
146
|
+
"description": "Number of actions for VolumesVolumes entity",
|
|
147
|
+
"value": 13
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"owner": "actionJson",
|
|
151
|
+
"description": "Number of actions for VolumeActionsVolumesAction entity",
|
|
152
|
+
"value": 1
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"owner": "actionJson",
|
|
156
|
+
"description": "Number of actions for VolumeManageExtensionManageableVolumes entity",
|
|
157
|
+
"value": 3
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"owner": "actionJson",
|
|
161
|
+
"description": "Number of actions for VolumeSnapshotsSnapshots entity",
|
|
162
|
+
"value": 12
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"owner": "actionJson",
|
|
166
|
+
"description": "Number of actions for SnapshotActionsSnapshotsAction entity",
|
|
167
|
+
"value": 1
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"owner": "actionJson",
|
|
171
|
+
"description": "Number of actions for SnapshotManageExtensionManageableSnapshots entity",
|
|
172
|
+
"value": 3
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"owner": "actionJson",
|
|
176
|
+
"description": "Number of actions for VolumeTransfer entity",
|
|
177
|
+
"value": 6
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"owner": "actionJson",
|
|
181
|
+
"description": "Number of actions for VolumeTransfersVolumeTransfers355OrLater entity",
|
|
182
|
+
"value": 6
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"owner": "actionJson",
|
|
186
|
+
"description": "Number of actions for AttachmentsAttachments entity",
|
|
187
|
+
"value": 7
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"owner": "actionJson",
|
|
191
|
+
"description": "Number of actions for BackEndStoragePools entity",
|
|
192
|
+
"value": 1
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"owner": "actionJson",
|
|
196
|
+
"description": "Number of actions for BackupsBackups entity",
|
|
197
|
+
"value": 9
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"owner": "actionJson",
|
|
201
|
+
"description": "Number of actions for BackupActionsBackupsAction entity",
|
|
202
|
+
"value": 1
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"owner": "actionJson",
|
|
206
|
+
"description": "Number of actions for CapabilitiesForStorageBackEndsCapabilities entity",
|
|
207
|
+
"value": 1
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"owner": "actionJson",
|
|
211
|
+
"description": "Number of actions for ConsistencyGroupsDEPRECATED entity",
|
|
212
|
+
"value": 7
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"owner": "actionJson",
|
|
216
|
+
"description": "Number of actions for ConsistencyGroupSnapshotsDEPRECATED entity",
|
|
217
|
+
"value": 5
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"owner": "actionJson",
|
|
221
|
+
"description": "Number of actions for ServicesOsServices entity",
|
|
222
|
+
"value": 9
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"owner": "actionJson",
|
|
226
|
+
"description": "Number of actions for GenericVolumeGroupsGroups entity",
|
|
227
|
+
"value": 7
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"owner": "actionJson",
|
|
231
|
+
"description": "Number of actions for GroupSnapshotsGroupSnapshots entity",
|
|
232
|
+
"value": 6
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"owner": "actionJson",
|
|
236
|
+
"description": "Number of actions for GroupTypesGroupTypes entity",
|
|
237
|
+
"value": 6
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"owner": "actionJson",
|
|
241
|
+
"description": "Number of actions for GroupTypeSpecsGroupTypesGroupSpecs entity",
|
|
242
|
+
"value": 5
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"owner": "actionJson",
|
|
246
|
+
"description": "Number of actions for HostsExtensionOsHosts entity",
|
|
247
|
+
"value": 2
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"owner": "actionJson",
|
|
251
|
+
"description": "Number of actions for LimitsLimits entity",
|
|
252
|
+
"value": 1
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"owner": "actionJson",
|
|
256
|
+
"description": "Number of actions for MessagesMessages entity",
|
|
257
|
+
"value": 3
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"owner": "actionJson",
|
|
261
|
+
"description": "Number of actions for ResourceFiltersResourceFilters entity",
|
|
262
|
+
"value": 1
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"owner": "actionJson",
|
|
266
|
+
"description": "Number of actions for QualityOfServiceQoSSpecificationsQosSpecs entity",
|
|
267
|
+
"value": 10
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"owner": "actionJson",
|
|
271
|
+
"description": "Number of actions for QuotaClassSetExtensionOsQuotaClassSets entity",
|
|
272
|
+
"value": 2
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"owner": "actionJson",
|
|
276
|
+
"description": "Number of actions for QuotaSetsExtensionOsQuotaSets entity",
|
|
277
|
+
"value": 4
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"owner": "actionJson",
|
|
281
|
+
"description": "Number of actions for WorkersWorkers entity",
|
|
282
|
+
"value": 1
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"owner": "actionJson",
|
|
286
|
+
"description": "Total number of actions",
|
|
287
|
+
"value": 158
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"owner": "actionJson",
|
|
291
|
+
"description": "Total number of entities",
|
|
292
|
+
"value": 34
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"owner": "schemaJson",
|
|
296
|
+
"description": "Number of schemas for APIVersions entity",
|
|
297
|
+
"value": 1
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"owner": "schemaJson",
|
|
301
|
+
"description": "Number of schemas for APIVersionDetails entity",
|
|
302
|
+
"value": 1
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"owner": "schemaJson",
|
|
306
|
+
"description": "Number of schemas for APIExtensionsExtensions entity",
|
|
307
|
+
"value": 1
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"owner": "schemaJson",
|
|
311
|
+
"description": "Number of schemas for VolumeTypesTypes entity",
|
|
312
|
+
"value": 1
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"owner": "schemaJson",
|
|
316
|
+
"description": "Number of schemas for VolumeTypeAccessTypesActionTypesOsVolumeTypeAccess entity",
|
|
317
|
+
"value": 1
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"owner": "schemaJson",
|
|
321
|
+
"description": "Number of schemas for DefaultVolumeTypesDefaultTypes entity",
|
|
322
|
+
"value": 1
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"owner": "schemaJson",
|
|
326
|
+
"description": "Number of schemas for VolumesVolumes entity",
|
|
327
|
+
"value": 1
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"owner": "schemaJson",
|
|
331
|
+
"description": "Number of schemas for VolumeActionsVolumesAction entity",
|
|
332
|
+
"value": 1
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"owner": "schemaJson",
|
|
336
|
+
"description": "Number of schemas for VolumeManageExtensionManageableVolumes entity",
|
|
337
|
+
"value": 1
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"owner": "schemaJson",
|
|
341
|
+
"description": "Number of schemas for VolumeSnapshotsSnapshots entity",
|
|
342
|
+
"value": 1
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"owner": "schemaJson",
|
|
346
|
+
"description": "Number of schemas for SnapshotActionsSnapshotsAction entity",
|
|
347
|
+
"value": 1
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"owner": "schemaJson",
|
|
351
|
+
"description": "Number of schemas for SnapshotManageExtensionManageableSnapshots entity",
|
|
352
|
+
"value": 1
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"owner": "schemaJson",
|
|
356
|
+
"description": "Number of schemas for VolumeTransfer entity",
|
|
357
|
+
"value": 1
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"owner": "schemaJson",
|
|
361
|
+
"description": "Number of schemas for VolumeTransfersVolumeTransfers355OrLater entity",
|
|
362
|
+
"value": 1
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"owner": "schemaJson",
|
|
366
|
+
"description": "Number of schemas for AttachmentsAttachments entity",
|
|
367
|
+
"value": 1
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"owner": "schemaJson",
|
|
371
|
+
"description": "Number of schemas for BackEndStoragePools entity",
|
|
372
|
+
"value": 1
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"owner": "schemaJson",
|
|
376
|
+
"description": "Number of schemas for BackupsBackups entity",
|
|
377
|
+
"value": 1
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"owner": "schemaJson",
|
|
381
|
+
"description": "Number of schemas for BackupActionsBackupsAction entity",
|
|
382
|
+
"value": 1
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"owner": "schemaJson",
|
|
386
|
+
"description": "Number of schemas for CapabilitiesForStorageBackEndsCapabilities entity",
|
|
387
|
+
"value": 1
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"owner": "schemaJson",
|
|
391
|
+
"description": "Number of schemas for ConsistencyGroupsDEPRECATED entity",
|
|
392
|
+
"value": 1
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"owner": "schemaJson",
|
|
396
|
+
"description": "Number of schemas for ConsistencyGroupSnapshotsDEPRECATED entity",
|
|
397
|
+
"value": 1
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"owner": "schemaJson",
|
|
401
|
+
"description": "Number of schemas for ServicesOsServices entity",
|
|
402
|
+
"value": 1
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"owner": "schemaJson",
|
|
406
|
+
"description": "Number of schemas for GenericVolumeGroupsGroups entity",
|
|
407
|
+
"value": 1
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"owner": "schemaJson",
|
|
411
|
+
"description": "Number of schemas for GroupSnapshotsGroupSnapshots entity",
|
|
412
|
+
"value": 1
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"owner": "schemaJson",
|
|
416
|
+
"description": "Number of schemas for GroupTypesGroupTypes entity",
|
|
417
|
+
"value": 1
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"owner": "schemaJson",
|
|
421
|
+
"description": "Number of schemas for GroupTypeSpecsGroupTypesGroupSpecs entity",
|
|
422
|
+
"value": 1
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"owner": "schemaJson",
|
|
426
|
+
"description": "Number of schemas for HostsExtensionOsHosts entity",
|
|
427
|
+
"value": 1
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"owner": "schemaJson",
|
|
431
|
+
"description": "Number of schemas for LimitsLimits entity",
|
|
432
|
+
"value": 1
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"owner": "schemaJson",
|
|
436
|
+
"description": "Number of schemas for MessagesMessages entity",
|
|
437
|
+
"value": 1
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"owner": "schemaJson",
|
|
441
|
+
"description": "Number of schemas for ResourceFiltersResourceFilters entity",
|
|
442
|
+
"value": 1
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"owner": "schemaJson",
|
|
446
|
+
"description": "Number of schemas for QualityOfServiceQoSSpecificationsQosSpecs entity",
|
|
447
|
+
"value": 1
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"owner": "schemaJson",
|
|
451
|
+
"description": "Number of schemas for QuotaClassSetExtensionOsQuotaClassSets entity",
|
|
452
|
+
"value": 1
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"owner": "schemaJson",
|
|
456
|
+
"description": "Number of schemas for QuotaSetsExtensionOsQuotaSets entity",
|
|
457
|
+
"value": 1
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"owner": "schemaJson",
|
|
461
|
+
"description": "Number of schemas for WorkersWorkers entity",
|
|
462
|
+
"value": 1
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"owner": "schemaJson",
|
|
466
|
+
"description": "Total number of schemas",
|
|
467
|
+
"value": 34
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"owner": "mockdata",
|
|
471
|
+
"description": "Number of mock data files for APIVersions entity",
|
|
472
|
+
"value": 0
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"owner": "mockdata",
|
|
476
|
+
"description": "Number of mock data files for APIVersionDetails entity",
|
|
477
|
+
"value": 0
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"owner": "mockdata",
|
|
481
|
+
"description": "Number of mock data files for APIExtensionsExtensions entity",
|
|
482
|
+
"value": 0
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"owner": "mockdata",
|
|
486
|
+
"description": "Number of mock data files for VolumeTypesTypes entity",
|
|
487
|
+
"value": 0
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"owner": "mockdata",
|
|
491
|
+
"description": "Number of mock data files for VolumeTypeAccessTypesActionTypesOsVolumeTypeAccess entity",
|
|
492
|
+
"value": 0
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"owner": "mockdata",
|
|
496
|
+
"description": "Number of mock data files for DefaultVolumeTypesDefaultTypes entity",
|
|
497
|
+
"value": 0
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"owner": "mockdata",
|
|
501
|
+
"description": "Number of mock data files for VolumesVolumes entity",
|
|
502
|
+
"value": 0
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"owner": "mockdata",
|
|
506
|
+
"description": "Number of mock data files for VolumeActionsVolumesAction entity",
|
|
507
|
+
"value": 0
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"owner": "mockdata",
|
|
511
|
+
"description": "Number of mock data files for VolumeManageExtensionManageableVolumes entity",
|
|
512
|
+
"value": 0
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"owner": "mockdata",
|
|
516
|
+
"description": "Number of mock data files for VolumeSnapshotsSnapshots entity",
|
|
517
|
+
"value": 0
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"owner": "mockdata",
|
|
521
|
+
"description": "Number of mock data files for SnapshotActionsSnapshotsAction entity",
|
|
522
|
+
"value": 0
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"owner": "mockdata",
|
|
526
|
+
"description": "Number of mock data files for SnapshotManageExtensionManageableSnapshots entity",
|
|
527
|
+
"value": 0
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"owner": "mockdata",
|
|
531
|
+
"description": "Number of mock data files for VolumeTransfer entity",
|
|
532
|
+
"value": 0
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"owner": "mockdata",
|
|
536
|
+
"description": "Number of mock data files for VolumeTransfersVolumeTransfers355OrLater entity",
|
|
537
|
+
"value": 0
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"owner": "mockdata",
|
|
541
|
+
"description": "Number of mock data files for AttachmentsAttachments entity",
|
|
542
|
+
"value": 0
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"owner": "mockdata",
|
|
546
|
+
"description": "Number of mock data files for BackEndStoragePools entity",
|
|
547
|
+
"value": 0
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"owner": "mockdata",
|
|
551
|
+
"description": "Number of mock data files for BackupsBackups entity",
|
|
552
|
+
"value": 0
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"owner": "mockdata",
|
|
556
|
+
"description": "Number of mock data files for BackupActionsBackupsAction entity",
|
|
557
|
+
"value": 0
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"owner": "mockdata",
|
|
561
|
+
"description": "Number of mock data files for CapabilitiesForStorageBackEndsCapabilities entity",
|
|
562
|
+
"value": 0
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"owner": "mockdata",
|
|
566
|
+
"description": "Number of mock data files for ConsistencyGroupsDEPRECATED entity",
|
|
567
|
+
"value": 0
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"owner": "mockdata",
|
|
571
|
+
"description": "Number of mock data files for ConsistencyGroupSnapshotsDEPRECATED entity",
|
|
572
|
+
"value": 0
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"owner": "mockdata",
|
|
576
|
+
"description": "Number of mock data files for ServicesOsServices entity",
|
|
577
|
+
"value": 0
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"owner": "mockdata",
|
|
581
|
+
"description": "Number of mock data files for GenericVolumeGroupsGroups entity",
|
|
582
|
+
"value": 0
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"owner": "mockdata",
|
|
586
|
+
"description": "Number of mock data files for GroupSnapshotsGroupSnapshots entity",
|
|
587
|
+
"value": 0
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"owner": "mockdata",
|
|
591
|
+
"description": "Number of mock data files for GroupTypesGroupTypes entity",
|
|
592
|
+
"value": 0
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"owner": "mockdata",
|
|
596
|
+
"description": "Number of mock data files for GroupTypeSpecsGroupTypesGroupSpecs entity",
|
|
597
|
+
"value": 0
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"owner": "mockdata",
|
|
601
|
+
"description": "Number of mock data files for HostsExtensionOsHosts entity",
|
|
602
|
+
"value": 0
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"owner": "mockdata",
|
|
606
|
+
"description": "Number of mock data files for LimitsLimits entity",
|
|
607
|
+
"value": 0
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"owner": "mockdata",
|
|
611
|
+
"description": "Number of mock data files for MessagesMessages entity",
|
|
612
|
+
"value": 0
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"owner": "mockdata",
|
|
616
|
+
"description": "Number of mock data files for ResourceFiltersResourceFilters entity",
|
|
617
|
+
"value": 0
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"owner": "mockdata",
|
|
621
|
+
"description": "Number of mock data files for QualityOfServiceQoSSpecificationsQosSpecs entity",
|
|
622
|
+
"value": 0
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"owner": "mockdata",
|
|
626
|
+
"description": "Number of mock data files for QuotaClassSetExtensionOsQuotaClassSets entity",
|
|
627
|
+
"value": 0
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"owner": "mockdata",
|
|
631
|
+
"description": "Number of mock data files for QuotaSetsExtensionOsQuotaSets entity",
|
|
632
|
+
"value": 0
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"owner": "mockdata",
|
|
636
|
+
"description": "Number of mock data files for WorkersWorkers entity",
|
|
637
|
+
"value": 0
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"owner": "mockdata",
|
|
641
|
+
"description": "Total number of mock data files",
|
|
642
|
+
"value": 0
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"owner": "actionJson",
|
|
646
|
+
"description": "Number of actions for .system entity",
|
|
647
|
+
"value": 2
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"owner": "schemaJson",
|
|
651
|
+
"description": "Number of schemas for .system entity",
|
|
652
|
+
"value": 3
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"owner": "mockdata",
|
|
656
|
+
"description": "Number of mock data files for .system entity",
|
|
657
|
+
"value": 2
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"owner": "System",
|
|
661
|
+
"description": "System entity files",
|
|
662
|
+
"value": 6
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"owner": "usecases",
|
|
666
|
+
"description": "Number of workflows",
|
|
667
|
+
"value": 0
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"owner": "staticFile",
|
|
671
|
+
"description": "Number of lines of code in adapterBase.js",
|
|
672
|
+
"value": 1791
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"owner": "staticFile",
|
|
676
|
+
"description": "Number of static files added",
|
|
677
|
+
"value": 37
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"owner": "Overall",
|
|
681
|
+
"description": "Total lines of Code",
|
|
682
|
+
"value": 29033
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"owner": "Overall",
|
|
686
|
+
"description": "Total Tests",
|
|
687
|
+
"value": 636
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"owner": "Overall",
|
|
691
|
+
"description": "Total Files",
|
|
692
|
+
"value": 119
|
|
693
|
+
}
|
|
694
|
+
],
|
|
695
|
+
"warnings": [],
|
|
696
|
+
"apiParsingReport": {
|
|
697
|
+
"no_mockdata": [
|
|
698
|
+
{
|
|
699
|
+
"fnName": "listAllApiVersions",
|
|
700
|
+
"method": "get",
|
|
701
|
+
"path": "/"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"fnName": "showAPIV3Details",
|
|
705
|
+
"method": "get",
|
|
706
|
+
"path": "/v3/"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"fnName": "listKnownAPIExtensions",
|
|
710
|
+
"method": "get",
|
|
711
|
+
"path": "/v3/{project_id}/extensions"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"fnName": "updateAVolumeType",
|
|
715
|
+
"method": "put",
|
|
716
|
+
"path": "/v3/{project_id}/types/{volume_type_id}"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"fnName": "showVolumeTypeDetail",
|
|
720
|
+
"method": "get",
|
|
721
|
+
"path": "/v3/{project_id}/types/{volume_type_id}"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"fnName": "deleteAVolumeType",
|
|
725
|
+
"method": "delete",
|
|
726
|
+
"path": "/v3/{project_id}/types/{volume_type_id}"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"fnName": "createOrUpdateExtraSpecsForVolumeType",
|
|
730
|
+
"method": "post",
|
|
731
|
+
"path": "/v3/{project_id}/types/{volume_type_id}/extra_specs"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"fnName": "showAllExtraSpecificationsForVolumeType",
|
|
735
|
+
"method": "get",
|
|
736
|
+
"path": "/v3/{project_id}/types/{volume_type_id}/extra_specs"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"fnName": "showExtraSpecificationForVolumeType",
|
|
740
|
+
"method": "get",
|
|
741
|
+
"path": "/v3/{project_id}/types/{volume_type_id}/extra_specs/{key}"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"fnName": "updateExtraSpecificationForVolumeType",
|
|
745
|
+
"method": "put",
|
|
746
|
+
"path": "/v3/{project_id}/types/{volume_type_id}/extra_specs/{key}"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"fnName": "deleteExtraSpecificationForVolumeType",
|
|
750
|
+
"method": "delete",
|
|
751
|
+
"path": "/v3/{project_id}/types/{volume_type_id}/extra_specs/{key}"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"fnName": "showDefaultVolumeType",
|
|
755
|
+
"method": "get",
|
|
756
|
+
"path": "/v3/{project_id}/types/default"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"fnName": "listAllVolumeTypes",
|
|
760
|
+
"method": "get",
|
|
761
|
+
"path": "/v3/{project_id}/types"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"fnName": "createAVolumeType",
|
|
765
|
+
"method": "post",
|
|
766
|
+
"path": "/v3/{project_id}/types"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"fnName": "showAnEncryptionType",
|
|
770
|
+
"method": "get",
|
|
771
|
+
"path": "/v3/{project_id}/types/{volume_type_id}/encryption"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"fnName": "createAnEncryptionType",
|
|
775
|
+
"method": "post",
|
|
776
|
+
"path": "/v3/{project_id}/types/{volume_type_id}/encryption"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"fnName": "showEncryptionSpecsItem",
|
|
780
|
+
"method": "get",
|
|
781
|
+
"path": "/v3/{project_id}/types/{volume_type_id}/encryption/{key}"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"fnName": "deleteAnEncryptionType",
|
|
785
|
+
"method": "delete",
|
|
786
|
+
"path": "/v3/{project_id}/types/{volume_type_id}/encryption/{encryption_id}"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"fnName": "updateAnEncryptionType",
|
|
790
|
+
"method": "put",
|
|
791
|
+
"path": "/v3/{project_id}/types/{volume_type_id}/encryption/{encryption_id}"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"fnName": "addPrivateVolumeTypeAccessToProject",
|
|
795
|
+
"method": "post",
|
|
796
|
+
"path": "/v3/{project_id}/types/{volume_type}/action"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"fnName": "listPrivateVolumeTypeAccessDetail",
|
|
800
|
+
"method": "get",
|
|
801
|
+
"path": "/v3/{project_id}/types/{volume_type}/os-volume-type-access"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"fnName": "createOrUpdateADefaultVolumeType",
|
|
805
|
+
"method": "put",
|
|
806
|
+
"path": "/v3/default-types/{project-id}"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"fnName": "showADefaultVolumeType",
|
|
810
|
+
"method": "get",
|
|
811
|
+
"path": "/v3/default-types/{project-id}"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"fnName": "deleteADefaultVolumeType",
|
|
815
|
+
"method": "delete",
|
|
816
|
+
"path": "/v3/default-types/{project-id}"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"fnName": "listDefaultVolumeTypes",
|
|
820
|
+
"method": "get",
|
|
821
|
+
"path": "/v3/default-types/"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"fnName": "listAccessibleVolumesWithDetails",
|
|
825
|
+
"method": "get",
|
|
826
|
+
"path": "/v3/{project_id}/volumes/detail"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"fnName": "createAVolume",
|
|
830
|
+
"method": "post",
|
|
831
|
+
"path": "/v3/{project_id}/volumes"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"fnName": "listAccessibleVolumes",
|
|
835
|
+
"method": "get",
|
|
836
|
+
"path": "/v3/{project_id}/volumes"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"fnName": "showAVolumeSDetails",
|
|
840
|
+
"method": "get",
|
|
841
|
+
"path": "/v3/{project_id}/volumes/{volume_id}"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"fnName": "updateAVolume",
|
|
845
|
+
"method": "put",
|
|
846
|
+
"path": "/v3/{project_id}/volumes/{volume_id}"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"fnName": "deleteAVolume",
|
|
850
|
+
"method": "delete",
|
|
851
|
+
"path": "/v3/{project_id}/volumes/{volume_id}"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"fnName": "createMetadataForVolume",
|
|
855
|
+
"method": "post",
|
|
856
|
+
"path": "/v3/{project_id}/volumes/{volume_id}/metadata"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"fnName": "showAVolumeSMetadata",
|
|
860
|
+
"method": "get",
|
|
861
|
+
"path": "/v3/{project_id}/volumes/{volume_id}/metadata"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"fnName": "updateAVolumeSMetadata",
|
|
865
|
+
"method": "put",
|
|
866
|
+
"path": "/v3/{project_id}/volumes/{volume_id}/metadata"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"fnName": "showAVolumeSMetadataForASpecificKey",
|
|
870
|
+
"method": "get",
|
|
871
|
+
"path": "/v3/{project_id}/volumes/{volume_id}/metadata/{key}"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"fnName": "deleteAVolumeSMetadata",
|
|
875
|
+
"method": "delete",
|
|
876
|
+
"path": "/v3/{project_id}/volumes/{volume_id}/metadata/{key}"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"fnName": "updateAVolumeSMetadataForASpecificKey",
|
|
880
|
+
"method": "put",
|
|
881
|
+
"path": "/v3/{project_id}/volumes/{volume_id}/metadata/{key}"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"fnName": "getVolumesSummary",
|
|
885
|
+
"method": "get",
|
|
886
|
+
"path": "/v3/{project_id}/volumes/summary"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"fnName": "extendAVolumeSize",
|
|
890
|
+
"method": "post",
|
|
891
|
+
"path": "/v3/{project_id}/volumes/{volume_id}/action"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"fnName": "manageAnExistingVolume",
|
|
895
|
+
"method": "post",
|
|
896
|
+
"path": "/v3/{project_id}/manageable_volumes"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"fnName": "listSummaryOfVolumesAvailableToManage",
|
|
900
|
+
"method": "get",
|
|
901
|
+
"path": "/v3/{project_id}/manageable_volumes"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"fnName": "listDetailOfVolumesAvailableToManage",
|
|
905
|
+
"method": "get",
|
|
906
|
+
"path": "/v3/{project_id}/manageable_volumes/detail"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"fnName": "listSnapshotsAndDetails",
|
|
910
|
+
"method": "get",
|
|
911
|
+
"path": "/v3/{project_id}/snapshots/detail"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"fnName": "createASnapshot",
|
|
915
|
+
"method": "post",
|
|
916
|
+
"path": "/v3/{project_id}/snapshots"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"fnName": "listAccessibleSnapshots",
|
|
920
|
+
"method": "get",
|
|
921
|
+
"path": "/v3/{project_id}/snapshots"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"fnName": "showASnapshotSMetadata",
|
|
925
|
+
"method": "get",
|
|
926
|
+
"path": "/v3/{project_id}/snapshots/{snapshot_id}/metadata"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"fnName": "createASnapshotSMetadata",
|
|
930
|
+
"method": "post",
|
|
931
|
+
"path": "/v3/{project_id}/snapshots/{snapshot_id}/metadata"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"fnName": "updateASnapshotSMetadata",
|
|
935
|
+
"method": "put",
|
|
936
|
+
"path": "/v3/{project_id}/snapshots/{snapshot_id}/metadata"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"fnName": "showASnapshotSDetails",
|
|
940
|
+
"method": "get",
|
|
941
|
+
"path": "/v3/{project_id}/snapshots/{snapshot_id}"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"fnName": "updateASnapshot",
|
|
945
|
+
"method": "put",
|
|
946
|
+
"path": "/v3/{project_id}/snapshots/{snapshot_id}"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"fnName": "deleteASnapshot",
|
|
950
|
+
"method": "delete",
|
|
951
|
+
"path": "/v3/{project_id}/snapshots/{snapshot_id}"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"fnName": "showASnapshotSMetadataForASpecificKey",
|
|
955
|
+
"method": "get",
|
|
956
|
+
"path": "/v3/{project_id}/snapshot/{snapshot_id}/metadata/{key}"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"fnName": "deleteASnapshotSMetadata",
|
|
960
|
+
"method": "delete",
|
|
961
|
+
"path": "/v3/{project_id}/snapshots/{snapshot_id}/metadata/{key}"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"fnName": "updateASnapshotSMetadataForASpecificKey",
|
|
965
|
+
"method": "put",
|
|
966
|
+
"path": "/v3/{project_id}/snapshots/{snapshot_id}/metadata/{key}"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"fnName": "resetASnapshotSStatus",
|
|
970
|
+
"method": "post",
|
|
971
|
+
"path": "/v3/{project_id}/snapshots/{snapshot_id}/action"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"fnName": "manageAnExistingSnapshot",
|
|
975
|
+
"method": "post",
|
|
976
|
+
"path": "/v3/{project_id}/manageable_snapshots"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"fnName": "listSummaryOfSnapshotsAvailableToManage",
|
|
980
|
+
"method": "get",
|
|
981
|
+
"path": "/v3/{project_id}/manageable_snapshots"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"fnName": "listDetailOfSnapshotsAvailableToManage",
|
|
985
|
+
"method": "get",
|
|
986
|
+
"path": "/v3/{project_id}/manageable_snapshots/detail"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"fnName": "acceptAVolumeTransferNew",
|
|
990
|
+
"method": "post",
|
|
991
|
+
"path": "/v3/{project_id}/os-volume-transfer/{transfer_id}/accept"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"fnName": "createAVolumeTransferNew",
|
|
995
|
+
"method": "post",
|
|
996
|
+
"path": "/v3/{project_id}/os-volume-transfer"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"fnName": "listVolumeTransfersForAProjectNew",
|
|
1000
|
+
"method": "get",
|
|
1001
|
+
"path": "/v3/{project_id}/os-volume-transfer"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"fnName": "showVolumeTransferDetailNew",
|
|
1005
|
+
"method": "get",
|
|
1006
|
+
"path": "/v3/{project_id}/os-volume-transfer/{transfer_id}"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"fnName": "deleteAVolumeTransferNew",
|
|
1010
|
+
"method": "delete",
|
|
1011
|
+
"path": "/v3/{project_id}/os-volume-transfer/{transfer_id}"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"fnName": "listVolumeTransfersAndDetailsNew",
|
|
1015
|
+
"method": "get",
|
|
1016
|
+
"path": "/v3/{project_id}/os-volume-transfer/detail"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"fnName": "acceptAVolumeTransfer",
|
|
1020
|
+
"method": "post",
|
|
1021
|
+
"path": "/v3/{project_id}/volume-transfers/{transfer_id}/accept"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"fnName": "createAVolumeTransfer",
|
|
1025
|
+
"method": "post",
|
|
1026
|
+
"path": "/v3/{project_id}/volume-transfers"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"fnName": "listVolumeTransfersForAProject",
|
|
1030
|
+
"method": "get",
|
|
1031
|
+
"path": "/v3/{project_id}/volume-transfers"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"fnName": "showVolumeTransferDetail",
|
|
1035
|
+
"method": "get",
|
|
1036
|
+
"path": "/v3/{project_id}/volume-transfers/{transfer_id}"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"fnName": "deleteAVolumeTransfer",
|
|
1040
|
+
"method": "delete",
|
|
1041
|
+
"path": "/v3/{project_id}/volume-transfers/{transfer_id}"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"fnName": "listVolumeTransfersAndDetails",
|
|
1045
|
+
"method": "get",
|
|
1046
|
+
"path": "/v3/{project_id}/volume-transfers/detail"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"fnName": "deleteAttachment",
|
|
1050
|
+
"method": "delete",
|
|
1051
|
+
"path": "/v3/{project_id}/attachments/{attachment_id}"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"fnName": "showAttachmentDetails",
|
|
1055
|
+
"method": "get",
|
|
1056
|
+
"path": "/v3/{project_id}/attachments/{attachment_id}"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"fnName": "updateAnAttachment",
|
|
1060
|
+
"method": "put",
|
|
1061
|
+
"path": "/v3/{project_id}/attachments/{attachment_id}"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"fnName": "listAttachmentsWithDetails",
|
|
1065
|
+
"method": "get",
|
|
1066
|
+
"path": "/v3/{project_id}/attachments/detail"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"fnName": "listAttachments",
|
|
1070
|
+
"method": "get",
|
|
1071
|
+
"path": "/v3/{project_id}/attachments"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"fnName": "createAttachment",
|
|
1075
|
+
"method": "post",
|
|
1076
|
+
"path": "/v3/{project_id}/attachments"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"fnName": "completeAttachment",
|
|
1080
|
+
"method": "post",
|
|
1081
|
+
"path": "/v3/{project_id}/attachments/{attachment_id}/action"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"fnName": "listAllBackEndStoragePools",
|
|
1085
|
+
"method": "get",
|
|
1086
|
+
"path": "/v3/{project_id}/scheduler-stats/get_pools"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"fnName": "listBackupsWithDetail",
|
|
1090
|
+
"method": "get",
|
|
1091
|
+
"path": "/v3/{project_id}/backups/detail"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"fnName": "showBackupDetail",
|
|
1095
|
+
"method": "get",
|
|
1096
|
+
"path": "/v3/{project_id}/backups/{backup_id}"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"fnName": "deleteABackup",
|
|
1100
|
+
"method": "delete",
|
|
1101
|
+
"path": "/v3/{project_id}/backups/{backup_id}"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"fnName": "updateABackup",
|
|
1105
|
+
"method": "put",
|
|
1106
|
+
"path": "/v3/{project_id}/backups/{backup_id}"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"fnName": "restoreABackup",
|
|
1110
|
+
"method": "post",
|
|
1111
|
+
"path": "/v3/{project_id}/backups/{backup_id}/restore"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"fnName": "createABackup",
|
|
1115
|
+
"method": "post",
|
|
1116
|
+
"path": "/v3/{project_id}/backups"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"fnName": "listBackupsForProject",
|
|
1120
|
+
"method": "get",
|
|
1121
|
+
"path": "/v3/{project_id}/backups"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"fnName": "exportABackup",
|
|
1125
|
+
"method": "get",
|
|
1126
|
+
"path": "/v3/{project_id}/backups/{backup_id}/export_record"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"fnName": "importABackup",
|
|
1130
|
+
"method": "post",
|
|
1131
|
+
"path": "/v3/{project_id}/backups/import_record"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"fnName": "forceDeleteABackup",
|
|
1135
|
+
"method": "post",
|
|
1136
|
+
"path": "/v3/{project_id}/backups/{backup_id}/action"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"fnName": "showAllBackEndCapabilities",
|
|
1140
|
+
"method": "get",
|
|
1141
|
+
"path": "/v3/{project_id}/capabilities/{hostname}"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"fnName": "listProjectSConsistencyGroups",
|
|
1145
|
+
"method": "get",
|
|
1146
|
+
"path": "/v3/{project_id}/consistencygroups"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"fnName": "createAConsistencyGroup",
|
|
1150
|
+
"method": "post",
|
|
1151
|
+
"path": "/v3/{project_id}/consistencygroups"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"fnName": "showAConsistencyGroupSDetails",
|
|
1155
|
+
"method": "get",
|
|
1156
|
+
"path": "/v3/{project_id}/consistencygroups/{consistencygroup_id}"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"fnName": "createAConsistencyGroupFromSource",
|
|
1160
|
+
"method": "post",
|
|
1161
|
+
"path": "/v3/{project_id}/consistencygroups/create_from_src"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"fnName": "deleteAConsistencyGroup",
|
|
1165
|
+
"method": "post",
|
|
1166
|
+
"path": "/v3/{project_id}/consistencygroups/{consistencygroup_id}/delete"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"fnName": "listConsistencyGroupsAndDetails",
|
|
1170
|
+
"method": "get",
|
|
1171
|
+
"path": "/v3/{project_id}/consistencygroups/detail"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"fnName": "updateAConsistencyGroup",
|
|
1175
|
+
"method": "put",
|
|
1176
|
+
"path": "/v3/{project_id}/consistencygroups/{consistencygroup_id}/update"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"fnName": "deleteAConsistencyGroupSnapshot",
|
|
1180
|
+
"method": "delete",
|
|
1181
|
+
"path": "/v3/{project_id}/cgsnapshots/{cgsnapshot_id}"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"fnName": "showConsistencyGroupSnapshotDetail",
|
|
1185
|
+
"method": "get",
|
|
1186
|
+
"path": "/v3/{project_id}/cgsnapshots/{cgsnapshot_id}"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"fnName": "listAllConsistencyGroupSnapshotsWithDetails",
|
|
1190
|
+
"method": "get",
|
|
1191
|
+
"path": "/v3/{project_id}/cgsnapshots/detail"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"fnName": "listAllConsistencyGroupSnapshots",
|
|
1195
|
+
"method": "get",
|
|
1196
|
+
"path": "/v3/{project_id}/cgsnapshots"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"fnName": "createAConsistencyGroupSnapshot",
|
|
1200
|
+
"method": "post",
|
|
1201
|
+
"path": "/v3/{project_id}/cgsnapshots"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"fnName": "listAllCinderServices",
|
|
1205
|
+
"method": "get",
|
|
1206
|
+
"path": "/v3/{project_id}/os-services"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"fnName": "disableACinderService",
|
|
1210
|
+
"method": "put",
|
|
1211
|
+
"path": "/v3/{project_id}/os-services/disable"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"fnName": "logDisabledCinderServiceInformation",
|
|
1215
|
+
"method": "put",
|
|
1216
|
+
"path": "/v3/{project_id}/os-services/disable-log-reason"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"fnName": "enableACinderService",
|
|
1220
|
+
"method": "put",
|
|
1221
|
+
"path": "/v3/{project_id}/os-services/enable"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"fnName": "getCurrentLogLevelsForCinderServices",
|
|
1225
|
+
"method": "put",
|
|
1226
|
+
"path": "/v3/{project_id}/os-services/get-log"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"fnName": "setLogLevelsOfCinderServicesDynamically",
|
|
1230
|
+
"method": "put",
|
|
1231
|
+
"path": "/v3/{project_id}/os-services/set-log"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"fnName": "freezeACinderBackendHost",
|
|
1235
|
+
"method": "put",
|
|
1236
|
+
"path": "/v3/{project_id}/os-services/freeze"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"fnName": "thawACinderBackendHost",
|
|
1240
|
+
"method": "put",
|
|
1241
|
+
"path": "/v3/{project_id}/os-services/thaw"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"fnName": "failoverACinderBackendHost",
|
|
1245
|
+
"method": "put",
|
|
1246
|
+
"path": "/v3/{project_id}/os-services/failover_host"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"fnName": "listGroups",
|
|
1250
|
+
"method": "get",
|
|
1251
|
+
"path": "/v3/{project_id}/groups"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"fnName": "createGroup",
|
|
1255
|
+
"method": "post",
|
|
1256
|
+
"path": "/v3/{project_id}/groups"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"fnName": "showGroupDetails",
|
|
1260
|
+
"method": "get",
|
|
1261
|
+
"path": "/v3/{project_id}/groups/{group_id}"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"fnName": "updateGroup",
|
|
1265
|
+
"method": "put",
|
|
1266
|
+
"path": "/v3/{project_id}/groups/{group_id}"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"fnName": "createGroupFromSource",
|
|
1270
|
+
"method": "post",
|
|
1271
|
+
"path": "/v3/{project_id}/groups/action"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"fnName": "deleteGroup",
|
|
1275
|
+
"method": "post",
|
|
1276
|
+
"path": "/v3/{project_id}/groups/{group_id}/action"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"fnName": "listGroupsWithDetails",
|
|
1280
|
+
"method": "get",
|
|
1281
|
+
"path": "/v3/{project_id}/groups/detail"
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"fnName": "deleteGroupSnapshot",
|
|
1285
|
+
"method": "delete",
|
|
1286
|
+
"path": "/v3/{project_id}/group_snapshots/{group_snapshot_id}"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"fnName": "showGroupSnapshotDetails",
|
|
1290
|
+
"method": "get",
|
|
1291
|
+
"path": "/v3/{project_id}/group_snapshots/{group_snapshot_id}"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"fnName": "listGroupSnapshotsWithDetails",
|
|
1295
|
+
"method": "get",
|
|
1296
|
+
"path": "/v3/{project_id}/group_snapshots/detail"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"fnName": "listGroupSnapshots",
|
|
1300
|
+
"method": "get",
|
|
1301
|
+
"path": "/v3/{project_id}/group_snapshots"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"fnName": "createGroupSnapshot",
|
|
1305
|
+
"method": "post",
|
|
1306
|
+
"path": "/v3/{project_id}/group_snapshots"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"fnName": "resetGroupSnapshotStatus",
|
|
1310
|
+
"method": "post",
|
|
1311
|
+
"path": "/v3/{project_id}/group_snapshots/{group_snapshot_id}/action"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"fnName": "updateGroupType",
|
|
1315
|
+
"method": "put",
|
|
1316
|
+
"path": "/v3/{project_id}/group_types/{group_type_id}"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"fnName": "showGroupTypeDetails",
|
|
1320
|
+
"method": "get",
|
|
1321
|
+
"path": "/v3/{project_id}/group_types/{group_type_id}"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"fnName": "deleteGroupType",
|
|
1325
|
+
"method": "delete",
|
|
1326
|
+
"path": "/v3/{project_id}/group_types/{group_type_id}"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"fnName": "showDefaultGroupTypeDetails",
|
|
1330
|
+
"method": "get",
|
|
1331
|
+
"path": "/v3/{project_id}/group_types/default"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"fnName": "listGroupTypes",
|
|
1335
|
+
"method": "get",
|
|
1336
|
+
"path": "/v3/{project_id}/group_types"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"fnName": "createGroupType",
|
|
1340
|
+
"method": "post",
|
|
1341
|
+
"path": "/v3/{project_id}/group_types"
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"fnName": "createOrUpdateGroupSpecsForAGroupType",
|
|
1345
|
+
"method": "post",
|
|
1346
|
+
"path": "/v3/{project_id}/group_types/{group_type_id}/group_specs"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"fnName": "listGroupSpecsForAGroupType",
|
|
1350
|
+
"method": "get",
|
|
1351
|
+
"path": "/v3/{project_id}/group_types/{group_type_id}/group_specs"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"fnName": "showOneSpecificGroupSpecForAGroupType",
|
|
1355
|
+
"method": "get",
|
|
1356
|
+
"path": "/v3/{project_id}/group_types/{group_type_id}/group_specs/{spec_id}"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"fnName": "updateOneSpecificGroupSpecForAGroupType",
|
|
1360
|
+
"method": "put",
|
|
1361
|
+
"path": "/v3/{project_id}/group_types/{group_type_id}/group_specs/{spec_id}"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"fnName": "deleteOneSpecificGroupSpecForAGroupType",
|
|
1365
|
+
"method": "delete",
|
|
1366
|
+
"path": "/v3/{project_id}/group_types/{group_type_id}/group_specs/{spec_id}"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"fnName": "listAllHostsForAProject",
|
|
1370
|
+
"method": "get",
|
|
1371
|
+
"path": "/v3/{admin_project_id}/os-hosts"
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"fnName": "showHostDetailsForAProject",
|
|
1375
|
+
"method": "get",
|
|
1376
|
+
"path": "/v3/{admin_project_id}/os-hosts/{host_name}"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"fnName": "showAbsoluteLimitsForProject",
|
|
1380
|
+
"method": "get",
|
|
1381
|
+
"path": "/v3/{project_id}/limits"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"fnName": "deleteMessage",
|
|
1385
|
+
"method": "delete",
|
|
1386
|
+
"path": "/v3/{project_id}/messages/{message_id}"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"fnName": "showMessageDetails",
|
|
1390
|
+
"method": "get",
|
|
1391
|
+
"path": "/v3/{project_id}/messages/{message_id}"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"fnName": "listMessages",
|
|
1395
|
+
"method": "get",
|
|
1396
|
+
"path": "/v3/{project_id}/messages"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"fnName": "listResourceFilters",
|
|
1400
|
+
"method": "get",
|
|
1401
|
+
"path": "/v3/{project_id}/resource_filters"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"fnName": "disassociateAQoSSpecificationFromAllAssociations",
|
|
1405
|
+
"method": "get",
|
|
1406
|
+
"path": "/v3/{project_id}/qos-specs/{qos_id}/disassociate_all"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"fnName": "unsetKeysInAQoSSpecification",
|
|
1410
|
+
"method": "put",
|
|
1411
|
+
"path": "/v3/{project_id}/qos-specs/{qos_id}/delete_keys"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"fnName": "getAllAssociationsForAQoSSpecification",
|
|
1415
|
+
"method": "get",
|
|
1416
|
+
"path": "/v3/{project_id}/qos-specs/{qos_id}/associations"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"fnName": "associateQoSSpecificationWithAVolumeType",
|
|
1420
|
+
"method": "get",
|
|
1421
|
+
"path": "/v3/{project_id}/qos-specs/{qos_id}/associate"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"fnName": "disassociateQoSSpecificationFromAVolumeType",
|
|
1425
|
+
"method": "get",
|
|
1426
|
+
"path": "/v3/{project_id}/qos-specs/{qos_id}/disassociate"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"fnName": "showAQoSSpecificationDetails",
|
|
1430
|
+
"method": "get",
|
|
1431
|
+
"path": "/v3/{project_id}/qos-specs/{qos_id}"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"fnName": "setKeysInAQoSSpecification",
|
|
1435
|
+
"method": "put",
|
|
1436
|
+
"path": "/v3/{project_id}/qos-specs/{qos_id}"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"fnName": "deleteAQoSSpecification",
|
|
1440
|
+
"method": "delete",
|
|
1441
|
+
"path": "/v3/{project_id}/qos-specs/{qos_id}"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"fnName": "createAQoSSpecification",
|
|
1445
|
+
"method": "post",
|
|
1446
|
+
"path": "/v3/{project_id}/qos-specs"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"fnName": "listQoSSpecifications",
|
|
1450
|
+
"method": "get",
|
|
1451
|
+
"path": "/v3/{project_id}/qos-specs"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"fnName": "showQuotaClassesForAProject",
|
|
1455
|
+
"method": "get",
|
|
1456
|
+
"path": "/v3/{admin_project_id}/os-quota-class-sets/{quota_class_name}"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"fnName": "updateQuotaClassesForAProject",
|
|
1460
|
+
"method": "put",
|
|
1461
|
+
"path": "/v3/{admin_project_id}/os-quota-class-sets/{quota_class_name}"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"fnName": "showQuotasForAProject",
|
|
1465
|
+
"method": "get",
|
|
1466
|
+
"path": "/v3/{admin_project_id}/os-quota-sets/{project_id}"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"fnName": "updateQuotasForAProject",
|
|
1470
|
+
"method": "put",
|
|
1471
|
+
"path": "/v3/{admin_project_id}/os-quota-sets/{project_id}"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"fnName": "deleteQuotasForAProject",
|
|
1475
|
+
"method": "delete",
|
|
1476
|
+
"path": "/v3/{admin_project_id}/os-quota-sets/{project_id}"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"fnName": "getDefaultQuotasForAProject",
|
|
1480
|
+
"method": "get",
|
|
1481
|
+
"path": "/v3/{admin_project_id}/os-quota-sets/{project_id}/defaults"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"fnName": "cleanupServices",
|
|
1485
|
+
"method": "post",
|
|
1486
|
+
"path": "/v3/{project_id}/workers/cleanup"
|
|
1487
|
+
}
|
|
1488
|
+
],
|
|
1489
|
+
"errors": [],
|
|
1490
|
+
"warnings": [],
|
|
1491
|
+
"callsTotal": 158,
|
|
1492
|
+
"callsConverted": 158,
|
|
1493
|
+
"no_mockdata_num": 158
|
|
1494
|
+
}
|
|
1495
|
+
}
|