VMware vCloud monitor adapter event

The TrueSight Orchestration monitor adapter for VMware vCloud retrieves the latest tasks from the organization's tasks list.

The following figure shows a sample of a monitor adapter event, which shows the following task details:

  • status: Indicates the status of a task, such as success, running, or error 
  • owner: Specifies the owner of that task 
  • operation: Specifies the details of the operation for which the task is created 
  • href: Specifies a link to the task 
  • Miscellaneous fields: Specify the time details of the task, such as start time, end time, and expire time 

    Monitor adapter event sample

    <vmware-vcloud-monitor-event>
      <Tasks>
        <Task>
          <status>success</status>
          <startTime>2011-01-17T12:30:32.825+05:30</startTime>
          <operation>Copied Virtual Application Template 
    TestTmpl2-copy-513074e4-40ac-454f-98e5-534b8d507629(1806389660)</operation>
          <expiryTime>2011-04-17T12:30:32.825+05:30</expiryTime>
          <endTime>2011-01-17T12:30:59.975+05:30</endTime>
          <type>application/vnd.vmware.vcloud.task+xml</type>
          <href>https://10.128.248.112/api/v1.0/task/1qk5fuxyyywbzfz2lrt</href>
          <Owner>
            <type>application/vnd.vmware.vcloud.vAppTemplate+xml</type>
            <name>TestTmpl2-copy-513074e4-40ac-454f-98e5-534b8d507629</name>
            <href>https://10.128.248.112/api/v1.0/vAppTemplate/
    vappTemplate-1806389660</href>
          </Owner>
        </Task>
        <Task>
          <status>success</status>
          <startTime>2011-01-17T12:29:22.831+05:30</startTime>
          <operation>Copied Virtual Application Template 
    TestTmpl2-copy-c7fefb24-3aeb-4ee6-a0b8-ac9ffd9e44fd(217854546)</operation>
          <expiryTime>2011-04-17T12:29:22.831+05:30</expiryTime>
          <endTime>2011-01-17T12:29:48.910+05:30</endTime>
          <type>application/vnd.vmware.vcloud.task+xml</type>
          <href>https://10.128.248.112/api/v1.0/task/2ejhxi7g2k4eunnrrrj</href>
          <Owner>
            <type>application/vnd.vmware.vcloud.vAppTemplate+xml</type>
            <name>TestTmpl2-copy-c7fefb24-3aeb-4ee6-a0b8-ac9ffd9e44fd</name>
            <href>https://10.128.248.112/api/v1.0/vAppTemplate/
    vappTemplate-217854546</href>
          </Owner>
        </Task>
        <Task>
          <status>success</status>
          <startTime>2011-01-17T12:26:03.026+05:30</startTime>
          <operation>Copied Virtual Application Template template 
    T-copy-2e3e858b-1d55-4b00-8cae-b8acb316b216(33811597)</operation>
          <expiryTime>2011-04-17T12:26:03.026+05:30</expiryTime>
          <endTime>2011-01-17T12:27:19.712+05:30</endTime>
          <type>application/vnd.vmware.vcloud.task+xml</type>
          <href>https://10.128.248.112/api/v1.0/task/3lmc9eat8hhf4bqgpn6</href>
          <Owner>
            <type>application/vnd.vmware.vcloud.vAppTemplate+xml</type>
            <name>template T-copy-2e3e858b-1d55-4b00-8cae-b8acb316b216</name>
            <href>https://10.128.248.112/api/v1.0/vAppTemplate/
    vappTemplate-33811597</href>
          </Owner>
        </Task>
      </Tasks>
    </vmware-vcloud-monitor-event>
Was this page helpful? Yes No Submitting... Thank you

Comments