com-ibm: Update host response codes
Update the host response code invalid Access Control List file
and add a new default value for host response.
Change-Id: I319d4757cdc4c3f99cb4f8d0cef270b881121e69
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/yaml/com/ibm/Dump/Entry/Resource.interface.yaml b/yaml/com/ibm/Dump/Entry/Resource.interface.yaml
index ba9c730..09c0fc3 100644
--- a/yaml/com/ibm/Dump/Entry/Resource.interface.yaml
+++ b/yaml/com/ibm/Dump/Entry/Resource.interface.yaml
@@ -45,7 +45,7 @@
The host will send a response code for each request to create a
resource dump to indicate whether the request is successful or there
is an error.
- default: Requested
+ default: Unknown
enumerations:
- name: HostResponse
@@ -53,22 +53,25 @@
These are the possible response codes from the host after sending a
resource dump request.
values:
+ - name: Unknown
+ description: >
+ The status of the request is unknown, or not initialized
- name: Requested
description: >
Requested for resource dump and awaiting the host response
- name: Success
description: >
Resource dump parameters and ACF data are successfully validated
- - name: ACFFileInvalid
+ - name: ACLFileInvalid
description: >
- Invalid ACF file
+ Invalid Access Control List file
- name: UserChallengeInvalid
description: >
User challenge provided is not valid
- name: PermissionDenied
descVSPtion: >
Caller does not have enough privileges to execute the requested
- VSP string
+ resource selector(VSP string)
- name: ResourceSelectorInvalid
description: >
Resource selector(VSP String) provided is not valid