Previous Topic: list Method (log Object)Next Topic: mark Method (log Object)


reset Method (log Object)
Description

Clear the contents of controller's system log

Syntax
/api/v1/log/reset?vdc=controller-name 
Arguments
vdc

Name of the target virtual data center

Transaction Type

synchronous

Request Type

GET

Examples

Clear controller's system log.

GET http://192.168.123.200/api/v1/log/reset?&vdc=mygrid 
Sample Output
XML:
<opt></opt>
JSON:
{}