From f5590ff1f96c6d030c88cf203e0b018628a180e5 Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 29 Oct 2025 12:08:13 -0700 Subject: [PATCH] add location filter to servers fetch --- platform/paths/infrastructure/servers/servers.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/paths/infrastructure/servers/servers.yml b/platform/paths/infrastructure/servers/servers.yml index 1aed687f..c0ae692e 100644 --- a/platform/paths/infrastructure/servers/servers.yml +++ b/platform/paths/infrastructure/servers/servers.yml @@ -61,6 +61,10 @@ get: type: string description: | `filter[cluster]=clusterIdentifier` filtering by cluster. Enter the cluster identifier and the return will include servers belonging to the specified cluster. + location_id: + type: string + description: | + `filter[location_id]=location` filtering by location. Enter the location id and the return will include servers belonging to the specified location. providers: type: string description: |