REST API Method: POST /rest/tasks/autoconfigtask

This allows the user to configure the settings for auto provisioning from the BroadSoft Server.

URL:

https://192.168.0.111/rest/tasks/autoconfigtask

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
ConfigIEStateNoYesEnum1Possible values:
  • 0 - esDISABLED
  • 1 - esENABLED
Enables or disables Auto Configuration.
DeviceAccessURLYesNostringnone512 - Max Length Specifies the base URL for accessing files on the BroadSoft Server.
EnableConfigUpdateYesYesEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Enables or disables the configuration update when SIP NOTIFY message is received from BroadSoft Server.
EnableFirmwareUpdateYesYesEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Enables or disables the firmware update when SIP NOTIFY message is received from BroadSoft Server.
EnableBootUpdateYesYesEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Enables or disables the firmware update when SIP NOTIFY message is received from BroadSoft Server.
UserNameYesYesstringnone128 - Max Length User name to use for the BroadSoft server authentication.
PasswordYesYesstringnone128 - Max Length Password to use for the BroadSoft server authentication.
autoConfigSGYesYesint0 Specifies the SIP Signaling Group ID used for receiving SIP NOTIFY messages from the BroadSoft Server. SIP Signaling Group ID can be obtained by performing a lookup on sipsg resource using GET sipsg

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels