diff --git a/api-ref/src/docbkx/ch_compute-v2.1.xml b/api-ref/src/docbkx/ch_compute-v2.1.xml index c63d640aa..44362122f 100644 --- a/api-ref/src/docbkx/ch_compute-v2.1.xml +++ b/api-ref/src/docbkx/ch_compute-v2.1.xml @@ -752,13 +752,14 @@ xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
- Execute external events (os-server-external-events) + Create external events (os-server-external-events) - Executes external events. - - + Creates one or more external events. Each event is dispatched to a + server instance. + +
Server groups (os-server-groups) diff --git a/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-server-external-events-v2.1.wadl b/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-server-external-events-v2.1.wadl index 394d61901..fffdb4f4d 100644 --- a/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-server-external-events-v2.1.wadl +++ b/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-server-external-events-v2.1.wadl @@ -17,7 +17,7 @@ &tenantIdRequestParameter; - + @@ -25,10 +25,17 @@ - - + - Creates events. + + Creates one or more external events. Each event is dispatched to a + server instance. + + + This instance must be assigned to a host. Otherwise, this call + does not dispatch the event to the instance. + @@ -43,8 +50,7 @@ - Specify the events action in the - request body. + The action. @@ -53,9 +59,9 @@ - The event name. Valid values are + The event name. A valid value is network-changed, network-vif-plugged, - network-vif-unplugged, and + network-vif-unplugged, or network-vif-deleted. @@ -74,18 +80,25 @@ - The ID of the server that is associated with the event. + The UUID of the server instance to which the event is + dispatched. + + + This instance must be assigned to a host. + Otherwise, this call does not dispatch the event to + the instance. + required="false"> - The event status. Valid values are - failed, completed, and - in-progress. + The event status. A valid value is + failed, completed, or + in-progress. Default is + completed. @@ -104,8 +117,7 @@ - The HTTP status code that pertains to the - individual event. + The HTTP response code for the event.