Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.32 KB

database_engine_list.md

File metadata and controls

57 lines (42 loc) · 2.32 KB

database_engine_list

List and filter on Managed Database engine types.

Examples

- name: List all of the available Managed Database engine types
  linode.cloud.database_engine_list: {}
- name: Resolve all Database engine types
  linode.cloud.database_engine_list:
    filters:
      - name: engine
        values: mysql

Parameters

Field Type Required Description
order str Optional The order to list database engine types in. (Choices: desc, asc; Default: asc)
order_by str Optional The attribute to order database engine types by.
filters (sub-options) list Optional A list of filters to apply to the resulting database engine types.
count int Optional The number of results to return. If undefined, all results will be returned.

filters

Field Type Required Description
name str Required The name of the field to filter on. Valid filterable attributes can be found here: https://www.linode.com/docs/api/databases/#managed-database-engines-list__responses
values list Required A list of values to allow for this field. Fields will pass this filter if at least one of these values matches.

Return Values

  • engines - The returned database engine types.