All VCO Commands


DescriptionCommand
Check VCO authentication     vco login isauthenticated
Login to VCO with Username and Keyfile     vco login keyfile
Login to VCO with Username and Password     vco login userpass
Logout from vCO and optionally delete the persistent session if being used currently.     vco logout
Get details about a workflow     vco workflow detail
VCO Http GET Request     vco workflow http get
List all workflows     vco workflow list
Start a Workflow     vco workflow request

Check VCO authentication

vco login isauthenticated

Parameter--export (Export to File)
Mandatoryfalse

Parameter--format (Format the response in either Tabular format (default), JSON or CSV)
Mandatoryfalse


Login to VCO with Username and Keyfile

vco login keyfile

Parameter--server (Server Name)
Mandatorytrue

Parameter--user (User)
Mandatoryfalse

Parameter--keyfile (Encrypted Keyfile)
Mandatorytrue

Parameter--export (Export to File)
Mandatoryfalse

Parameter--format (Format the response in either Tabular format (default), JSON or CSV)
Mandatoryfalse


Login to VCO with Username and Password

vco login userpass

Parameter--server (vCO Server (IP or hostname))
Mandatoryfalse

Parameter--user (vCO Username)
Mandatoryfalse

Parameter--password (vCO Password. If left unspecified, you will be prompted to enter it securely)
Mandatoryfalse

Parameter--export (Export to File)
Mandatoryfalse

Parameter--format (Format the response in either Tabular format (default), JSON or CSV)
Mandatoryfalse


Logout from vCO and optionally delete the persistent session if being used currently.

vco logout

Parameter--retainSessionFile (To retain the session file or not [Yes or No])
Mandatoryfalse


Get details about a workflow

vco workflow detail

Parameter--id (Workflow Id)
Mandatorytrue

Parameter--requestfile (Export corectly formatted JSON data to a file so that it can be used to request)
Mandatoryfalse

Parameter--export (Provide a file to export all results)
Mandatoryfalse

Parameter--format (Supported formats include: TABLE, JSON, CSV)
Mandatoryfalse

Parameter--columns (Customized columns to include in TABLE or CSV rendering. Regex allowed. Eg: p1,p2,collectionA:c3,collectionA:c4)
Mandatoryfalse


VCO Http GET Request

vco workflow http get

Parameter--url (Workflow Id)
Mandatorytrue

Parameter--export (Provide a file to export all results)
Mandatoryfalse

Parameter--format (Supported formats include: TABLE, JSON, CSV)
Mandatoryfalse

Parameter--columns (Customized columns to include in TABLE or CSV rendering. Regex allowed. Eg: p1,p2,collectionA:c3,collectionA:c4)
Mandatoryfalse


List all workflows

vco workflow list

Parameter--name (If provided, this value filters (case-insensitive) the results to only include workflows matching on the 'name' field)
Mandatoryfalse

Parameter--page (Enter page number to display in pagination (default 1))
Mandatoryfalse

Parameter--pageSize (Enter page size to display in pagination (default 25, maximum 5000))
Mandatoryfalse

Parameter--export (Provide a file to export all results)
Mandatoryfalse

Parameter--format (Supported formats include: TABLE, JSON, CSV)
Mandatoryfalse

Parameter--columns (Customized columns to include in TABLE or CSV rendering. Regex allowed. Eg: p1,p2,collectionA:c3,collectionA:c4)
Mandatoryfalse


Start a Workflow

vco workflow request

Parameter--id (Workflow Id)
Mandatorytrue

Parameter--inputs (Semicolon seperated workflow inputs, requires requestfile property. Example: Name=User1;Age=30)
Mandatoryfalse

Parameter--requestfile (Provide corectly formatted JSON data so that it can be used to create the request)
Mandatoryfalse

Parameter--export (Provide a file to export all results)
Mandatoryfalse

Parameter--format (Supported formats include: TABLE, JSON, CSV)
Mandatoryfalse


Copyright 2019 VMware, Inc. All rights reserved.