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

« Previous Version 3 Next »

Activities

  • Add Attribute
  • Add Folder
  • Add Global Variable
  • Connect To GVManager
  • Delete Attribute
  • Delete Folder
  • Delete Global Variable
  • Disconnect From GVManager
  • Edit Attribute
  • Edit Folder
  • Edit Global Variable
  • Get Attribute
  • Get Attributes
  • Get Folder
  • Get Folders
  • Get Global Variable
  • Get Global Variables

Add Attribute

This activity adds a new Global Variable Attribute.   

Activity Parameters

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

Parameters:

  • Attribute Name (text box editor type) (type: string):  enter the new attribute's name. E.g. 'Role'
  • Attribute Type (combobox editor type) (type: string): choose the new attribute-s type. E.g. 'Text'
  • Attribute Value (text box editor type) (type: string): enter the new attribute's value. E.g. 'Administrator'
  • Connection (text box editor type) (type: string): GVManager Connection. The Output from Connect To GVManager activity should be used as Input for this parameter.
  • Description (text box editor type) (type: string): enter the new attribute's description.
  • Global Variable ID (text box editor type) (type: string): enter the ID for the parent global variable or choose it from the Global Variables tree, as shown below:

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Status (type: boolean): outputs the operation status. If succeeded the output value is 'True', otherwise is 'False'. 


Add Folder

This activity adds a new Global Variable Folder.   

Activity Parameters

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

Parameters:

  • Connection (text box editor type) (type: string): GVManager Connection. The Output from Connect To GVManager activity should be used as Input for this parameter.
  • Description (text box editor type) (type: string): enter the new folder's description. E.g. 'New folder description'
  • Folder Name (text box editor type) (type: string): enter the new folder's name. E.g. 'Cluster1'
  • Parent Folder ID (text box editor type) (type: string): enter the new folder's parent ID , or choose it from the Global Variables tree. If left empty, it will be a root folder, otherwise a subfolder.

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Status (type: boolean): outputs the operation status. If succeeded the output value is 'True', otherwise is 'False'. 


Add Global Variable

This activity adds a new Global Variable.   

Activity Parameters

The Add Global Variable activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type) (type: string): GVManager Connection. The Output from Connect To GVManager activity should be used as Input for this parameter.
  • Description (text box editor type) (type: string): enter the new folder's description. E.g. 'New folder description'
  • Folder ID (text box editor type) (type: string): enter the parent folder's ID for the new variable , or choose it from the Global Variables tree, as shown below:

  

  • Variable Name (text box editor type) (type: string):  enter the new variable's name. E.g. 'BinarySSH'
  • Variable Type (combobox editor type) (type: string): choose the new variable's type. E.g. 'Binary'. NOTE: If 'Password' type is selected, a password in plain text is required. If 'Binary' type is selected, the full path of the file is required. 
  • Variable Value (text box editor type) (type: string): enter the new variable's value. E.g. 'C:\SSHCertificate\CertWithoutPassword' (full path)

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Status (type: boolean): outputs the operation status. If succeeded the output value is 'True', otherwise is 'False'. 



  • No labels