diff --git a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl b/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl index d21ad1514..5391c9571 100644 --- a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl +++ b/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl @@ -861,7 +861,102 @@ Lists events for a specified stack. - + + + + + Filters the event list by the specified + resource_action. You can use this filter multiple + times to filter by multiple + resource actions: + CREATE, DELETE, + UPDATE, ROLLBACK, + SUSPEND, RESUME or + ADOPT. + + + + + Filters the event list by the specified + resource_status. You can use this filter multiple + times to filter by multiple + resource statuses: + IN_PROGRESS, COMPLETE or + FAILED. + + + + + Filters the event list by the specified + resource_name. You can use this filter multiple + times to filter by multiple + resource names. + + + + + Filters the event list by the specified + resource_type. You can use this filter multiple + times to filter by multiple + resource types: + OS::Nova::Server, + OS::Cinder::Volume, + OS::Neutron::Port, and so on. + + + + + Limits the number of events that appear + on a page to this value. The typical + pattern of limit and marker is to make an + initial limited request and then to use + the ID of the last event from the response + as the marker parameter in a subsequent + limited request. + + + + + Specifies the ID of the last-seen event. + The typical pattern of limit and marker is + to make an initial limited request and + then to use the ID of the last event from + the response as the marker parameter in a + subsequent limited request. + + + + + Sorts the event list by: + resource_type or + created_at. + + + + + The sort direction of the event list. + Which is asc (ascending) or + desc (descending). + + + + + + + + + + + Lists events for a specified stack resource. - + + + + + Filters the event list by the specified + resource_action. You can use this filter multiple + times to filter by multiple + resource actions: + CREATE, DELETE, + UPDATE, ROLLBACK, + SUSPEND, RESUME or + ADOPT. + + + + + Filters the event list by the specified + resource_status. You can use this filter multiple + times to filter by multiple + resource statuses: + IN_PROGRESS, COMPLETE or + FAILED. + + + + + Filters the event list by the specified + resource_name. You can use this filter multiple + times to filter by multiple + resource names. + + + + + Filters the event list by the specified + resource_type. You can use this filter multiple + times to filter by multiple + resource types: + OS::Nova::Server, + OS::Cinder::Volume, + OS::Neutron::Port, and so on. + + + + + Limits the number of events that appear + on a page to this value. The typical + pattern of limit and marker is to make an + initial limited request and then to use + the ID of the last event from the response + as the marker parameter in a subsequent + limited request. + + + + + Specifies the ID of the last-seen event. + The typical pattern of limit and marker is + to make an initial limited request and + then to use the ID of the last event from + the response as the marker parameter in a + subsequent limited request. + + + + + Sorts the event list by: + resource_type or + created_at. + + + + + The sort direction of the event list. + Which is asc (ascending) or + desc (descending). + + + + + + + + + + +