-
Notifications
You must be signed in to change notification settings - Fork 70
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
As a Korifi API user I want to be able to create managed service instances #3288
Comments
github-project-automation
bot
moved this from 🔄 In progress
to ✅ Done
in Korifi - Backlog
Sep 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GIVEN I have enabled the experimental managed services flag in the helm values
WHEN I have created service brokers
WHEN I
POST /v3/service_instances
with a body likeTHEN I get a
202 Accepted
response withLocation
header pointing me to the instance creation jobTHEN eventually I see the creation job succeeding
THEN I see the instance successfully provisioned with the service broker
Dev notes:
accepts_incomplete=true
query parameter to enable async provisioning200 OK
or201 Created
), the implementation must not check for service instance last operation as the instance has been already provisioned and no operation is running202 Accepted
, then the implementation should poll the service instance last operation until the operation completes. Once the operation completes, its status must be reflected in theCFServiceInstance
The text was updated successfully, but these errors were encountered: