-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create service instance using V3 possible? #1131
Comments
What specifically were you expecting to find but didn't? If you could link to the API doc for the request you want to make, I can confirm if we do or do not have that. We do not have 100% coverage of the v3 API so it is possible that we're missing a request you need. We do have quite a few of the common API requests covered though, including at least some coverage for service plans, offerings, instances, and bindings. If you could just send me links using http://v3-apidocs.cloudfoundry.org/version/3.113.0/index.html for the requests you need, that'll help narrow this down. Thanks |
Thank you so much Daniel |
Thanks. Acknowledged. Those are indeed missing. I'll flag this as a feature request & we'll add it to the backlog. If you are interested in submitting a PR to add them, I can certainly help with questions, review, and merging. |
Hey, Is there any update with the v3 related APIs. I can see these APIs are still not available for some of the generic use cases of service instance and service keys. Is something related to it is queued for release. Please provide the info. |
can check some PRs available related to v3 update like #1157. |
@Suyash08Oct Thanks for reaching out #1157 is on the list to be reviewed soon. The plan is to get #1157, #1158 and #1159 reviewed and merged, then cut a release. I can't give you a time frame, having not yet looked at the PRs. If they are 100% ready and pass all the tests it could be a couple of weeks. If they require updates, it will take longer. |
We are trying to create a service instance using v3 api from cf-java-client. We couldn't find an implementation for v3 in the latest version 5.6.0.RELEASE of Cloud-foundry-operations. We also noticed that the cloud-foundry-client / cloud-foundry-client-reactor doesn't have all the necessary request and response models to support v3 service instance creation.
Question:
Is there a way to create a service instance using v3 from cf-java-client?
The text was updated successfully, but these errors were encountered: