Resources | Methods |
---|---|
https://localhost:8443/api/rest/uc-profiles |
GET
Retrieves a list of uc profiles matching the input search filter parameters.
POST Creates a uc profile. |
https://localhost:8443/api/rest/uc-profiles/{profile-identifier} |
GET
Retrieves information about a uc profile.
DELETE Deletes information about a uc profile. PUT Updates information about a uc profile. |
GETRetrieves a list of uc profiles matching the input search filter parameters. Note 1: The default, maximum number of profiles returned from the server is 1000. Clients should use the "limit" query parameter to further control the results to the number they can support. Note 2: The search criterion does not allow the use of an explicit wild-card asterisk character "*". Instead, the system will add an implicit wild-card at the end of the search string. Example: If the search string for profile name is "admin", the system will treat the search string as "*admin*" and return all profiles with a profile name that contains "admin" such as "AdminPassword-Change-Template-UserDefined", "VVX-Softkey-BossAdmin-UserDefined", etc. [tags: RPRM] RequestQuery Parameters
Response
POSTCreates a uc profile. [tags: RPRM] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
profile-identifier | xs:string | profile identifier |
GETRetrieves information about a uc profile. [tags: RPRM] Response
DELETEDeletes information about a uc profile. [tags: RPRM] Response
PUTUpdates information about a uc profile. [tags: RPRM] RequestRepresentations
Response
|