Resources | Methods |
---|---|
https://localhost:8443/api/rest/dial-string-reservations |
POST
Creates a dial string reservation.
|
https://localhost:8443/api/rest/dial-string-reservations/{dial-string-identifier} |
PUT
Updates values for the dial-string-reservation.
|
https://localhost:8443/api/rest/dial-string-reservations/{dial-string-identifier}/{dial-string-type} |
GET
Retrieves dial string reservation with passed id.
DELETE Deletes dial-string-reservation by id and dial-string-type Dial-string-reservation-identifier list can be get through get method of plcm-user. |
POSTCreates a dial string reservation. H323 or SIP dial string may be created with this method. [tags: RPRM] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
dial-string-identifier | xs:string |
PUTUpdates values for the dial-string-reservation. Dial-string-reservation-identifier list can be get through get method of plcm-user. [tags: RPRM] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
dial-string-identifier | xs:string | |
dial-string-type | xs:string |
GETRetrieves dial string reservation with passed id. Dial-string-reservation-identifier list can be get through get method of plcm-user. [tags: RPRM] Response
DELETEDeletes dial-string-reservation by id and dial-string-type Dial-string-reservation-identifier list can be get through get method of plcm-user. [tags: RPRM] Response
|