username |
xs:string |
Return only devices that match the username. A domain and username combination uniquely identifies a user. |
domain |
xs:string |
Return only devices that are associated with network domain. A domain and username combination uniquely identifies a user. |
device-model |
xs:string |
Return only devices that match the device model. |
device-name |
xs:string |
Return only devices that match the device name. |
ip-address |
xs:string |
Return only devices that match the IP Address. |
site |
xs:string |
Return only devices that match the site. |
admission-policy |
xs:string |
Return only devices that match the admission policy. |
status |
xs:string |
Return only devices that match the status. |
service-level |
xs:string |
Return only devices that match the class of service. |
only-show-devices-in-call |
xs:string |
Return only devices that are in active calls. |
alias |
xs:string |
Return only devices that match the alias. |
territory |
xs:string |
Return only devices that match the territory. |
exception-filter |
xs:string |
Return only devices that match the exceptions. |
compliance-level |
xs:string |
Return only devices that match the compliance level. |
is-shared-registration |
xs:string |
Return only devices that match the is shared registration; plcm-device-v4 only. |
owner |
xs:string |
Return only devices that match the owner.
Applied to RPRM, owner means user-uuid or room-uuid. If owner is 'NO_OWNER', then return only devices that have not owner.
|
limit |
xs:int |
Limit the number of users returned to this number, even if more results match the query.
Note 1: The valid integer range is 1 to 500; values between 501 and 2147483647 will result in the default limit of 500 being
used.
Note 2: If the limit value is less than or equal to 0, the default of 500 will be used.
Note 3: If the limit value is greater than 2147483647, the system will respond with "404 Not Found".
This is a framework response that is due to a numeric value that exceeds a integer type.
|
page |
xs:int |
When limiting the results, this specifies which page/subset of data to view.
Note 1: The valid integer range is 1 to 2147483647.
Note 2: If the page value is less than or equal to 0, the default of 1 will be used.
Note 3: If the page value is greater than 2147483647, the system will respond with "404 Not Found".
This is a framework response that is due to a numeric value that exceeds a integer type.
|
exact-search |
xs:boolean |
Normally string based searches automatically include wildcards, so if you search by user "bcd" you
could also get user "abcde". Set this parameter to true when the search should be limited to only
return the exact matches.
|
is-provisioned |
xs:string |
Return only devices that are currently provisioned through edge access proxy to RPRM; plcm-device-v4 only. |
is-supports-h323 |
xs:string |
Return devices that support H.323 signaling protocol; plcm-device-v4 only. |
is-supports-sip |
xs:string |
Return devices that support SIP signaling protocol; plcm-device-v4 only. |
is-supports-poly-evo |
xs:string |
Return devices that support Poly EVO signaling protocol; plcm-device-v4 only. |