Skip to content

Commit 2d4e645

Browse files
committed
scan volumes button
1 parent b4cf6a0 commit 2d4e645

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: A task to scan for available external volumes on a given cluster.
33
type: object
44
required:
55
- action
6+
- contents
67
properties:
78
action:
89
type: string
@@ -14,8 +15,19 @@ properties:
1415
description: Scan options used by the platform to create the job.
1516
required:
1617
- cluster
18+
- type
19+
- integration_id
1720
properties:
21+
integration_id:
22+
$ref: ../../../ID.yml
23+
type:
24+
type: string
25+
enum: [san-iscsi, ceph-rbd, aws-ebs]
1826
cluster:
1927
type: string
2028
description: |
2129
ID of the cluster to scan for external volumes.
30+
server_ids:
31+
type: array
32+
items:
33+
$ref: ../../../ID.yml

0 commit comments

Comments
 (0)