Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ properties:
integration_id:
description: ID of the integration to scan for external volumes.
$ref: ../../../ID.yml
location_id:
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
Expand All @@ -30,6 +33,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"