Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Activities

  • Lun Clone List Info 
  • Lun Clone Split
  • Lun Copy Cancel
  • Lun Copy Info
  • Lun Create By Size
  • Lun Destroy
  • Lun Get Max Size



Lun Clone List Info

This activity lists all LUN clones with valid backing snapshots in the given snapshot. 

Activity Parameters

The Lun Clone List Info activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Snapshot (text box editor type) (type: string): the name of the snapshot.
  • Volume (text box editor type) (type: string): the name of the volume. 

The Read Only Output variable are the possible output values that the activity will provide:

  • APIStatus (type: string): outputs the API Status.
  • Error Number (type: string): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
  • Clone List (type: collection<string>): outputs a collection of LUN clones with their properties. 

 

 

In order to extract the values from the output collection Clone List (in our case the output is a Collection(Of String) ), Custom For Each activity should be used to iterate through the elements of the collection OR Get Element From Collection activity in order to extract a specific element from the output collection:

 

 

Execution: 

 

Lun Clone Split 

This activity clones a LUN Cluster. 

Activity Parameters

The Lun Clone Split activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Path (text box editor type) (type: string): the path of the clone to split from the underlying parent. 

The Read Only Output variable are the possible output values that the activity will provide:

  • APIStatus (type: string): outputs the API Status.
  • Error Number (type: string): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
     

Execution:

 

Lun Copy Cancel 

This activity canceles the coping process of LUN. 

Activity Parameters

The Lun Copy Cancel activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • JobUuid (text box editor type) (type: string): specifies the universally unique ID (UUID) of the job that started this copy operation.  
  • LunIndex (text box editor type) (type: string): specifies an additional unique element identifying one LUN among many that could be possibly copied as part of a job. LUN Index is an identifier ordered by the LUN path arrays provided during create. For LUN copy operations that involve only one LUN, the lun-index value of zero is always correct.  

The Read Only Output variable are the possible output values that the activity will provide:

  • APIStatus (type: string): outputs the API Status.
  • Error Number (type: string): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
     

Execution:

  • No labels