List.{dataSetsMatchingPattern,membersMatchingPattern}
: apiResponse
property is the list of items
#2410
Labels
bug
Something isn't working
priority-low
Legit issue but cosmetic or nice-to-have
severity-low
Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases
v4
Prospective changes for v4
Describe the bug
When using the
List.membersMatchingPattern
function in the z/OS Files SDK, the returnedapiResponse
property is the list of items, rather than the format returned by other list functions in this SDK.Expected and actual results
Invoke the
List.membersMatchingPattern
function with a valid session, data set name and list of match patterns. Save the response to a variable.Expected results: The response matches the same format as
List.dataSet
andList.allMembers
, containing anapiResponse
property that is an object with anitems
property inside, e.g.:Actual results: The response contains an
apiResponse
property that is an array of items rather than an object.Describe your environment
Additional context
The text was updated successfully, but these errors were encountered: