diff --git a/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml b/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml index be2ed70e..c4c7db86 100644 --- a/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml +++ b/components/schemas/infrastructure/external-volumes/rootTasks/ExternalVolumesScanAction.yml @@ -15,13 +15,13 @@ properties: description: Scan options used by the platform to create the job. required: - cluster - - type + - source_type - integration_id properties: integration_id: description: ID of the integration to scan for external volumes. $ref: ../../../ID.yml - type: + source_type: description: Type of external volume system to scan. type: string enum: [san-iscsi, ceph-rbd, aws-ebs]