Echo Object Extensions
Trigger a dummy object extension(s) execution, outside of any particular workflow. This is meant to be used during extensions development for testing purposes. The payload sent/received to/from the extensions is of the Echo
data structure from this api specification or alternatively at https://{cloud-director-host}/api/extensibility/v1.0/master.xsd
{
"request": {
"message": "string"
},
"selectors": [
"string"
],
"phase": "string",
"invocationOrder": "string"
}
If there is a selector extension for example on urn:selector:organization
and urn:selector:organizationVdc
, you would pass an urn id of an organization and/or a urn id of one of its VDCs
The phase represents the particular extension point of an actual workflow where object extensions will be executed, given there is a selector extension on that phase.
The execution order when there are multiple selected extensions. It is determined based on this and the individual selector priorities.
Accepted