Use this object to view controller system log data of a VDC.
|
Method |
Description |
|
Retrieve contents of controller's system log |
|
|
Clear the controller's system log |
|
|
Write a user-defined message into controller's system log |
Retrieve contents of controller's system log
/api/v2/log/list?vdc=controller-name
Name of the target virtual data center
synchronous
GET
Retrieve the contents of controller's system log.
GET http://192.168.123.200/api/v2/log/list?vdc=mygrid
<message></message>
{
"message" :""
}
Clear the contents of controller's system log
/api/v2/log/reset?vdc=controller-name
Name of the target virtual data center
synchronous
GET
Clear controller's system log.
GET http://192.168.123.200/api/v2/log/reset?&vdc=mygrid
<message></message>
{
"message" :""
}
Write a user-defined message into controller's system log
/api/v2/log/mark?comment="message"&vdc=controller-name
The message to be written into the controller's system log
Name of the target virtual data center
synchronous
GET
Mark controller's system log.
GET http://192.168.123.200/api/v2/log/mark?comment="Mark"&vdc=mygrid
<message></message>
{
"message" :""
}
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|