From e0d82521c90c7805b142a28b920692983cd4018b Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 11 Dec 2025 13:31:44 -0800 Subject: [PATCH 1/3] scan options namespace --- .../rootTasks/ExternalVolumesScanAction.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml b/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml index c4c7db86..df54245b 100644 --- a/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml +++ b/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml @@ -30,6 +30,13 @@ properties: $ref: ../../../Identifier.yml server_ids: description: Optional list of server IDs to limit the scan scope. - type: array - items: - $ref: ../../../ID.yml + oneOf: + - type: array + items: + $ref: ../../../ID.yml + - type: "null" + namespace: + description: Optional namespace string to limit the scan scope. + oneOf: + - type: string + - type: "null" From f7f16b128617d8230a47080d2165650f2f4e1a7a Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 11 Dec 2025 13:42:48 -0800 Subject: [PATCH 2/3] save --- .../external-volumes/rootTasks/ExternalVolumesScanAction.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml b/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml index df54245b..122c2e66 100644 --- a/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml +++ b/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml @@ -21,6 +21,9 @@ properties: integration_id: description: ID of the integration to scan for external volumes. $ref: ../../../ID.yml + location: + description: ID of the location to scan for external volumes. + $ref: ../../../ID.yml source_type: description: Type of external volume system to scan. type: string From ea9f9f31f4d2735cd2fd5505c5ca873d27147909 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 11 Dec 2025 13:43:21 -0800 Subject: [PATCH 3/3] location_id --- .../external-volumes/rootTasks/ExternalVolumesScanAction.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml b/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml index 122c2e66..360c93cc 100644 --- a/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml +++ b/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml @@ -21,7 +21,7 @@ properties: integration_id: description: ID of the integration to scan for external volumes. $ref: ../../../ID.yml - location: + location_id: description: ID of the location to scan for external volumes. $ref: ../../../ID.yml source_type: