| Resources | Methods | 
|---|---|
| https://localhost:8443/api/rest/dial-alias | |
| https://localhost:8443/api/rest/dial-alias/h323-alias | GET Retrieves all reserved h323 alias of owner. POST Creates a h323 alias. | 
| https://localhost:8443/api/rest/dial-alias/h323-alias/{alias-uuid} | PUT 
                     Updates values for the h323-alias. GET Retrieves h323 alias with passed id. DELETE Deletes h323-alias by id. | 
| https://localhost:8443/api/rest/dial-alias/sip-alias | GET Retrieves all reserved sip alias of owner. POST Creates a sip alias. | 
| https://localhost:8443/api/rest/dial-alias/sip-alias/{alias-uuid} | PUT 
                     Updates values for the sip-alias. GET Retrieves sip alias with passed id. DELETE Deletes sip-alias by id. | 
| GETRetrieves all reserved h323 alias of owner.[tags: RPRM] RequestQuery Parameters
 Response
 POSTCreates a h323 alias. [tags: RPRM] RequestRepresentations
 Response
 | 
| Name | Type | Description | 
|---|---|---|
| alias-uuid | xs:string | 
| PUTUpdates values for the h323-alias. [tags: RPRM] RequestRepresentations
 Response
 GETRetrieves h323 alias with passed id. Dial-string-reservation-identifier list can be get through get method of plcm-user. [tags: RPRM] Response
 DELETEDeletes h323-alias by id. [tags: RPRM] Response
 | 
| GETRetrieves all reserved sip alias of owner.[tags: RPRM] RequestQuery Parameters
 Response
 POSTCreates a sip alias. [tags: RPRM] RequestRepresentations
 Response
 | 
| Name | Type | Description | 
|---|---|---|
| alias-uuid | xs:string | 
| PUTUpdates values for the sip-alias. [tags: RPRM] RequestRepresentations
 Response
 GETRetrieves sip alias with passed id. Dial-string-reservation-identifier list can be get through get method of plcm-user. [tags: RPRM] Response
 DELETEDeletes sip-alias by id. [tags: RPRM] Response
 |