where can I find the docu for the service connector? - swisscomdev

I'm not able to find the service connector documentation.
When searching for "service connector" in the documentation, I get this link - but it points into the nirvana...
where can I find the correct documentation?

Swisscoms' custom Cf-CLI plugin Service Connector is deprecated and should no longer be used.
Please use cf ssh instead:
https://docs.developer.swisscom.com/devguide/deploy-apps/ssh-apps.html
https://docs.developer.swisscom.com/devguide/deploy-apps/ssh-services.html

Related

How to find json format of kubernetes command

I know that every command that I enter in Kubernetes communicate with API.
Now I want to speak to API directly.
How can I find json format for every command?
I suggest using a client library if you talk from a programming language:
https://kubernetes.io/docs/reference/#api-client-libraries
Or use kubectl if you talk from CLI. Hardcoding API schemas will add you a maintenance burden. You're basically reimplementing the client in this case.
Following is the kubernetes API reference docs, you can find equivalent API for each resources here:
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/
Hope this helps

reactivesearch - reactivebase with AWS

Using ReactiveSearch with plain elasticsearch
this above link as well as appbase.io briefly talks how to connect reactivebase with elasticsearch that runs on AWS. can someone provide more details on how to do that?
thanks!

REST api monitoring (Progress Openedge)

Is there any monitoring tool for REST application(Progress Openedge) that can check:
whether the service is up and running or not
appserver is up and running
hit count and other information for each api resources
error logging
customized reporting(such as sending report in mail)
I saw RESTMAN Utility in the documentation but couldn't find the details as i expected/needed. Can it do the things mentioned above? If yes, how to implement and customize it?
(Progress version: 11.3)
Mahesh
I had a quick look in the current online OpenEdge documentation (which is for 11.7) and found this - https://documentation.progress.com/output/ua/OpenEdge_latest/index.html#page/asadm/using-the-restman-utility.html
There are links to the functions that seem to show what you are looking for.
I haven't used it myself, but it looks like most of the Progress monitoring tools, so the issue you may have is that it provides "all" of the information that you need, but in a format that you have to parse before you get to the specific details you need.
Hope that helps?
As examples where I know that restmgr1 is the server:
Show if Restman Appserver is running
restman -i restmgr1 -q
Show all the deployed REST applications
restman -i restmgr1 -list

ADMG0007E: The configuration data type ConfigSynchronizationService is not valid

I'm trying to automize WebSphere Deployment process for zero down-time using steps which you can find in this link..
According to documentation's first step , we should disable "Automatic Synchronization" for each node. To automize it, I'm using script which given in documentation but when I try to apply the command below :
set syncServ [$AdminConfig list ConfigSynchronizationService $na_id]
I'm facing with an error that : ADMG0007E: The configuration data type ConfigSynchronizationService is not valid
As I checked IBM documentations, I couldn't see any resource which referred to this problem.
Does anyone have any workaround or direct solution for it?
Thanks in advance for your suggestions.
PS: I should mention that document written for zOS system but I'm trying to apply that methodology to WebSphere AS on Linux.

How to enable SwiftStackAuth in Swift proxy server

How do I use SwiftStackAuth for authentication? I wasn't able to find out any instruction on official site:- http://docs.openstack.org/developer/swift/howto_installmultinode.html
Kartik,
If you meant tempAuth then kindly check this guide you need to do changes in the proxy-server.conf. The official guide uses Keystone as Auth Backend.
Hope it helps.