v1

latestOpenAPI 3.1.02026-07-172660204.4 KB
Extension

List Recycle Servers

List Recycle Servers

get/api/v1/extension/recycle_servers

Query parameters

limitinteger nullable

Requests a page size of items. Returns a number of items up to a limit value.

Requests a page size of items. Returns a number of items up to a limit value.

markerstring nullable

The ID of the last-seen item.

The ID of the last-seen item.

sort_dirs'desc' | 'asc'

Indicates in which directions to sort.

sort_keysRecycleServerSortKey[] nullable

Indicates in which attributes to sort. Updated_at is used as deleted_at

Indicates in which attributes to sort. Updated_at is used as deleted_at

all_projectsboolean nullable

List recycle servers for all projects.

List recycle servers for all projects.

project_idstring nullable

Filter the list of recycle servers by the given project ID. Only works when the all_projects filter is also specified.

Filter the list of recycle servers by the given project ID. Only works when the all_projects filter is also specified.

project_namestring nullable

Filter the list of recycle servers by the given project name. Only works when the all_projects filter is also specified.

Filter the list of recycle servers by the given project name. Only works when the all_projects filter is also specified.

namestring nullable

Filter the list of recycle servers by the given server name. Support fuzzy query.

Filter the list of recycle servers by the given server name. Support fuzzy query.

uuidstring nullable

Filter the list of recycle servers by the given recycle server UUID.

Filter the list of recycle servers by the given recycle server UUID.

ipstring nullable

Filter the list of recycle servers by the given IP address (only fixed, not floating). Also passed to Nova API if supported.

Filter the list of recycle servers by the given IP address (only fixed, not floating). Also passed to Nova API if supported.

Headers

X-Openstack-Request-Idstring

Response

OK