blob: 331d71f562a6ba56018d81c7bb12a2c7f82ba77a [file] [log] [blame]
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06001description: >
2 Implement this to pass additional parameters to the create dump.
3 Each required parameter for the dump in the ibm domain should be added
4 here as an enum.
5
6enumerations:
7 - name: CreateParameters
Dhruvaraj Subhashchandran6f8ebc52020-11-23 21:55:44 -06008 description: >
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06009 Additional parameters for creating the dump.
10 values:
11 - name: 'VSPString'
12 description: >
13 The resouce dump is collected from various host resources.
14 The resource to collect the dump is indicated by using the
15 resource selector.
16 The resource selector string needs to be passed to host to
17 generate a resource dump.
18 - name: 'Password'
19 description: >
20 The password for authenticating the resource dump request.
Dhruvaraj Subhashchandran6f8ebc52020-11-23 21:55:44 -060021 - name: 'ErrorLogId'
22 description: >
23 The id of the log associated with action which triggered the
24 dump.
25 - name: 'DumpType'
26 description: >
27 Type of the dump to be collected
28
29 - name: DumpType
30 description: >
31 Type of the host dump to be collected.
32 values:
33 - name: 'Hostboot'
34 description: >
35 Hostboot dump is collected during a boot failure during the
36 hostboot booting phase.