-1

I'm tring to develop a function that provides a webcc link(example: https://ev-webcc01.service.networklayer.com/Login/login.aspx) for my users. How can I get the webcc link url for the evault products through softlayer api? Softlyser control web (control.softlayer.com) is providing a single sign on function with the webcc, how does it can be developed?

hjjo
  • 105
  • 1
  • 6

1 Answers1

0

I'm afraid that is not possible to get the webcc link via API. But below is a Rest request to get 'webccAccount' (The account username and password for the EVault webCC interface).

https://[username]:[apikey]@api.softlayer.com/rest/v3/SoftLayer_Account/getEvaultNetworkStorage?objectMask=mask(SoftLayer_Network_Storage_Backup_Evault_Version6)[agentStatuses,backupJobDetails,webccAccount]

Method: GET

It may help you in some way.

Reference:

SoftLayer_Network_Storage_Backup_Evault_Version6

mcruz
  • 1,534
  • 2
  • 11
  • 14