| Summary: | Increase REST functionality to match that of oc binary | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jaspreet Kaur <jkaur> |
| Component: | RFE | Assignee: | Michal Fojtik <mfojtik> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Johnny Liu <jialiu> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.1.0 | CC: | aos-bugs, bparees, dave.mccormick, erich, jkaur, jokerman, mmccomas, sspeiche |
| Target Milestone: | --- | ||
| Target Release: | 3.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-12-12 16:20:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Jaspreet Kaur
2016-03-22 05:48:11 UTC
I think this RFE is asking for an api endpoint where you can POST a template object and have that template get instantiated. Or where you can POST to an endpoint using the name of a registered/installed template to instantiate that template. That contrasts with today's template endpoints which return a processed template and then the client must iterate the objects in the template and create each one via an explicit api call. Can someone confirm? Yes this is what we want Hello Ben, Customer confirmed on #2 and they are actually looking for this. Regards, Jaspreet At this point it is unlikely that we'll support this, as it would require us to adopt a pattern we haven't done with running multiple commands in one REST call (process the template, get list of resources, create each resource, handle errors). We are continuing to investigate options. I'm considering this closed as the primary request is to have a template API which we delivered in 3.7. There is other work for a Go client (coming in 3.9) that can be tracked here: https://trello.com/c/PTDrY0GF. Please open specific RFEs for functionality missing in REST api. |