Resources | Methods |
---|---|
https://localhost:8443/api/rest/config/presence-config |
GET Retrieves Presence Config.
PUT Updates the Presence Config. |
https://localhost:8443/api/rest/config/presence-config/default |
GET
Retrieves Presence default configuration settings.
|
https://localhost:8443/api/rest/config/presence-config/conference-contacts/{domain} |
DELETE
Removes conference contacts from integrated Active Directory.
|
GETRetrieves Presence Config. [tags: DMA]RequestResponse
PUTUpdates the Presence Config. [tags: DMA]RequestRepresentations
Response
|
GETRetrieves Presence default configuration settings. [tags: DMA] RequestResponse
|
Name | Type | Description |
---|---|---|
domain | xs:string | Specifies the SIP domain-name for which conference contacts will be removed from integrated Active Directory. Note 1: The URL form is https://{host}:{port}/api/rest/config/presence-config/conference-contacts/{domain} Note 2: Parameter "domain" is mandatory otherwise contacts can not be removed. Note 3: A fixed parameter value "*" will match all domain names and all contacts will be removed. |
DELETERemoves conference contacts from integrated Active Directory. [tags: DMA] RequestResponse
|