Merge "resource list filtering api-ref update"
This commit is contained in:
commit
8ba973a30b
@ -163,9 +163,7 @@ owner_id:
|
|||||||
type: string
|
type: string
|
||||||
resource_action:
|
resource_action:
|
||||||
description: |
|
description: |
|
||||||
Filters the event list by a resource action. You
|
Stack resource action. Valid resource actions are ``ADOPT``, ``CHECK``,
|
||||||
can use this filter multiple times to filter by multiple resource
|
|
||||||
actions. Valid resource actions are ``ADOPT``, ``CHECK``,
|
|
||||||
``CREATE``, ``DELETE``, ``INIT``, ``RESTORE``, ``RESUME``,
|
``CREATE``, ``DELETE``, ``INIT``, ``RESTORE``, ``RESUME``,
|
||||||
``ROLLBACK``, ``SNAPSHOT``, ``SUSPEND``, and ``UPDATE``.
|
``ROLLBACK``, ``SNAPSHOT``, ``SUSPEND``, and ``UPDATE``.
|
||||||
in: query
|
in: query
|
||||||
@ -181,19 +179,15 @@ resource_name_2:
|
|||||||
type: string
|
type: string
|
||||||
resource_status:
|
resource_status:
|
||||||
description: |
|
description: |
|
||||||
Filters the event list by a resource status. You
|
Stack resource status. Valid resource statuses are ``COMPLETE``,
|
||||||
can use this filter multiple times to filter by multiple resource
|
``FAILED`` and ``IN_PROGRESS``.
|
||||||
statuses. Valid resource statuses are ``COMPLETE``, ``FAILED``,
|
|
||||||
and ``IN_PROGRESS``.
|
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
resource_type:
|
resource_type:
|
||||||
description: |
|
description: |
|
||||||
Filters the event list by a resource type. You
|
Stack resource type. Valid resource types include ``OS::Cinder::Volume``,
|
||||||
can use this filter multiple times to filter by multiple resource
|
``OS::Nova::Server``, ``OS::Neutron::Port`` and so on.
|
||||||
types. Valid resource types include ``OS::Cinder::Volume``,
|
|
||||||
``OS::Nova::Server``, ``OS::Neutron::Port``, and so on.
|
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
@ -70,7 +70,8 @@ List stack events
|
|||||||
|
|
||||||
.. rest_method:: GET /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/events
|
.. rest_method:: GET /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/events
|
||||||
|
|
||||||
Lists events for a stack.
|
Lists events for a stack based on filtering parameters like resource
|
||||||
|
name, status, type, action. These parameters could be used multiple times.
|
||||||
|
|
||||||
|
|
||||||
Normal response codes: 200
|
Normal response codes: 200
|
||||||
|
@ -100,7 +100,9 @@ List resources
|
|||||||
|
|
||||||
.. rest_method:: GET /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources
|
.. rest_method:: GET /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources
|
||||||
|
|
||||||
Lists resources in a stack.
|
Lists resources in a stack based on filtering parameters like resource
|
||||||
|
name, status, type, action, id and physical_resource_id. These parameters could
|
||||||
|
be used multiple times.
|
||||||
|
|
||||||
|
|
||||||
Normal response codes: 200
|
Normal response codes: 200
|
||||||
@ -117,6 +119,12 @@ Request
|
|||||||
- stack_id: stack_id
|
- stack_id: stack_id
|
||||||
- nested_depth: nested_depth
|
- nested_depth: nested_depth
|
||||||
- with_detail: with_detail
|
- with_detail: with_detail
|
||||||
|
- name: resource_name
|
||||||
|
- status: resource_status
|
||||||
|
- type: resource_type
|
||||||
|
- action: resource_action
|
||||||
|
- id: logical_resource_id
|
||||||
|
- physical_resource_id: physical_resource_id
|
||||||
|
|
||||||
|
|
||||||
Response Parameters
|
Response Parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user