Citrix
Activities
- Connect to Citrix Cloud
- Create Customer
- Delete Customer
- Disconnect from Citrix Cloud
- Find Customer
- Update Customer
Connect to Citrix Cloud
This activity establishes a connection to Citrix Cloud.
Activity Parameters
The Connect to Citrix Cloud activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- API URL (text box editor type) (type: string): the Citrix Cloud Services API url. This API can be retrieved from the Citrix Developers site.
- Password (password box editor type) (type: string): the password for the Citrix Cloud Services username.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password.
- Username (text box editor type) (type: string): the Citrix Cloud Services username.
The Read Only Output variable are the possible output values that the activity will provide:
- Connection: outputs a Citrix Cloud connection.
Create Customer
This activity creates a new Citrix customer.
Activity Parameters
The Create Customer activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Contact Email (text box editor type) (type: string): the Contact Email of the new created customer.
- Contact Name (text box editor type) (type: string): the Contact Name of the new created customer.
- Full Name (text box editor type) (type: string): the FullName of the new created customer.
- Primary Domain (text box editor type) (type: string): the primary domain of the new created customer.
The Read Only Output variable are the possible output values that the activity will provide:
- Connection: outputs a Citrix Cloud response.
Delete Customer
This activity delete a specified customer.
Activity Parameters
The Delete Customer activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Name (text box editor type) (type: string): the Name of the user to be deleted.
- Username (text box editor type) (type: string): the Name of the user to be deleted.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Citrix Response: outputs a string representing the citrix response.
Disconnect from Citrix Cloud
This activity disconnects from Citrix Cloud.
Activity Parameters
The Disconnect from Citrix Cloud activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: object): the Citrix Cloud connection.
The Read Only Output variable are the possible output values that the activity will provide:
- Disconnect Properly: outputs a Citrix Cloud true/false response.
Find Customer
This activity finds a curtomer in Citrix Cloud Services.
Activity Parameters
The Find Customer activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Full Name (text box editor type) (type: string): the Full Name of the customer.
The Read Only Output variable are the possible output values that the activity will provide:
- Output: outputs a Citrix Cloud response.
Update Customer
This activity updates a Citrix Cloud customer.
Activity Parameters
The Update Customer activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Contact Email (text box editor type) (type: string): the new Contact Email for the customer.
- Contact Name (text box editor type) (type: string): the new Contact Name for the customer.
- Full Name (text box editor type) (type: string): the new FullName for the customer.
- Primary Domain (text box editor type) (type: string): the new primary domain for the customer.
The Read Only Output variable are the possible output values that the activity will provide:
- Output: outputs a Citrix Cloud response.