POST Request ---------------------------- Request URL: https://console-openshift-console.apps.rhosa-rosa-qe.94re.s1.devshift.org/api/kubernetes/apis/dbaas.redhat.com/v1alpha1/namespaces/6532-test-project/dbaasinstances Rquest Payload {"apiVersion":"dbaas.redhat.com/v1alpha1","kind":"DBaaSInstance","metadata":{"name":"dev-inst-empty-003","namespace":"6532-test-project"},"spec":{"name":"dev-inst-empty-003","inventoryRef":{"name":"crunchy-empty-001","namespace":"redhat-dbaas-operator"},"otherInstanceParams":{}}} Response: { "apiVersion": "dbaas.redhat.com/v1alpha1", "kind": "DBaaSInstance", "metadata": { "creationTimestamp": "2022-05-26T14:22:52Z", "generation": 1, "managedFields": [ { "apiVersion": "dbaas.redhat.com/v1alpha1", "fieldsType": "FieldsV1", "fieldsV1": { "f:spec": { ".": {}, "f:inventoryRef": { ".": {}, "f:name": {}, "f:namespace": {} }, "f:name": {}, "f:otherInstanceParams": {} } }, "manager": "Mozilla", "operation": "Update", "time": "2022-05-26T14:22:52Z" } ], "name": "dev-inst-empty-003", "namespace": "6532-test-project", "resourceVersion": "1019057", "uid": "c90891bf-87fb-4202-a0c3-f76a8a33a00c" }, "spec": { "inventoryRef": { "name": "crunchy-empty-001", "namespace": "redhat-dbaas-operator" }, "name": "dev-inst-empty-003", "otherInstanceParams": {} } } GET Request ---------------------------- Request URL: https://console-openshift-console.apps.rhosa-rosa-qe.94re.s1.devshift.org/api/kubernetes/apis/dbaas.redhat.com/v1alpha1/namespaces/6532-test-project/dbaasinstances/dev-inst-empty-003 Response: { "apiVersion": "dbaas.redhat.com/v1alpha1", "kind": "DBaaSInstance", "metadata": { "creationTimestamp": "2022-05-26T14:22:52Z", "generation": 1, "managedFields": [ { "apiVersion": "dbaas.redhat.com/v1alpha1", "fieldsType": "FieldsV1", "fieldsV1": { "f:spec": { ".": {}, "f:inventoryRef": { ".": {}, "f:name": {}, "f:namespace": {} }, "f:name": {}, "f:otherInstanceParams": {} } }, "manager": "Mozilla", "operation": "Update", "time": "2022-05-26T14:22:52Z" }, { "apiVersion": "dbaas.redhat.com/v1alpha1", "fieldsType": "FieldsV1", "fieldsV1": { "f:status": { ".": {}, "f:conditions": {}, "f:instanceID": {}, "f:phase": {} } }, "manager": "manager", "operation": "Update", "subresource": "status", "time": "2022-05-26T14:22:53Z" } ], "name": "dev-inst-empty-003", "namespace": "6532-test-project", "resourceVersion": "1019069", "uid": "c90891bf-87fb-4202-a0c3-f76a8a33a00c" }, "spec": { "inventoryRef": { "name": "crunchy-empty-001", "namespace": "redhat-dbaas-operator" }, "name": "dev-inst-empty-003", "otherInstanceParams": {} }, "status": { "conditions": [ { "lastTransitionTime": "2022-05-26T14:22:53Z", "message": "Invalid request: Over cluster limit for assigned team.", "reason": "BackendError", "status": "False", "type": "ProvisionReady" }, { "lastTransitionTime": "2022-05-26T14:22:53Z", "message": "DBaaS Provider Custom Resource reconciliation in progress", "reason": "ProviderReconcileInprogress", "status": "False", "type": "InstanceReady" } ], "instanceID": "", "phase": "Pending" } }