Cdr



[tags: CDR]

Resource Root

https://localhost:8443/api/rest/cdr/event-collector

Summary


Resources Methods
https://localhost:8443/api/rest/cdr/event-collector

POST  Reports events and their data generated in devices to the CDR-server database.

https://localhost:8443/api/rest/cdr/event-collector/examples/{event-name}

GET  Retrieves example event list.

Resources


https://localhost:8443/api/rest/cdr/event-collector


Methods

POST


Reports events and their data generated in devices to the CDR-server database.

Request

Representations

application/vnd.plcm.plcm-cdr-event-list+xml
application/xml
text/xml

Response

Status Representation Description
201 text/plain
Event is reported to CDR-server successfuly and persisted into the dadabase.
400 application/vnd.plcm.plcm-error+xml
Bad request. Request data is not correct.
404 application/vnd.plcm.plcm-error+xml
Requested resource not found.

https://localhost:8443/api/rest/cdr/event-collector/examples/{event-name}


Template Parameters

Name Type Description
event-name xs:string report name arg doc

Methods

GET


Retrieves example event list.

Response

Status Representation Description
200 application/vnd.plcm.plcm-cdr-event-list+xml
application/xml
text/xml
Example event list successfully retrieved.
404 text/plain
No such example event list. Requested resource not found.
406 text/plain
Not acceptable. Invalid accept header.