ionos-cloud / ionosctl

The IONOS Cloud CLI (ionosctl) gives the ability to manage IONOS Cloud infrastructure directly from Command Line.
Apache License 2.0
28 stars 6 forks source link

implement filters on queries #106

Closed jbuchhammer closed 2 years ago

jbuchhammer commented 3 years ago

Current SDK Version

Use-cases

IONOS API allows for filtering results (late apply) on resource dependant queries (see https://devops.ionos.com/api/cloud/v5/, Custom Response Filters. Hope link to old SDK doc still works). This is very useful to get specific resources or requests, e.g. requests being in status QUEUED.

Proposal

Implement filters for every resource. These are available in CloudAPI but not in ionosctl. They must be implemented in ionosctl too.

References

ana-moga commented 2 years ago

Hello,

Thank you for suggesting this enhancement. This was implemented in the latest version of ionosctl v6, and we are working on also add it to v5.

Ana