We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cf6a0 commit 2d4e645Copy full SHA for 2d4e645
components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml
@@ -3,6 +3,7 @@ description: A task to scan for available external volumes on a given cluster.
3
type: object
4
required:
5
- action
6
+ - contents
7
properties:
8
action:
9
type: string
@@ -14,8 +15,19 @@ properties:
14
15
description: Scan options used by the platform to create the job.
16
17
- cluster
18
+ - type
19
+ - integration_id
20
21
+ integration_id:
22
+ $ref: ../../../ID.yml
23
+ type:
24
+ type: string
25
+ enum: [san-iscsi, ceph-rbd, aws-ebs]
26
cluster:
27
28
description: |
29
ID of the cluster to scan for external volumes.
30
+ server_ids:
31
+ type: array
32
+ items:
33
0 commit comments