Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Activities

 Image Added

 

 

Create  Create Resource Pool

This activity creates a new Resource Pool on the existing Resource Pool or the specified Cluster.

...

  • Output  (type: string): outputs the new created Resource Pool ID.
  • Output Status  (type: boolean): outputs True if the operation succeeded otherwise False.

...

 

 




Edit Resource Pool

This activity edits the specified Resource Pool.

...

  • Output Status  (type: boolean): outputs True if the operation succeeded otherwise False.

...

 



 

Get Resource Pool

This activity returns the specified Resource Pool ID.

...

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

Image RemovedImage Added

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.
  • Path (text box editor type) (type: string): the path where the desired Resource Pool is. If left empty it will return the Parent Resource Pool. For example: ResourcePoolName1/ResourcePoolName2/DesiredResourcePool.

...

  • Output  (type: string): outputs the resulting Resource Pool ID.
 

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 Resource Pool activity:

Image RemovedExecution: The example below is an execution where a resource pool id is returned from DemoCluster cluster:

Image Added

 

Get Resource Pool Properties

...

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

Image RemovedImage Added

Parameters:

  • Resource Pool ID (text box editor type) (type: string):

...

  • the ResourcePool ID. The

...

  • value can also be obtained from activity: Get Resource Pool using the following steps:
    • use a Get Resource Pool activity to extract the ResourcePoolID: 
       Image Added
    • bind the obtained ResourcePoolID(stored in variable) to the Resource Pool ID field from Get Resource Pool

...

    • Properties activity:
       Image Added   

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.
 
 

Image Removed

In order to extract the values from the ResPoolProperties collection, For Each and Log Track Data activities should be used:

Image Added


Execution: The example below is an execution where all properties are returned for resource pool with ID: resgroup-697:

Image Added

 

List Resource Pools

This activity retrieves a list of all the resource pools.

...

The List Resource Pools activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Datacenter Name (text box editor type) (type: string): the name of the Datacenter.
  • Cluster Name (text box editor type) (type: string): the name of the Cluster.
  • Path (text box editor type) (type: string): thepath where the desired Resource Pool is. If left empty it will return the Parent Resource Pool. For example: ResourcePoolName1/ResourcePoolName2/DesiredResourcePool.

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 List Resource Pools activity:

...


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

  • Output  (type: collection<string>): outputs a collection of Resource Pools found on the specified path.
 

Image RemovedIn order to extract the values from the ListResPools output collection , For Each and Log Track Data activities should be used:

Image Added


Execution: The example below is an execution where all resource pools from DemoCluster cluster:

Image Added



 

Remove Resource Pool

This activity removes the specified Resource Pool..

Activity Parameters

The Remove Resource Pool activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Resource Pool ID (text box editor type) (type: string): the ID the ID of the Resource Pool or bind this parameter with the output parameter from Get Resource Pool activity..
     The value can also be obtained from activity: Get Resource Pool using the following steps:
    • use a Get Resource Pool activity to extract the ResourcePoolID:
      Image Added
    • bind the obtained ResourcePoolID(stored in variable) to the Resource Pool ID field from Remove Resource Pool activity:  
      Image Added
 

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

  • Output Status  (type: boolean): outputs True  outputs True if the operation succeeded otherwise False.