Common options for all commands

-v option

Attaching the -v option allows you to obtain a more detailed response. Responses obtained by attaching this option are SACM API responses converted to YAML.

Ex.) option not attached

msh(tsa********)> ping tsw00000000 ::1
..

5 packets transmitted, 5 packets received, 0.0% packet loss
msh(tsa********)>

Ex.) option attached

msh(tsa********)> ping tsw00000000 ::1 -v
..

---
id: 1:1
sa:
  code: tsw00000000
  name: SA
  description:
  distributionId: 0000-1111-2222-3333-4444-5555-6666-7777
  up: true
type: ping
targetTime: 2013/02/25 13:37:51
status: successed
proxyStatus: success
resultCode: success
targetAddress: '::1'
size: 56
count: 5
resultSuccess: 5
resultFailure: 0
msh(tsa********)>