Enhance datasets APIs to accept all parameters of z/OSMF
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 6
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Describe the solution you'd like
z/OSMF has extra parameters when creating a dataset,
Model for allocating datasets doesn't support storage class and other properties
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.izua700/IZUHPINFO_API_CreateDataSet.htm#CreateDataSet__Reqbod
Describe alternatives you've considered
Using z/OSMF APIs directly
Additional context
Originally raised here https://github.com/zowe/api-layer/issues/900
Engineering team info (eg https://github.com/zowe/explorer-jes/issues/4)
As a [type of user],
I want [some goal]
so that [some reason].
Details/notes
[Detail - implementation notes]
Acceptance Criteria
*Scenario 1: [Title]
Given [context]
And [some more context]...
When [event]
Then [outcome]
And [another outcome]...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the dataset creation API and model in this Spring Boot repository, then compare their supported parameters with the linked z/OSMF Create Data Set documentation. Done means the API accepts the additional dataset properties, including storage class, rather than requiring direct z/OSMF calls.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100