SvenTo / steampipe-plugin-cf

Use SQL to query apps, spaces and more from Cloud Foundry. Open source CLI. No DB required.
Apache License 2.0
2 stars 2 forks source link

Add filter to query CF API resources #2

Open SvenTo opened 2 years ago

SvenTo commented 2 years ago

Some list function in the CF API allows filtering the results for specific resources. For instance, GET /v3/apps allows filtering for particular names, space_guids, organization_guids, and stacks. This likely improves query performance in large installations of the CF platform.