Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 1 | description: > |
| 2 | Implement this to add Resource dump management. |
| 3 | |
| 4 | The resource dumps are special types of dumps |
| 5 | generated by host hypervisor. The dump is generated |
| 6 | based on the resource selector. Hyperviosr needs |
| 7 | a password to validate the request before creating the dump. |
| 8 | |
| 9 | properties: |
| 10 | - name: SourceDumpId |
| 11 | type: uint32 |
| 12 | description: > |
| 13 | The dump id provided by the source of the dump. |
| 14 | There are dumps which get generated outside the BMC, like a |
| 15 | resource dump which gets generated and stored in the host memory. |
| 16 | All dumps will have a unique id but when communicating |
| 17 | to the source of the dump the SourceDumpId will be used. |
| 18 | - name: VSPString |
| 19 | type: string |
| 20 | description: > |
| 21 | The resource selector for generating the dump. |
| 22 | - name: Password |
| 23 | type: string |
| 24 | description: > |
| 25 | The password required by host to validate the request. |
| 26 | |