Multiple instances of SendGrid on Bluemix? - ibm-cloud

we are developing services on IBM Bluemix. Is it possible to have multiple instances of SendGrid in a single Bluemix organization?

Related

Different stages (e.g. development, production) in Google Cloud Firestore/Datastore

We are using Google Cloud Datastore with the Google Firestore backend.
Is it somehow possible to create different stages in Google Cloud Datastore to separate development from production data?
Developers are expected to create different projects for each isolated environment. Cloud product don't have any internal isolation.
Yes, please create different projects for each environment, and control the google-xxx.josn file by CI/CD
like this

Bluemix API management service APIs

I am looking for Bluemix API management apis to move apis through different environments as a part of devops process. I also want to setup same set of APIs for multiple tenants where each API proxy to a different backend. I could not find any such APIs documented.
Any workarounds, approaches or suggestions are most welcome.
API Connect (new version of API Management) which is also available on Bluemix includes a new Toolkit focused in scenarios for DevOps. Here it is its documentation and APIs: https://www.ibm.com/support/knowledgecenter/SSMNED_5.0.0/com.ibm.apic.toolkit.doc/rapim_cli_command_summary.html?lang=en

How can I delete an organisation from IBM Bluemix?

In IBM Bluemix you can create and be the member of multiple Organisations. How can I remove redundant organisations?
Deleting an existing organization is not possible at this time. This is limited to Bluemix Public. If you are a Bluemix Dedicated (or) Local user, you can delete existing organizations.
Please see : https://www.ng.bluemix.net/docs/admin/index.html#orgsandspaces
I think org delete must be manually done by bluemix support team. So open a ticket to get it done.
At this doc page
https://console.ng.bluemix.net/docs/admin/adminpublic.html#orgmng
It says:
Deleting an existing organization
Contact Bluemix registration and ID support to delete your
organization.
Note: Deleting operations cannot be reversed. You lose all your
applications and services that are associated with the organization.
You are able to delete organizations using the BX plug-in, also on Bluemix Public. Download and install the CF and BX plug-in using the link below
https://new-console.ng.bluemix.net/docs/cli/index.html#cli
Then use these commands below in the command line:
bx login
bx iam org-delete ORG_NAME [-f --all]
IBM Bluemix evolved over time from a Cloud Foundry public cloud offering over having Local and Dedicated editions to what is IBM Cloud today. There is Cloud Foundry and Cloud Foundry Enterprise Edition (CFEE). CFEE gives users access to the full administrator access and hence more options.
Thus, the answer depends on the context:
for CFEE there is a CLI command ibmcloud cfee org-delete
for the regular (old) public Cloud Foundry it is possible to delete spaces and users, but not orgs. This can be done through the CLI commands.
There is still a Bluemix Admin plugin for Bluemix Local and Bluemix Dedicated (Cloud Foundry for those environments) that allows to delete organizations. However, it does not work on IBM Cloud with Cloud Foundry.

Are their any APIs for IBM Bluemix DevOps services like Delivery Pipeline?

I want to use Bluemix DevOps Services from a portal outside of Bluemix.
Are there APIs which can be used to invoke DevOps services.
For example : How can I create a delivery pipeline without using bluemix or hub.jazz interface?
Thanks
This question is answered over on IBM's dWAnswers in this thread.
To put it plainly, no, though you can 'automagically' create pipelines with Bluemix's Deploy to Bluemix feature.

How to move a Bluemix DevOps project to another account

I have an IBM DevOps Bluemix project in one of my Bluemix accounts and I need to move it to one of my other Bluemix Accounts. How do I do that in the new Bluemix DevOps?
you could take a look at the cloud foundry cli plugins. here is one - https://github.com/mevansam/cf-copy-plugin. This allows you to copy from one space/org/target to another