apigee-edge-js
Version:
nodejs library for the administration API for Apigee (Edge and X and hybrid).
14 lines (13 loc) • 371 B
text/xml
<AssignMessage name='AM-BasicResponse'>
<IgnoreUnresolvedVariables>false</IgnoreUnresolvedVariables>
<Set>
<Payload contentType='application/json'>{
"message" : "whatever you like",
"time" : "{system.time}",
"timestamp" : "{system.timestamp}"
}
</Payload>
<StatusCode>200</StatusCode>
<ReasonPhrase>OK</ReasonPhrase>
</Set>
</AssignMessage>