Update Settings - Provisioning
This request changes provisioning settings attributes.
Resource
PATCH /server/provisioning
Parameters
None
Payload
Fields
Name | Patch Operations |
---|---|
provisioningDirectory |
|
provisioningRegistrationHost |
|
provisioningRegistrationPort |
|
yealinkRpsUrl |
|
yealinkAccountName |
|
yealinkAccountPassword |
|
yealinkServerName |
|
yealinkProvisioningUrl |
|
yealinkCommonCfg |
|
adminPassword |
|
phoneWallpaperUrl |
|
phoneWallpaperUrl480 |
|
phoneWallpaperUrl600 |
|
phoneWallpaperUrl800 |
|
snomRpsUrl |
|
snomAccountName |
|
snomAccountPassword |
|
snomServerName |
|
panasonicRpsUrl |
|
panasonicAccountName |
|
panasonicAccountPassword |
|
gigasetRpsUrl |
|
gigasetAccountName |
|
gigasetAccountPassword |
|
gigasetServerName |
|
gigasetProvisioningUrl |
|
ldapProvisioningEnabled |
|
ipTable |
|
Response
None
Context
Authorization |
Administrator |
Errors
Example
PATCH https://xelion.nl/api/v1/master/server/provisioning
{
"operations": [
{
"op": "replace",
"path": "/phoneWallpaperUrl",
"value": "https://www.xelion.com/wp-content/uploads/2016/04/Xelion_High_End_RGB_225.jpg"
}
]
}
To add a iprule to the firewall use the following:
{
"operations": [
{
"op": "add",
"path": "/ipTable/1"
},
{
"op": "replace",
"path": "/ipTable/1/ipValue",
"value":"10.78.40.78"
}
]
}