Where is V2 GO sdk for listing, creating, and updating openshift clusters in the GO sdk V2? - aws-sdk-go-v2

I have the GO sdk V2 and used ListClusters in eks. I ran it and it doesn't list any openshift clusters in the aws account in any region. Where is the GO sdk V2 functions to list, create, delete, and update OpenShift clusters? Thank you!

Related

How to recover recently deleted API from Azure APIM?

Is there any way to restore the deleted API on Azure APIM? The API was deleted recently (3 days back).
We have azure APIM instance backup taken daily, but we want to avoid complete instance restore as APIM service has 100+ APIs. Can we restore a single API from backup?
You cannot recover a deleted API from the Azure API management instance.
As Per the current Azure documentation, we can recover a soft-delete API Management Instance & currently this feature is in preview.
It depends on how you delete an API Management instance, the instance is either soft-deleted and recoverable during a retention period, or it's permanently deleted:
When you use the Azure portal or REST API version 2020-06-01-preview or later to delete an API Management instance, it's soft-deleted.
An API Management instance deleted using a REST API version before 2020-06-01-preview is permanently deleted.
An API Management instance deleted using API Management commands in Azure PowerShell or Azure CLI is permanently deleted..

How does the code for each API exposed via AZURE API Gateway Stored?

I am new to Azure API Manager, I have used Apigee Edge before where you can store each api proxy code in either git or SVN. But in Azure I am not sure how each API that is exposed via the gateway is stored. I can see there is a repository for the whole API Manager instance. Does that mean all the APIs are bundled to the same Gateway Instance and stored there?
I am planning to build a CI/CD pipeline to create the APIs in the API Manager for that I need to understand how the APIs code will be stored.
Your help is appreciated. Thanks.
Besides the GIT repository for the apimanagement instance, you can fetch it in form of ARM templates. Refer this blog.
https://azure.microsoft.com/en-in/blog/build-a-ci-cd-pipeline-for-api-management/

For REST API monitoring in Oracle Cloud Compute VM, do we need to install the Oracle Cloud Agent?

I need to monitor the Oracle Cloud Compute VM using REST API's or Java SDK. So for REST API monitoring do we need to do any set up in VM?
No, you don't need any set up inside the VM, but you do need the API users to be authorized in a IAM policy.
For example with a policy like this (for just reading the metrics):
Allow group <api_users> to read metrics in tenancy
Then you can use the APIs here.

Adding MYSQL to Cloud Foundry and using it as a service

I am new to cloud foundry service, and wondering if the community can help to answer my question.
I have a simple WordPress app pushed to Cloud Foundry cf push Wordpress which has backend MYSQL servers. I have been asked to add MYSQL as a service within Cloud Foundry, but currently this does not exist.
When i perform cf marketplace there is not an option for MYSQL.
Simply put how do i get MYSQL on Cloud Foundry for my app to use it as a service.
Thanks
Here are instructions how to deploy a MySQL bosh release to your environment and register a service broker for it so that it appears in cf marketplace: https://github.com/cloudfoundry/cf-mysql-release

Wirecloud marketplace install widget is not allowed

I've correctly installed a Wirecloud instance in my own server. I've added a Marketplace available at this address http://130.206.81.113/FiwareMarketplace/v1.
I can retrieve the data from Marketplace correctly, and I can see all available widgets but I can't install anyone of them.
The only button present on each widget is Details, but I need Install to use them in my workspace.
Can I solve this issue in any way?
Thanks in advance.
Currently, WireCloud only allows you to install components from a marketplace/store if you are using the same IdM server in all the services: the marketplace, the store and WireCloud. As you want to use the global instance of the Marketplace, you should use the FIWARE Lab's KeyRock instance (https://account.lab.fiware.org) for authenticating users in your WireCloud instance to be able to install components from the FIWARE Lab's Marketplace.
NOTE: The Marketplace GE and the Store GE are currently in support mode. The Business API Ecosystem GE is going to replace it, but it won't be released until summer 2016.