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 @@ -3,6 +3,7 @@ description: A task to scan for available external volumes on a given cluster.
type: object
required:
- action
- contents
properties:
action:
type: string
Expand All @@ -14,8 +15,21 @@ properties:
description: Scan options used by the platform to create the job.
required:
- cluster
- type
- integration_id
properties:
cluster:
integration_id:
description: ID of the integration to scan for external volumes.
$ref: ../../../ID.yml
type:
description: Type of external volume system to scan.
type: string
description: |
ID of the cluster to scan for external volumes.
enum: [san-iscsi, ceph-rbd, aws-ebs]
cluster:
description: ID of the cluster to scan for external volumes.
$ref: ../../../Identifier.yml
server_ids:
description: Optional list of server IDs to limit the scan scope.
type: array
items:
$ref: ../../../ID.yml