Name | Required | Description | Type |
---|---|---|---|
dry_run | No | The ID of the tenant to be updated | Boolean |
initial_user | Yes | Email of the user to be the tenant admin (receives notification to activate tenant) | String |
tenant | Yes | The tenant structure | Object |
validate_fields | No | User interface validation purposes | Array of string |
{ "tenant": { "name": "mytenant", "url": "mytenant.multicloud-ibm.com", "global_idp": "KYNW3", "type": "client", "service_instances": [] }, "initial_user": "[email protected]"}
{ ... ... "service_instances": [ { "broker": "mcmp:devops-intelligence:service", "service_id": "0285bec9-9993-409e-9a39-3127c3c803f3", "plan_id": "ce6e1d83-61f3-40aa-a2d5-45e6678e78d2", "parameters": { "non-connection-param1-key": "value1", ... ... } } ]}
Name | Required | Description | Type |
---|---|---|---|
tenantid | Yes | The ID of the tenant to be updated | String |
{ ... ... "service_instances": [ { "broker": "mcmp:devops-intelligence:service", "service_id": "0285bec9-9993-409e-9a39-3127c3c803f3", "plan_id": "ce6e1d83-61f3-40aa-a2d5-45e6678e78d2", "status": "my status" "parameters": { "non-connection-param1-key": "value1", ... ... } } ]{
Name | Required | Description | Type |
---|---|---|---|
tenantid | Yes | The ID of the tenant to be deleted | String |
Name | Required | Description | Type |
---|---|---|---|
state | No | The status of the tenant | String |
brokerState | No | The status of the broker | String |
broker | No | The ID of the broker | String |
Name | Required | Description | Type |
---|---|---|---|
tenantid | Yes | The ID of the tenant to be returned | String |
{ "host" :"smtp.sendgrid.net", "port" : "465", "user" : "username/apikey", "password":"password/apikey-value", >>>> This will go into vault "sender_email":"[email protected]" >>>> This is optional}
200 { "message" : "Email gateway settings created successfully.", }
200 { "message" : "Delete is successful" , }
200 { "host" :"smtp.sendgrid.net", "port" : "465", "user" : "*********", "password":"**********", "sender_email": "[email protected]", "created_at": "2022-08-24T06:18:42.853Z", "created_by": "6304d580de1362586c013763", "updated_at": "2022-08-24T06:18:42.846Z", "updated_by": "6304d580de1362586c013763" }404 "message" : "Email Gateway settings does not exist",500 "message" : "Internal error"