Echo

Echo
Echo

This object will be sent to the first selected extension. Example payload received/sent by the extension(s):

  • xml (namespaces excluded; applicable only to AMQP extensions):
  <Echo
    xmlns="http://www.vmware.com/vcloud/extensibility/v1.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.vmware.com/vcloud/extensibility/v1.0 https://127.0.0.1:8443/api/extensibility/v1.0/master.xsd">
      <message>Hello World</message>
  </Echo>
  • json (this will be the embedded payload in the HalfDuplexEnvelope in case of a channel extension):
{
  "message": "Hello World"
}
JSON Example
{
    "message": "string"
}
string
message
Required

message

Availability
Added in 37.3
Property Of