We’ve been looking at creating api calls for account setup,
Creating the Org, User, Billing Profile and Price Plan is working as expected.
However we are having issues with the projects.
You can open the project but resources are not available ,
When trying to create a server
Images / hardware don’t load

and we see the pop up in the bottom right corner

we are making a POST to
POST https://<osie_URL>/admin_api/v1/projects
example payload
{
"name": "Demo01",
"organization_id": "$orgid",
"billing_profile_id": "$billingprofileid",
"provision": [
{
"service": {
"service_provider_id": "$serviceproviderid"
},
"users": [
{
"sub": "$usersubid"
}
]
}
]
}
Just running the other steps and creating a project manually is working as expected, just seeing the issue on projects created via the api.
We are looking to have orgs that contain a large number of projects so
Please authenticate to join the conversation.
In Review
🐛 Issues
About 4 hours ago

StuL
Get notified by email when there are changes.
In Review
🐛 Issues
About 4 hours ago

StuL
Get notified by email when there are changes.