You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

REST API Method: POST /rest/sbaconfig?action=sbaupgrade

This operation allows to install Sonus SBC Communication service updates and Lync Cumulative Update patches on the ASM.

This operation will accept signed Windows .msi and .msp files as well as published .pkg files

URL:

https://134.56.227.163/rest/sbaconfig?action=sbaupgrade

HTTP Method

POST

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
sbaInstallFilenameYesNostringnone80 - Max Length Indicates the name of the file to be uploaded with allowable file type extension such as msi, msp and pkg.

Usage Example: (about cURL | requires a session token)

curl --cookie PHPSESSID=8tgs4fp1508f4vrabq1ob27ku2 --cacert 1kCAcert.pem --data -i https://134.56.227.163/rest/sbaconfig?action=asmreinitialize --data "dirName=p4505-sba7577-200b6-2011-08-29"

Response:

<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
 </status>
</root>
  • No labels