Previous Topic: reset Method (log Object)Next Topic: msg Object


mark Method (log Object)
Description

Write a user-defined message into controller's system log

Syntax
/api/v1/log/mark?comment="message"&vdc=controller-name 
Arguments
comment

The message to be written into the controller's system log

vdc

Name of the target virtual data center

Transaction Type

synchronous

Request Type

GET

Examples

Mark controller's system log.

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