VCO WORKFLOW Commands


DescriptionCommand
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


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.