Softlayer API website is not available? - ibm-cloud

Can I ask your question?
I searched sldn.softlayer.com in order to find softlayer api.
But this website was temporary unavailable.
Will the site be integrated into bluemix? Or is it a temporary technical issue?
Thanks.
Best regards

No, I don't think it will be integrated to Bluemix. It may be temporary technical issue, because I'm still seeing this right now.

The SoftLayer API information seems to be available at the following URL: http://sldn.softlayer.com/reference/overview

Related

How can I access the Ticket Granting Ticket?

I'm currently learning about Kerberos and I was wondering - is there a way for me to access the Ticket Granting Ticket I received from the KDC?
As a rule: no. The TGT is highly sensitive and many platforms try and go out of their way to prevent you from touching the TGT directly. In some libraries you can query it out of the ticket cache.
That said, you haven't specified which platform or library or anything that would allow anyone to give you a more definitive answer.
The secondary answer is: just invoke the AS leg of the protocol and you'll have the TGT.
In most platforms there are tools out there that let you query the TGT to see the metadata of the ticket, such as klist on Windows.

Updating ionicdb using web api?

I wish to know if there is any way to update ionicdb using web api , or from a rest client tool. I know parse platform had it and firebaseDb also has it. But I could not find any documentation for ionic cloud db. It says how to set up in your mobile app , but not through web api. Please help.
Well, sorry for the late answer... the docs are here:
http://docs.ionic.io/api/endpoints/db.html
but unfortunately ionicDB is going away soon. It looks like the Beta has run its course and they're closing it down.
I hope I'm not the one to be the bearer of bad news. :(

Is Bluemix FERPA compliant? Specifically related to services such as Dialog, NLC, and Cloudant DB

I have a client in the Higher Education Industry that is interested in a Bluemix solution, but they want to make sure it is FERPA compliant, thank you
Currently Bluemix is not listed as FERPA compliant in their documentation, so I assume not. Emailing support#bluemix.net can provide a more information.

Client certificates for advance security and resource privacy

In my web based application I'm looking for a way that enables only
some of the user to connect how have special client certificate installed
on their browser.
I'm very new to this field and already searched it on Google but all resources found are confusing and failed to provide what should be done to setup this kind of structure, I'm just looking for any expert who have ground knowledge on this any education links and articles suggested are welcome.
You are probably looking for two-way (or mutual) authentication with TLS.
Here is a step-by-step guide for a manual trial on Linux-derived systems.

IBM SmartCloud Control Desk REST API

I'm trying to write a program to access the SCCD REST API, but can't find any documentation online. I'd like to know the URLs I have to call. So for example to access a persons details I call :
/maxrest/rest/os/person
But I can't find any other URIs or any documentation of that API. The only thing I found, doesn't mention the URLs. I want something like this just for SCCD.
I know it's been a loooong time and it's probably not relevant for this person, but I did find a better answer than "no".
Here's the link:
http://www-01.ibm.com/support/knowledgecenter/SSWT9A_7.5.3/com.ibm.mif.doc/gp_intfrmwk/rest_api/c_rest_overview.html
After talking to the IBM Support, it seems there is indeed no documentation available.