REST API Method: POST /rest/bricard/{identifier}/telcobriport/{identifier}?action=resetcounters
Page Tree |
---|
root | Resource - telcobriport |
---|
|
This resource resets the counters on the given telcobriport resource.
URL:
https://134.56.227.163/rest/bricard/{identifier}/telcobriport/{identifier}?action=resetcounters
HTTP Method
POST
Requires Authentication:
true
Code Block |
---|
|
curl --cookie PHPSESSID=ej8n1o309aiko21tfc6nvff6j5 --cacert 1kCAcert.pem --data -i https://134.56.227.163/rest/bricard/5/telcobriport/1?action=resetcounters
|
Response:
Code Block |
---|
|
<?xml version="1.0"?>
<root>
<status>
<http_code>200</http_code>
</status>
</root> |