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

 

 

 

Get Cluster

This activity returns the specified Cluster ID.

Activity Parameters

The Get Cluster activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Cluster Name (text box editor type) (type: string): the name of the Cluster.
  • Datacenter Name (text box editor type) (type: string): the name of the Datacenter.

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

  • Output  (type: string): outputs the resulting Cluster ID. If the Cluster is not found, value is empty.
 

As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Get Cluster activity:

 

 

 

Get Cluster Properties

This activity returns the properties of the specified Cluster.

Activity Parameters

The Get Cluster Properties activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Cluster ID (text box editor type) (type: string): the ID of the cluster whose properties are being retrieved. The output from the Get Cluster activity can be used as an input value

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

  • Output  (type: collection<string>): outputs a collection of Properties and their corresponding values.To use the elements of the collection, use Get Element From Collection activity where the Input Collection parameter should be bound to this parameter.

  • No labels