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.
Some list function in the CF API allows filtering the results for specific resources. For instance,
GET /v3/apps
allows filtering for particularnames
,space_guids
,organization_guids
, andstacks
. This likely improves query performance in large installations of the CF platform.