blob: ffedff43aaa218a67e67d3efbaf4cdc555770749 [file] [log] [blame]
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06001description: >
2 Implement this to add Resource dump management.
3
Patrick Williamsa1347412022-12-06 10:56:22 -06004 The resource dumps are special types of dumps generated by host hypervisor.
5 The dump is generated based on the resource selector. Hyperviosr needs a
6 password to validate the request before creating the dump.
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06007
8properties:
9 - name: SourceDumpId
10 type: uint32
11 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060012 The dump id provided by the source of the dump. There are dumps which
13 get generated outside the BMC, like a resource dump which gets
14 generated and stored in the host memory. All dumps will have a unique
15 id but when communicating to the source of the dump the SourceDumpId
16 will be used.
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060017 - name: VSPString
18 type: string
19 description: >
20 The resource selector for generating the dump.
21 - name: Password
22 type: string
23 description: >
24 The password required by host to validate the request.