REST API Method: POST /rest/cacprofile/{identifier}

Modifies a Lync CAC Profile entry given a specific ID.

URL:

https://192.168.0.111/rest/cacprofile/{identifier}

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
DescriptionYesNostringnone64 - Max Length Describes the Lync CAC Profile Entry that it is easily identifiable when selecting it in WAN config
CACProfileNameYesNostringnone32 - Max Length Name of the Lync CAC profile as defined in the lync topology.
TotalLinkAudioLimitYesNoint2000Possible values:
  • 0 - Minimum
  • 100000 - Maximum
Total audio bandwidth allowed for the whole link in kbps, 0 means disabled.
SessionAudioLimitYesNoint175Possible values:
  • 40 - Minimum
  • 1000 - Maximum
Audio bandwidth allowed for a single session in kbps. This is applicable only if the TotalLinkAudioLimit is not disabled.
TotalLinkVideoLimitYesNoint7000Possible values:
  • 0 - Minimum
  • 100000 - Maximum
Total video bandwidth allowed for the whole link in kbps, 0 means disabled.
SessionVideoLimitYesNoint700Possible values:
  • 100 - Minimum
  • 2000 - Maximum
Video bandwidth allowed for a single session in kbps. This is applicable only if the TotalLinkVideoLimit is not disabled.

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